/* Shared site styles, in cascade order. */
:root { --serif:"Noto Serif",Georgia,serif;--sans:"Noto Sans",Arial,sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth;scroll-padding-top:110px; }
body { margin:0;color:var(--ink);font:15px/1.7 var(--sans);-webkit-font-smoothing:antialiased; }
a { color:inherit;text-decoration:none; }
button, input, select { font:inherit; }
button, a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
img { max-width:100%;display:block; }
img { object-fit:cover; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline:3px solid #c78233;outline-offset:5px; }
h1, h2, h3, p { margin:0; }
h1, h2 { font-family:var(--serif);font-weight:400;line-height:1.13;letter-spacing:-.05em; }
h1 { font-size:clamp(45px,5.1vw,82px); }
h2 { font-size:clamp(34px,3.4vw,52px); }
h3 { font-weight:500;font-size:20px;line-height:1.4; }
p { color:var(--muted); }
em { font-weight:400;color:var(--teal); }
[hidden] { display:none!important; }
.skip { position:fixed;left:12px;top:-100px;z-index:100;background:white;padding:14px; }
.skip:focus { top:10px; }
.topline { display:flex;justify-content:space-between;align-items:center;padding:0 5%;font-size:10px; }
.topline span:nth-child(2) { letter-spacing:.025em; }
.header { display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line); }
.logo { flex-shrink:0; }
.desktop-nav { display:flex;gap:32px;font-size:13px; }
.desktop-nav a { padding:10px 0;border-bottom:1px solid transparent; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { border-color:var(--teal); }
.header-actions { display:flex;align-items:center;gap:24px; }
.language { text-underline-offset:5px; }
.button { display:inline-flex;align-items:center;justify-content:center;gap:24px;border:1px solid var(--teal);background:var(--teal);color:white;min-height:50px;font-weight:600;transition:background .2s,transform .2s; }
.button:hover { transform:translateY(-2px); }
.button.small { min-height:42px;padding:9px 19px; }
.button.outline { background:transparent;color:var(--teal); }
.text-link { display:inline-block;font-weight:600;border-bottom:1px solid;padding-bottom:6px; }
.text-link:hover { color:var(--teal); }
.menu-toggle { display:none;background:none;border:0;width:44px;height:44px; }
.menu-toggle span { display:block;width:23px;height:1px;background:var(--ink);margin:7px auto; }
.mobile-nav { position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:25px;box-shadow:0 10px 15px #1232; }
.mobile-nav a { display:block;padding:12px;font-size:19px; }
.mobile-menu-actions { display:none; }
.mobile-nav .languages { gap:12px; }
.mobile-nav .language { display:grid;min-width:44px;min-height:44px;padding:8px;font-size:14px; }
.mobile-nav .button { display:inline-flex;margin-top:18px; }
.eyebrow { display:block;font-weight:600;margin-bottom:25px; }
.hero { display:grid; }
.hero-copy { padding:95px 7% 50px 10%;position:relative; }
.hero-copy h1 { margin-bottom:30px; }
.hero-links { display:flex;align-items:center;flex-wrap:wrap;margin-top:32px; }
.hero-note { display:flex;gap:15px;align-items:center;line-height:1.7;letter-spacing:.03em; }
.tiny-star { font-size:39px;color:var(--teal); }
.hero-image { position:relative; }
.hero-image>img { position:absolute;object-position:center 47%; }
.round-note { position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;font-size:11px;line-height:1.4;letter-spacing:.12em; }
.round-note i { font-family:var(--serif);font-size:15px;letter-spacing:0;margin-top:5px; }
.image-caption { position:absolute; }
.ribbon { display:flex;align-items:center;justify-content:space-around;gap:25px;padding:21px 5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:10px;overflow:hidden;white-space:nowrap; }
.ribbon b { font-size:22px;font-weight:400; }
.section { margin:auto; }
.section-heading { display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:45px; }
.section-heading p { max-width:360px; }
.section-heading .eyebrow { margin-bottom:18px; }
.product-grid { display:grid; }
.product-image { position:relative;aspect-ratio:4/5;margin-bottom:23px; }
.product-image img { width:100%;height:100%;transition:transform .6s; }
.product-card:hover img { transform:scale(1.045); }
.product-card:nth-child(3) .product-image { background:#e5d9c6; }
.product-card p { margin-top:8px; }
.card-number { position:absolute;top:17px;left:18px;font-size:11px;border-radius:50%;width:29px;height:29px;display:grid;place-items:center; }
.card-arrow { position:absolute;right:17px;bottom:17px;border-radius:50%;height:42px;width:42px;display:grid;place-items:center;font-size:20px; }
.story-split { display:grid;grid-template-columns:1fr 1fr; }
.story-photo { position:relative; }
.story-photo img { width:100%;height:100%;position:absolute;object-position:center; }
.photo-label { position:absolute;bottom:25px;left:30px;padding:8px 15px;letter-spacing:.13em; }
.story-copy { align-self:center; }
.story-copy h2 { margin-bottom:27px; }
.story-copy p { margin-bottom:28px; }
.review-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:22px; }
.review { padding:28px;display:flex;flex-direction:column; }
.stars { font-size:13px; }
blockquote { margin:22px 0 30px;overflow-wrap:anywhere; }
.review-by { margin-top:auto;display:flex;flex-direction:column;gap:5px; }
.review-by a { color:var(--muted);text-decoration:underline;text-underline-offset:3px; }
.source-note { margin-top:22px;line-height:1.7; }
.visit-strip { padding:85px 25px;text-align:center;position:relative;overflow:hidden; }
.visit-strip h2 { margin-bottom:18px; }
.visit-strip p { margin-bottom:27px; }
.visit-strip:before, .visit-strip:after { content:"✳";position:absolute;font-size:220px;font-weight:400;line-height:1;top:60px;left:-45px;pointer-events:none; }
.visit-strip:after { left:auto;right:-45px; }
.visit-strip>* { position:relative;z-index:1; }
footer { color:#f7f5ed; }
.footer-main { padding:75px 6%;display:grid;grid-template-columns:1.8fr 1fr .8fr;gap:65px;max-width:1440px;margin:auto; }
.footer-main h2 { margin:20px 0 25px; }
.footer-main h3 { margin-bottom:25px; }
.footer-main p { margin-bottom:18px; }
.footer-main>div:last-child a { display:block;margin-bottom:10px; }
.social { margin-top:22px; }
.social a { display:flex;align-items:center;gap:10px; }
.social svg { width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.4; }
.footer-bottom { border-top:1px solid #45635f;padding:24px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#c4d2c8; }
.footer-bottom>div { display:flex;gap:20px;flex-wrap:wrap; }
.footer-bottom button { border:0;background:none;color:inherit;padding:0;text-decoration:underline; }
.footer-bottom>span:last-child { letter-spacing:.14em; }
.page-heading h1 { font-size:clamp(42px,5vw,72px);max-width:980px;margin-bottom:25px; }
.page-heading p { max-width:680px; }
.first { padding-top:25px; }
.prose h2 { margin:0 0 30px; }
.prose p { margin-bottom:25px; }
.legal h2 { font-size:26px;margin-top:35px;letter-spacing:-.02em; }
.product-detail { display:grid; }
.product-detail>div:first-child { overflow:hidden; }
.product-detail>div:first-child>img { object-fit:cover; }
.detail-copy { align-self:center; }
.detail-copy h1 { font-size:clamp(42px,4.3vw,64px);margin-bottom:25px; }
.detail-copy .lead { font-family:var(--serif);font-size:23px;line-height:1.5;color:var(--ink);margin-bottom:20px; }
.detail-copy .button { margin-top:28px; }
.steps { display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:70px; }
.steps span { font-family:var(--serif);font-style:italic;font-size:40px;color:#83aea1; }
.steps h3 { margin:15px 0;font-size:19px; }
.duo { display:grid;grid-template-columns:1fr 1fr;gap:30px; }
.duo img { width:100%; }
.contact-grid { display:grid;grid-template-columns:1fr 1fr;gap:90px; }
.contact-grid h2 { margin-bottom:25px; }
.contact-grid address { font-style:normal;font-size:17px;line-height:1.9;margin-bottom:20px; }
.contact-grid img { width:100%;height:540px; }
.contact-phone { font-size:20px; }
.hours { margin:40px 0 0; }
.hours>div { display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line); }
.hours dd { margin:0; }
.map-box { margin:auto; }
.map-placeholder { min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;background-color:#e0e9df;background-image:linear-gradient(25deg,transparent 47%,#fcfff875 48%,#fcfff875 51%,transparent 52%),linear-gradient(110deg,transparent 47%,#fcfff875 48%,#fcfff875 51%,transparent 52%);background-size:160px 130px; }
.map-placeholder>span { font-size:50px; }
.map-placeholder>div { display:flex;gap:15px;margin-top:23px;flex-wrap:wrap;justify-content:center; }
.map-box iframe { height:450px;border:0; }
.order-section { text-align:center; }
.order-section h2 { margin-bottom:20px; }
.order-links { display:flex;justify-content:center;gap:25px;margin-top:35px; }
.order-links>a { display:flex;justify-content:space-between;align-items:center;gap:100px;padding:25px 35px;font-size:28px;font-weight:700; }
.order-links>a:hover { border-color:var(--teal); }
.review-tools { display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:25px; }
.review-tools input, .review-tools select { border:1px solid #8fa49c;background:var(--paper);padding:12px;max-width:100%; }
.archive { margin-top:35px;margin-bottom:40px; }
.archive .review { height:auto; }
.cookie-banner { position:fixed;z-index:50;bottom:20px;left:20px;right:20px;margin:auto;background:var(--paper);padding:22px 27px;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px; }
.cookie-banner p { max-width:470px;margin-top:5px; }
.cookie-banner p a { text-decoration:underline; }
.cookie-actions { display:flex;gap:10px;align-items:center; }
.cookie-actions .button { min-height:42px;padding:10px 14px; }
.plain { background:none;border:0;text-decoration:underline;font-size:10px;padding:8px;color:var(--ink); }
dialog { border:1px solid var(--line);background:var(--paper);color:var(--ink);max-width:530px;width:calc(100% - 32px);padding:35px; }
dialog::backdrop { background:#10363488; }
dialog h2 { font-size:31px;margin-bottom:23px; }
dialog p { font-size:13px;margin:18px 0; }
.dialog-close { position:absolute;right:15px;top:8px;background:none;border:0;font-size:30px;color:var(--ink);width:40px;height:40px; }
.cookie-option { padding:18px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px; }
.cookie-option strong { font-size:11px; }
.cookie-option input { width:22px;height:22px;accent-color:var(--teal); }
@media (min-width:1600px) {
  .hero-copy { padding-left:80px; }
  .hero { min-height:750px; }
  .hero-image { min-height:750px; }
}
@media (max-width:1100px) {
  .header { gap:15px; }
  .hero-note { margin-top:35px; }
  .hero-links { gap:20px; }
  .story-copy { padding:60px 9%; }
  .footer-main { gap:40px; }
  .contact-grid { gap:45px; }
}
@media (max-width:800px) {
  .desktop-nav, .header-actions > .languages, .header-actions > .button { display:none; }
  .mobile-menu-actions { display:block;border-top:1px solid var(--line);margin-top:16px;padding-top:20px; }
  .mobile-nav { max-height:calc(100dvh - 88px);overflow-y:auto;overscroll-behavior:contain; }
  .menu-toggle { display:block; }
  .header { padding:0 5%; }
  .topline { font-size:8px; }
  .topline>a { display:none; }
  .hero-links .text-link { font-size:10px; }
  .round-note { font-size:9px; }
  .round-note i { font-size:12px; }
  .ribbon { font-size:8px;gap:18px; }
  .ribbon span:last-of-type { display:none; }
  .section { padding:65px 5%; }
  .section-heading { gap:30px; }
  .section-heading p { max-width:260px;font-size:12px; }
  .product-card h3 { font-size:17px; }
  .product-card p { font-size:11px; }
  .story-copy h2 { font-size:35px; }
  .story-copy p { font-size:12px; }
  .review-grid { gap:15px; }
  .review { padding:20px; }
  blockquote { font-size:12px; }
  .footer-main { grid-template-columns:1.3fr 1fr;gap:40px; }
  .footer-main>div:last-child { display:none; }
  .footer-bottom>span:last-child { display:none; }
  .cookie-banner { display:block;max-width:600px; }
  .cookie-actions { margin-top:15px; }
  .detail-copy { padding:35px 9%; }
  .detail-copy h1 { font-size:40px; }
  .detail-copy>p { font-size:13px; }
  .duo img { height:380px; }
  .contact-grid { gap:35px; }
  .hours>div { font-size:11px; }
  .contact-grid img { height:480px; }
  .order-links>a { gap:60px; }
  .first { padding-top:15px; }
}
@media (max-width:600px) {
  .topline { height:30px; }
  .topline span:nth-child(2) { font-size:8px;max-width:190px;text-align:right; }
  .hero h1 { line-height:1.12;letter-spacing:-.055em; }
  .hero-links .text-link { font-size:11px; }
  .hero-note { display:none; }
  .hero-image>img { object-position:center 43%; }
  .image-caption { right:22px; }
  .ribbon { gap:20px; }
  .ribbon span:nth-of-type(2) { display:none; }
  .section { padding:58px 6%; }
  .section-heading { display:block;margin-bottom:30px; }
  .section-heading p { max-width:100%;margin-top:24px; }
  .section-heading>a { margin-top:24px; }
  .eyebrow { font-size:9px; }
  .product-card:first-child img { object-position:center 43%; }
  .product-image { margin-bottom:15px; }
  .card-number { top:10px;left:10px;width:24px;height:24px;font-size:9px; }
  .card-arrow { height:32px;width:32px;right:10px;bottom:10px;font-size:17px; }
  .story-split { grid-template-columns:1fr; }
  .review-grid { grid-template-columns:1fr; }
  .review { padding:25px; }
  blockquote { font-size:14px;margin:20px 0 25px; }
  .reviews-section .review:not(:first-child) { display:none; }
  .visit-strip { padding:60px 7%; }
  .visit-strip:before, .visit-strip:after { font-size:130px;top:120px; }
  .footer-main { padding:50px 7%;grid-template-columns:1fr;gap:40px; }
  .footer-main .eyebrow { margin-bottom:15px; }
  .footer-main h3 { margin-bottom:18px; }
  .footer-bottom { padding:22px 7%;display:block; }
  .footer-bottom>div { margin-top:17px;gap:15px; }
  .page-heading { padding:50px 6% 30px; }
  .page-heading h1 { font-size:42px; }
  .first { padding-top:15px; }
  .product-detail { grid-template-columns:1fr; }
  .steps { grid-template-columns:1fr;gap:25px;margin-bottom:45px; }
  .steps>div { border-bottom:1px solid var(--line);padding-bottom:20px; }
  .steps span { float:left;margin-right:25px; }
  .steps h3 { margin:0 0 8px; }
  .steps p { margin-left:65px; }
  .duo { gap:15px; }
  .contact-grid { grid-template-columns:1fr;gap:45px; }
  .contact-grid img { height:420px; }
  .hours>div { font-size:12px; }
  .contact-phone { font-size:20px; }
  .map-box { padding:0 6%; }
  .map-placeholder { min-height:380px;padding:28px 15px; }
  .map-placeholder h2 { font-size:30px; }
  .order-links { gap:15px;flex-direction:column; }
  .order-links>a { padding:18px 25px;font-size:24px; }
  .review-tools { gap:10px; }
  .review-tools input { width:100%; }
  .cookie-banner { bottom:10px;left:10px;right:10px;padding:18px; }
  .cookie-banner p { line-height:1.7; }
  .cookie-actions { gap:8px; }
  .cookie-banner strong { font-size:12px; }
  .prose h2 { font-size:32px; }
  .legal h2 { font-size:24px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *, *:before, *:after { animation:none!important;transition:none!important; }
}
.language[aria-current] { color:var(--teal);font-weight:700;text-decoration-thickness:2px; }
:root { --paper:#ffffff;--ink:#153f58;--teal:#087f98;--line:#d5e8ec;--muted:#557280; }
.topline { background:#d9f0f3;color:#20637a;height:31px;letter-spacing:.07em; }
.header { border:0; }
.button { border-radius:99px;box-shadow:0 5px 16px #087f9810;padding:15px 26px; }
.button.small { border-radius:99px; }
.text-link { border-bottom-color:#8bc8d3; }
.eyebrow { letter-spacing:.13em; }
.hero { position:relative;grid-template-columns:1fr 1fr;overflow:hidden; }
.hero-copy { z-index:3;padding-top:95px;padding-bottom:70px; }
.hero h1 { font-size:clamp(46px,5.1vw,78px);letter-spacing:-.055em;line-height:1.15; }
.hero h1 em { color:#229bb1; }
.hero-copy>p { max-width:360px; }
.hero-links { gap:23px; }
.hero-note { margin-top:42px; }
.hero-note .tiny-star { font-size:35px;color:#78bfcd; }
.hero-image { background:transparent;overflow:visible; }
.hero-image>img { mix-blend-mode:multiply;transition:opacity .45s ease,transform 1.4s ease; }
.round-note { top:46px;right:34px;border:1px dashed #65b4c5;background:#f7ffffd9;color:#367f94;box-shadow:0 8px 35px #21678010;transform:rotate(14deg);width:110px;height:110px; }
.image-caption { left:15%;right:auto;bottom:32px;color:#487e91;font-family:var(--serif);font-style:italic;letter-spacing:0; }
.carousel-controls { position:absolute;bottom:30px;right:5%;z-index:5;display:flex;align-items:center;gap:8px; }
.carousel-controls>[data-slide] { width:30px;height:30px;border:0;border-radius:50%;background:transparent;position:relative; }
.carousel-controls>[data-slide]:before { content:"";position:absolute;width:7px;height:7px;border:1px solid #5099ab;border-radius:100%;left:11px;top:11px; }
.carousel-controls>[aria-pressed=true]:before { background:#087f98; }
.carousel-pause { border:1px solid #acd5df;border-radius:50%;width:32px;height:32px;color:var(--teal);background:#f8fcfc99;font-size:11px; }
.ribbon { background:transparent;border:0;margin:0 auto;padding-top:30px;padding-bottom:15px;letter-spacing:.1em; }
.ribbon b { color:#8dcad8; }
.section-heading h2 { color:#205b75; }
.product-grid { grid-template-columns:1.5fr 1fr .85fr;align-items:start; }
.product-image { border-radius:30px;background:#e6f4f6;overflow:hidden; }
.product-card:first-child .product-image { aspect-ratio:1.05;background:#dbf0f3; }
.product-card:first-child .product-image img { mix-blend-mode:multiply; }
.product-card:nth-child(2) { padding-top:50px; }
.product-card:nth-child(2) .product-image { border-radius:120px 120px 28px 28px;aspect-ratio:.83; }
.product-card:nth-child(3) { padding-top:95px; }
.product-card:nth-child(3) .product-image { border-radius:100px 100px 28px 28px;aspect-ratio:.86; }
.product-card:nth-child(2) img, .product-card:nth-child(3) img { mask-image:linear-gradient(to bottom,#000 80%,#000b 100%); }
.product-card h3 { font-family:var(--serif);font-size:26px;letter-spacing:-.025em; }
.product-card p { color:#567986; }
.card-number { background:#f8fcfcc9;color:#2c8198; }
.card-arrow { background:#faffffc9;border:1px solid #cee7ed;color:#2e8399; }
.story-split { overflow:hidden;margin-left:auto;margin-right:auto; }
.story-copy { padding:65px 11%; }
.story-copy h2 { color:#24677f; }
.photo-label { border-radius:99px;background:#f7ffffe3; }
.review { border:0;border-radius:25px;background:#eaf5f7; }
.review:nth-child(2) { background:#e3f1f7; }
.review:nth-child(3) { background:#f1f8fb; }
.reviews-section h2 { color:#24677f; }
.stars { color:#279db3;letter-spacing:4px; }
.visit-strip:before, .visit-strip:after { color:#a9dce6; }
.visit-strip h2 { color:#24677f; }
.footer-main h2 { font-family:var(--serif);font-size:37px; }
footer { background:#15516d;border-radius:40px 40px 0 0; }
.page-heading h1 { color:#24677f; }
.product-detail { overflow:hidden;margin-top:25px; }
.product-detail .detail-copy h1 { color:#24677f; }
.duo img { border-radius:30px;background:#e6f4f6;mix-blend-mode:multiply; }
.contact-grid img { border-radius:180px 180px 35px 35px;filter:saturate(.8); }
.order-links>a { border-radius:25px;border:0;background:#e5f3f6; }
.review-tools input, .review-tools select { border-radius:99px; }
.cookie-banner { border-radius:24px;border-color:#d5e9ed;box-shadow:0 10px 40px #184d6818; }
.cookie-actions .button { border-radius:99px; }
dialog { border-radius:25px; }
.languages { display:flex;align-items:center;gap:7px; }
.language { border-radius:50%;display:grid;place-items:center;text-decoration:none; }
.language[aria-current] { background:#d6eff4;text-decoration:none; }
@media (max-width:1100px) {
  .hero-copy { padding-left:10%;padding-top:85px; }
  .hero, .hero-image { min-height:650px; }
  .hero h1 { font-size:57px; }
  .story-split { margin-left:5%;margin-right:5%; }
  .visit-strip { margin-left:5%;margin-right:5%; }
  .product-card h3 { font-size:22px; }
  .round-note { right:17px; }
}
@media (max-width:800px) {
  .hero { border-radius:30px;margin-left:3%;margin-right:3%; }
  .hero-copy { padding-top:65px; }
  .hero-copy>p { font-size:13px; }
  .hero-image>img { transform:rotate(3deg); }
  .round-note { height:85px;width:85px;right:8px;top:40px; }
  .carousel-controls { right:4%; }
  .image-caption { left:15%;font-size:11px; }
  .product-card:nth-child(2) { padding-top:25px; }
  .product-card:nth-child(3) { padding-top:55px; }
  .product-grid { gap:18px; }
  .story-copy { padding:50px 10%; }
  .visit-strip { border-radius:35px; }
  .header-actions { gap:12px; }
}
@media (max-width:600px) {
  .header-actions .button { min-height:36px; }
  .hero { grid-template-columns:1fr;background:radial-gradient(ellipse at 50% 80%,#d0eef2,transparent 55%),#f8fcfc;min-height:0;overflow:hidden; }
  .hero h1 { margin-bottom:21px; }
  .hero-copy>p { max-width:360px; }
  .hero-copy .eyebrow { margin-bottom:22px;letter-spacing:.08em; }
  .hero-links { margin-top:23px;gap:19px; }
  .hero-links .button { padding:12px 20px; }
  .hero-image { border-radius:0;overflow:visible; }
  .hero-image>img { height:104%;transform:rotate(4deg) scale(.96);mask-image:radial-gradient(ellipse at 50% 50%,black 44%,#000c 57%,transparent 77%); }
  .round-note { right:10px;top:25px;width:82px;height:82px; }
  .image-caption { bottom:2px;left:8%;font-size:12px; }
  .carousel-controls { bottom:29px;right:8%; }
  .ribbon { justify-content:center;font-size:8px;padding:25px 3% 5px; }
  .ribbon b:last-child { display:none; }
  .section-heading h2 { font-size:36px; }
  .product-grid { grid-template-columns:1fr 1fr;gap:28px 20px; }
  .product-card:first-child { grid-column:1/-1; }
  .product-card:first-child .product-image { aspect-ratio:1.12;border-radius:30px; }
  .product-card:first-child .product-image img { padding:0 14%;object-fit:contain; }
  .product-card:nth-child(2), .product-card:nth-child(3) { padding-top:0; }
  .product-card:nth-child(3) { padding-top:24px; }
  .product-card:nth-child(2) .product-image, .product-card:nth-child(3) .product-image { border-radius:90px 90px 22px 22px; }
  .story-copy { padding:40px 8%; }
  .story-copy h2 { font-size:34px; }
  .photo-label { left:18px;padding:7px 12px; }
  .visit-strip { margin-bottom:45px; }
  .visit-strip h2 { font-size:34px; }
  footer { border-radius:30px 30px 0 0; }
  .footer-main h2 { font-size:32px; }
  .detail-copy h1 { font-size:40px; }
  .cookie-banner { border-radius:20px; }
  .cookie-actions .button { padding:9px 13px; }
  .review { border-radius:20px; }
  .contact-grid { padding-top:20px; }
  .map-placeholder { border-radius:25px; }
}
.button:hover { background:#086b86; }
.button.outline:hover { background:#e1f2f6; }
.footer-main p { color:#c9e5ec; }
.footer-main .eyebrow { color:#a5e0ea; }
.light:hover { color:#9cdeec; }
.story-photo img { filter:saturate(.95) contrast(.98); }
.hero-image>img { width:85%;height:auto;max-width:none;left:7.5%;top:50%;object-fit:contain;transform:translateY(-50%) rotate(4deg) scale(.95);mask-image:radial-gradient(ellipse at 50% 50%,#000 38%,#000e 52%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse at 50% 50%,#000 38%,#000e 52%,transparent 72%); }
.hero-image:hover>img { transform:translateY(-50%) rotate(2deg) scale(.98); }
@media (max-width:800px) and (min-width:601px) {
  .hero-image>img { width:110%;left:-5%; }
}
body { font-size:17px;line-height:1.8; }
.hero-copy>p, .section-heading p, .story-copy p, .page-heading p, .detail-copy>p, .prose p, .visit-strip p { font-size:18px;line-height:1.85; }
.product-card p, .steps p, blockquote, .archive blockquote, .footer-main p, .hours>div { font-size:16px;line-height:1.8; }
.source-note, .detail-copy>.source-note, .review-by, .review-by a, .footer-main a, .footer-main h3, .review-tools label, .review-tools p { font-size:14px; }
.button, .button.small, .text-link, .hero-links .text-link, .desktop-nav a { font-size:14px; }
.eyebrow, .hero-copy .eyebrow, .hero-note, .photo-label, .image-caption { font-size:12px; }
.footer-bottom, .footer-bottom button { font-size:12px; }
.cookie-banner p, .cookie-banner .plain, .cookie-actions .button, .cookie-option { font-size:14px; }
.cookie-banner strong { font-size:16px; }
.cookie-actions { flex-wrap:wrap; }
.cookie-banner { max-width:1180px; }
.header { gap:20px; }
.language { font-size:12px;width:33px;height:33px; }
.product-card:first-child .product-image img { width:100%;height:100%;padding:0;object-fit:cover;object-position:50% 55%;mask-image:radial-gradient(ellipse closest-side,#000 62%,#000e 80%,transparent 113%);-webkit-mask-image:radial-gradient(ellipse closest-side,#000 62%,#000e 80%,transparent 113%); }
.duo img[src*="yogurt"] { mask-image:radial-gradient(ellipse closest-side,#000 60%,#000d 80%,transparent 115%);-webkit-mask-image:radial-gradient(ellipse closest-side,#000 60%,#000d 80%,transparent 115%); }
@media (max-width:1100px) {
  .desktop-nav { gap:18px; }
  .header-actions { gap:12px; }
  .logo { width:155px;height:100px; }
  .logo img { width:155px;height:155px;transform:translateY(-28px); }
}
@media (max-width:800px) {
  .hero { grid-template-columns:1fr; }
  .hero-copy { padding:48px 8% 0; }
  .hero-copy>p { max-width:540px; }
  .hero-image>img { width:80%;left:10%;max-height:590px;object-fit:cover; }
  .hero-note { margin-top:28px; }
  .image-caption { bottom:45px; }
  .carousel-controls { bottom:24px; }
  .hero h1 { font-size:54px; }
}
@media (max-width:600px) {
  .header { padding:0 4%; }
  .language { font-size:11px; }
  .header-actions .button { font-size:11px;padding:9px 12px;gap:8px; }
  .header-actions .button span { display:none; }
  .menu-toggle { width:32px;flex-shrink:0; }
  .hero-copy>p, .section-heading p, .story-copy p, .page-heading p, .detail-copy>p, .prose p, .visit-strip p { font-size:17px; }
  .hero-links .button { font-size:14px; }
  .hero-copy .eyebrow { font-size:11px; }
  .hero h1 { font-size:48px; }
  .hero-image>img { width:85%;left:7.5%;max-height:460px; }
  .product-card h3 { font-size:24px; }
  .product-card p { font-size:16px; }
  .cookie-banner p, .cookie-banner .plain, .cookie-actions .button { font-size:13px; }
  .cookie-banner { max-height:70vh;overflow:auto; }
  .photo-label { font-size:10px; }
  .footer-main a { font-size:15px; }
}
@media (max-width:380px) {
  .hero h1 { font-size:43px; }
}
.yogurt-gallery { padding-top:35px; }
.yogurt-moments { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px; }
.yogurt-moment { min-width:0; }
.moment-photo { aspect-ratio:4/5;overflow:hidden;border-radius:150px 150px 36px 36px;background:#d6eff4; }
.moment-photo img { width:100%;height:100%;object-fit:cover;transition:transform .6s;mask-image:linear-gradient(#000 75%,#000d);-webkit-mask-image:linear-gradient(#000 75%,#000d); }
.yogurt-moment:hover img { transform:scale(1.035); }
.yogurt-moment:nth-child(2) { padding-top:55px; }
.yogurt-moment:nth-child(3) { padding-top:25px; }
.yogurt-moment h3 { font-family:var(--serif);font-size:24px;margin-top:20px;display:flex;justify-content:space-between;gap:15px;color:#24677f; }
.yogurt-moment h3 span { font-family:var(--sans); }
@media (max-width:800px) {
  .yogurt-moments { gap:18px; }
  .yogurt-moment h3 { font-size:20px; }
  .moment-photo { border-radius:100px 100px 28px 28px; }
}
@media (max-width:600px) {
  .yogurt-moments { grid-template-columns:1fr 1fr;gap:30px 18px; }
  .yogurt-moment:nth-child(2) { padding-top:40px; }
  .yogurt-moment:nth-child(3) { grid-column:1/-1;width:78%;justify-self:center;padding-top:0; }
  .yogurt-moment h3 { font-size:20px; }
  .yogurt-gallery { padding-top:15px; }
}
.moment-photo img { object-position:center;filter:none; }
.hero-image>img, .product-detail>div:first-child img, .product-card:nth-child(2) img, .product-card:nth-child(3) img { filter:none; }
.product-card:nth-child(2) .product-image { background:#e4f3f5; }
.mini-gallery-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px; }
.mini-gallery figure { margin:0;min-width:0; }
.mini-gallery a { display:block;position:relative;overflow:hidden;background:#edf6f7; }
.mini-gallery img { width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;transition:transform .4s; }
.mini-gallery a:hover img { transform:scale(1.025); }
.mini-gallery a>span { position:absolute;bottom:16px;right:16px;background:#fffffff0;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;color:#087f98; }
.mini-gallery figcaption { font-size:16px;margin-top:14px;color:#24677f; }
.photo-viewer { padding:16px;max-width:92vw;max-height:94vh;background:#f8fcfc;border:0; }
.photo-viewer::backdrop { background:#102e3de6; }
.photo-viewer img { max-height:78vh;width:auto;object-fit:contain;border-radius:12px; }
.photo-viewer button { display:block;margin:0 0 10px auto;border:0;border-radius:50%;width:36px;height:36px;background:#d4edf1;font-size:24px; }
.photo-viewer p { font-size:16px;margin-top:8px; }
.duo img { height:420px;object-fit:cover;mask-image:none;-webkit-mask-image:none; }
.duo img[src*="together"] { object-position:center; }
.mini-gallery-grid:has(>figure:nth-child(2):last-child) { grid-template-columns:repeat(2,minmax(0,1fr)); }
@media (max-width:600px) {
  .mini-gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mini-gallery a { border-radius:20px; }
  .mini-gallery figcaption { font-size:14px; }
  .mini-gallery img { aspect-ratio:4/5; }
  .duo img { height:300px; }
}
.photo-viewer { width:min(92vw,960px);overflow-x:hidden; }
.photo-viewer img { max-width:100%;margin-inline:auto; }
:root { --page-gutter:clamp(24px,6vw,104px);--content-max:1320px;--scroll-shift:0px; }
body { background:#f8fcfc; }
main { overflow:clip;background:
  radial-gradient(circle at 8% calc(12% + var(--scroll-shift)),#bce9ee55 0 9rem,transparent 22rem),
  radial-gradient(circle at 92% calc(54% - var(--scroll-shift)),#d5f0f255 0 10rem,transparent 24rem),#f8fcfc; }
.header { position:sticky;top:0;z-index:30;height:104px;background:#f8fcfcf2;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 1px 0 #d5e8ec88; }
.logo img { max-width:none; }
.hero, .product-detail, .story-split, .visit-strip, .page-heading { width:100%;max-width:none;margin:0;border-radius:0; }
.hero { min-height:calc(100svh - 151px);background:linear-gradient(105deg,#f8fcfc 0 44%,#d9f1f4 100%); }
.hero-copy { padding-left:var(--page-gutter);display:flex;flex-direction:column;justify-content:center; }
.hero-image { min-height:calc(100svh - 151px); }
.ribbon { width:100%;max-width:none;padding-inline:var(--page-gutter); }
.section { width:100%;max-width:none;padding:clamp(72px,8vw,124px) var(--page-gutter); }
.page-heading>*, .visit-strip>* { max-width:var(--content-max);margin-left:auto;margin-right:auto; }
.section-heading, .product-grid, .review-grid, .yogurt-moments, .mini-gallery-grid, .steps, .duo, .contact-grid, .review-tools, .prose>*, .order-section>*, .section.first>.source-note, .section.first>.button { max-width:var(--content-max);margin-left:auto;margin-right:auto; }
.product-grid { gap:clamp(28px,4vw,64px); }
.product-image, .moment-photo, .mini-gallery a { box-shadow:0 24px 70px #115b7210; }
.story-split { min-height:82svh;background:linear-gradient(120deg,#d9f0f3,#eef9fa); }
.story-photo { min-height:82svh; }
.story-copy { padding-inline:clamp(45px,9vw,150px); }
.reviews-section { background:#fff; }
.yogurt-gallery, .mini-gallery { background:#eef8f9; }
.visit-strip { min-height:66svh;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#c9ebef,#e8f7f8);margin-bottom:0; }
.page-heading { min-height:clamp(380px,46svh,570px);padding:clamp(72px,8vw,120px) var(--page-gutter);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(120deg,#f8fcfc 0 60%,#dff3f5); }
.page-heading>p, .page-heading>h1, .page-heading>.eyebrow { width:min(100%,var(--content-max)); }
.product-detail { background:#eaf6f7; }
.product-detail>div:first-child { background:#d9f0f3; }
.product-detail>div:first-child img { mask-image:none;-webkit-mask-image:none;mix-blend-mode:normal;object-fit:cover; }
.detail-copy { padding:clamp(55px,8vw,125px);max-width:760px; }
.product-detail + .section:empty { display:none; }
.mini-gallery { padding-top:clamp(85px,10vw,145px);padding-bottom:clamp(85px,10vw,145px); }
.mini-gallery a { border-radius:clamp(24px,3vw,44px); }
.mini-gallery figure:nth-child(2) { transform:translateY(clamp(0px,3vw,38px)); }
.mini-gallery figure:nth-child(3) { transform:translateY(clamp(0px,1.5vw,19px)); }
.contact-grid { align-items:center; }
.map-box { max-width:none;padding:0 var(--page-gutter) clamp(80px,10vw,150px); }
.map-placeholder, .map-box iframe { max-width:var(--content-max);margin:auto;width:100%;border-radius:0; }
.order-section { background:#eaf6f7; }
.prose { max-width:none; }
.legal>* { max-width:900px; }
.archive { max-width:var(--content-max); }
.motion-ready .reveal-section { opacity:1;transform:none; }
.motion-ready .reveal-section.is-visible { animation:section-arrive .5s cubic-bezier(.2,.75,.25,1) both; }
.motion-ready .is-visible :is(.mini-gallery figure,.product-card,.yogurt-moment) { animation:item-arrive .5s cubic-bezier(.2,.75,.25,1) both; }
.motion-ready .is-visible :is(.mini-gallery figure,.product-card,.yogurt-moment):nth-child(2) { animation-delay:.06s; }
.motion-ready .is-visible :is(.mini-gallery figure,.product-card,.yogurt-moment):nth-child(3) { animation-delay:.12s; }
@keyframes section-arrive{from{opacity:.9;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes item-arrive{from{opacity:.88;transform:translateY(12px)}to{opacity:1;transform:none}}
@media (max-width:800px) {
  :root { --page-gutter:6vw; }
  .header { top:0;height:88px; }
  .logo img { width:120px;height:120px;transform:translateY(-20px); }
  .hero { min-height:auto; }
  .hero-image { min-height:520px; }
  .story-split { min-height:auto; }
  .story-photo { min-height:520px; }
  .product-detail { min-height:auto; }
  .detail-copy { max-width:none; }
  .page-heading { min-height:auto; }
  .mini-gallery figure:nth-child(n) { transform:none; }
  .map-placeholder, .map-box iframe { border-radius:0; }
}
@media (max-width:600px) {
  .header { height:82px;padding-inline:4%;gap:6px; }
  .logo img { width:108px;height:108px;transform:translateY(-17px); }
  .header-actions { gap:3px; }
  .languages { gap:0; }
  .language { width:26px;height:30px; }
  .header-actions .button { padding-inline:10px; }
  .hero { margin:0;border-radius:0; }
  .hero-copy { padding:58px var(--page-gutter) 18px; }
  .hero-image { margin:0;min-height:52svh; }
  .story-split { margin:0;border-radius:0; }
  .story-photo { min-height:55svh; }
  .visit-strip { border-radius:0;margin:0;min-height:58svh; }
  .product-detail { margin:0;border-radius:0; }
  .product-detail>div:first-child { height:55svh;min-height:55svh; }
  .detail-copy { padding:58px var(--page-gutter) 72px; }
  .section { padding-block:68px; }
  .page-heading { padding-block:68px; }
  .mini-gallery-grid { gap:28px 16px; }
}
.menu-backdrop { position:fixed;inset:0;z-index:19;border:0;background:#153f5840;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px); }
.header.menu-open { background:#f8fcfc; }
.header.menu-open .mobile-nav { z-index:31;box-shadow:0 24px 50px #153f5826; }
body.nav-open { overflow:hidden; }
@media (prefers-reduced-motion:reduce) {
  main { background-position:initial; }
  .motion-ready .reveal-section, .motion-ready .reveal-section * { opacity:1!important;transform:none!important; }
}
@media (max-width:800px) {
  .topline>a:first-child { display:block; }
  .topline>a:last-child { display:none; }
}
.toppings-section { background:linear-gradient(180deg,#f7fcfc 0,#eaf6f7 100%); }
.topping-groups { max-width:var(--content-max);margin:0 auto;display:grid;gap:28px; }
.topping-group { background:#fff;border-radius:34px;padding:30px;box-shadow:0 18px 55px rgba(21,81,109,.07); }
.topping-group-heading { display:flex;align-items:center;gap:16px;margin-bottom:24px; }
.topping-group-heading>span { width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#d9f0f3;color:#20778b;font:600 12px var(--sans); }
.topping-group-heading h3 { font-family:var(--serif);font-size:clamp(24px,2vw,32px);color:#205b75; }
.topping-list { list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px; }
.topping-list li { min-width:0;border-radius:20px;background:#f5fbfb;overflow:hidden;text-align:center;border:1px solid #e1f0f2;transition:transform .25s ease,box-shadow .25s ease; }
.topping-list li:hover { transform:translateY(-4px);box-shadow:0 12px 30px rgba(21,81,109,.1); }
.topping-list img { width:100%;aspect-ratio:1.45;object-fit:cover;background:#f7fbfb; }
.topping-list span { display:flex;align-items:center;justify-content:center;min-height:58px;padding:9px 7px;color:#315f70;font-size:12px;line-height:1.35; }
.topping-photos { max-width:var(--content-max);margin:55px auto 0;display:grid;grid-template-columns:1.55fr 1fr;gap:24px; }
.topping-photos figure { margin:0;min-width:0; }
.topping-photos a { display:block;position:relative;border-radius:34px;overflow:hidden;background:#dceff2; }
.topping-photos img { width:100%;height:520px;object-fit:cover;transition:transform .65s ease; }
.topping-photos a:hover img { transform:scale(1.025); }
.topping-photos a>span { position:absolute;right:18px;bottom:18px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f9ffffe8;color:#21768a;font-size:20px; }
.topping-photos figcaption { padding:14px 4px 0;font-family:var(--serif);font-size:20px;color:#285f73; }
.toppings-section>.source-note { max-width:var(--content-max);margin:26px auto 0; }
@media (max-width:1100px) {
  .topping-list { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .topping-group { padding:22px 16px;border-radius:26px; }
  .topping-list { grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }
  .topping-list span { min-height:54px; }
  .topping-photos { grid-template-columns:1fr;margin-top:38px; }
  .topping-photos img { height:auto;aspect-ratio:1.35; }
  .topping-photos a { border-radius:25px; }
}
.flavor-gallery { background:#eaf6f7; }
.dessert-hero { position:relative;display:grid;align-items:center;overflow:hidden;background:#edf8f8; }
.dessert-hero picture, .dessert-hero picture img { position:absolute;inset:0;width:100%;height:100%; }
.dessert-hero picture img { object-fit:cover;object-position:center; }
.dessert-hero::after { content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,252,250,.97) 0%,rgba(248,252,250,.91) 29%,rgba(248,252,250,.38) 50%,rgba(248,252,250,0) 72%); }
.dessert-hero-copy { position:relative;z-index:1;width:min(620px,48vw);margin-left:var(--page-gutter); }
.dessert-hero-copy h1 { max-width:650px;color:#174f69; }
.dessert-hero-copy .lead { color:#148ea4;font-family:var(--serif); }
.dessert-hero-copy>p:not(.lead) { max-width:560px; }
@media (max-width:900px) {
  .dessert-hero { min-height:840px; }
  .dessert-hero picture img { object-position:64% center; }
  .dessert-hero::after { background:linear-gradient(0deg,rgba(248,252,250,.98) 0%,rgba(248,252,250,.91) 37%,rgba(248,252,250,.08) 72%); }
}
@media (max-width:600px) {
  .dessert-hero { min-height:760px; }
  .dessert-hero picture img { object-position:68% top; }
  .dessert-hero-copy { padding-top:330px; }
}
.collection-index-hero { display:grid;background:linear-gradient(120deg,#f8fcfc,#d9f1f4);overflow:hidden; }
.collection-index-hero>div { align-self:center; }
.collection-index-hero h1 { color:#174f69; }
.collection-index-hero p { max-width:600px; }
.collection-index-hero>img { width:100%; }
.main-flavours { background:#f8fcfc; }
.main-flavour-feature { max-width:var(--content-max);margin:58px auto 75px;display:grid;grid-template-columns:1.25fr .75fr;background:#dff2f4;border-radius:42px;overflow:hidden;color:inherit; }
.main-flavour-feature img { width:100%;height:680px;object-fit:cover; }
.main-flavour-feature>div { padding:clamp(42px,5vw,80px);align-self:center; }
.main-flavour-feature span, .secondary-flavours span { font:700 12px var(--sans);letter-spacing:.13em;color:#168ca1; }
.main-flavour-feature h3, .secondary-flavours h3 { font-family:var(--serif);color:#205b75; }
.main-flavour-feature h3 { font-size:clamp(44px,5vw,72px);margin:18px 0; }
.main-flavour-feature p { font-size:clamp(17px,1.4vw,21px);line-height:1.75;margin-bottom:26px; }
.main-flavour-feature b, .secondary-flavours b { color:#147f94;font-size:15px; }
.secondary-flavours { max-width:var(--content-max);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:28px; }
.secondary-flavours>a { background:#fff;border-radius:34px;overflow:hidden;color:inherit;box-shadow:0 18px 55px rgba(21,81,109,.07); }
.secondary-flavours img { width:100%;aspect-ratio:4/3;object-fit:cover; }
.secondary-flavours a>div { padding:30px 34px 36px; }
.secondary-flavours h3 { font-size:clamp(31px,3vw,46px);margin:12px 0; }
.secondary-flavours p { font-size:17px;line-height:1.65;min-height:56px;margin-bottom:20px; }
.other-flavours { background:#eaf6f7; }
.other-flavour-grid { max-width:var(--content-max);margin:55px auto 0;display:grid; }
.other-flavour-grid>* { display:block;min-width:0;color:inherit;overflow:hidden; }
.other-flavour-grid h3 { font-family:var(--serif);color:#205b75; }
.other-flavour-grid span { display:block;color:#168ca1;font-size:13px;font-weight:700; }
.priority-mark { display:block;color:#168ca1;font:700 11px var(--sans);letter-spacing:.12em;margin:18px 0 8px; }
.produce-hero>div:first-child img { object-position:center; }
.fruit-story { background:#fbfaf4; }
.fruit-type-list { max-width:var(--content-max);margin:48px auto 0;display:flex;flex-wrap:wrap;gap:12px; }
.fruit-type-list span { border:1px solid #bdd9d7;border-radius:999px;padding:13px 21px;color:#2b6775;background:#fff;font-size:15px; }
.fruit-gallery { background:#eef7f6; }
.fruit-gallery-grid { max-width:var(--content-max);margin:auto;display:grid; }
.fruit-gallery-grid figure { margin:0; }
.fruit-gallery-grid a { position:relative;display:block;overflow:hidden;border-radius:30px; }
.fruit-gallery-grid img { width:100%;object-fit:cover;transition:transform .65s ease; }
.fruit-gallery-grid a:hover img { transform:scale(1.025); }
.fruit-gallery-grid a>span, .sorbet-photo-grid a>span { position:absolute;right:16px;bottom:16px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fffE;color:#168ca1; }
.fruit-gallery-grid figcaption, .sorbet-photo-grid figcaption { font-family:var(--serif);font-size:20px;color:#205b75;padding:13px 4px 0; }
.fruit-process { display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(40px,7vw,100px);background:#f8fcfc; }
.fruit-process>div { padding-left:max(0px,calc((100vw - var(--content-max))/2 - var(--page-gutter))); }
.fruit-process h2 { font-size:clamp(40px,4.5vw,68px);color:#205b75;line-height:1.05;margin:17px 0 22px; }
.fruit-process p { font-size:18px;line-height:1.75; }
.fruit-process img { width:100%;border-radius:36px;aspect-ratio:4/3;object-fit:cover; }
.sorbet-hero::after { background:linear-gradient(90deg,rgba(248,252,250,.96),rgba(248,252,250,.84) 32%,rgba(248,252,250,.05) 62%); }
.sorbet-section { background:#f8fcfc; }
.sorbet-grid { max-width:var(--content-max);margin:50px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px; }
.sorbet-grid article { min-height:320px;border-radius:34px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;color:#173f52;position:relative;overflow:hidden; }
.sorbet-grid article::before { content:"";position:absolute;width:210px;height:210px;border-radius:50%;top:-55px;right:-35px;background:var(--sorbet-color);box-shadow:inset -18px -18px 35px #31505b24,inset 12px 12px 25px #fff8; }
.sorbet-grid [data-sorbet=lemon] { --sorbet-color:#f2d45f;background:#fff9dc; }
.sorbet-grid [data-sorbet=strawberry] { --sorbet-color:#e85d68;background:#fff0f0; }
.sorbet-grid [data-sorbet=blueberry] { --sorbet-color:#65416f;background:#f3eaf5; }
.sorbet-grid span { position:absolute;top:28px;left:30px;font-size:12px;font-weight:700;letter-spacing:.12em; }
.sorbet-grid h3 { font-family:var(--serif);font-size:clamp(29px,3vw,43px);margin-bottom:12px; }
.sorbet-grid p { font-size:16px;line-height:1.6;max-width:310px; }
.sorbet-photo-grid { max-width:var(--content-max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.sorbet-photo-grid figure { margin:0; }
.sorbet-photo-grid a { display:block;position:relative;overflow:hidden;border-radius:32px; }
.sorbet-photo-grid img { width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .65s ease; }
.sorbet-photo-grid a:hover img { transform:scale(1.025); }
@media (max-width:1050px) {
  .other-flavour-grid { grid-template-columns:repeat(3,1fr); }
  .fruit-gallery-grid { grid-template-columns:1fr 1fr; }
  .fruit-process { grid-template-columns:1fr; }
  .fruit-process>div { padding:0; }
  .sorbet-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:760px) {
  .collection-index-hero>div { padding-top:70px;padding-bottom:60px; }
  .main-flavour-feature { grid-template-columns:1fr;border-radius:0;margin-inline:calc(-1 * var(--page-gutter)); }
  .main-flavour-feature img { height:58svh; }
  .secondary-flavours { grid-template-columns:1fr; }
  .other-flavour-grid { grid-template-columns:1fr 1fr; }
  .fruit-process img { border-radius:24px; }
  .sorbet-grid, .sorbet-photo-grid { grid-template-columns:1fr; }
  .sorbet-hero::after { background:linear-gradient(0deg,rgba(248,252,250,.98),rgba(248,252,250,.9) 38%,rgba(248,252,250,.05) 72%); }
}
@media (max-width:480px) {
  .other-flavour-grid { grid-template-columns:1fr; }
  .fruit-type-list span { font-size:14px; }
  .sorbet-grid article { min-height:285px; }
}
.other-flavour-grid { align-items:start;margin-top:36px; }
.other-flavour-grid>* { padding-bottom:24px;background:transparent;border-radius:0; }
.other-flavour-grid img { display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:24px; }
.other-flavour-grid h3 { margin:20px 0 10px;font-size:clamp(23px,2vw,30px); }
.other-flavour-grid p { margin:0;font-size:16px;line-height:1.6; }
.other-flavour-grid span { margin:16px 0 0; }
.story-gallery { background:#eaf6f7; }
.story-gallery-grid { max-width:var(--content-max);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px; }
.story-gallery-grid figure { margin:0;min-width:0; }
.story-gallery-grid a { position:relative;display:block;overflow:hidden;border-radius:24px; }
.story-gallery-grid img { display:block;width:100%;height:auto;object-fit:cover;transition:transform .4s ease; }
.story-gallery-grid a:hover img { transform:scale(1.025); }
.story-gallery-grid a>span { position:absolute;bottom:16px;right:16px;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;background:#f8fcfc;color:#087f98; }
.story-gallery-grid figcaption { font-family:var(--serif);font-size:22px;color:#205b75;padding-top:16px; }
:root { --detail-viewport:calc(100svh - 135px); }
.product-detail, .dessert-hero { min-height:var(--detail-viewport); }
.product-detail { grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
.product-detail>div:first-child { position:relative;min-height:0;height:auto; }
.product-detail>div:first-child>img { position:absolute;inset:0;width:100%;height:100%; }
.product-detail .detail-copy { padding:clamp(24px,4svh,52px) clamp(28px,5vw,80px);max-width:none; }
.product-detail .detail-copy h1, .dessert-hero-copy h1 { font-size:clamp(36px,6svh,68px);line-height:1.08;margin:16px 0 20px; }
.product-detail .detail-copy .lead, .dessert-hero-copy .lead { font-size:clamp(21px,3svh,30px);line-height:1.35;margin-bottom:18px; }
.product-detail .detail-copy>p:not(.lead), .dessert-hero-copy>p:not(.lead) { font-size:clamp(16px,2.2svh,20px);line-height:1.55;margin-bottom:16px; }
.product-detail .detail-copy .source-note { font-size:14px!important;margin-top:20px; }
.product-detail .detail-copy .button { margin-top:8px; }
.dessert-hero-copy { padding:clamp(24px,4svh,52px) 0; }
@media (max-width:900px) {
  .dessert-hero { align-items:end; }
  .dessert-hero-copy { padding:clamp(160px,27svh,280px) var(--page-gutter) 28px;width:auto;margin:0; }
}
@media (max-width:800px) {
  :root { --detail-viewport:calc(100svh - 119px); }
  .product-detail { grid-template-columns:1fr;grid-template-rows:minmax(150px,1fr) auto; }
  .product-detail>div:first-child { height:25svh;min-height:150px; }
  .product-detail .detail-copy { padding:24px var(--page-gutter) 28px; }
}
@media (max-width:600px) {
  :root { --detail-viewport:calc(100svh - 113px); }
  .product-detail .detail-copy h1, .dessert-hero-copy h1 { font-size:clamp(32px,4.5svh,40px);margin:12px 0 14px; }
  .product-detail .detail-copy .lead, .dessert-hero-copy .lead { font-size:21px;margin-bottom:12px; }
  .product-detail .detail-copy>p:not(.lead), .dessert-hero-copy>p:not(.lead) { font-size:16px;line-height:1.5; }
  .story-gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px; }
  .story-gallery-grid figcaption { font-size:17px;line-height:1.35; }
  .story-gallery-grid img { aspect-ratio:4/3; }
  .other-flavour-grid { gap:32px; }
  .other-flavour-grid img { aspect-ratio:4/3; }
}
@media (prefers-reduced-motion:reduce) {
  .story-gallery-grid img { transition:none; }
  .story-gallery-grid a:hover img { transform:none; }
}
.story-gallery-grid img { aspect-ratio:4/3; }
#shop-gallery, #other-flavours { scroll-margin-top:110px; }
#fruit-gallery { scroll-margin-top:110px; }
.collection-index-hero { min-height:var(--detail-viewport);grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
.collection-index-hero>div { padding:clamp(24px,4svh,52px) var(--page-gutter);min-width:0; }
.collection-index-hero h1 { font-size:clamp(38px,7svh,78px);line-height:1.08;margin:18px 0 24px; }
.collection-index-hero p { font-size:clamp(17px,2.4svh,22px);line-height:1.6;margin-bottom:26px; }
.collection-index-hero>img { min-height:0;height:100%;max-height:var(--detail-viewport);object-fit:cover; }
@media (max-width:760px) {
  .collection-index-hero { grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr); }
  .collection-index-hero>div { padding:28px var(--page-gutter); }
  .collection-index-hero h1 { font-size:clamp(34px,5svh,46px);margin:14px 0 16px; }
  .collection-index-hero p { font-size:17px;line-height:1.5;margin-bottom:20px; }
  .collection-index-hero>img { height:clamp(140px,28svh,280px);min-height:0;max-height:none;object-position:50% 48%; }
}
.fruit-gallery-grid { grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px; }
.fruit-gallery-grid img { display:block;height:auto;aspect-ratio:4/3; }
@media (max-width:760px) {
  .fruit-gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px; }
  .fruit-gallery-grid figcaption { font-size:17px;line-height:1.4; }
  .fruit-gallery-grid a { border-radius:20px; }
  .fruit-gallery-grid a>span { width:34px;height:34px;right:10px;bottom:10px; }
}
#toppings { scroll-margin-top:110px; }
.topping-tabs { max-width:var(--content-max);margin:0 auto 24px;display:flex;flex-wrap:wrap;gap:12px; }
.topping-tabs[hidden], .topping-group[hidden] { display:none; }
.topping-tabs button { flex:1 1 200px;padding:17px 22px;border:1px solid #b8dce2;border-radius:24px;background:#f8fcfc;color:#205b75;font:600 16px/1.4 var(--sans);cursor:pointer;transition:background .18s,color .18s; }
.topping-tabs button[aria-selected=true] { background:#087f98;color:#fff;border-color:#087f98; }
.topping-tabs button:hover:not([aria-selected=true]) { background:#d9f0f3; }
.topping-tabs button:focus-visible, .topping-group:focus-visible { outline:3px solid #174f69;outline-offset:4px; }
.topping-list img { height:auto; }
@media (max-width:700px) {
  .topping-tabs { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }
  .topping-tabs button { padding:13px 10px;font-size:14px;border-radius:18px; }
  .topping-list span { font-size:14px; }
}
.other-flavour-grid { grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 26px; }
@media (max-width:900px) {
  .other-flavour-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 20px; }
}
@media (max-width:480px) {
  .other-flavour-grid { gap:28px 16px; }
  .other-flavour-grid img { aspect-ratio:4/5;border-radius:20px; }
  .other-flavour-grid h3 { font-size:23px;margin-top:14px; }
  .other-flavour-grid p { font-size:15px;line-height:1.5; }
}
.logo { width:clamp(160px,14vw,220px);height:82px;overflow:visible;display:flex;align-items:center;flex:0 0 auto;mix-blend-mode:normal; }
.logo img { width:100%;height:auto;max-height:76px;object-fit:contain;object-position:left center;transform:none; }
.eyebrow { color:#247186; }
.hero-note, .ribbon { color:#416f80; }
.hero-image img[src*="yogurt-chocolate"] { object-position:50% 52%; }
.hero-image img[src*="yogurt-fruit-cup"] { object-position:50% 51%; }
.hero-image img[src*="yogurt-granola"] { object-position:50% 50%; }
.product-image img[src*="salep-cup"], .product-detail img[src*="salep-cup"] { object-position:50% 56%; }
.product-image img[src*="baklava"], .product-detail img[src*="baklava"] { object-position:50% 57%; }
.product-detail img[src*="yogurt-fruit-cup"] { object-position:50% 54%; }
.story-photo img[src*="storefront"], .contact-grid img[src*="storefront"] { object-position:54% 44%; }
.mini-gallery img[src*="yogurt-chocolate"], .mini-gallery img[src*="yogurt-fruit-cup"], .mini-gallery img[src*="yogurt-granola"] { object-position:50% 52%; }
.mini-gallery img[src*="yogurt-nuts-table"], .mini-gallery img[src*="yogurt-berry-table"], .mini-gallery img[src*="yogurt-terrace"], .mini-gallery img[src*="yogurt-together"] { object-position:50% 58%; }
.mini-gallery img[src*="salep-cup"] { object-position:50% 56%; }
.mini-gallery img[src*="baklava"], .mini-gallery img[src*="loukoumi"] { object-position:50% 58%; }
@media (max-width:800px) {
  .logo { width:150px;height:68px; }
  .logo img { max-height:62px; }
  .header { gap:12px; }
}
@media (max-width:600px) {
  .logo { width:132px;height:62px; }
  .logo img { max-height:56px; }
  .hero-image img[src*="yogurt-"] { object-position:50% 55%; }
  .story-photo img[src*="storefront"], .contact-grid img[src*="storefront"] { object-position:57% 46%; }
}

.footer-credits { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; }
.developer-credit { color: inherit; }
.developer-credit a { color: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.developer-credit a:hover { color: #fff; }

.footer-main > div:nth-child(2) > a { display: block; overflow-wrap: anywhere; }
