/* PANORAMA — an orchard-led editorial design system. No framework overrides. */
:root{--paper:#f7f5ef;--white:#fff;--ink:#332032;--muted:#6c6368;--line:#d9d2cb;--olive:#515b44;--sand:#eae2d5;--serif:'EB Garamond',Georgia,'Times New Roman',serif;--sans:'Inter',Arial,sans-serif;--gutter:clamp(24px,4.2vw,84px);--max:1392px;--header:88px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:400 15px/1.75 var(--sans);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%;height:auto}svg{width:24px;height:24px;flex-shrink:0}figure{margin:0}p{margin:0 0 1.35em}h1,h2,h3,h4{margin:0;font-family:var(--serif);font-weight:400;line-height:1.02;letter-spacing:-.025em}h1{font-size:clamp(76px,8.25vw,132px)}h2{font-size:clamp(48px,5.2vw,80px)}h3{font-size:34px}em{font-weight:400}p:last-child{margin-bottom:0}::selection{background:#ddc6a9;color:var(--ink)}:focus-visible{outline:3px solid #a75f2f;outline-offset:5px}button:disabled{cursor:wait;opacity:.7}[hidden]{display:none!important}main:focus{outline:none}.container{width:calc(100% - 2 * var(--gutter));max-width:var(--max);margin-inline:auto}.section{padding-block:112px}.eyebrow{font:600 10px/1.5 var(--sans);letter-spacing:.17em;text-transform:uppercase;margin-bottom:24px}.fine-print{font-size:11px;line-height:1.8;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;top:10px;left:10px;background:var(--ink);color:#fff;padding:12px 20px;transform:translateY(-160%)}.skip-link:focus{transform:none}.muted-heading{color:#877879}.tiny-line{width:29px;height:1px;display:inline-block;vertical-align:middle;background:currentColor;margin-right:9px}
/* Header */
.topline{min-height:29px;padding:6px var(--gutter);background:var(--ink);color:var(--paper);display:flex;justify-content:space-between;font-size:9px;line-height:1.5;letter-spacing:.09em}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,245,239,.97);border-bottom:1px solid var(--line)}.header-inner{height:var(--header);max-width:calc(var(--max) + 2 * var(--gutter));padding-inline:var(--gutter);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.wordmark{display:flex;flex-direction:column;align-items:center;line-height:1;flex-shrink:0}.wordmark-name{font-family:var(--serif);font-size:37px;letter-spacing:-.025em}.wordmark-sub{font-size:8px;font-weight:600;letter-spacing:.16em;margin-top:5px}.desktop-nav{display:flex;gap:clamp(19px,2.6vw,44px);font-size:11px;font-weight:500}.desktop-nav a{position:relative;padding:13px 0}.desktop-nav a:after{content:'';position:absolute;bottom:7px;left:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.header-contact{display:flex;align-items:center;gap:16px;font-size:11px;font-weight:600;white-space:nowrap}.round-arrow{width:39px;height:39px;border:1px solid #bfb2b8;border-radius:50%;display:grid;place-items:center;transition:background .2s,color .2s}.round-arrow svg{width:16px}.header-contact:hover .round-arrow{color:var(--paper);background:var(--ink)}.menu-toggle{display:none;border:0;background:none;padding:12px 0;font-size:11px;align-items:center;gap:13px}.menu-icon{width:23px;display:grid;gap:5px}.menu-icon i{height:1px;background:var(--ink);display:block;transition:transform .2s}.menu-toggle[aria-expanded=true] .menu-icon i:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-icon i:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-menu{background:var(--paper);padding:18px var(--gutter) 32px;border-bottom:1px solid var(--line);position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - var(--header));overflow:auto}.mobile-menu>a{display:flex;align-items:center;justify-content:space-between;font-family:var(--serif);font-size:34px;padding:15px 0;border-bottom:1px solid var(--line);line-height:1.3}.mobile-menu>p{font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin-top:27px}
/* Reusable links */
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:29px;min-height:52px;min-width:182px;padding:15px 22px;background:var(--ink);border:1px solid var(--ink);color:var(--paper);font:500 11px/1.6 var(--sans);transition:background .2s,box-shadow .2s}.button svg{width:21px;height:21px;transition:transform .2s}.button:hover{background:#55384c}.button:hover svg{transform:translateX(3px)}.button-light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button-light:hover{background:#e8dfd4}.button-outline{background:transparent;color:var(--ink)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;font-size:11px;font-weight:600;line-height:1.7;position:relative;padding:9px 0;border-bottom:1px solid #a7959d;align-self:start}.text-link svg{width:16px;height:16px;transition:transform .2s}.text-link:hover svg{transform:translate(2px,-2px)}
/* Homepage */
.home-hero{display:grid;grid-template-columns:1fr 1fr;position:relative;min-height:660px}.hero-copy{padding:64px 42px 32px var(--gutter);display:flex;flex-direction:column;align-items:start;justify-content:center}.hero-copy .eyebrow{margin-bottom:35px;font-size:9px}.hero-copy h1{font-size:clamp(88px,9.55vw,149px);line-height:.89;letter-spacing:-.035em}.hero-copy h1 em{color:#78545e}.hero-description{font-size:16px;line-height:1.8;margin:32px 0 28px}.hero-foot{display:flex;align-items:start;gap:17px;margin-top:43px;font-size:10px;line-height:1.6}.hero-small-number{font-size:9px;margin-top:2px;letter-spacing:.1em;color:var(--muted)}.hero-image{position:relative;min-height:660px;overflow:hidden}.hero-image>img{height:100%;width:100%;object-fit:cover;object-position:70% center;position:absolute;inset:0}.hero-image:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,rgba(18,28,15,.52))}.hero-image figcaption{position:absolute;z-index:1;left:34px;right:34px;bottom:24px;color:white;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.03em}.hero-image figcaption span{font-size:9px;letter-spacing:.15em}.origin-stamp{position:absolute;left:50%;bottom:56px;transform:translateX(-50%);border-radius:50%;width:137px;height:137px;background:var(--paper);outline:1px solid rgba(51,32,50,.3);outline-offset:-8px;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:2;gap:6px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.origin-stamp>span{font:600 7px/1.3 var(--sans);letter-spacing:.13em}.origin-stamp svg{width:27px;height:27px}.origin-stamp strong{font:400 21px/1 var(--serif)}.origin-strip{border-bottom:1px solid var(--line);background:#eee9de}.origin-strip .container{display:flex;justify-content:space-between;align-items:center;padding-block:19px;font-size:10px;letter-spacing:.025em}.origin-strip span+span:before{content:'✧';display:inline-block;margin-right:18px;font-size:16px;vertical-align:middle;color:#7c675b}.intro-grid{display:grid;grid-template-columns:1fr 3fr;gap:50px}.section-index{padding-top:12px}.intro-grid h2{font-size:clamp(48px,4.6vw,72px);line-height:1.1}.intro-bottom{display:grid;grid-template-columns:1.8fr 1fr;gap:72px;align-items:end;margin-top:36px}.intro-bottom>p{max-width:570px;color:var(--muted);font-size:14px;line-height:1.9;margin:0}.intro-bottom .text-link{align-self:end;justify-self:start;white-space:nowrap}.home-fruit{padding-top:100px;background:#eee9df}.section-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:100px;align-items:end;margin-bottom:49px}.section-heading>div:last-child{max-width:330px;justify-self:end}.section-heading p:not(.eyebrow),.section-heading>p{font-size:14px;line-height:1.9;color:var(--muted);max-width:350px;justify-self:end}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.featured-photo{aspect-ratio:1/1.05;background:white;position:relative;overflow:hidden}.featured-photo>img{height:100%;width:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.65,.25,1)}.product-photo{background:#fff}.product-photo>img{object-fit:contain!important}.featured-photo.product-photo>img{padding:10px}.featured-card:hover .featured-photo>img{transform:scale(1.035)}.image-arrow{position:absolute;bottom:19px;right:19px;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--paper);border:1px solid #d7ccc8;color:var(--ink)}.image-arrow svg{width:16px;height:16px}.featured-caption{display:flex;justify-content:space-between;align-items:center;padding-top:18px;gap:10px}.featured-caption h3{font-size:34px}.featured-caption>span{font-size:9px;color:var(--muted);text-align:right}.fruit-links{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;border-top:1px solid #d1c6ba;margin-top:43px;padding-top:25px}.fruit-links>span{font-size:9px;letter-spacing:.14em;margin-right:10px}.fruit-links>a{display:flex;align-items:center;gap:14px;font-size:11px;padding:5px}.fruit-links svg{width:13px;height:13px}.fruit-links a:hover{text-decoration:underline;text-underline-offset:5px}.valley-feature{min-height:685px;position:relative;color:white;display:flex;align-items:end}.valley-image{position:absolute;inset:0;overflow:hidden}.valley-image img{width:100%;height:100%;object-fit:cover;object-position:50% 55%}.valley-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,28,15,.76),rgba(20,28,15,.18)),linear-gradient(0deg,rgba(20,28,15,.4),transparent 50%)}.valley-copy{position:relative;z-index:1;padding-block:78px 57px}.valley-copy h2{font-size:clamp(64px,7.1vw,108px);line-height:.97}.valley-copy .eyebrow{font-size:9px;opacity:.9}.valley-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:36px;gap:28px}.valley-bottom>p{font-size:13px;line-height:1.9;margin:0;color:#eeeae0}.journey-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:start}.journey-visual img{width:100%;height:690px;object-fit:cover}.photo-caption{display:flex;justify-content:space-between;gap:12px;font-size:9px;padding-top:15px;color:var(--muted)}.photo-caption>span:first-child{letter-spacing:.06em}.journey-copy{padding-top:15px}.journey-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);margin:28px 0;max-width:430px}.journey-copy h2{font-size:clamp(48px,4.75vw,71px)}.journey-steps{border-top:1px solid var(--line);margin-top:31px;margin-bottom:24px}.journey-steps article{display:grid;grid-template-columns:26px 1fr;gap:21px;border-bottom:1px solid var(--line);padding:23px 0}.journey-steps article>span{font-size:9px;padding-top:7px;color:var(--muted)}.journey-steps h3{font-size:29px;margin-bottom:10px}.journey-steps p{font-size:13px;line-height:1.8;color:var(--muted)}.buyer-feature{padding-block:87px;background:var(--ink);color:var(--paper)}.buyer-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:12%;align-items:center}.buyer-grid .eyebrow{color:#d3c2bd;font-size:9px}.buyer-grid h2{font-size:clamp(57px,5.8vw,88px)}.buyer-grid>div:last-child>p{color:#dfd2da;font-size:14px;line-height:1.9;max-width:380px;margin-bottom:27px}.buyer-quality-link{display:flex;align-items:center;gap:19px;font-size:10px;color:#e6d9df;margin-top:27px;width:fit-content}.buyer-quality-link svg{width:16px}.closing-cta{padding-block:104px;background:#eadfce}.cta-inner{display:grid;grid-template-columns:1.4fr 1fr;gap:13%;align-items:center}.cta-inner h2{font-size:clamp(48px,5.3vw,79px)}.cta-inner>div:last-child>p{font-size:14px;line-height:1.9;max-width:340px;margin-bottom:25px}
/* Footer */
.site-footer{padding:66px 0 23px;background:var(--paper)}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:9%;align-items:start}.footer-intro .eyebrow{font-size:9px;display:block}.footer-intro>p{font-family:var(--serif);font-size:29px;line-height:1.3}.footer-top nav{display:grid;gap:8px;font-size:11px;align-items:start}.footer-top nav>a{width:fit-content;padding:3px 0}.footer-top nav>a:hover{text-decoration:underline;text-underline-offset:4px}.footer-place>svg{height:35px;width:108px;margin-bottom:22px}.footer-place>p{font-size:11px;line-height:1.9}.footer-place>.text-link{font-size:10px}.footer-wordmark{font-family:var(--serif);font-size:clamp(96px,20.1vw,314px);line-height:1;letter-spacing:-.045em;display:flex;align-items:baseline;gap:25px;padding-block:65px 38px;white-space:nowrap}.footer-wordmark>span{font:500 clamp(8px,1.18vw,18px)/1 var(--sans);letter-spacing:.23em;margin-left:auto}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-top:22px;font-size:9px;line-height:1.6;color:var(--muted)}.footer-bottom>p{margin:0}
/* Interior page headings */
.page-intro{padding-top:76px;padding-bottom:66px}.page-intro>.eyebrow{margin-bottom:30px}.intro-title-row{display:grid;grid-template-columns:1.4fr 1fr;gap:10%;align-items:end}.intro-title-row>p{font-size:14px;line-height:1.9;color:var(--muted);max-width:350px;justify-self:end;padding-bottom:7px}.intro-title-row h1{font-size:clamp(72px,8.1vw,120px)}.intro-title-row h1 em{color:#78545e}.story-panorama{position:relative}.story-panorama>img{width:100%;height:560px;object-fit:cover;object-position:center 57%}.story-panorama>figcaption{position:absolute;bottom:23px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;font-size:9px;color:white;text-shadow:0 1px 5px black}.story-panorama>figcaption>span:first-child{letter-spacing:.13em}.story-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:16%;padding-block:112px}.since .year{font-family:var(--serif);font-size:clamp(90px,12vw,182px);line-height:1;display:block;margin-bottom:27px;letter-spacing:-.03em}.since>svg{width:145px;height:45px;color:#786f62}.story-grid h2{font-size:clamp(48px,4.4vw,69px);margin-bottom:34px}.story-grid>div:last-child>p{font-size:14px;color:var(--muted);line-height:1.95}.values-section{background:#e9e5d8}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #c8c2b6}.values-grid>article{padding:31px 30px 0 0}.values-grid>article+article{border-left:1px solid #c8c2b6;padding-left:30px}.values-grid>article>.eyebrow{display:block;font-size:9px;margin-bottom:39px}.values-grid h3{font-size:33px;margin-bottom:17px}.values-grid p{font-size:13px;line-height:1.85;color:#655e54}.story-duo{display:grid;grid-template-columns:1.2fr 1fr;gap:8%;align-items:start}.story-duo figure:first-child>img{width:100%;height:570px;object-fit:cover}.story-duo figure:last-child{margin-top:116px}.story-duo figure:last-child>img{width:100%;height:510px;object-fit:cover}.story-duo figcaption{font-size:10px;color:var(--muted);padding-top:15px}
/* Fruit catalogue */
.fruit-catalog{padding-bottom:102px}.filter-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;display:flex;gap:11px;flex-wrap:wrap;margin-bottom:34px}.filter-bar>button{border:1px solid transparent;background:transparent;padding:11px 17px;font-size:10px;line-height:1.5;border-radius:0;transition:background .15s}.filter-bar>button.is-active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.filter-bar>button:not(.is-active):hover{background:#e7e1d8}.filter-bar>button>span{font-size:9px;vertical-align:top;margin-left:8px}.crop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 26px}.crop-photo,.crop-type{aspect-ratio:1/1.05;position:relative;overflow:hidden}.crop-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.crop-photo.product-photo>img{padding:14px}.crop-card:hover .crop-photo>img{transform:scale(1.03)}.crop-caption{display:flex;justify-content:space-between;gap:15px;align-items:center;padding-top:18px}.crop-caption h2{font-size:34px;line-height:1.15}.crop-caption>span{font-size:9px;line-height:1.8;text-align:right;color:var(--muted)}.crop-type{display:flex;flex-direction:column;justify-content:space-between;padding:32px}.crop-type>.eyebrow{font-size:9px;margin:0;opacity:.8}.crop-type>p{font-family:var(--serif);font-size:clamp(37px,4vw,63px);line-height:1.04;max-width:275px;margin:20px 0 35px;letter-spacing:-.025em}.crop-type-bottom{font-size:8px;letter-spacing:.15em}.tone-cherry{background:#542638;color:#fff3e9}.tone-nectarine{background:#e6b392;color:#522c29}.tone-apricot{background:#ecce9b;color:#563823}.tone-plum{background:#504057;color:#f7eff8}.tone-pear{background:#d6d8af;color:#384129}.tone-apple{background:#d1d8be;color:#384129}.tone-grape{background:#e2d2e3;color:#433149}.tone-peach{background:#ecd3bd;color:#4b2d2a}.season-section{background:#eae7dc}.calendar-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:11%}.calendar-grid>div:first-child>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.95;margin-top:27px;max-width:300px}.calendar-wrap{overflow:auto}.season-table{width:100%;border-collapse:collapse;font-size:13px}.season-table caption{font-size:9px;letter-spacing:.1em;text-transform:uppercase;text-align:left;padding-bottom:22px;color:var(--muted)}.season-table th,.season-table td{border-bottom:1px solid #cec9bb;padding:14px 10px;text-align:center;height:53px}.season-table thead th{font-size:10px;font-weight:500;color:var(--muted)}.season-table th:first-child{text-align:left;padding-left:0;width:37%;font-weight:500}.season-table th:first-child>a:hover{text-decoration:underline;text-underline-offset:3px}.season-dot{width:22px;height:5px;border-radius:3px;background:var(--olive);display:block;margin:auto}.calendar-grid .fine-print{margin-top:18px;font-size:10px}
/* Product detail pages */
.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:7%;padding-block:50px 72px;align-items:stretch}.breadcrumb{display:flex;gap:13px;font-size:10px;color:var(--muted);margin-bottom:54px;line-height:1.6;flex-wrap:wrap}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.product-copy>.eyebrow{font-size:9px}.product-copy h1{font-size:clamp(72px,7.8vw,117px)}.product-strap{font:400 31px/1.2 var(--serif);color:#80606a;margin:17px 0 22px;font-style:italic}.product-intro{font-size:14px;line-height:1.9;color:var(--muted);max-width:430px;margin-bottom:26px}.product-season{border-top:1px solid var(--line);margin-top:34px;padding-top:22px;display:grid;gap:6px}.product-season>.eyebrow{font-size:9px;margin:0}.product-season>strong{font-weight:500;font-size:13px}.product-season>small{font-size:10px;color:var(--muted)}.product-hero-image{min-height:540px;position:relative}.product-hero-image>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.product-hero-image.product-photo>img{padding:15px}.fruit-editorial{height:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding:45px}.fruit-editorial>.eyebrow{font-size:9px}.fruit-editorial>p{font:400 clamp(62px,6.5vw,101px)/.98 var(--serif);letter-spacing:-.02em;max-width:490px;margin:20px 0 35px}.fruit-editorial>svg{width:58px;height:58px;margin-bottom:40px}.fruit-editorial>span:last-child{font-size:9px;letter-spacing:.04em}.product-notes{border-block:1px solid var(--line);padding-block:23px;background:#eeeae0}.product-notes .container{display:flex;justify-content:space-between;gap:26px}.product-notes span{display:flex;align-items:center;gap:11px;font-size:11px}.product-notes svg{width:25px;height:25px;color:#6a7553}.product-details{display:grid;grid-template-columns:1fr 1fr;gap:11%;align-items:start}.product-details h2{font-size:clamp(47px,4.7vw,70px);margin-bottom:30px}.product-details p{font-size:14px;line-height:1.95;color:var(--muted)}.detail-block{padding-block:23px;border-top:1px solid var(--line)}.detail-block h3{font:600 12px/1.7 var(--sans);margin-bottom:10px;letter-spacing:0}.product-details>div>.text-link{margin-top:6px}.detail-photo{margin-top:44px}.detail-photo img{width:100%;height:450px;object-fit:cover}.detail-photo.product-photo img{padding:17px}.detail-photo figcaption{font-size:10px;line-height:1.8;color:var(--muted);padding-top:15px;background:var(--paper)}.next-crop{padding-block:58px;background:#e8e2d6}.next-crop .eyebrow{display:block;font-size:9px}.next-crop a{display:flex;align-items:center;justify-content:space-between;font-family:var(--serif);font-size:clamp(50px,7vw,90px);line-height:1.2}.next-crop a>svg{width:48px;height:48px;transition:transform .2s}.next-crop a:hover>svg{transform:translateX(7px)}
/* Process and quality */
.process-chapter{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10%;margin-bottom:97px}.process-chapter>figure>img{height:570px;width:100%;object-fit:cover}.process-chapter>figure.product-photo>img{padding:16px}.process-chapter figcaption{font-size:10px;color:var(--muted);padding-top:13px;background:var(--paper)}.process-chapter h2{font-size:clamp(49px,4.9vw,73px);margin-bottom:29px}.process-chapter>div>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.95;max-width:400px}.process-chapter.reverse>figure{order:2}.handling-strip{padding-block:90px;background:var(--olive);color:var(--paper);text-align:center}.handling-strip>.container>p:not(.eyebrow){font-size:14px;max-width:470px;margin:28px auto}.quality-statement{background:var(--ink);color:var(--paper);padding-block:75px}.quality-statement h2{font-size:clamp(59px,6.4vw,95px)}.quality-statement .eyebrow{font-size:9px;color:#e0cbd6}.quality-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:12%}.quality-grid>div:first-child>p:not(.eyebrow){font-size:14px;color:var(--muted);margin:29px 0;line-height:1.9;max-width:345px}.quality-items{border-top:1px solid var(--line)}.quality-items article{display:grid;grid-template-columns:32px 1fr;gap:18px;padding:30px 0;border-bottom:1px solid var(--line)}.quality-items article>span{font-size:9px;color:var(--muted);padding-top:8px}.quality-items h3{font-size:34px;margin-bottom:14px}.quality-items p{font-size:13px;color:var(--muted);line-height:1.9}
/* Buyers */
.buyer-showcase{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;padding-bottom:99px}.buyer-product{background:white}.buyer-product>img{width:100%;height:490px;object-fit:contain;padding:28px}.buyer-showcase h2{font-size:clamp(49px,4.9vw,74px);margin-bottom:28px}.buyer-showcase>div:last-child>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.95;margin-bottom:28px}.buyer-details{background:#ece5d9}.buyer-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;border-top:1px solid #d5cbbd;padding-top:30px}.buyer-detail-grid .eyebrow{font-size:9px}.buyer-detail-grid h3{font-size:32px;line-height:1.08;margin:32px 0 19px}.buyer-detail-grid p{font-size:13px;color:var(--muted);line-height:1.9}.faq-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:12%}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;list-style:none;padding:25px 0;font-size:13px;font-weight:500;display:flex;justify-content:space-between;align-items:center;gap:25px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-weight:400;font-size:23px;line-height:1;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{font-size:13px;color:var(--muted);line-height:1.95;padding:0 45px 24px 0}
/* Forms */
.contact-layout{padding-block:81px 100px;display:grid;grid-template-columns:1fr 1.32fr;gap:12%;align-items:start}.contact-intro h1{font-size:clamp(80px,7.5vw,113px);line-height:.98}.contact-intro h1 em{color:#78545e}.contact-intro>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.95;max-width:345px;margin-top:29px}.contact-location{padding-top:38px;margin-top:42px;border-top:1px solid var(--line)}.contact-location>svg{width:108px;height:39px;margin-bottom:25px}.contact-location h2{font:600 12px/1.7 var(--sans);letter-spacing:0;margin-bottom:10px}.contact-location p{font-size:13px;color:var(--muted);line-height:1.85}.contact-intro p.contact-note{font-size:10px;max-width:310px;margin-top:38px}.enquiry-panel{background:#eee8de;padding:38px 35px}.enquiry-panel h2{font-size:51px;margin-bottom:20px}.enquiry-panel>.eyebrow{font-size:9px}.form-instructions{font-size:10px;color:var(--muted);margin-bottom:29px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px 20px}.field{min-width:0}.field label{font-size:10px;line-height:1.6;display:block;font-weight:600;margin-bottom:9px}.optional{font-weight:400}.field input,.field select,.field textarea{width:100%;max-width:100%;border:1px solid #bdb1a5;border-radius:0;background:#fbfaf7;min-height:46px;padding:11px 12px;font-size:14px;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--ink)}.field textarea{resize:vertical;min-height:140px;line-height:1.7}.field-full{grid-column:1/-1}.field .input-hint{font-size:9px;color:var(--muted);line-height:1.8;margin-top:9px}.form-bottom>p{font-size:9px;line-height:1.85;color:var(--muted);margin-bottom:23px}.form-bottom>p>a{text-decoration:underline;text-underline-offset:3px}.form-bottom .button{width:100%}.honeypot{display:none}.form-status{padding:15px 17px;background:#fff5ee;border:1px solid #ae6046;color:#662619;font-size:13px;line-height:1.8;margin-bottom:23px}.form-status[data-tone=info]{background:#f8f7e8;border-color:#908566;color:#514624}.form-status:focus{outline:2px solid #a75f2f;outline-offset:4px}.is-submitting .field{opacity:.75}.form-status ul{margin:8px 0 0;padding-left:16px}
/* Supporting pages */
.prose-page{padding-block:76px 108px;max-width:760px}.prose-page h1{font-size:clamp(80px,8vw,112px);margin-bottom:37px}.prose-page .lead{font:400 25px/1.4 var(--serif);color:var(--ink);margin-bottom:42px}.prose-page h2{font:500 16px/1.6 var(--sans);margin:35px 0 14px;letter-spacing:0}.prose-page p{font-size:14px;line-height:1.95;color:var(--muted)}.prose-page p a{text-decoration:underline;text-underline-offset:4px}.result-page{padding-block:95px 125px;text-align:center;min-height:610px}.result-page h1{margin-bottom:32px}.result-page>p:not(.eyebrow){max-width:480px;margin:0 auto 30px;color:var(--muted);font-size:14px}.result-page>.text-link{margin-left:20px}.result-page p.fine-print{margin-top:25px;font-size:10px}
/* Motion is enhancement, never required to view content. */
@media (prefers-reduced-motion:no-preference){.arriving{animation:arrive .6s cubic-bezier(.2,.6,.3,1) both}@keyframes arrive{from{opacity:.65;transform:translateY(17px)}to{opacity:1;transform:translateY(0)}}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/* Tablet */
@media(max-width:1100px){:root{--gutter:35px}.header-inner{gap:20px}.desktop-nav{gap:23px;font-size:10px}.header-contact{font-size:10px;gap:10px}.hero-copy{padding-left:var(--gutter);padding-right:24px}.hero-copy h1{font-size:10.1vw}.home-hero,.hero-image{min-height:604px}.hero-copy .eyebrow{font-size:9px}.hero-description{font-size:14px}.origin-stamp{width:117px;height:117px;bottom:58px}.origin-stamp>span{font-size:6px}.origin-stamp strong{font-size:19px}.origin-stamp svg{width:23px;height:23px}.intro-grid{grid-template-columns:.7fr 3fr;gap:28px}.intro-bottom{gap:40px}.section-heading{gap:60px}.featured-caption{align-items:start;flex-direction:column;gap:7px}.featured-caption>span{text-align:left;font-size:9px}.featured-photo{aspect-ratio:1/1.12}.journey-grid{gap:7%}.journey-visual img{height:650px}.journey-copy h2{font-size:53px}.journey-copy>.eyebrow{font-size:9px}.footer-wordmark{font-size:20vw}.crop-type{padding:27px}.crop-caption{flex-direction:column;align-items:start;gap:6px}.crop-caption>span{font-size:9px;text-align:left}.product-hero{gap:5%}.product-hero-image{min-height:560px}.fruit-editorial{padding:32px}.product-details{gap:7%}.quality-grid,.faq-layout{gap:8%}.enquiry-panel{padding:30px 24px}.contact-layout{gap:7%}.values-grid h3{font-size:30px}.values-grid>article+article{padding-left:22px}.buyer-detail-grid{gap:23px}}
/* Mobile and narrow tablets */
@media(max-width:800px){:root{--gutter:24px;--header:76px}.section{padding-block:77px}.topline{font-size:9px;padding-block:7px;min-height:28px}.topline span:last-child{display:none}.topline{justify-content:center}.header-inner{gap:15px}.wordmark-name{font-size:33px}.wordmark-sub{font-size:6px}.desktop-nav{gap:12px;flex-wrap:wrap;font-size:9px}.js .desktop-nav{display:none}.header-contact{margin-left:auto;margin-right:7px}.header-contact .round-arrow{height:34px;width:34px}.js .menu-toggle{display:flex}.menu-toggle>span:first-child{display:none}.home-hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:50px var(--gutter) 42px;min-height:480px;justify-content:start}.hero-copy h1{font-size:clamp(83px,14.5vw,124px);line-height:.91}.hero-copy .eyebrow{margin-bottom:28px;font-size:9px}.hero-description{font-size:14px;margin-block:26px 23px}.hero-foot{display:none}.hero-image{min-height:390px;height:390px}.hero-image>img{object-position:60% 50%}.hero-image figcaption{left:var(--gutter);right:var(--gutter);font-size:9px}.hero-image figcaption span{font-size:8px}.origin-stamp{left:auto;right:23px;bottom:339px;transform:none;width:112px;height:112px}.origin-strip .container{justify-content:center;gap:25px;flex-wrap:wrap;font-size:9px;padding-block:14px}.origin-strip span:last-child{display:none}.origin-strip span+span:before{margin-right:18px}.intro-grid{grid-template-columns:1fr;gap:20px}.section-index{padding:0;margin:0}.intro-grid h2{font-size:clamp(46px,7.8vw,61px);line-height:1.1}.intro-bottom{grid-template-columns:1fr;gap:20px;margin-top:28px}.intro-bottom>p{font-size:14px;max-width:540px}.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:31px}.section-heading>div:last-child{justify-self:start;max-width:480px}.section-heading p:not(.eyebrow),.section-heading>p{justify-self:start;max-width:490px}.section-heading h2{font-size:clamp(54px,9vw,76px)}.featured-grid{grid-template-columns:1fr 1fr;gap:29px 18px}.featured-card:last-child{grid-column:1/-1}.featured-card:last-child>.featured-photo{aspect-ratio:1.6/1}.featured-photo{aspect-ratio:1/1.2}.featured-caption h3{font-size:32px}.featured-caption>span{font-size:9px}.fruit-links{justify-content:start;gap:13px 18px;margin-top:31px;padding-top:22px}.fruit-links>span{flex-basis:100%;font-size:9px}.fruit-links a{font-size:10px;gap:13px;padding-left:0}.valley-feature{min-height:625px}.valley-copy{padding-block:68px 36px}.valley-copy h2{font-size:clamp(70px,12vw,94px)}.valley-bottom{display:block;margin-top:29px}.valley-bottom p{font-size:13px;margin-bottom:26px}.valley-shade{background:linear-gradient(90deg,rgba(20,28,15,.78),rgba(20,28,15,.2)),linear-gradient(0deg,rgba(20,28,15,.3),transparent)}.journey-grid{grid-template-columns:1fr;gap:48px}.journey-visual img{height:490px;object-position:center 42%}.journey-copy{padding-top:0}.journey-copy h2{font-size:clamp(55px,9vw,71px)}.journey-copy>p:not(.eyebrow){max-width:560px}.photo-caption{font-size:8px}.journey-steps{margin-top:28px}.journey-steps article{padding-block:20px}.buyer-feature{padding-block:67px}.buyer-grid{grid-template-columns:1fr;gap:32px}.buyer-grid h2{font-size:67px}.buyer-grid>div:last-child>p{max-width:490px}.closing-cta{padding-block:71px}.cta-inner{grid-template-columns:1fr;gap:28px}.cta-inner h2{font-size:clamp(52px,9.5vw,70px)}.cta-inner>div:last-child>p{max-width:470px}.footer-top{grid-template-columns:1.1fr 1fr;gap:39px 25px}.footer-intro{grid-column:1/-1}.footer-intro>p{font-size:30px}.footer-top nav{font-size:10px}.footer-place>p{font-size:10px}.footer-place>svg{width:89px;height:29px}.footer-wordmark{font-size:21vw;padding-block:44px 31px;gap:15px}.footer-wordmark>span{display:none}.footer-bottom{gap:13px;font-size:9px;flex-wrap:wrap}.footer-bottom>p{flex-basis:100%}.site-footer{padding-top:48px}.page-intro{padding-block:49px 44px}.page-intro>.eyebrow{font-size:9px;margin-bottom:27px}.intro-title-row{grid-template-columns:1fr;gap:27px}.intro-title-row h1{font-size:clamp(68px,11.5vw,91px)}.intro-title-row>p{justify-self:start;max-width:550px;font-size:14px}.story-panorama>img{height:410px}.story-panorama>figcaption{font-size:8px;gap:20px}.story-panorama>figcaption>span:last-child{display:none}.story-grid{grid-template-columns:1fr;gap:47px}.since .year{font-size:120px}.since>svg{width:110px;height:34px}.story-grid h2{font-size:54px}.story-grid>div:last-child>p{font-size:14px}.values-grid{grid-template-columns:1fr 1fr}.values-grid>article{padding:27px 23px 25px 0}.values-grid>article+article{border-left:0;padding-left:0}.values-grid>article:nth-child(2n){padding-left:22px;border-left:1px solid #c8c2b6}.values-grid>article:nth-child(n+3){border-top:1px solid #c8c2b6}.values-grid>article>.eyebrow{margin-bottom:26px}.values-grid h3{font-size:31px}.values-grid p{font-size:11px}.story-duo{gap:25px;grid-template-columns:1fr}.story-duo figure:last-child{margin-top:21px;margin-left:20%}.story-duo figure:first-child>img{height:370px}.story-duo figure:last-child>img{height:430px}.filter-bar{gap:8px;padding-block:13px;margin-bottom:26px}.filter-bar>button{font-size:9px;padding:11px 12px}.crop-grid{grid-template-columns:1fr 1fr;gap:32px 18px}.crop-type{padding:24px}.crop-type>p{font-size:clamp(34px,5.5vw,49px);max-width:250px}.crop-type>.eyebrow{font-size:6px}.crop-type-bottom{font-size:6px}.crop-caption h2{font-size:30px}.crop-caption>span{font-size:9px}.crop-type,.crop-photo{aspect-ratio:1/1.25}.image-arrow{width:31px;height:31px;bottom:14px;right:14px}.calendar-grid{grid-template-columns:1fr;gap:34px}.calendar-grid h2{font-size:60px}.calendar-grid>div:first-child>p:not(.eyebrow){max-width:470px;font-size:13px}.season-table{font-size:11px}.season-table th,.season-table td{padding:13px 6px}.season-table thead th{font-size:9px}.season-table caption{font-size:9px}.fruit-catalog{padding-bottom:67px}.product-hero{grid-template-columns:1fr;gap:35px;padding-block:35px 45px}.breadcrumb{margin-bottom:34px}.product-copy h1{font-size:80px}.product-intro{max-width:530px}.product-season{margin-top:28px}.product-hero-image{min-height:460px}.fruit-editorial{padding:35px;min-height:460px}.fruit-editorial>p{font-size:75px;max-width:400px}.fruit-editorial>svg{height:43px;width:43px;margin-bottom:25px}.fruit-editorial>span:last-child{font-size:9px}.product-notes .container{flex-wrap:wrap;gap:18px}.product-notes span{font-size:10px;flex-basis:100%}.product-notes{padding-block:21px}.product-details{grid-template-columns:1fr;gap:35px}.product-details h2{font-size:55px}.detail-photo{margin-top:7px}.detail-photo img{height:410px}.next-crop{padding-block:42px}.next-crop a{font-size:60px}.next-crop a>svg{width:36px;height:36px}.process-chapter{grid-template-columns:1fr;gap:39px;margin-bottom:70px}.process-chapter.reverse>figure{order:0}.process-chapter>figure>img{height:450px}.process-chapter>div>p:not(.eyebrow){max-width:550px}.process-chapter h2{font-size:57px}.handling-strip{padding-block:68px}.handling-strip h2{font-size:60px}.quality-grid{grid-template-columns:1fr;gap:42px}.quality-grid h2{font-size:60px}.quality-grid>div:first-child>p:not(.eyebrow){max-width:550px}.quality-items h3{font-size:30px}.quality-items article{gap:12px;grid-template-columns:22px 1fr}.quality-statement{padding-block:58px}.quality-statement h2{font-size:60px}.buyer-showcase{grid-template-columns:1fr;gap:42px;padding-bottom:66px}.buyer-product>img{height:390px;padding:16px}.buyer-showcase h2{font-size:58px}.buyer-detail-grid{grid-template-columns:1fr 1fr;gap:30px 26px}.buyer-detail-grid h3{font-size:31px;margin-top:23px}.buyer-detail-grid p{font-size:11px}.faq-layout{grid-template-columns:1fr;gap:39px}.faq-layout h2{font-size:62px}.faq-list summary{font-size:11px;padding-block:22px}.contact-layout{grid-template-columns:1fr;gap:44px;padding-block:48px 66px}.contact-intro h1{font-size:clamp(78px,12vw,100px)}.contact-intro>p:not(.eyebrow){max-width:530px}.contact-location{padding-top:25px;margin-top:29px}.contact-location>svg{width:80px;height:27px;margin-bottom:21px}.contact-intro p.contact-note{margin-top:23px;max-width:470px}.enquiry-panel{padding:30px 25px}.form-grid{gap:21px 15px}.enquiry-panel h2{font-size:48px}.prose-page{padding-block:50px 77px}.prose-page h1{font-size:82px}.result-page{padding-block:70px 80px;min-height:580px}.result-page h1{font-size:75px}.result-page>.text-link{margin-left:0;display:flex;width:fit-content;margin:25px auto 0}.result-page p.fine-print{font-size:10px}}
@media(max-width:420px){.header-contact{font-size:9px;gap:8px}.header-contact .round-arrow{width:29px;height:29px}.header-contact .round-arrow svg{width:13px}.wordmark-name{font-size:31px}.hero-copy{min-height:462px}.hero-copy h1{font-size:84px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.12em}.hero-description{font-size:14px}.featured-grid{grid-template-columns:1fr}.featured-card:last-child{grid-column:auto}.featured-photo,.featured-card:last-child>.featured-photo{aspect-ratio:1.1/1}.featured-caption{flex-direction:row;align-items:center}.featured-caption>span{max-width:122px;text-align:right;line-height:1.7}.crop-grid{grid-template-columns:1fr}.crop-type,.crop-photo{aspect-ratio:1.13/1}.crop-type{padding:29px}.crop-type>p{font-size:59px;max-width:280px}.crop-type>.eyebrow{font-size:9px}.crop-type-bottom{font-size:8px}.crop-caption{flex-direction:row;align-items:center}.crop-caption>span{text-align:right}.form-grid{grid-template-columns:1fr}.field-full{grid-column:1}.enquiry-panel{padding:29px 20px}.product-copy h1{font-size:72px}.fruit-editorial>p{font-size:66px}.product-hero-image,.fruit-editorial{min-height:420px}.quality-statement h2{font-size:51px}.valley-copy h2{font-size:77px}.story-grid h2{font-size:49px}.cta-inner h2{font-size:54px}.buyer-grid h2{font-size:59px}.journey-copy h2{font-size:52px}.intro-title-row h1{font-size:70px}.intro-grid h2{font-size:44px}.footer-intro>p{font-size:27px}}
@media print{.topline,.site-header,.site-footer,.closing-cta,.filter-bar,.button,.text-link{display:none!important}.container{width:100%}.section{padding-block:24px}body{font-size:11pt;background:white;color:black}h1{font-size:42pt}h2{font-size:30pt}a{text-decoration:underline}.page-intro{padding-block:15px}.home-hero,.product-hero{display:block}.hero-image,.origin-stamp{display:none}.crop-card{break-inside:avoid}.crop-grid{grid-template-columns:1fr 1fr}.crop-photo,.crop-type{max-height:180px}img{max-height:300px!important}.fruit-catalog{padding-bottom:20px}}

/* Final readability and narrow-screen refinements. */
.button{font-size:12px}.desktop-nav{font-size:12px}.header-contact{font-size:12px;min-height:44px}.menu-toggle{min-width:44px;min-height:44px;justify-content:center}.filter-bar>button{min-height:44px}.form-instructions{font-size:11px}.field label{font-size:11px}.field input,.field select,.field textarea{font-size:16px}.form-bottom>p,.field .input-hint{font-size:11px}.footer-bottom{font-size:10px}.footer-top nav{font-size:12px}
@media(max-width:1100px){.desktop-nav{font-size:11px}.header-contact{font-size:11px}}
@media(max-width:800px){.header-contact{font-size:10px}.prose-page h1{font-size:clamp(60px,10vw,82px)}.footer-bottom{font-size:10px}}
@media(max-width:420px){.hero-copy h1{font-size:clamp(64px,21vw,84px)}.header-contact{font-size:9px}.header-inner{gap:10px}.prose-page h1{font-size:clamp(54px,16.7vw,70px)}}
@media(max-width:360px){.header-contact{display:none}.menu-toggle{margin-left:auto}.hero-copy .eyebrow{font-size:8px}.topline{font-size:8px}}
/* Narrow-width content is allowed to wrap; no horizontal clipping. */
.intro-title-row>*,.product-hero>*,.buyer-detail-grid>*,.values-grid>*{min-width:0}
.story-panorama:after{content:'';position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(transparent,rgba(18,24,15,.65));pointer-events:none}.story-panorama>figcaption{z-index:1}
@media(max-width:420px){.buyer-detail-grid,.values-grid{grid-template-columns:1fr}.values-grid>article,.values-grid>article:nth-child(2n){border-left:0;padding-left:0;padding-right:0}.values-grid>article+article{border-top:1px solid #c8c2b6}.buyer-detail-grid>article+article{padding-top:25px;border-top:1px solid #d5cbbd}.buyer-detail-grid>article>.eyebrow{margin-bottom:15px}.buyer-detail-grid h3{margin-top:0}.values-grid>article>.eyebrow{margin-bottom:15px}}
@media(max-width:360px){.intro-title-row h1{font-size:60px}.product-copy h1{font-size:64px}.fruit-editorial>p{font-size:52px}}
