:root {
  --brand: #80aeac;
  --brand-dark: #547f7d;
  --brand-pale: #e5f1f0;
  --brand-wash: #f2f8f7;
  --ink: #171918;
  --deep: #304a48;
  --deepest: #253a38;
  --muted: #68706e;
  --line: #dfe4e2;
  --paper: #ffffff;
  --soft: #f6f5f2;
  --shadow: 0 18px 50px rgba(31, 48, 47, .12);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; overflow-x: clip; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 7px; }
.skip-link:focus { transform: translateY(0); }

.site-header { background: rgba(255,255,255,.97); position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.topbar { height: 30px; display: flex; align-items: center; justify-content: space-between; background: var(--brand-pale); box-shadow: 0 0 0 100vmax var(--brand-pale); clip-path: inset(0 -100vmax); border-bottom: 1px solid rgba(84,127,125,.18); font-size: .74rem; }
.contact-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.contact-link svg { width: 15px; }
.utility-nav { display: flex; gap: 24px; color: var(--muted); }
.utility-nav a:hover { color: var(--brand-dark); }
.mainbar { min-height: 86px; display: grid; grid-template-columns: 135px minmax(280px, 1fr) auto; gap: 30px; align-items: center; }
.brand { width: 124px; align-self: stretch; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 98px; height: 66px; object-fit: contain; }
.search { display: flex; align-items: center; height: 40px; border: 1px solid var(--line); border-radius: 999px; background: #fbfcfb; transition: border-color .2s, box-shadow .2s; }
.search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(128,174,172,.16); }
.search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 20px; color: var(--ink); font-size: .95rem; }
.search button { width: 40px; height: 40px; border: 0; background: transparent; color: var(--brand-dark); cursor: pointer; }
.search svg { width: 21px; }
.header-actions { display: flex; gap: 9px; }
.header-actions [data-demo="account"] { display: none; }
.icon-button { width: 38px; height: 38px; border: 0; background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; position: relative; }
.icon-button:hover { color: var(--brand-dark); }
.icon-button svg { width: 25px; }
.cart-button span { position: absolute; top: 0; right: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--brand); font-size: .66rem; font-weight: 800; display: grid; place-items: center; }
.menu-button { display: none; }
.category-nav { background: #fff; border-top: 1px solid var(--line); }
.category-nav-inner { min-height: 48px; display: flex; justify-content: center; align-items: stretch; gap: clamp(18px, 2.6vw, 36px); }
.category-nav a { display: flex; align-items: center; text-transform: uppercase; font-weight: 800; letter-spacing: .045em; font-size: .78rem; position: relative; }
.category-nav a:not(.nav-accent)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 9px; height: 2px; background: var(--brand); transition: right .25s; }
.category-nav a:hover::after { right: 0; }
.category-nav .nav-accent { background: var(--brand); padding: 0 23px; margin-left: auto; color: #102322; }
.nav-accent svg { width: 18px; margin-right: 8px; }

.hero { height: calc(100svh - 164px); min-height: 0; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--deep); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: -22px; z-index: -2; background: linear-gradient(rgba(128,174,172,.2), rgba(128,174,172,.2)), url("/assets/hero-communie.webp") center / cover no-repeat; filter: blur(16px); transform: scale(1.04); }
.hero > img { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(42,67,65,.64) 0%, rgba(42,67,65,.32) 42%, rgba(42,67,65,.02) 74%); }
.hero-content { position: relative; z-index: 2; color: #fff; padding-block: 30px; }
.hero-content > * { max-width: 625px; }
.eyebrow { margin: 0 0 12px; color: var(--brand-dark); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.hero .eyebrow { color: #c8e2e0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.06; margin: 0; }
h1 { font-size: clamp(3rem, 5vw, 4.8rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
.hero-content > p:not(.eyebrow) { font-size: clamp(1.05rem, 1.8vw, 1.26rem); line-height: 1.65; color: rgba(255,255,255,.9); max-width: 560px; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 24px; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; border: 1px solid transparent; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; font-weight: 900; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: #102322; }
.button-primary:hover { background: #96c1bf; }
.button-dark { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: .9rem; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.benefits { border-bottom: 1px solid var(--line); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits article { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 22px 22px; border-right: 1px solid var(--line); }
.benefits article:first-child { border-left: 1px solid var(--line); }
.benefits svg { color: var(--brand-dark); width: 30px; flex: 0 0 auto; }
.benefits strong, .benefits span { display: block; }
.benefits strong { font-size: .92rem; }
.benefits span { color: var(--muted); font-size: .78rem; margin-top: 2px; }

.section { padding-block: clamp(76px, 9vw, 125px); }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { text-align: center; max-width: 640px; margin-inline: auto; }
.section-heading > p:not(.eyebrow) { color: var(--muted); margin-top: 18px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.moment-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 310px); gap: 20px; }
.moment-card { position: relative; overflow: hidden; color: #fff; border-radius: 3px; isolation: isolate; }
.moment-large { grid-row: 1 / 3; }
.moment-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(16,25,24,.7), transparent 65%); }
.moment-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.moment-card:hover img { transform: scale(1.035); }
.moment-card span { position: absolute; left: 30px; right: 30px; bottom: 28px; }
.moment-card small, .moment-card strong, .moment-card em { display: block; }
.moment-card small { text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; font-weight: 800; color: #d6ebe9; }
.moment-card strong { font-family: Georgia, serif; font-size: clamp(1.65rem, 2.7vw, 2.65rem); line-height: 1.2; font-weight: 400; }
.moment-card em { font-style: normal; font-size: .78rem; font-weight: 800; margin-top: 10px; }

.products-section { background: var(--brand-wash); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { border: 1px solid #cbdad8; background: #fff; padding: 10px 16px; border-radius: 999px; cursor: pointer; font-size: .82rem; font-weight: 700; color: #49625f; transition: background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease; }
.filter-chip:hover { color: #173b39; border-color: var(--brand); background: #f4f9f8; }
.filter-chip.is-active { color: #244c49; border-color: #9fc2bf; background: #e3f0ef; box-shadow: 0 4px 12px rgba(54,95,92,.1); }
.filter-chip:focus-visible { outline: 3px solid rgba(95,153,150,.28); outline-offset: 2px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card[hidden] { display: none; }
.product-image { display: block; background: #ececea; aspect-ratio: 1 / 1.08; position: relative; overflow: hidden; border-radius: 3px; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-crop img { width: 180%; max-width: none; }
.crop-circle img { object-position: 62% center; transform: translateX(-20%); }
.crop-bottle img { object-position: 50% center; transform: translateX(-33%); }
.crop-box img { object-position: 42% center; transform: translateX(-42%); }
.product-card:hover .product-crop img { transform: translateX(-20%) scale(1.04); }
.product-card:hover .crop-bottle img { transform: translateX(-33%) scale(1.04); }
.product-card:hover .crop-box img { transform: translateX(-42%) scale(1.04); }
.badge { position: absolute; left: 12px; top: 12px; background: var(--brand); padding: 5px 9px; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.badge-sale { background: var(--brand-dark); color: #fff; }
.product-info { padding-top: 17px; }
.product-info > p { margin: 0 0 4px; color: var(--brand-dark); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .68rem; }
.product-info h3 { font-size: 1rem; line-height: 1.45; margin: 0 0 13px; font-weight: 650; }
.product-info h3 a:hover { color: var(--brand-dark); }
.product-info > div { display: flex; justify-content: space-between; align-items: center; }
.product-info strong { font-size: .98rem; }
.product-info button { border: 1px solid var(--line); background: #fff; width: 35px; height: 35px; cursor: pointer; font-size: 1.2rem; }
.product-info button:hover { background: var(--brand); border-color: var(--brand); }

.craft-section { background: var(--brand-pale); color: var(--ink); padding-block: clamp(76px, 9vw, 120px); }
.craft-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.craft-image { position: relative; min-height: 620px; }
.craft-image img { width: 88%; height: 620px; object-fit: cover; filter: saturate(.86); }
.craft-image span { position: absolute; right: 0; bottom: 45px; max-width: 245px; background: var(--brand); color: #102322; padding: 22px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.3; }
.craft-copy .eyebrow { color: var(--brand-dark); }
.craft-copy > p:not(.eyebrow) { color: #536260; max-width: 600px; }
.craft-copy ol { list-style: none; padding: 0; margin: 38px 0; border-top: 1px solid #b8cfcd; }
.craft-copy li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid #b8cfcd; }
.craft-copy li > span { color: var(--brand-dark); font-size: .77rem; font-weight: 800; padding-top: 3px; }
.craft-copy li strong { font-size: .98rem; }
.craft-copy li p { margin: 2px 0 0; color: #657471; font-size: .9rem; }
.craft-copy .button-dark { background: var(--brand-dark); border-color: var(--brand-dark); }
.craft-copy .button-dark:hover { background: var(--brand); color: var(--ink); }

.about-section { padding-block: clamp(80px, 10vw, 140px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
.about-card { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); padding: clamp(38px, 6vw, 78px); margin-right: -65px; position: relative; z-index: 2; }
.about-card > p:not(.eyebrow) { color: var(--muted); }
.about-photo { height: 610px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }

.newsletter { background: var(--brand); color: #102322; padding-block: 65px; }
.newsletter-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.newsletter .eyebrow { color: #345f5d; }
.newsletter h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.newsletter p { margin-bottom: 0; }
.newsletter form { display: flex; border-bottom: 2px solid #315e5b; }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 16px 0; background: transparent; color: #102322; }
.newsletter input::placeholder { color: #476d6b; }
.newsletter button { border: 0; background: transparent; font-weight: 900; cursor: pointer; padding-inline: 14px 0; }

.footer { background: #dcecea; color: var(--ink); padding-top: 78px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 55px; padding-bottom: 65px; }
.footer-logo { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 19px; }
.footer-brand img { width: 132px; height: 104px; object-fit: contain; }
.footer-brand p, .footer p { color: #586764; font-size: .88rem; }
.footer h2 { font-family: inherit; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; margin-bottom: 18px; color: var(--ink); }
.footer-grid > div:last-child h2 + p { margin: 0; }
.footer-grid > div:last-child p + p { margin: 22px 0; }
.footer-grid > div:last-child p + p + a { margin-top: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer a { color: #466361; font-size: .86rem; margin: 3px 0; }
.footer a:hover { color: #234c49; }
.footer-bottom { border-top: 1px solid #abc9c6; min-height: 66px; display: flex; align-items: center; justify-content: space-between; font-size: .76rem; color: #5d716e; }
.footer-bottom div { display: flex; gap: 20px; }

/* Informatieve pagina's */
.info-main { background: #fff; }
.info-hero { padding-block: 34px 12px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: var(--brand-dark); font-weight: 700; }
.breadcrumbs span[aria-hidden="true"] { color: #9ba5a3; }
.info-hero .eyebrow { display: none; }
.info-hero-inner { max-width: 820px; }
.info-hero h1 { color: var(--deep); font-size: clamp(2.35rem, 4.5vw, 3.65rem); }
.info-lead { max-width: 680px; margin: 14px 0 0; color: #596562; font-size: 1rem; line-height: 1.65; }
.info-section { padding-block: 24px 76px; }
.info-layout { width: min(820px, calc(100% - 40px)); display: grid; grid-template-columns: 1fr; gap: 54px; align-items: start; }
.info-content { min-width: 0; }
.info-content > :first-child { margin-top: 0; }
.info-content h2 { color: var(--deep); font-size: clamp(1.75rem, 3vw, 2.3rem); margin: 0 0 17px; }
.info-content h2.section-space { margin-top: 44px; }
.info-content h3 { color: var(--deep); font-size: 1.06rem; line-height: 1.4; margin: 30px 0 8px; }
.info-content p { color: #596562; margin: 0 0 16px; }
.info-content a:not(.button) { color: #376966; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.info-content ul, .info-content ol { margin: 16px 0 25px; padding-left: 23px; color: #596562; }
.info-content li { margin: 9px 0; padding-left: 5px; }
.legal-updated { margin: 9px 0 0; color: #74817e; font-size: .78rem; }
.legal-content h2 { font-size: clamp(1.42rem, 2.5vw, 1.82rem); }
.legal-content .section-space { margin-top: 38px; }
.info-callout { margin: 24px 0; padding: 20px 22px; border-left: 3px solid var(--brand); background: var(--brand-wash); }
.info-callout strong { display: block; color: var(--deep); margin-bottom: 4px; }
.info-callout p { margin: 0; }
.payment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; margin: 18px 0 34px; }
.payment-item { min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--deep); }
.payment-item svg { width: 22px; color: var(--brand-dark); flex: 0 0 auto; }
.service-sidebar { position: static; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 0 28px; padding: 26px 28px; border: 1px solid #d8e6e4; background: var(--brand-wash); }
.service-sidebar h2 { grid-column: 1 / -1; font-family: inherit; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 12px; color: #395755; }
.service-sidebar nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 26px; padding-bottom: 19px; border-bottom: 1px solid #cedfdd; }
.service-sidebar nav a { padding: 2px 0 5px; border-bottom: 2px solid transparent; color: #526360; font-size: .88rem; font-weight: 650; }
.service-sidebar nav a:hover { color: var(--deep); }
.service-sidebar nav a[aria-current="page"] { color: #183c39; border-bottom-color: var(--brand-dark); }
.service-sidebar nav a[aria-current="page"]::before { content: none; }
.service-sidebar p { color: #596966; font-size: .88rem; margin: 18px 0 0; }
.service-sidebar .button { min-height: 42px; padding-inline: 19px; background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; white-space: nowrap; }
.service-sidebar .button:hover { background: #426d6a; color: #fff; }
.step-list { list-style: none !important; padding: 0 !important; counter-reset: return-step; }
.step-list > li { counter-increment: return-step; display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 17px 0 !important; margin: 0 !important; border-bottom: 1px solid var(--line); }
.step-list > li::before { content: counter(return-step); color: var(--brand-dark); font-size: .82rem; font-weight: 900; padding-top: 2px; }
.step-list ul { margin: 10px 0 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; color: var(--deep); font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.25rem; font-weight: 400; color: var(--brand-dark); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 38px 19px 0; margin: 0; }
.contact-form-section { margin-top: 52px; padding-top: 42px; border-top: 1px solid var(--line); }
.contact-form-primary { margin-top: 0; padding-top: 0; border-top: 0; }
.contact-form-heading { max-width: 650px; margin-bottom: 25px; }
.contact-form-heading p { margin-bottom: 0; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label, .contact-form > label { color: var(--deep); font-size: .88rem; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cfd8d6; border-radius: 2px; background: #fff; color: var(--ink); padding: 11px 13px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.form-field input, .form-field select { min-height: 47px; }
.form-field textarea { min-height: 145px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--brand-dark); box-shadow: 0 0 0 4px rgba(128,174,172,.16); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: #596562; font-size: .88rem; line-height: 1.5; cursor: pointer; }
.form-consent input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--brand-dark); flex: 0 0 auto; }
.form-submit { display: flex; align-items: center; gap: 18px; margin-top: 3px; }
.form-submit p { margin: 0; font-size: .8rem; line-height: 1.45; }
.form-success { margin: 0; padding: 14px 16px; border: 1px solid #a8cfbd; background: #edf8f2; color: #245b43; font-weight: 700; }
.about-page-image { margin: 34px 0 0; overflow: hidden; background: var(--brand-wash); }
.about-page-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.about-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.about-values section { padding: 22px 22px 22px 0; border-bottom: 1px solid var(--line); }
.about-values section + section { padding-left: 22px; border-left: 1px solid var(--line); }
.about-values h3 { margin-top: 0; }
.about-values p { margin-bottom: 0; font-size: .92rem; }
.about-contact-callout { margin-top: 36px; }
.about-contact-callout .button { margin-top: 18px; }

.product-page { padding-bottom: 96px; }
.product-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 22px 28px; color: #73807d; font-size: .8rem; }
.product-breadcrumbs a:hover { color: var(--brand-dark); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(42px, 6vw, 82px); align-items: start; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; position: sticky; top: 24px; }
.product-main-image { grid-column: 2; grid-row: 1; min-height: 620px; overflow: hidden; background: var(--soft); }
.product-main-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: object-position .25s ease; }
.product-focus-bottle img { object-position: 58% center; }
.product-focus-circle img { object-position: 72% center; }
.product-focus-label img { object-position: 88% center; }
.product-thumbnails { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 11px; }
.product-thumbnails button { width: 72px; aspect-ratio: 1; padding: 0; border: 1px solid transparent; background: var(--soft); overflow: hidden; cursor: pointer; }
.product-thumbnails button.is-active { border-color: var(--brand-dark); }
.product-thumbnails img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.product-summary { min-width: 0; padding-top: 4px; }
.product-category { margin: 0 0 8px; color: var(--brand-dark); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-summary h1 { color: var(--deep); font-size: clamp(2.35rem, 4vw, 4rem); }
.product-price { margin: 20px 0 14px; color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.product-price-sale { display: flex; align-items: baseline; gap: 12px; }
.product-price-sale del { color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 1rem; }
.product-price-sale strong { color: var(--deep); font-weight: 700; }
.product-main-image { position: relative; }
.product-sale-badge { position: absolute; z-index: 1; top: 16px; left: 16px; }
.product-intro { max-width: 590px; margin: 0 0 16px; color: #596562; font-size: 1rem; line-height: 1.7; }
.stock-status { display: flex; align-items: center; gap: 9px; margin: 0 0 27px; color: #48625f; font-size: .83rem; font-weight: 700; }
.stock-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-dark); }
.product-order { border-top: 1px solid var(--line); padding-top: 25px; }
.product-option { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.product-option label { color: var(--deep); font-size: .86rem; font-weight: 780; }
.product-option label span { color: #7a8582; font-weight: 500; }
.product-option input, .product-option select, .product-option textarea { width: 100%; min-height: 47px; border: 1px solid #cad5d2; border-radius: 2px; background: #fff; color: var(--ink); padding: 11px 13px; outline: 0; }
.product-option textarea { min-height: 105px; resize: vertical; }
.product-option input:focus, .product-option select:focus, .product-option textarea:focus { border-color: var(--brand-dark); box-shadow: 0 0 0 4px rgba(128,174,172,.16); }
.product-option input[type="file"] { min-height: 0; padding: 10px; background: #fff; font-size: .82rem; }
.product-option input[type="file"]::file-selector-button { margin-right: 12px; border: 0; background: var(--brand-pale); color: var(--deep); padding: 8px 11px; font-weight: 750; cursor: pointer; }
.product-option small { color: #7a8582; font-size: .75rem; }
.personalisation-panel { margin: 0 0 24px; padding: 22px; border: 1px solid #d8e6e4; background: var(--brand-wash); }
.personalisation-panel legend { padding: 0 8px; color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.personalisation-help { margin: 0 0 20px; color: #5a6966; font-size: .86rem; line-height: 1.55; }
.label-label-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.label-label-fields .product-option:first-child { grid-column: 1 / -1; }
.input-with-unit { display: flex; align-items: stretch; }
.input-with-unit input { min-width: 0; border-right: 0; }
.input-with-unit span { display: flex; align-items: center; padding: 0 12px; border: 1px solid #cad5d2; background: #fff; color: #68736f; font-size: .8rem; }
.product-buy-row { display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 12px; }
.quantity-control { height: 50px; display: grid; grid-template-columns: 38px 1fr 38px; border: 1px solid #cad5d2; }
.quantity-control button { border: 0; background: #fff; color: var(--deep); cursor: pointer; font-size: 1.15rem; }
.quantity-control input { min-width: 0; width: 100%; border: 0; outline: 0; text-align: center; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { display: none; }
.product-add { width: 100%; }
.product-assurances { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 27px; padding-top: 22px; border-top: 1px solid var(--line); }
.product-assurances p { margin: 0; }
.product-assurances strong, .product-assurances span { display: block; }
.product-assurances strong { color: var(--deep); font-size: .82rem; }
.product-assurances span { margin-top: 3px; color: #6b7673; font-size: .78rem; line-height: 1.45; }
.product-assurances a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 2px; }
.product-information { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 80px; margin-top: 88px; padding-block: 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-information h2, .product-type-links h2 { color: var(--deep); font-size: clamp(2rem, 3.5vw, 3rem); }
.product-information p:not(.eyebrow) { max-width: 650px; color: #596562; }
.product-information dl { margin: 0; }
.product-information dl div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.product-information dt { color: #77827f; font-size: .8rem; }
.product-information dd { margin: 0; color: var(--deep); font-size: .88rem; font-weight: 700; }
.product-type-links { padding-top: 72px; }
.product-type-links > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.product-type-links a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 21px 23px; border: 1px solid var(--line); transition: border-color .2s, background .2s; }
.product-type-links a:hover { border-color: var(--brand); background: var(--brand-wash); }
.product-type-links strong { color: var(--deep); }
.product-type-links span { color: #67736f; font-size: .82rem; }
.related-products { padding-top: 78px; }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.related-heading h2 { color: var(--deep); font-size: clamp(2rem, 3.5vw, 3rem); }
.related-heading > a { color: var(--brand-dark); font-size: .86rem; font-weight: 750; }
.related-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.related-image, .shop-image { display: block; position: relative; overflow: hidden; background: var(--soft); aspect-ratio: .9; }
.related-image img, .shop-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .4s ease; }
.related-products article:hover img, .shop-card:hover img { transform: scale(1.035); }
.related-focus-circle img, .shop-focus-circle img { object-position: 72% center; }
.related-focus-bottle img, .shop-focus-bottle img { object-position: 58% center; }
.related-focus-case img, .shop-focus-case img { object-position: 91% center; }
.related-focus-communion img, .shop-focus-communion img { object-position: center; }
.related-products article > p, .shop-card > p { margin: 14px 0 3px; color: var(--brand-dark); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.related-products h3, .shop-card h2 { min-height: 2.8em; margin: 0 0 8px; color: var(--deep); font-family: inherit; font-size: .95rem; font-weight: 750; letter-spacing: 0; line-height: 1.4; }
.related-products article > strong, .shop-card > strong { color: #344946; font-size: .88rem; }
.shop-price { display: flex; align-items: baseline; gap: 8px; }
.shop-price del { color: #7b8582; font-size: .8rem; }
.shop-price strong { color: var(--deep); font-size: .9rem; }

.shop-page { padding-bottom: 100px; }
.shop-heading { padding-block: 42px 34px; }
.shop-heading .breadcrumbs { margin-bottom: 28px; }
.shop-heading h1 { color: var(--deep); font-size: clamp(3rem, 5vw, 4.8rem); }
.shop-heading > p:not(.eyebrow) { max-width: 700px; margin: 15px 0 0; color: #596562; }
.shop-catalog { border-top: 1px solid var(--line); padding-top: 28px; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.shop-sort { display: flex; align-items: center; gap: 9px; color: #66726f; font-size: .8rem; }
.shop-sort select { min-height: 40px; border: 1px solid var(--line); background: #fff; color: var(--deep); padding: 0 34px 0 12px; }
.shop-results-meta { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 20px 0 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.shop-count { margin: 0; color: #78827f; font-size: .78rem; }
.shop-query { display: flex; align-items: center; gap: 11px; color: #355754; font-size: .8rem; background: var(--brand-pale); padding: 7px 8px 7px 13px; border-radius: 999px; }
.shop-query[hidden] { display: none; }
.shop-query button { border: 0; background: #fff; color: #365f5c; border-radius: 999px; padding: 6px 9px; cursor: pointer; font-size: .74rem; font-weight: 700; }
.shop-query button:hover { background: #365f5c; color: #fff; }
.shop-pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 34px 0 10px; }
.shop-pagination[hidden] { display: none; }
.shop-pagination button { min-width: 40px; height: 40px; border: 1px solid #cbdad8; background: #fff; border-radius: 999px; color: #365f5c; cursor: pointer; font-size: .78rem; font-weight: 700; padding: 0 12px; }
.shop-pagination button:hover:not(:disabled), .shop-pagination button[aria-current="page"] { color: #fff; border-color: #365f5c; background: #365f5c; }
.shop-pagination button:disabled { opacity: .38; cursor: not-allowed; }
.shop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 46px 22px; }
.shop-card[hidden] { display: none; }
.shop-focus-box img { object-position: 40% center; }
.shop-focus-flowers img, .shop-focus-birth img, .shop-focus-laser img { object-position: center; }

.commerce-page { padding: 52px 0 100px; }
.commerce-heading { margin-bottom: 42px; }
.checkout-steps { display: flex; gap: 25px; color: #87908e; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.checkout-steps span[aria-current="step"], .checkout-steps a[aria-current="step"] { color: var(--brand-dark); }
.commerce-heading h1, .checkout-heading h1 { margin-top: 28px; color: var(--deep); font-size: clamp(3rem, 5vw, 4.5rem); }
.commerce-heading > p, .checkout-heading > p:not(.eyebrow) { max-width: 660px; color: #596562; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 70px; align-items: start; }
.cart-products { border-top: 1px solid var(--line); }
.cart-item { display: grid; grid-template-columns: 145px minmax(0, 1fr) auto; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 145px; aspect-ratio: 1; overflow: hidden; background: var(--soft); }
.cart-item-image img, .checkout-product-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.cart-focus-circle img { object-position: 72% center; }
.cart-focus-bottle img { object-position: 58% center; }
.cart-item-info > p { margin: 0 0 4px; color: var(--brand-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cart-item-info h3 { margin: 0 0 12px; color: var(--deep); font-size: 1rem; }
.cart-item-info dl { margin: 0; color: #67736f; font-size: .78rem; }
.cart-item-info dl div { display: flex; gap: 8px; }
.cart-item-info dd { margin: 0; }
.cart-remove { margin-top: 15px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #697572; font-size: .75rem; cursor: pointer; }
.cart-item-actions { display: flex; align-items: center; gap: 18px; margin-top: 15px; }
.cart-item-actions .cart-remove { margin-top: 0; }
.cart-edit { color: var(--deep); font-size: .75rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.cart-item-end { display: flex; min-width: 126px; align-items: end; flex-direction: column; justify-content: space-between; gap: 18px; }
.cart-item-end > strong { color: var(--deep); }
.cart-item-end .quantity-control { width: 112px; height: 42px; grid-template-columns: 34px 1fr 34px; }
.continue-shopping { display: inline-block; margin-top: 22px; color: var(--brand-dark); font-size: .85rem; font-weight: 750; }
.cart-summary, .checkout-summary { position: sticky; top: 24px; padding: 27px; background: var(--brand-wash); border: 1px solid #d8e6e4; }
.cart-summary h2, .checkout-summary h2 { color: var(--deep); font-family: inherit; font-size: 1.15rem; font-weight: 800; letter-spacing: 0; }
.cart-summary dl, .checkout-summary dl { margin: 22px 0; }
.cart-summary dl div, .checkout-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; color: #5d6a67; font-size: .86rem; }
.cart-summary dd, .checkout-summary dd { margin: 0; color: var(--deep); font-weight: 750; }
.cart-summary .cart-total, .checkout-summary .cart-total { margin-top: 10px; padding-top: 18px; border-top: 1px solid #cddedb; color: var(--deep); font-size: 1rem; font-weight: 850; }
.cart-summary > p { color: #6c7774; font-size: .76rem; line-height: 1.5; }
.cart-summary .button, .checkout-summary .button { width: 100%; margin-top: 7px; }
.cart-help { display: flex; flex-direction: column; gap: 2px; margin-top: 22px; padding-top: 20px; border-top: 1px solid #cddedb; font-size: .78rem; }
.cart-help a { color: var(--brand-dark); text-decoration: underline; }
.cart-empty { padding: 38px; border: 1px solid var(--line); background: var(--brand-wash); text-align: center; }
.cart-empty h2 { margin: 0 0 8px; color: var(--deep); font-size: 1.7rem; }
.cart-empty p { margin: 0 0 22px; color: #65716e; }
.button.is-disabled, .button:disabled { pointer-events: none; opacity: .45; }

.checkout-header { border-bottom: 1px solid var(--line); background: #fff; }
.checkout-header .shell { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.checkout-brand img { width: 92px; height: 72px; object-fit: contain; }
.checkout-header .shell > a:last-child { color: var(--brand-dark); font-size: .82rem; font-weight: 750; }
.checkout-page { padding: 46px 0 95px; }
.checkout-heading { margin-bottom: 38px; }
.checkout-heading .eyebrow { margin-top: 26px; }
.checkout-heading h1 { margin-top: 0; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 72px; align-items: start; }
.checkout-fields { display: grid; gap: 20px; }
.checkout-section { padding: 28px; border: 1px solid var(--line); }
.checkout-section-heading { display: flex; gap: 16px; margin-bottom: 25px; }
.checkout-section-heading > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--brand-pale); color: var(--brand-dark); font-size: .72rem; font-weight: 900; }
.checkout-section-heading h2 { margin: 0; color: var(--deep); font-family: inherit; font-size: 1.08rem; font-weight: 850; letter-spacing: 0; }
.checkout-section-heading p { margin: 2px 0 0; color: #74807d; font-size: .78rem; }
.checkout-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.checkout-form-grid label span { color: #7d8784; font-weight: 500; }
.checkout-form-grid select { min-height: 47px; border: 1px solid #cfd8d6; background: #fff; padding: 0 12px; }
.choice-list { display: grid; gap: 10px; }
.choice-list label { min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 12px 15px; border: 1px solid var(--line); cursor: pointer; }
.choice-list label:has(input:checked) { border-color: var(--brand-dark); background: var(--brand-wash); }
.choice-list input { accent-color: var(--brand-dark); }
.choice-list strong, .choice-list small { display: block; }
.choice-list strong { color: var(--deep); font-size: .86rem; }
.choice-list small { margin-top: 2px; color: #74807d; font-size: .75rem; }
.choice-list b { color: var(--deep); font-size: .82rem; }
.payment-choices label { grid-template-columns: auto 1fr; }
.checkout-product { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid #cddedb; }
.checkout-product-image { width: 58px; aspect-ratio: 1; overflow: hidden; background: #fff; }
.checkout-product strong, .checkout-product span { display: block; }
.checkout-product strong { color: var(--deep); font-size: .78rem; line-height: 1.35; }
.checkout-product span { margin-top: 3px; color: #75817e; font-size: .7rem; }
.checkout-product > b { color: var(--deep); font-size: .76rem; }
.checkout-consent { display: flex; align-items: flex-start; gap: 9px; color: #5f6c69; font-size: .75rem; line-height: 1.45; }
.checkout-consent input { margin-top: 3px; accent-color: var(--brand-dark); }
.checkout-demo-note { margin: 13px 0 0; color: #76817e; font-size: .7rem; line-height: 1.4; text-align: center; }
.checkout-empty { margin: 12px 0; color: #65716e; font-size: .85rem; }
.order-status-card { max-width: 760px; min-height: 48vh; padding-top: 72px; padding-bottom: 72px; text-align: center; }
.order-status-card h1 { margin: 10px 0 16px; }
.order-status-card p:not(.eyebrow) { max-width: 580px; margin: 0 auto 26px; }
.checkout-empty a, .form-consent a { color: var(--brand-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.checkout-simple .checkout-heading { margin-bottom: 32px; }
.checkout-simple .checkout-heading .breadcrumbs { margin-bottom: 24px; }
.checkout-simple .checkout-heading h1 { margin-top: 0; }
.checkout-billing { min-width: 0; }
.checkout-block-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.checkout-block-heading h2, .checkout-order-note h2 { margin: 0; color: var(--deep); font-size: clamp(1.7rem, 3vw, 2.25rem); }
.checkout-block-heading p { margin: 0; color: #7a8582; font-size: .78rem; }
.checkout-billing .checkout-form-grid { gap: 20px 22px; }
.checkout-billing .form-field label { color: #344946; font-size: .84rem; font-weight: 700; }
.checkout-order-note { margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.checkout-order-note h2 { margin-bottom: 20px; }
.checkout-order-card { background: #fff; border-color: var(--line); }
.checkout-order-card > h2 { margin-bottom: 17px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.checkout-order-card .checkout-product { grid-template-columns: minmax(0, 1fr) auto; }
.checkout-order-card .checkout-product-head { color: #75817e; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.checkout-order-card .checkout-product-head strong { color: #75817e; }
.checkout-order-card h3 { margin: 18px 0 7px; color: var(--deep); font-size: .82rem; }
.checkout-compact-choices { gap: 5px; }
.checkout-compact-choices label { min-height: 44px; gap: 9px; padding: 6px 10px; }
.checkout-compact-choices input { width: 14px; height: 14px; }
.checkout-compact-choices strong { font-size: .8rem; line-height: 1.25; }
.checkout-compact-choices small { margin-top: 0; font-size: .68rem; line-height: 1.25; }
.checkout-compact-choices b { font-size: .76rem; }
.checkout-order-card .checkout-consent { margin-top: 22px; }
.checkout-footer { border-top: 1px solid var(--line); padding: 24px 0; color: #71807c; font-size: .76rem; }
.checkout-footer .shell { display: flex; justify-content: space-between; gap: 20px; }
.checkout-footer .shell > div { display: flex; gap: 20px; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 120px); opacity: 0; background: var(--ink); color: #fff; padding: 13px 18px; border-radius: 4px; box-shadow: var(--shadow); transition: transform .25s, opacity .25s; font-size: .88rem; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 960px) {
  .topbar { display: none; }
  .mainbar { padding-block: 8px; grid-template-columns: 48px 1fr auto; gap: 14px; }
  .menu-button { display: grid; }
  .brand { justify-self: center; width: 120px; }
  .search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 14px; }
  .category-nav { position: fixed; inset: 0; top: 0; background: rgba(255,255,255,.98); transform: translateX(-100%); transition: transform .25s ease; padding-top: 96px; z-index: -1; }
  .menu-open .category-nav { transform: translateX(0); }
  .category-nav-inner { width: calc(100% - 48px); display: flex; flex-direction: column; justify-content: flex-start; gap: 0; }
  .category-nav a { min-height: 58px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .category-nav .nav-accent { margin: 20px 0 0; padding: 0 18px; justify-content: center; }
  .hero { height: calc(100svh - 150px); min-height: 0; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .benefits article:nth-child(4) { border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-image { min-height: 520px; }
  .craft-image img { height: 520px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .info-layout { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .product-main-image { min-height: 0; max-height: 520px; aspect-ratio: 4 / 3; }
  .product-main-image img { height: 100%; object-fit: cover; }
  .product-summary { max-width: 700px; }
  .product-information { grid-template-columns: 1fr; gap: 32px; }
  .related-products-grid, .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; gap: 42px; }
  .cart-summary, .checkout-summary { position: static; }
  .checkout-summary { grid-row: 1; }
  .service-sidebar { position: static; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 30px, 1180px); }
  .topbar { display: none; }
  .mainbar { min-height: 68px; }
  .brand img { width: 86px; height: 58px; }
  .header-actions .icon-button:first-child { display: none; }
  .category-nav { top: 0; }
  .hero { height: calc(100svh - 142px); min-height: 0; display: grid; align-items: center; background: var(--deep); }
  .hero > img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .hero-overlay { display: block; background: linear-gradient(0deg, rgba(42,67,65,.82) 0%, rgba(42,67,65,.42) 55%, rgba(42,67,65,.07) 100%); }
  .hero-content { width: var(--shell); padding: 24px 0 30px; align-self: end; }
  h1 { font-size: clamp(2.45rem, 11vw, 3.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .benefits-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .benefits article, .benefits article:first-child, .benefits article:nth-child(3), .benefits article:nth-child(4) { min-height: 86px; border: 0; border-bottom: 1px solid var(--line); padding-inline: 4px; }
  .moment-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -15px; padding-right: 15px; }
  .moment-card { min-width: 83vw; height: 470px; scroll-snap-align: start; }
  .moment-card:not(.moment-large) { height: 470px; }
  .split-heading { display: block; }
  .desktop-only { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; row-gap: 36px; }
  .product-image { aspect-ratio: .82; }
  .product-info h3 { font-size: .88rem; }
  .product-info button { width: 32px; height: 32px; }
  .craft-image { min-height: 450px; }
  .craft-image img { width: 94%; height: 450px; }
  .craft-image span { bottom: 20px; max-width: 205px; font-size: 1.1rem; padding: 17px; }
  .about-section { display: block; }
  .about-card { margin: 0 0 -45px 16px; padding: 36px 28px; }
  .about-photo { height: 430px; }
  .newsletter form { display: block; border: 0; }
  .newsletter input { display: block; width: 100%; border-bottom: 2px solid #315e5b; }
  .newsletter button { padding: 16px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding-block: 15px; }
  .info-hero { padding-block: 25px 8px; }
  .info-hero h1 { font-size: 2.35rem; }
  .info-lead { margin-top: 10px; }
  .info-section { padding-block: 20px 58px; }
  .info-layout { width: calc(100% - 30px); gap: 42px; }
  .payment-grid, .contact-form, .about-values { grid-template-columns: 1fr; }
  .about-values section + section { padding-left: 0; border-left: 0; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .product-page { padding-bottom: 70px; }
  .product-breadcrumbs { padding-block: 16px 20px; }
  .product-detail { gap: 32px; }
  .product-gallery { display: flex; flex-direction: column; }
  .product-main-image { order: 1; min-height: 0; max-height: none; aspect-ratio: 4 / 3; }
  .product-thumbnails { order: 2; flex-direction: row; }
  .product-thumbnails button { width: 64px; }
  .product-summary h1 { font-size: clamp(2.25rem, 12vw, 3.2rem); }
  .personalisation-panel { padding: 18px 15px; }
  .label-label-fields { grid-template-columns: 1fr; }
  .label-label-fields .product-option:first-child { grid-column: auto; }
  .product-buy-row { grid-template-columns: 1fr; }
  .quantity-control { width: 124px; }
  .product-assurances { grid-template-columns: 1fr; }
  .product-information { margin-top: 58px; padding-block: 38px; }
  .product-information dl div { grid-template-columns: 105px 1fr; }
  .product-type-links { padding-top: 52px; }
  .product-type-links > div { grid-template-columns: 1fr; }
  .product-type-links a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .related-heading, .shop-toolbar { align-items: flex-start; flex-direction: column; }
  .related-products-grid, .shop-grid { gap: 32px 14px; }
  .shop-heading { padding-block: 30px 24px; }
  .shop-heading h1 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
  .filter-row { overflow-x: auto; width: 100%; padding-bottom: 6px; flex-wrap: nowrap; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-chip { white-space: nowrap; }
  .search input, .shop-sort select, .form-field input, .form-field select, .form-field textarea, .product-option input, .product-option select, .product-option textarea, .newsletter input { font-size: 16px; }
  .shop-results-meta { align-items: flex-start; flex-direction: column-reverse; }
  .shop-query { max-width: 100%; }
  .commerce-page, .checkout-page { padding-top: 32px; }
  .checkout-steps { gap: 12px; font-size: .65rem; }
  .cart-item { grid-template-columns: 92px minmax(0, 1fr); gap: 16px; }
  .cart-item-image { width: 92px; }
  .cart-item-end { grid-column: 2; min-width: 0; align-items: flex-start; flex-direction: row; }
  .checkout-header .shell { min-height: 80px; }
  .checkout-header .shell > a:last-child { font-size: .72rem; }
  .checkout-section { padding: 22px 17px; }
  .checkout-form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .checkout-block-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .checkout-footer .shell { align-items: flex-start; flex-direction: column; }
  .service-sidebar { display: block; padding: 21px; }
  .service-sidebar nav { display: grid; gap: 0; padding-bottom: 14px; }
  .service-sidebar nav a { padding: 9px 0; border-bottom: 1px solid #d6e4e2; }
  .service-sidebar nav a:last-child { border-bottom-color: transparent; }
  .service-sidebar nav a[aria-current="page"] { border-bottom-color: #d6e4e2; color: #183c39; }
  .service-sidebar p { margin: 16px 0 13px; }
  .service-sidebar .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
