@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600;700&display=swap";@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ivory:#f7f1e3;--cream:#fffdf7;--evergreen:#163c32;--ink:#102a24;--honey:#d99a24;--amber:#eeb845;--sage:#769786;--line:#d99a2457;--muted:#60766e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);margin:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{background:radial-gradient(circle at 78% 55%,#eeb8452e,#0000 31%),linear-gradient(135deg,#fffdf7 0%,#f9f2e3 100%);min-height:100vh;overflow:hidden}.site-header{border-bottom:1px solid var(--line);z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1440px,100% - 72px);height:82px;margin:0 auto;display:grid;position:relative}.brand{align-items:center;gap:13px;width:max-content;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(24px,2.2vw,34px);font-weight:600;display:inline-flex}.brand-mark{width:42px;height:46px;color:var(--honey);place-items:center;font-family:Georgia,serif;font-size:42px;line-height:1;display:grid}.main-nav{align-items:center;gap:clamp(30px,4vw,62px);font-size:16px;font-weight:500;display:flex}.main-nav a,.language-switch a{padding:10px 0;position:relative}.main-nav a:after,.language-switch a:after{content:"";background:var(--honey);height:2px;transition:transform .18s ease-out;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover:after,.main-nav a:focus-visible:after,.language-switch a:hover:after,.language-switch a.active:after{transform:scaleX(1)}.language-switch{justify-self:end;align-items:center;gap:10px;font-weight:600;display:flex}.language-switch a:not(.active){color:var(--muted)}.hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(28px,5vw,82px);width:min(1440px,100% - 72px);min-height:calc(100vh - 82px);margin:0 auto;padding:48px 24px 54px;display:grid}.hero-copy{z-index:3;max-width:680px;position:relative}.eyebrow{color:#b87b16;letter-spacing:.28em;margin:0 0 26px;font-size:13px;font-weight:700}.hero h1{letter-spacing:-.035em;text-wrap:balance;max-width:660px;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(52px,5.3vw,79px);font-weight:500;line-height:.99}.hero-subline{color:var(--muted);margin:24px 0 0;font-size:clamp(17px,1.6vw,22px);line-height:1.5}.hero-subline strong{color:var(--evergreen);font-weight:700}.hero-divider{background:linear-gradient(90deg, var(--honey) 0 54px, var(--line) 54px 100%);width:440px;max-width:72%;height:1px;margin:22px 0 17px}.hero-price{align-items:baseline;gap:12px;margin:0;display:flex}.hero-price span,.hero-price small{font-size:16px}.hero-price strong{color:#c98819;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(39px,4vw,57px);font-weight:600}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:23px;display:flex}.button{border:1.5px solid var(--evergreen);border-radius:18px;justify-content:center;align-items:center;min-height:54px;padding:0 26px;font-weight:600;transition:transform .18s ease-out,box-shadow .18s ease-out,background .18s ease-out;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button:focus-visible,.main-nav a:focus-visible,.language-switch a:focus-visible{outline-offset:4px;outline:3px solid #d99a2480}.button-primary{background:var(--evergreen);color:#fff;box-shadow:0 13px 28px #163c3229}.button-primary:hover{box-shadow:0 17px 34px #163c323b}.button-secondary:hover{background:#fffdf7b8}.service-chips{flex-wrap:wrap;gap:12px;margin-top:35px;display:flex}.service-chips span{border:1px solid var(--line);color:#36564c;background:#fffdf794;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-size:14px;display:inline-flex}.service-chips i{color:#bd7e16;font-size:19px;font-style:normal}.hero-product{justify-content:center;align-items:center;min-height:700px;display:flex;position:relative}.hero-product:after{content:"";filter:blur(12px);background:radial-gradient(#ae680d33,#0000 68%);border-radius:50%;height:17%;position:absolute;bottom:18%;left:6%;right:7%}.hero-jar{z-index:2;object-fit:contain;filter:drop-shadow(0 24px 25px #5036141f);width:min(79%,620px);height:auto;animation:.62s ease-out both jar-arrival;position:relative}.one-kilo-badge{z-index:4;color:#a76b0c;letter-spacing:.16em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffdf7e0;border:1px solid #d99a2475;border-radius:999px;padding:12px 17px;font-size:12px;font-weight:800;position:absolute;top:11%;right:1%;box-shadow:0 10px 35px #7f51101a}.product-note{z-index:4;color:var(--muted);margin:0;font-size:12px;position:absolute;bottom:7%;right:12%}.hero-lids{z-index:3;object-fit:cover;border:8px solid #fffdf7db;border-radius:50%;width:144px;height:144px;position:absolute;bottom:10%;right:0;box-shadow:0 14px 38px #67471721}.honeycomb{z-index:0;opacity:.2;background:linear-gradient(30deg, transparent 24%, var(--honey) 25% 27%, transparent 28% 74%, var(--honey) 75% 77%, transparent 78%), linear-gradient(150deg, transparent 24%, var(--honey) 25% 27%, transparent 28% 74%, var(--honey) 75% 77%, transparent 78%);background-size:62px 104px;width:240px;height:270px;position:absolute}.honeycomb-one{top:8%;right:-8%}.honeycomb-two{bottom:18%;left:-8%}.section-pad{width:min(1440px,100% - 72px);margin:0 auto;padding:112px 24px}.section-kicker{color:#b87b16;letter-spacing:.25em;margin:0 0 18px;font-size:12px;font-weight:800}.section-intro{max-width:820px}.section-intro h2,.gallery-copy h2,.lids-copy h2,.specs-copy h2,.delivery-copy h2,.order-copy h2,.faq-heading h2{letter-spacing:-.025em;text-wrap:balance;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(43px,4.5vw,67px);font-weight:600;line-height:1.02}.section-intro>p:last-child,.gallery-copy>p:last-child,.lids-copy>p,.delivery-copy>p,.order-copy>p{color:var(--muted);font-size:17px;line-height:1.75}.story-section{border-top:1px solid var(--line)}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:60px;display:grid}.benefit-card{background:#fffdf7ad;border:1px solid #163c3221;border-radius:22px;min-height:280px;padding:28px;transition:transform .18s ease-out,box-shadow .18s ease-out}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px #4d3b1d1a}.benefit-card>span{color:var(--honey);font-family:Cormorant Garamond,Georgia,serif;font-size:29px}.benefit-card h3{margin:52px 0 13px;font-family:Cormorant Garamond,Georgia,serif;font-size:29px;line-height:1.05}.benefit-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.gallery-section{background:var(--evergreen);color:#fff9eb;width:100%;max-width:none;padding-left:max(60px,50vw - 696px);padding-right:max(60px,50vw - 696px)}.gallery-copy{grid-template-columns:1fr .8fr;align-items:end;column-gap:10%;margin-bottom:50px;display:grid}.gallery-copy .section-kicker{color:#f0b84d;grid-column:1/-1}.gallery-copy>p:last-child{color:#fff9ebb8;margin:0}.gallery-grid{grid-template-columns:1.25fr .75fr .75fr;gap:16px;display:grid}.gallery-grid figure{background:#2a4c3e;border-radius:22px;min-height:470px;margin:0;overflow:hidden}.gallery-grid img{object-fit:cover;width:100%;height:100%;transition:transform .5s ease-out;display:block}.gallery-grid figure:hover img{transform:scale(1.025)}.pricing-section{background:var(--cream);position:relative}.pricing-section:before{content:"";filter:blur(50px);background:#eeb84529;border-radius:50%;width:300px;height:300px;position:absolute;top:120px;right:-80px}.price-intro{text-align:center;margin:0 auto}.product-toggle{background:#f4eee1;border:1px solid #163c3226;border-radius:16px;width:max-content;max-width:100%;margin:38px auto 30px;padding:5px;display:flex}.product-toggle button{min-height:46px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;padding:0 23px;font-weight:700}.product-toggle button.active{background:var(--evergreen);color:#fff;box-shadow:0 8px 22px #163c322e}.price-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.price-card{min-height:480px;color:var(--ink);cursor:pointer;text-align:left;background:#fff;border:1px solid #163c3224;border-radius:24px;padding:32px 20px 56px;transition:transform .18s ease-out,border .18s ease-out,box-shadow .18s ease-out;position:relative;overflow:hidden}.lot-image-wrap{background:#f7f0e2;border-radius:16px;height:150px;margin:0 0 20px;display:block;overflow:hidden}.lot-image{object-fit:cover;width:100%;height:100%;display:block}.price-card:hover,.price-card.active{border-color:var(--honey);transform:translateY(-4px);box-shadow:0 22px 55px #4837191f}.price-card.active{background:linear-gradient(150deg,#fffdf8,#fbf1d9)}.price-ribbon{background:var(--honey);color:#fff;letter-spacing:.1em;border-bottom-left-radius:15px;padding:10px 16px;font-size:10px;font-weight:800;position:absolute;top:0;right:0}.quantity-number{font-family:Cormorant Garamond,Georgia,serif;font-size:50px;line-height:1}.quantity-unit{color:var(--muted);margin-left:8px}.unit-price{color:#c58417;margin-top:20px;font-family:Cormorant Garamond,Georgia,serif;font-size:34px;font-weight:600;display:block}.lot-description{min-height:38px;color:var(--evergreen);margin-top:12px;font-size:12px;font-weight:700;line-height:1.45;display:block}.shrink-badge{color:#a86d0d;background:#c584171f;border-radius:999px;width:max-content;margin-top:8px;padding:5px 8px;font-size:11px;font-weight:800;display:inline-flex}.price-card small,.gross-price{color:var(--muted);font-size:12px;line-height:1.6;display:block}.gross-price{margin-top:5px}.price-card>b{color:var(--evergreen);font-size:13px;position:absolute;bottom:25px;right:28px}.packaging-choice{background:#ffffffb8;border:1px solid #163c3224;border-radius:18px;grid-template-columns:auto 1fr 1fr;align-items:center;gap:10px;margin-top:20px;padding:16px;display:grid}.packaging-choice>span{color:var(--evergreen);padding:0 8px;font-weight:800}.packaging-choice button{min-height:52px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #163c3224;border-radius:12px;padding:10px 14px}.packaging-choice button.active{border-color:var(--honey);box-shadow:inset 0 0 0 1px var(--honey);background:#fff7df}.mandatory-shrink-note{color:var(--muted);text-align:center;background:#c584171a;border-radius:14px;margin:18px 0 0;padding:13px 16px;font-size:13px}.mandatory-shrink-note strong{color:var(--evergreen)}.price-summary{background:var(--evergreen);color:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:24px 28px;display:flex}.price-summary div{gap:4px;display:grid}.price-summary span{color:#ffffffab;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.price-summary strong{font-family:Cormorant Garamond,Georgia,serif;font-size:38px}.price-summary small{color:#ffffffb8;font-size:12px}.price-summary .button-primary{background:var(--honey);color:#172a24;border-color:var(--honey)}.price-notice{max-width:900px;color:var(--muted);text-align:center;margin:22px auto 0;font-size:12px;line-height:1.6}.lids-section,.specs-section,.delivery-section,.order-section,.faq-section{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(48px,8vw,120px);display:grid}.lids-visual{background:linear-gradient(145deg,#fffaf0,#ebd8aa);border-radius:28px;min-height:610px;position:relative;overflow:hidden}.lids-visual img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;position:absolute;inset:0}.lid-standard{color:#a26d13;letter-spacing:.13em;background:#ffffffd1;border-radius:999px;padding:10px 15px;font-weight:800;position:absolute;top:24px;right:24px}.lid-selector{grid-template-columns:1fr 1fr;gap:10px;margin-top:32px;display:grid}.lid-selector button{min-height:70px;color:var(--ink);cursor:pointer;text-align:left;background:#fffdf799;border:1px solid #163c3224;border-radius:16px;align-items:center;gap:12px;padding:10px 13px;display:flex}.lid-selector button.active{border-color:var(--honey);box-shadow:0 0 0 3px #d99a2424}.lid-selector i{border:4px solid #fff;border-radius:50%;flex:0 0 38px;width:38px;height:38px;box-shadow:0 4px 12px #4d33122e}.lid-selector span{font-size:13px;font-weight:700}.selected-lid{gap:4px;display:grid;margin-top:20px!important}.selected-lid span{color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-size:11px}.selected-lid strong{color:var(--evergreen);font-family:Cormorant Garamond,Georgia,serif;font-size:27px}.specs-section{background:#efe4cf;width:100%;max-width:none;padding-left:max(60px,50vw - 696px);padding-right:max(60px,50vw - 696px)}.specs-copy dl{grid-template-columns:1fr 1fr;column-gap:28px;margin:40px 0 0;display:grid}.specs-copy dl div{border-bottom:1px solid #163c3226;justify-content:space-between;gap:14px;padding:16px 0;display:flex}.specs-copy dt{color:var(--muted);font-size:12px}.specs-copy dd{text-align:right;margin:0;font-weight:700}.specs-image{background:#fff;border-radius:26px;min-height:500px;overflow:hidden}.specs-image img{object-fit:contain;width:100%;height:100%}.delivery-image{background:#fff;border-radius:28px;min-height:580px;overflow:hidden}.delivery-image img{object-fit:cover;width:100%;height:100%}.delivery-copy ul{margin:32px 0 0;padding:0;list-style:none}.delivery-copy li{border-bottom:1px solid #163c3224;padding:17px 0 17px 32px;position:relative}.delivery-copy li:before{content:"✓";color:var(--honey);font-weight:800;position:absolute;left:0}.order-section{background:var(--evergreen);color:#fff;width:100%;max-width:none;padding-left:max(60px,50vw - 696px);padding-right:max(60px,50vw - 696px)}.order-section .section-kicker{color:#efb64b}.order-copy>p{color:#ffffffad}.order-recap{border:1px solid #ffffff29;border-radius:18px;grid-template-columns:auto 1fr;gap:5px 16px;margin-top:36px;padding:20px;display:grid}.order-recap>span{grid-row:span 2;align-self:center;font-family:Cormorant Garamond,Georgia,serif;font-size:45px}.order-recap strong,.order-recap small{color:#ffffffad}.order-recap em{color:#efc879;grid-column:2;font-size:12px;font-style:normal;font-weight:700}.order-recap b{color:#f0b64d;grid-column:1/-1;margin-top:14px;font-family:Cormorant Garamond,Georgia,serif;font-size:38px}.order-recap small{grid-column:1/-1}.order-form{color:var(--ink);background:#fffaf0;border-radius:24px;grid-template-columns:1fr 1fr;gap:16px;padding:30px;display:grid}.order-form label{gap:7px;display:grid}.order-form label>span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.order-form input,.order-form select,.order-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #163c322e;border-radius:11px;outline:none}.shipping-result{background:#d99a2412;border:1px dashed #163c323d;border-radius:14px;grid-template-columns:1fr .8fr 1.35fr;gap:14px;min-height:76px;padding:17px 18px;display:grid}.shipping-result.empty,.shipping-result.invalid,.shipping-result.unavailable{grid-template-columns:1fr;place-items:center start}.shipping-result.invalid{background:#b04a2b12;border-color:#b04a2b66}.shipping-result>div{align-content:center;gap:3px;min-width:0;display:grid}.shipping-result>div+div{border-left:1px solid #163c3221;padding-left:14px}.shipping-result span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.shipping-result strong{color:var(--evergreen);font-family:Cormorant Garamond,Georgia,serif;font-size:28px}.shipping-result small{color:var(--muted);font-size:11px}.shipping-result .shipping-total strong{color:#b87b16;font-size:31px}.shipping-result>p{color:var(--muted);grid-column:1/-1;margin:0;font-size:11px;line-height:1.5}.shipping-result>.shipping-timeline{color:var(--evergreen);font-size:12px;font-weight:700}.order-form input,.order-form select{height:47px;padding:0 13px}.order-form textarea{resize:vertical;padding:12px 13px}.order-form input:focus,.order-form select:focus,.order-form textarea:focus{border-color:var(--honey);box-shadow:0 0 0 3px #d99a2424}.form-wide{grid-column:1/-1}.order-form .button{cursor:pointer;border:0}.form-note{color:var(--muted);text-align:center;margin:-4px 0 0;font-size:11px}.faq-section{align-items:start}.faq-list details{border-bottom:1px solid #163c3229}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;padding:22px 0;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--honey);font-size:23px;transition:transform .18s ease-out}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:-4px 0 22px;line-height:1.7}.site-footer{color:#fff;background:#102e27;border-top:1px solid #ffffff21;grid-template-columns:1.35fr 1fr .8fr;gap:44px;padding:66px max(60px,50vw - 696px) 28px;display:grid}.site-footer>div{flex-direction:column;gap:9px;display:flex}.site-footer p,.site-footer span,.site-footer a{color:#ffffffab;font-size:13px;line-height:1.6}.site-footer a:hover{color:#f0b64d}.footer-brand{color:#fff!important}.site-footer>small{color:#ffffff73;border-top:1px solid #ffffff1a;grid-column:1/-1;margin-top:26px;padding-top:22px}@keyframes jar-arrival{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.site-header{grid-template-columns:1fr auto;width:min(100% - 36px,900px)}.main-nav{display:none}.hero{grid-template-columns:1fr;width:min(100% - 36px,820px);padding:52px 0 30px}.hero-copy{max-width:760px}.hero-product{min-height:590px}.hero-jar{width:min(82%,560px)}.section-pad{width:min(100% - 36px,900px);padding:86px 0}.benefit-grid,.price-grid{grid-template-columns:1fr 1fr}.benefit-grid>:last-child{grid-column:1/-1}.gallery-section,.specs-section,.order-section{width:100%;max-width:none;padding-left:30px;padding-right:30px}.gallery-copy,.lids-section,.specs-section,.delivery-section,.order-section,.faq-section{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-main{grid-column:1/-1}.gallery-grid figure{min-height:420px}}@media (width<=620px){.site-header{height:72px}.brand{font-size:25px}.brand-mark{width:28px;font-size:31px}.hero{width:min(100% - 28px,560px);min-height:auto;padding-top:42px}.eyebrow{font-size:11px;line-height:1.5}.hero h1{font-size:clamp(46px,15vw,65px)}.hero-price{flex-wrap:wrap}.hero-price strong{font-size:49px}.button{width:100%}.service-chips{display:grid}.hero-product{min-height:440px}.hero-jar{width:92%}.one-kilo-badge{top:3%;right:0}.hero-lids{width:102px;height:102px;bottom:5%}.product-note{bottom:0;left:0;right:auto}.section-pad{width:min(100% - 28px,560px);padding:72px 0}.section-intro h2,.gallery-copy h2,.lids-copy h2,.specs-copy h2,.delivery-copy h2,.order-copy h2,.faq-heading h2{font-size:43px}.benefit-grid,.price-grid,.gallery-grid,.lid-selector,.specs-copy dl,.order-form{grid-template-columns:1fr}.benefit-grid>:last-child,.price-grid>:last-child,.gallery-main,.form-wide{grid-column:auto}.benefit-card{min-height:240px}.benefit-card h3{margin-top:36px}.gallery-section,.specs-section,.order-section{width:100%;max-width:none;padding-left:14px;padding-right:14px}.gallery-copy{display:block}.gallery-grid figure{min-height:390px}.product-toggle{width:100%}.product-toggle button{flex:1;padding:0 10px;font-size:13px}.price-card{min-height:475px}.packaging-choice{grid-template-columns:1fr}.price-summary{flex-direction:column;align-items:stretch}.price-summary .button{width:100%}.lids-visual,.delivery-image{min-height:420px}.specs-image{min-height:320px}.order-form{padding:20px}.shipping-result{grid-template-columns:1fr}.shipping-result>div+div{border-top:1px solid #163c3221;border-left:0;padding-top:12px;padding-left:0}.site-footer{grid-template-columns:1fr;padding:54px 22px 24px}.site-footer>small{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
