/* MAXSUM — photographic storefront inspired by the supplied Two Leaves reference. */
:root{--cream:#fbf8ee;--navy:#152f4b;--ink:#172f48;--yellow:#ffc32b;--line:#dcded5;--muted:#596858;--display:'DM Serif Display',Georgia,serif;--page:1480px}
body{background:var(--cream);font-family:'DM Sans',sans-serif;color:var(--ink);font-size:16px}
h1,h2,h3{letter-spacing:-.025em}
h2{font-family:var(--display);font-size:clamp(38px,4.1vw,64px);font-weight:400;line-height:1.12}
h2 em{font-family:inherit;font-weight:400;font-style:italic}
.button{border-radius:50px;padding:14px 25px;min-height:50px;font-size:14px;box-shadow:none}
.announcement{background:var(--yellow);color:var(--ink);font-size:12px;padding:7px 5%;letter-spacing:.04em}
.announcement span{color:var(--ink)}
.site-header{display:grid;grid-template-columns:1fr 110px 1fr;gap:20px;height:86px;position:sticky;top:12px;margin:12px 24px -98px;padding:0 26px;border:1px solid #e9e8db;border-radius:12px;background:#fffef8f5;box-shadow:0 4px 16px #122c4510;z-index:30}
.site-header .brand{grid-column:2;grid-row:1;justify-self:center}
.brand img{width:100px;height:66px;object-fit:contain}
.site-header nav{grid-column:1;grid-row:1;gap:20px;justify-content:flex-start;font-size:14px}
.site-header nav a{white-space:nowrap}
.header-actions{grid-column:3;grid-row:1;justify-self:end}
.cart-trigger{background:transparent;color:var(--ink);border:0;padding:8px 0;font-size:14px;gap:10px}
.cart-trigger span{background:var(--yellow);border:1px solid #dba615;width:26px;height:26px;color:var(--ink)}
.hero{display:block;position:relative;max-width:none;min-height:720px;min-height:clamp(680px,88svh,880px);margin:0;border-radius:0;background:#112e4c;box-shadow:none;overflow:hidden}
.hero .hero-copy{position:relative;z-index:2;background:transparent;padding:180px 5.5% 72px;min-height:inherit;justify-content:center;pointer-events:none}
.hero-copy>*{pointer-events:auto}
.hero .eyebrow{font-size:12px;font-weight:500;letter-spacing:.14em;margin-bottom:24px;color:#f5f2db}
.hero h1{font-family:var(--display);font-size:clamp(56px,6.2vw,94px);line-height:1.05;font-weight:400;letter-spacing:-.025em;white-space:normal;max-width:650px}
.hero h1 em{font-family:var(--display);font-size:inherit;font-weight:400;font-style:italic;letter-spacing:inherit;color:#ffe191;display:inline-block;margin-top:3px}
.hero-copy>p{font-size:17px;line-height:1.65;max-width:355px;margin:25px 0 30px;color:#faf7e9}
.hero-actions{gap:24px}
.hero-actions .button{padding:14px 26px;background:var(--yellow)}
.hero-business-link{color:#fff;font-size:14px}
.hero-scene{position:absolute;inset:0;min-height:0;background:transparent;overflow:hidden}
.hero-serving-image{width:76%;height:100%;left:auto;right:0;object-fit:cover;object-position:60% 50%}
.hero-scene::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#112e4c 0%,#112e4cf7 24%,#112e4c80 43%,#112e4c00 63%);pointer-events:none}
.hero-featured{z-index:3;right:5%;bottom:42px;border-radius:10px;box-shadow:none;background:#fffdf0;max-width:330px;padding:9px 18px 9px 7px}
.hero-featured small{letter-spacing:.07em}
.hero-featured strong{font-family:var(--display);font-weight:400;font-size:21px;line-height:1.2}
.hero-featured>img{width:61px;height:70px}
.hero-scene .serving-caption{left:auto;right:5%;bottom:14px;z-index:3;padding:0;background:none;border:0;color:#172f48;text-shadow:0 1px 6px #ffe6a7;font-size:12px}
.hero-discover{display:flex;align-items:center;gap:15px;position:absolute;bottom:34px;left:5.5%;font-size:13px;color:#fcf6dc}
.hero-discover>span:last-child{display:grid;place-items:center;width:38px;height:38px;border:1px solid #ffffff60;border-radius:50%;font-size:22px}
.section{padding:88px 5%;max-width:var(--page)}
.section-head{margin-bottom:38px;align-items:flex-end}
.section-head .eyebrow{font-size:12px;font-weight:600;letter-spacing:.13em;margin-bottom:16px}
.section-head .text-link{white-space:nowrap;margin-bottom:4px}
.collection{padding-top:90px}
@media(min-width:1600px){.hero .hero-copy{padding-left:max(5.5%,calc((100vw - 1480px)/2 + 74px))}.hero h1{font-size:100px}.hero-featured{right:max(5%,calc((100vw - 1480px)/2 + 74px))}}
@media(max-width:1100px){.site-header{grid-template-columns:1fr 90px auto;padding:0 20px;gap:16px}.site-header nav{gap:14px;font-size:13px}.hero h1{font-size:clamp(55px,6.5vw,73px)}.hero-serving-image{width:81%;object-position:58%}.hero-copy>p{max-width:320px}}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto;height:74px;margin:10px 14px -84px;top:10px;padding:0 19px}.site-header .brand{grid-column:1;justify-self:start}.header-actions{grid-column:2}.site-header nav{display:none;grid-column:auto;grid-row:auto;top:calc(100% + 8px);border-radius:12px;background:#fffef8;padding:16px 22px}.site-header nav.is-open{display:grid}.site-header nav a{font-size:16px;white-space:normal}.brand img{width:90px;height:58px}.hero{min-height:680px}.hero h1{font-size:64px}.hero .hero-copy{padding-top:140px}.hero-serving-image{width:92%;object-position:52%}.hero-scene::after{background:linear-gradient(90deg,#112e4c 0%,#112e4ce6 26%,#112e4c66 60%,transparent)}.hero-featured{right:4%;bottom:27px}.hero-discover{bottom:40px}.hero-scene .serving-caption{bottom:7px;right:4%}.section{padding-top:64px;padding-bottom:64px}}
@media(max-width:600px){.announcement{font-size:12px;padding:6px 12px}.site-header{margin:8px 12px -80px;height:72px;top:8px;padding:0 14px}.cart-trigger{font-size:13px}.header-actions{gap:15px}.menu-toggle{font-size:13px}.hero{min-height:0;display:flex;flex-direction:column}.hero .hero-copy{min-height:0;padding:120px 24px 20px;justify-content:flex-start}.hero .eyebrow{font-size:12px;margin-bottom:17px;letter-spacing:.08em}.hero h1{font-size:clamp(45px,10.5vw,62px);max-width:100%;line-height:1.07}.hero-copy>p{font-size:16px;max-width:340px;margin:18px 0 23px}.hero-actions{gap:18px}.hero-actions .button{padding:12px 21px}.hero-business-link{font-size:14px}.hero-scene{position:relative;inset:auto;min-height:0;aspect-ratio:1.32;width:100%;margin-top:-6px}.hero-serving-image{inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hero-scene::after{background:linear-gradient(#112e4c 0%,#112e4c00 22%)}.hero-featured{right:20px;bottom:27px;max-width:calc(100% - 40px);padding:7px 12px 7px 4px;gap:8px}.hero-featured>img{width:40px;height:44px}.hero-featured small{font-size:12px}.hero-featured strong{font-size:18px}.hero-featured .featured-arrow{font-size:19px}.hero-scene .serving-caption{right:22px;bottom:8px;font-size:12px}.hero-discover{display:none}.section{padding:52px 22px}.section-head{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:27px}.section-head h2{font-size:39px}.section-head .eyebrow{margin-bottom:12px}.section-head .text-link{margin:0;font-size:14px}.collection{padding-top:54px}}
/* Shopping stays direct, with generous imagery and a quieter information layer. */
.catalog-panel{border:0;background:transparent;box-shadow:none}
.catalog-tools .search{background:#fffef9;border-color:#c8cec2;border-radius:50px;min-height:50px}
.search input{font-size:16px}
.catalog-tools{margin-bottom:17px}
.filters{gap:8px}
.filters button{border-radius:8px;background:#fffdf5;border:1px solid #c6cdc4;box-shadow:none;min-height:70px;font-size:17px;font-weight:600;padding:12px 18px}
.filters small{font-size:14px;color:#435767}
.filters button[data-series=MAXSUM]{background:#e5e7da;color:#2e493f;border-color:#ccd0bd}
.filters button[data-series=GOLD]{background:#f6dfa0;color:#58431a;border-color:#dccc97}
.filters button[data-series=NO1]{background:#cee1ed;color:#193f5b;border-color:#b4cbda}
.filters button[data-series=SIGNATURE]{background:#e0d2ed;color:#493255;border-color:#c8b4d4}
.filters button.active{box-shadow:inset 0 0 0 2px var(--navy);border-color:var(--navy)}
.filters button[data-series].active{background:var(--navy);color:#fff;box-shadow:none;border-color:var(--navy)}
.filters button[data-series].active small{color:#fff;opacity:.85}
.category-filters{gap:7px}
.category-filters button{background:transparent;border:1px solid transparent;border-radius:50px;font-size:14px;min-height:42px;padding:9px 12px;color:#47594f}
.category-filters button.active{background:#eae9da;color:var(--ink);border-color:#c2c6b9}
.filter-sort{font-size:13px}
.filter-sort select{font-size:14px;background:#fffdf5;border-color:#c8cec2;border-radius:7px}
.catalog-sub{padding-top:21px;padding-bottom:20px;font-size:13px}
.catalog-price-hint,.price-note{font-size:12px;color:#5c695e}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:39px 23px}
.product-card{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;min-width:0}
.product-card:hover,.product-card:focus-within{box-shadow:none;transform:none}
.card-maxsum{--series-bg:#e5e7da;--series-border:#a3ae97;--series-ink:#304b3b}
.card-gold{--series-bg:#f6dfa0;--series-border:#c4a653;--series-ink:#594113}
.card-no1{--series-bg:#cee1ed;--series-border:#96b1c5;--series-ink:#1b3f57}
.card-signature{--series-bg:#e0d2ed;--series-border:#b799c7;--series-ink:#50345f}
.product-card .product-image{aspect-ratio:1 / 1.08;border:1px solid var(--series-border);border-radius:9px;padding:33px 15px 12px;overflow:hidden}
.product-image img{mix-blend-mode:normal;}
.product-badge{font-size:12px;font-weight:600;top:12px;left:12px;letter-spacing:.02em;border:1px solid #172f4828;border-radius:4px;padding:4px 9px;background:#fffdf3;color:var(--series-ink)}
.product-card .product-info{padding:17px 0 0}
.product-card .product-info h3{font-family:var(--display);font-size:25px;line-height:1.22;font-weight:400;letter-spacing:-.015em;min-height:61px;margin-bottom:9px}
.product-name{text-align:left;font:inherit;line-height:inherit;padding:0}
.product-category{font-size:13px;line-height:1.5;margin-bottom:13px;min-height:0;color:#5b695e}
.product-category span:first-child{color:#334e3d;font-weight:500}
.product-bottom{gap:9px;margin:0;align-items:center;min-height:55px}
.product-price{font-size:20px;font-weight:600;letter-spacing:-.025em;line-height:1.4}
.product-price small{font-size:12px;font-weight:400;color:#5f6c63}
.add-button{background:#fffef8;color:var(--ink);border:1px solid #a4af9e;border-radius:50px;padding:10px 14px;font-size:14px;min-height:44px;width:auto;height:auto}
.add-button:hover{background:var(--navy);color:white;border-color:var(--navy)}
.add-button>span{font-size:18px}
.product-info>.compare-toggle{border:0;padding:8px 0 0;margin-top:1px;min-height:40px;width:auto;align-self:flex-start;font-size:13px;color:#5b6b5e}
.compare-check{border-color:#889783}
.image-hint{font-size:12px;border-radius:50px;background:#fffdf4e8;color:var(--ink)}
.more-wrap{gap:14px;margin-top:37px}
.more-wrap>.button{border-color:#9aa990;background:transparent;min-width:220px}
.more-wrap .muted{font-size:13px}
.collection details.series-guide{border-radius:0;background:transparent;border:0;border-top:1px solid #c4cabb;border-bottom:1px solid #c4cabb;margin-top:30px}
.collection details.series-guide>summary{padding:19px 0;font-size:15px;font-weight:500}
.collection details.series-guide>summary:hover{background:#f0eddf}
.series-guide-cards{border-color:#c9cebf;background:#c9cebf}
.series-guide-card h3{font-family:var(--display);font-weight:400;font-size:25px;letter-spacing:-.02em}
.series-guide-card p{font-size:14px}
.guide-maxsum{background:#e5e7da}.guide-gold{background:#f6dfa0}.guide-no1{background:#cee1ed}.guide-signature{background:#e0d2ed}
.series-example{background:#f5f0e1}
/* Photo-led recipe discovery; the detailed tools open only when selected. */
section.recipes{max-width:none;padding-left:max(5%,calc((100vw - 1332px)/2));padding-right:max(5%,calc((100vw - 1332px)/2));padding-top:82px;padding-bottom:72px;background:#ebe9d9;border:0}
.recipe-studio-heading{gap:25px;margin-bottom:34px;align-items:flex-end}
.recipe-studio-heading h2{font-family:var(--display);font-size:clamp(40px,4.1vw,64px);font-weight:400;letter-spacing:-.025em}
.recipe-visual-caption{font-size:12px;color:#57644f}
section.recipes #recipe-types{gap:24px;margin:0;border:0;grid-template-columns:repeat(3,minmax(0,1fr))}
section.recipes #recipe-types .recipe-type-card{border:0;border-radius:0;box-shadow:none;background:transparent;overflow:visible;color:var(--ink)}
section.recipes #recipe-types .recipe-type-card:hover,section.recipes #recipe-types .recipe-type-card.active{box-shadow:none;border:0;transform:none}
section.recipes .recipe-type-card>img{aspect-ratio:1 / 1.12;border-radius:10px;border:1px solid #aeb8a750;object-fit:cover;object-position:center}
section.recipes .recipe-type-label{padding:18px 0 0;display:flex;justify-content:space-between;align-items:center;gap:10px}
section.recipes .recipe-type-label strong{font-family:var(--display);font-size:32px;line-height:1.15;font-weight:400;letter-spacing:-.02em}
section.recipes .recipe-type-label small{font-size:14px;font-weight:400;color:#4b5f4c;display:block;margin-top:4px}
section.recipes .recipe-type-indicator{width:44px;height:44px;font-size:23px;border:1px solid #71836b;background:transparent;color:var(--ink);display:grid}
section.recipes #recipe-types .recipe-type-card.active .recipe-type-indicator{background:transparent;color:var(--ink)}
section.recipes #recipe-types .recipe-type-card:hover .recipe-type-indicator{background:var(--navy);color:#fff;border-color:var(--navy)}
.recipe-home-note{font-size:12px;color:#57634e;line-height:1.6;margin-top:24px}
/* Business content becomes an editorial split instead of a permanent form. */
section.business{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;max-width:none;margin:0;padding:0;gap:0;background:#18364e;border-radius:0;box-shadow:none;overflow:hidden}
.business-serving{position:relative;min-width:0}
.business-serving>img{width:100%;height:100%;object-fit:cover;aspect-ratio:1.15;object-position:50% 50%}
.business-serving>span{position:absolute;bottom:16px;left:22px;font-size:12px;background:#17334bd9;color:#fff;padding:4px 9px;border-radius:4px}
section.business .business-copy{padding:70px clamp(35px,5vw,100px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
section.business .eyebrow{font-size:12px;letter-spacing:.11em;color:#f7e7b0;line-height:1.6;margin-bottom:26px}
section.business h2{font-family:var(--display);font-size:clamp(40px,4.3vw,66px);font-weight:400;line-height:1.12;letter-spacing:-.025em}
section.business h2 em{font-family:inherit;font-weight:400;font-style:italic;color:#ffe195}
section.business .business-copy>p{font-size:16px;line-height:1.75;max-width:370px;margin:25px 0 30px;color:#edf0df}
.business-actions{display:flex;flex-wrap:wrap;gap:15px 24px;align-items:center}
.business-actions .text-link{font-size:14px;color:#f9f2d7;text-decoration-color:#f9f2d780}
.about{background:var(--cream);padding-top:90px;padding-bottom:80px;display:grid;grid-template-columns:1fr 1fr;gap:8%;border-bottom:1px solid #cbd0bf;align-items:center}
.about .eyebrow{font-size:12px;margin-bottom:20px;letter-spacing:.12em}
.about h2{font-family:var(--display);font-size:clamp(40px,3.8vw,58px);font-weight:400;max-width:460px}
.about p{font-size:18px;line-height:1.8;max-width:520px;color:#4c5d4e}
.about .text-link{margin-top:14px;font-size:14px}
.faq{padding-top:70px;padding-bottom:85px;grid-template-columns:1fr 1.35fr;gap:10%}
.faq h2{font-family:var(--display);font-size:clamp(40px,3.6vw,56px);font-weight:400;line-height:1.1}
.faq details{border-color:#cbd0bf}
.faq summary{font-size:16px;font-weight:500;padding:19px 32px 19px 0}
.faq p{font-size:16px;line-height:1.75;color:#51614e;padding-bottom:20px}
footer{max-width:none;background:var(--yellow);color:var(--ink);padding:65px max(5%,calc((100vw - 1332px)/2)) 24px}
.footer-top{border-bottom-color:#172f4850;align-items:center;gap:35px;padding-bottom:42px}
.footer-wordmark{font-size:clamp(54px,6.2vw,96px);font-weight:800;letter-spacing:-.07em;line-height:1.05}
.footer-wordmark span{font-size:12px;letter-spacing:.3em}
.footer-top p{font-family:var(--display);font-size:35px;line-height:1.15;font-weight:400;letter-spacing:-.02em}
.footer-top p em{font-family:inherit;font-style:italic;color:var(--ink)}
.footer-top>a:last-child{font-size:15px;color:var(--ink);line-height:1.8}
.footer-top small{font-size:14px;color:#304935}
.footer-bottom{color:#2d4434;border-color:#172f4850;font-size:12px;gap:20px;flex-wrap:wrap}
.footer-bottom button{color:inherit;font-size:12px}
/* Dialog surfaces preserve the existing selection, cart and pricing behavior. */
dialog{background:#fffdf5;border-radius:14px}
dialog:not([open]){display:none}
dialog::backdrop{background:#0c233bb3;backdrop-filter:blur(5px)}
.close{background:#fffef6;border-color:#bec8b5}
.product-detail-copy h2,.drawer-head h2,.compare-dialog h2,.filter-dialog h2{font-family:var(--display);font-weight:400;font-size:37px;letter-spacing:-.02em}
.product-detail-copy>p{font-size:16px;color:#586a58}
.detail-photo{border-radius:8px}
.detail-price{font-size:30px}
.detail-facts{font-size:14px}
.detail-facts span{background:#f1f2e7;border-color:#d8ddcb}
.detail-cost{background:#f1f2e8;border-color:#d0d7c6}
.cart-summary{background:#eff1e5;border-color:#d8dfc8}
.cart-item h3{font-family:'DM Sans',sans-serif}
.filter-dialog{background:#fffdf5}
.filter-dialog .filters button{font-size:17px}
.filter-trigger{border-radius:50px;background:#fffef9}
.action-dock{border-radius:50px;background:#fffef7;border-color:#aebba1;box-shadow:0 7px 30px #1534521a}
.action-dock .button{border-radius:50px}
.recipe-studio-dialog.recipes{width:1060px;max-width:calc(100vw - 36px);padding:32px;background:#fbf8ee;margin:auto;border-radius:16px;border:0;max-height:92dvh}
.studio-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-right:48px;margin-bottom:25px}
.studio-dialog-heading .eyebrow{font-size:12px;margin-bottom:8px}
.studio-dialog-heading h2{font-size:40px;font-family:var(--display);font-weight:400}
.recipe-family-select{display:flex;align-items:center;gap:17px;font-size:14px;margin:0 0 18px;flex-wrap:wrap}
.recipe-family-select select{font-size:16px;padding:11px 38px 11px 15px;background:#fffef8;border:1px solid #bcc6b3;border-radius:7px}
.recipe-studio-dialog .recipe-notice{font-size:13px;display:block;background:#efefdf;padding:12px 16px;border-radius:7px;margin-bottom:23px}
.recipe-studio-dialog .recipe-notice p{font-size:13px;color:#5a654e;line-height:1.65}
.recipe-studio-dialog .recipe-notice strong{font-size:13px;color:#364d33}
.recipe-studio-dialog.recipes .recipe-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,1fr);gap:20px}
.recipe-studio-dialog .recipe-main,.recipe-studio-dialog .recipe-product-card{border-radius:10px;border:1px solid #d2d8c7;background:#fffef8;box-shadow:none;padding:23px}
.recipe-studio-dialog .recipe-step-label{font-size:12px;color:#52644b}
.recipe-studio-dialog #recipe-price-context{font-size:14px;color:#5a6b56}
.recipe-studio-dialog #recipe-family-price{font-size:13px;line-height:1.6}
.recipe-studio-dialog .recipe-flavor{border-radius:7px;border-color:#c9d1bf;background:#fffef8}
.recipe-studio-dialog .recipe-flavor[aria-pressed=true]{background:var(--recipe-accent);color:#fff}
.recipe-studio-dialog .recipe-controls label{font-size:14px}
.recipe-studio-dialog .recipe-controls input{font-size:24px;background:#f4f5e9;border-color:#c5cfb8;border-radius:7px}
.recipe-studio-dialog .recipe-portion-presets button{font-size:14px;min-height:40px;border-radius:50px}
.recipe-studio-dialog .recipe-result-heading h3{font-family:var(--display);font-size:29px;font-weight:400;letter-spacing:-.02em}
.recipe-studio-dialog .recipe-method-details{background:#f6f6ed;border-color:#d0d8c1;border-radius:7px}
.recipe-studio-dialog .recipe-product-card{position:static;border-top:3px solid var(--recipe-accent)}
.recipe-studio-dialog .recipe-product-card h4{font-family:var(--display);font-size:24px;font-weight:400;line-height:1.2}
.recipe-studio-dialog .recipe-cost{border-radius:7px}
.recipe-studio-dialog .recipe-cost strong{font-size:37px}
.recipe-studio-dialog .recipe-batch-summary dt,.recipe-studio-dialog .recipe-purchase-plan span{font-size:14px}
.recipe-studio-dialog .recipe-summary-links .text-link{font-size:14px}
.calculator-dialog{width:555px;padding:50px 22px 22px}
.calculator-dialog .calculator-surface{display:block;margin:0;padding:0;max-width:none;box-shadow:none;border-radius:0;background:transparent}
.calculator-dialog .calculator{border:0;border-radius:0;padding:12px 10px;background:transparent;box-shadow:none}
.calculator-dialog .calculator h3{font-family:var(--display);font-size:34px;font-weight:400;letter-spacing:-.02em}
.calculator-dialog .calculator select{font-size:16px;max-width:100%;width:100%;border-color:#c1ccb5;border-radius:7px}
.calculator-dialog .calc-selection{background:#eff2e4;border-color:#d3ddc5;border-radius:8px}
.calculator-dialog .calc-results{background:#f9dfa0;border-radius:8px;padding:22px 17px}
.calculator-dialog .calc-results span{font-size:13px}
.calculator-dialog .calculator>p{font-size:13px}
.calculator-dialog .calculator-add{background:var(--navy);border-radius:50px}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card .product-info h3{font-size:25px}.product-bottom{flex-wrap:wrap}.recipe-studio-heading h2{font-size:48px}section.business .business-copy{padding:45px 35px}section.business h2{font-size:47px}.recipe-studio-dialog.recipes .recipe-layout{grid-template-columns:minmax(0,1.45fr) minmax(270px,1fr)}}
@media(max-width:900px){.product-grid{gap:33px 17px}.product-card .product-info h3{font-size:23px;min-height:56px}.product-bottom{gap:8px}.product-price{font-size:18px}.add-button{padding:10px 12px}.catalog-tools{flex-wrap:nowrap}.catalog-tools .search{flex-basis:auto}.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.filters button:first-child{grid-column:1/-1}.filters button{padding:12px 16px}.filter-dialog .filter-group-title{font-size:14px}.filter-dialog .filter-actions{background:#fffdf5}.filter-dialog .category-filters{gap:6px}.filter-dialog .category-filters button{font-size:14px}section.recipes{padding:64px 5%}section.recipes #recipe-types{gap:18px}section.recipes .recipe-type-label strong{font-size:26px}section.recipes .recipe-type-label small{font-size:13px}section.recipes .recipe-type-indicator{width:36px;height:36px;font-size:20px}section.business h2{font-size:40px}section.business .business-copy{padding:40px 28px}section.business .business-copy>p{font-size:16px}.business-serving>img{aspect-ratio:auto;min-height:100%}.business-actions{gap:12px}.business-actions .button{font-size:14px;padding:13px 18px}.about{gap:5%}.about h2{font-size:44px}.about p{font-size:16px}.footer-top p{font-size:28px}.recipe-studio-dialog.recipes .recipe-layout{grid-template-columns:1fr}.recipe-studio-dialog .recipe-main,.recipe-studio-dialog .recipe-product-card{padding:23px}.recipe-studio-dialog .recipe-product-card{display:block}.recipe-studio-dialog .recipe-method{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 15px}.product-card .product-info h3{font-size:25px;min-height:61px}.product-bottom{flex-direction:column;align-items:flex-start;gap:10px;margin-top:auto}.product-bottom .add-button{width:100%;min-height:44px}.product-price{font-size:20px}.product-category{min-height:39px}.product-info>.compare-toggle{align-self:center}.recipe-studio-heading{flex-direction:row;align-items:flex-end}.recipe-studio-heading h2{font-size:41px}section.recipes #recipe-types{grid-template-columns:1fr;gap:29px}section.recipes .recipe-type-card>img{aspect-ratio:1.45;object-position:50% 48%}section.recipes .recipe-type-label{padding-top:15px}section.recipes .recipe-type-label strong{font-size:32px}section.recipes .recipe-type-label small{font-size:14px}section.recipes .recipe-type-indicator{width:44px;height:44px}section.business{grid-template-columns:1fr}.business-serving>img{aspect-ratio:1.45;height:auto}.business-serving>span{left:22px}section.business .business-copy{padding:43px 26px 50px}section.business h2{font-size:44px}.about{grid-template-columns:1fr;gap:25px}.about p{font-size:17px}.faq{grid-template-columns:1fr;gap:27px}.faq h2{font-size:44px}.footer-top{flex-wrap:wrap;gap:30px}.footer-wordmark{font-size:76px}.footer-top p{font-size:31px}.footer-top>a:last-child{width:100%}.footer-bottom{line-height:1.7}.action-dock{border-radius:16px}.recipe-studio-dialog.recipes{padding:25px 20px;max-width:calc(100vw - 20px)}.recipe-studio-dialog .recipe-method{grid-template-columns:1fr}}
@media(max-width:600px){.product-grid{gap:29px 13px}.product-card .product-image{aspect-ratio:1 / 1.15;padding:30px 4px 8px;border-radius:7px}.product-badge{left:9px;top:9px;font-size:12px;padding:3px 7px}.product-card .product-info{padding-top:13px}.product-card .product-info h3{font-size:22px;line-height:1.2;min-height:53px;margin-bottom:9px}.product-category{font-size:12px;margin-bottom:12px;min-height:36px;gap:4px}.product-price{font-size:19px}.product-price small{font-size:12px}.product-bottom .add-button{font-size:14px;padding:10px 12px}.product-info>.compare-toggle{font-size:13px}.catalog-sub{padding:16px 0;margin:0;gap:10px}.catalog-sub>div{padding:0}.catalog-price-hint{max-width:90px;text-align:right;font-size:12px}.catalog-tools .search{padding:0 13px}.search input{font-size:16px;min-width:0}.filter-trigger{padding:0 13px;gap:6px;font-size:14px}.filter-trigger svg{width:17px}.more-wrap>.button{min-width:210px}.price-note{line-height:1.7}.collection details.series-guide>summary{font-size:14px;padding:17px 0}section.recipes{padding:52px 22px}.recipe-studio-heading h2{font-size:39px}.recipe-visual-caption{max-width:65px;text-align:right}.recipe-home-note{font-size:12px}.about h2,.faq h2{font-size:40px}.faq summary{font-size:16px}.faq p{font-size:16px}.footer-top{padding-bottom:30px}.footer-wordmark{font-size:64px}.footer-top p{font-size:29px}footer{padding:45px 24px 22px}.footer-top>a:last-child{font-size:15px}.footer-bottom>span{width:100%}.footer-bottom button{font-size:12px}.product-detail-copy h2,.drawer-head h2,.filter-dialog h2{font-size:33px}.product-detail-copy>p{font-size:16px}.detail-facts{font-size:13px}.recipe-studio-dialog .recipe-main,.recipe-studio-dialog .recipe-product-card{padding:18px}.studio-dialog-heading h2{font-size:34px}.recipe-studio-dialog .recipe-family-select{gap:8px;align-items:stretch;flex-direction:column}.recipe-studio-dialog .recipe-controls label{font-size:14px}.recipe-studio-dialog .recipe-portion-presets button{font-size:13px}.recipe-studio-dialog .recipe-method{grid-template-columns:1fr}.recipe-studio-dialog .recipe-batch-summary dt,.recipe-studio-dialog .recipe-purchase-plan span{font-size:13px}.recipe-studio-dialog .recipe-result-heading h3{font-size:28px}.recipe-studio-dialog .recipe-summary-links{gap:7px 12px}.recipe-studio-dialog .recipe-summary-links .text-link{font-size:13px}.calculator-dialog{padding:48px 18px 18px}.calculator-dialog .calculator{padding:8px 0}.calculator-dialog .calculator h3{font-size:31px}.calculator-dialog .calc-results{padding:19px 14px;gap:12px}.calculator-dialog .calc-results strong{font-size:30px}}
@media(max-width:360px){.section{padding-left:17px;padding-right:17px}.hero .hero-copy{padding-left:20px;padding-right:20px}.hero h1{font-size:44px}.hero-actions{gap:14px}.hero-actions .button{padding:12px 17px}.hero-business-link{font-size:13px}.product-card .product-info h3{font-size:21px}.product-price{font-size:18px}.product-info>.compare-toggle{font-size:12px}section.recipes{padding-left:17px;padding-right:17px}.recipe-studio-dialog.recipes{padding-left:15px;padding-right:15px}.recipe-studio-dialog .recipe-main,.recipe-studio-dialog .recipe-product-card{padding:15px}.recipe-studio-dialog .recipe-controls{gap:9px}.recipe-studio-dialog .recipe-controls label{font-size:13px}}
@media(prefers-reduced-motion:no-preference){.hero-copy h1,.hero-copy>p,.hero-actions{animation:hero-arrive .75s both}.hero-copy>p{animation-delay:.08s}.hero-actions{animation-delay:.16s}@keyframes hero-arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}

/* Original pack photography: never mix its colors with a series surface. */
.product-card[class*="card-"] .product-image{background:#fff;border-color:#d8ddd7}
.product-image img,.detail-photo>img,.hero-featured>img,.cart-item>img,.compare-scroll th img,.recipe-summary-product #recipe-photo,#calc-product-photo{mix-blend-mode:normal;background:#fff;filter:none;opacity:1}
.detail-photo{background:#fff;border-color:#d8ddd7}
.product-badge.series-gold{background:#ffedb1;color:#624400;border-color:#d8ba5a}
.product-badge.series-signature{background:#ebddf4;color:#58396c;border-color:#cab2da}
.product-badge.series-no1{background:#173957;color:#fff;border-color:#173957}
.product-badge.series-maxsum{background:#f2f4ea;color:#334b37;border-color:#b9c4ac}
