*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f6ef;color:#1d2722;font-family:"DM Sans",sans-serif}a{text-decoration:none;color:inherit}button,input{font:inherit}:root{--ink:#1d2722;--green:#173f35;--green2:#28584a;--cream:#f8f6ef;--paper:#fffdf8;--muted:#737b75;--line:#e6e2d8;--gold:#caa66a;--shadow:0 24px 70px rgba(24,43,35,.12)}.site-header{height:82px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(248,246,239,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;letter-spacing:-.4px}.brand-symbol{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;font-size:15px}.main-nav{display:flex;gap:34px;height:100%;align-items:center}.main-nav a{font-size:14px;color:#5f6963;position:relative;height:100%;display:flex;align-items:center}.main-nav a:hover,.main-nav a.active{color:var(--green)}.main-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--green)}.header-actions{display:flex;align-items:center;gap:12px}.search-link{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;font-size:23px}.owner-link{font-size:13px;font-weight:700;background:var(--green);color:#fff;padding:11px 17px;border-radius:999px}.hero-v2{max-width:1280px;margin:auto;padding:74px clamp(24px,5vw,70px) 90px;display:grid;grid-template-columns:1fr 500px;gap:80px;align-items:center}.hero-copy .eyebrow,.eyebrow{font-size:10px;letter-spacing:2.2px;font-weight:700;color:#728078;display:flex;align-items:center;gap:9px;margin-bottom:18px}.eyebrow span{width:22px;height:1px;background:#9ba99f;display:inline-block}.hero-copy h1{font:700 clamp(58px,7vw,92px)/.91 "Playfair Display",serif;letter-spacing:-3px;margin:0}.hero-copy h1 em,.popular-copy h2 em{color:var(--green2);font-style:italic}.hero-copy>p{max-width:520px;color:var(--muted);font-size:18px;line-height:1.65;margin:28px 0}.hero-search{height:58px;max-width:560px;background:#fff;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;padding:5px 6px 5px 20px;box-shadow:0 12px 35px rgba(35,50,42,.06)}.hero-search span{font-size:25px;color:#758079}.hero-search input{border:0;outline:0;background:transparent;flex:1;padding:0 12px;font-size:14px}.hero-search button{border:0;background:var(--green);color:#fff;border-radius:999px;padding:13px 22px;font-weight:700;cursor:pointer}.hero-links{display:flex;gap:26px;margin-top:20px}.hero-links a{font-size:13px;font-weight:700;color:var(--green)}.hero-links span{margin-left:5px}.hero-feature{background:#fff;border:1px solid var(--line);border-radius:28px;padding:12px;box-shadow:var(--shadow);display:block;transition:.25s}.hero-feature:hover{transform:translateY(-6px);box-shadow:0 30px 80px rgba(24,43,35,.17)}.feature-photo{height:370px;border-radius:20px;overflow:hidden;position:relative;background:linear-gradient(135deg,#dce4d4,#e9dfca);display:grid;place-items:center}.feature-photo img{width:100%;height:100%;object-fit:cover}.feature-photo>span{font-size:120px}.feature-badge{position:absolute;top:16px;left:16px;background:rgba(255,253,248,.94);padding:9px 13px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:1.5px;color:var(--green)}.feature-info{display:flex;justify-content:space-between;align-items:center;padding:20px 10px 4px}.mini-label,.card-category{font-size:9px;letter-spacing:1.6px;color:#7b877f;font-weight:800}.feature-info h2{font:600 30px/1.1 "Playfair Display",serif;margin:7px 0}.arrow-circle{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--green)}.feature-meta{display:flex;gap:10px;color:#78827c;font-size:11px;padding:0 10px 13px}.section-v2{max-width:1280px;margin:auto;padding:75px clamp(24px,5vw,70px)}.soft-section{max-width:none;background:#f0eee6}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-top h2{font:600 43px/1.05 "Playfair Display",serif;margin:0;letter-spacing:-1px}.view-link{font-size:13px;font-weight:700;color:var(--green);padding-bottom:5px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.category-tile{background:#fffdf8;border:1px solid var(--line);border-radius:18px;padding:24px;min-height:155px;position:relative;transition:.2s}.category-tile:hover{transform:translateY(-4px);border-color:#c9d2ca;box-shadow:0 12px 30px rgba(30,50,40,.06)}.category-icon{display:block;font-size:25px;margin-bottom:27px}.category-tile strong{display:block;font:600 22px "Playfair Display",serif}.category-tile small{display:block;color:#87908b;font-size:11px;margin-top:5px}.tile-arrow{position:absolute;right:20px;bottom:20px;color:#9ba49f}.recipe-grid-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.recipe-card-v2{display:block}.recipe-photo{height:270px;border-radius:18px;overflow:hidden;background:#e2e3d9;position:relative;display:grid;place-items:center}.recipe-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.recipe-card-v2:hover .recipe-photo img{transform:scale(1.045)}.recipe-photo>span:not(.save-dot){font-size:75px}.save-dot{position:absolute;right:12px;top:12px;background:rgba(255,253,248,.94);width:35px;height:35px;border-radius:50%;display:grid;place-items:center;font-size:20px}.recipe-card-info{padding:15px 3px}.recipe-card-info h3{font:600 23px/1.1 "Playfair Display",serif;margin:7px 0}.recipe-card-info p{font-size:11px;color:#7d8781;margin:0}.recipe-card-info p span{padding:0 5px}.popular-band{background:var(--green);color:#fff}.popular-inner{max-width:1280px;margin:auto;padding:85px clamp(24px,5vw,70px);display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.eyebrow.light{color:#b9c9bf}.eyebrow.light span{background:#789487}.popular-copy h2{font:600 49px/1.05 "Playfair Display",serif;letter-spacing:-1px;margin:0}.popular-copy h2 em{color:#d8e5d1}.popular-copy p{color:#c2d0c8;line-height:1.6;max-width:400px;margin:22px 0 30px}.light-button{display:inline-block;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:12px 17px;font-size:12px;font-weight:700}.popular-list{display:flex;flex-direction:column}.popular-item{display:grid;grid-template-columns:32px 66px 1fr 25px;align-items:center;gap:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.13)}.popular-item:first-child{border-top:1px solid rgba(255,255,255,.13)}.rank{font:600 12px "Playfair Display",serif;color:#91aa9d}.popular-thumb{height:58px;width:66px;border-radius:10px;overflow:hidden;background:#446356;display:grid;place-items:center}.popular-thumb img{width:100%;height:100%;object-fit:cover}.popular-item>div:last-of-type>span{font-size:8px;letter-spacing:1.5px;color:#9fb4aa;font-weight:800}.popular-item h3{font:600 19px "Playfair Display",serif;margin:5px 0}.popular-item>b{font-size:18px;color:#9fb4aa}.cta-section{padding:85px clamp(24px,5vw,70px)}.cta-card{max-width:1120px;margin:auto;background:#dce6c9;border-radius:28px;padding:52px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-card h2{font:600 42px/1.05 "Playfair Display",serif;margin:0}.cta-card p{max-width:520px;color:#5f6d62;line-height:1.6}.cta-button{background:var(--green);color:#fff;border-radius:999px;padding:14px 20px;font-size:13px;font-weight:700;white-space:nowrap}.site-footer{border-top:1px solid var(--line);padding:48px clamp(24px,5vw,70px);display:grid;grid-template-columns:1fr auto auto;gap:50px;align-items:end;color:#7a837e;font-size:12px}.footer-brand{color:var(--ink)}.site-footer p{margin:12px 0 0}.footer-links{display:flex;gap:24px}.copyright{white-space:nowrap}.empty-feature{pointer-events:none}.empty-feature .feature-photo{height:370px}.empty-feature .feature-info h2{color:#65716b}@media(max-width:950px){.main-nav{gap:18px}.hero-v2{grid-template-columns:1fr;gap:40px}.hero-feature{max-width:600px}.category-grid,.recipe-grid-v2{grid-template-columns:repeat(2,1fr)}.popular-inner{grid-template-columns:1fr;gap:45px}.cta-card{display:block}.cta-button{display:inline-block;margin-top:20px}.site-footer{grid-template-columns:1fr 1fr}}@media(max-width:650px){.site-header{height:68px;padding:0 18px}.main-nav{display:none}.owner-link{display:none}.hero-v2{padding:55px 20px 60px}.hero-copy h1{font-size:55px;letter-spacing:-2px}.hero-copy>p{font-size:16px}.hero-search{height:54px}.hero-search button{padding:12px 16px}.hero-links{flex-direction:column;gap:12px}.feature-photo,.empty-feature .feature-photo{height:280px}.feature-info h2{font-size:25px}.section-v2{padding:55px 20px}.section-top{display:block}.section-top h2{font-size:34px;margin-top:8px}.view-link{display:inline-block;margin-top:15px}.category-grid,.recipe-grid-v2{grid-template-columns:1fr 1fr;gap:12px}.category-tile{min-height:140px;padding:18px}.category-icon{margin-bottom:18px}.category-tile strong{font-size:19px}.recipe-photo{height:205px}.recipe-card-info h3{font-size:20px}.popular-inner{padding:60px 20px}.popular-copy h2{font-size:39px}.cta-section{padding:55px 20px}.cta-card{padding:35px 25px}.cta-card h2{font-size:34px}.site-footer{grid-template-columns:1fr;padding:38px 20px;gap:25px}.footer-links{flex-wrap:wrap}.copyright{margin-top:5px}}
/* Recipe Reviews */
.recipe-reviews{max-width:1280px;margin:80px auto 0;padding:65px clamp(20px,5vw,70px) 90px;border-top:1px solid #e2ded3;scroll-margin-top:95px}
.reviews-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px;gap:30px}
.reviews-header h2{font:600 43px/1.05 "Playfair Display",serif;margin:0}
.reviews-summary{text-align:right;min-width:130px}
.reviews-summary strong{display:block;font:600 32px/1 "Playfair Display",serif}
.reviews-summary .stars,.review-stars{display:block;color:#b58a45;letter-spacing:3px;font-size:15px;line-height:1.3;margin-top:5px}
.reviews-summary small{display:block;color:#89928d;font-size:10px;margin-top:4px}
.review-message{border-radius:12px;padding:13px 15px;font-size:12px;font-weight:700;margin:0 0 18px}
.review-message-success{background:#e2eedb;color:#173f35;border:1px solid #cddfca}
.review-message-error{background:#f7e4e1;color:#a6453b;border:1px solid #e7c3be}
.reviews-empty{background:#fffdf8;border:1px dashed #d8d3c8;border-radius:18px;padding:38px 20px;text-align:center}
.reviews-empty>div{font-size:38px;color:#b58a45;line-height:1}
.reviews-empty h3{font:600 25px "Playfair Display",serif;margin:10px 0 5px}
.reviews-empty p{color:#7c857f;font-size:13px;margin:0}
.review-form-card{background:#fffdf8;border:1px solid #ded9cd;border-radius:22px;padding:30px;margin-top:30px}
.review-form-card h3{font:600 30px "Playfair Display",serif;margin:5px 0}
.review-form-card>p{color:#737b75;font-size:13px;margin:0 0 25px}
.review-form-card label{display:block;font-size:12px;font-weight:800;color:#35423b;margin-bottom:16px}
.review-form-card label span{color:#89928d;font-weight:400}
.review-form-card input,.review-form-card select,.review-form-card textarea{width:100%;display:block;margin-top:7px;padding:12px 13px;border:1px solid #d9d4c8;border-radius:10px;background:#fff;font:inherit;font-size:13px;color:#1b2621;outline:none}
.review-form-card input:focus,.review-form-card select:focus,.review-form-card textarea:focus{border-color:#8aa497;box-shadow:0 0 0 3px rgba(40,88,74,.08)}
.review-form-card textarea{resize:vertical;line-height:1.55}
.review-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.review-note{display:block;color:#89928d;font-size:10px;margin-top:12px}
.reviews-list{display:grid;gap:14px}
.review-card{background:#fffdf8;border:1px solid #ded9cd;border-radius:18px;padding:22px}
.review-top{display:flex;justify-content:space-between;gap:20px}
.review-top strong{font-size:14px}
.review-top time{color:#89928d;font-size:10px;white-space:nowrap}
.review-card h3{font:600 20px "Playfair Display",serif;margin:12px 0 5px}
.review-card p{color:#68736c;font-size:13px;line-height:1.7;margin:8px 0 0}
@media(max-width:600px){
  .recipe-reviews{margin-top:55px;padding:45px 18px 60px}
  .reviews-header{display:block}
  .reviews-summary{text-align:left;margin-top:20px}
  .review-two{grid-template-columns:1fr;gap:0}
  .review-form-card{padding:20px}
  .review-top{gap:10px}
  .review-top time{white-space:normal}
}

/* Final recipe listing/collection polish */
.recipe-card-v2{position:relative}
.recipe-card-v2 .recipe-photo{position:relative;overflow:hidden}
.recipe-card-v2 .recipe-photo img{transition:transform .25s ease}
.recipe-card-v2:hover .recipe-photo img{transform:scale(1.025)}
.recipe-card-rating{position:absolute!important;right:9px!important;bottom:9px!important;background:rgba(255,253,248,.96)!important;color:#173f35!important;border-radius:999px!important;padding:4px 7px!important;font-size:8px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;box-shadow:0 3px 10px rgba(20,35,28,.08)!important;display:inline-flex!important;align-items:center!important;gap:2px!important;white-space:nowrap!important;width:auto!important;height:auto!important;min-width:0!important;max-width:max-content!important}

/* ===== Public inner-page system ===== */
.page-head{max-width:1180px;margin:0 auto;padding:76px clamp(24px,5vw,70px) 42px;text-align:center}
.page-head .eyebrow{justify-content:center;margin-bottom:16px}
.page-head h1{font:600 clamp(48px,6vw,72px)/1 "Playfair Display",serif;letter-spacing:-2px;margin:0;color:var(--ink)}
.page-head h1 em{color:var(--green2);font-style:italic}
.page-head>p:last-child{max-width:650px;margin:22px auto 0;color:var(--muted);font-size:16px;line-height:1.7}
.section{max-width:1280px;margin:0 auto;padding:30px clamp(24px,5vw,70px) 90px}
.searchbar{max-width:900px;margin:0 auto 20px;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:8px;display:flex;gap:8px;box-shadow:0 12px 35px rgba(35,50,42,.05)}
.searchbar input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:13px 16px;color:var(--ink);font-size:14px}
.searchbar input::placeholder{color:#9aa29d}
.btn{border:0;border-radius:14px;padding:12px 19px;cursor:pointer;font-weight:700;font-size:13px}
.btn.primary{background:var(--green);color:#fff}
.btn.primary:hover{background:var(--green2)}
.filter-row{max-width:900px;margin:0 auto 38px;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.filter-row a{border:1px solid var(--line);background:rgba(255,253,248,.7);color:#68736c;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:700;transition:.2s}
.filter-row a:hover{border-color:#bfc9c1;color:var(--green)}
.filter-row a.active{background:var(--green);border-color:var(--green);color:#fff}
.section>.recipe-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.section>.recipe-grid-v2 .recipe-photo{height:285px}
.empty{grid-column:1/-1;background:var(--paper);border:1px dashed #cfd4ce;border-radius:22px;padding:55px 25px;text-align:center;color:#7b857f;font-size:14px}

/* Collections */
.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.collection-card{position:relative;display:block;min-height:230px;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(30,50,40,.04);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.collection-card:before{content:"";position:absolute;right:-55px;top:-55px;width:170px;height:170px;border-radius:50%;background:#e4ebdb}
.collection-card:after{content:"✦";position:absolute;right:28px;top:26px;color:#8a9b8d;font-size:20px}
.collection-card>*{position:relative;z-index:1}
.collection-card:hover{transform:translateY(-6px);border-color:#c8d2ca;box-shadow:0 22px 45px rgba(30,50,40,.10)}
.collection-card .eyebrow{margin-bottom:18px}
.collection-card h2{font:600 31px/1.08 "Playfair Display",serif;margin:0 0 13px;max-width:80%}
.collection-card>p:last-child{color:#748078;font-size:13px;line-height:1.65;max-width:500px;margin:0}

/* About */
.about-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;max-width:1100px;margin:0 auto}
.about-panel{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:38px;box-shadow:0 12px 35px rgba(35,50,42,.05)}
.about-panel h2{font:600 34px/1.1 "Playfair Display",serif;margin:0 0 14px}
.about-panel p{color:#69746d;line-height:1.75;font-size:14px;margin:0 0 14px}
.about-panel p:last-child{margin-bottom:0}
.about-values{display:grid;gap:12px;margin-top:25px}
.about-value{padding:18px;border:1px solid var(--line);border-radius:17px;background:#faf8f1}
.about-value strong{display:block;font:600 18px "Playfair Display",serif;margin-bottom:5px}
.about-value span{color:#7a857e;font-size:12px;line-height:1.5}
.about-note{background:var(--green);color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.about-note p{color:#c5d3cb}
.about-note .eyebrow{color:#b9c9bf}
.about-note .eyebrow span{background:#789487}
.about-note-mark{font-size:65px;line-height:1;color:#d8e5d1;margin-bottom:35px}

/* Collection detail */
.page-head + .section .recipe-grid-v2{margin-top:5px}

@media(max-width:900px){
  .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .section>.recipe-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-layout{grid-template-columns:1fr}
}
@media(max-width:600px){
  .page-head{padding:55px 20px 28px}
  .page-head h1{font-size:44px;letter-spacing:-1.5px}
  .page-head>p:last-child{font-size:14px}
  .section{padding:22px 18px 60px}
  .searchbar{border-radius:17px;padding:6px;display:block}
  .searchbar input{width:100%;padding:13px 12px}
  .searchbar .btn{width:100%;margin-top:4px}
  .filter-row{justify-content:flex-start;margin-bottom:28px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .filter-row a{white-space:nowrap}
  .section>.recipe-grid-v2{grid-template-columns:1fr 1fr;gap:16px}
  .section>.recipe-grid-v2 .recipe-photo{height:190px}
  .collection-grid{grid-template-columns:1fr;gap:14px}
  .collection-card{min-height:195px;padding:25px}
  .collection-card h2{font-size:27px}
  .about-panel{padding:27px}
  .about-panel h2{font-size:29px}
}

/* Mobile navigation polish */
.mobile-menu-toggle{display:none;border:1px solid var(--line);background:var(--paper);color:var(--green);width:40px;height:40px;border-radius:50%;font-size:18px;cursor:pointer;align-items:center;justify-content:center}
.mobile-nav{display:none}
@media(max-width:650px){
  .mobile-menu-toggle{display:flex}
  .header-actions .search-link{width:36px;height:36px}
  .mobile-nav{position:sticky;top:68px;z-index:49;background:rgba(255,253,248,.98);border-bottom:1px solid var(--line);box-shadow:0 12px 25px rgba(24,43,35,.08);padding:8px 18px}
  .mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:4px}
  .mobile-nav a{padding:12px 10px;border-radius:10px;color:#5f6963;font-size:13px;font-weight:700}
  .mobile-nav a.active{background:#eef1e9;color:var(--green)}
}

.recipe-card-rating .stars{font-size:8px!important;letter-spacing:0!important;line-height:1!important}

/* v2 feature polish */
.advanced-filters{max-width:1100px;margin:0 auto 34px;display:flex;gap:9px;flex-wrap:wrap;justify-content:center}.advanced-filters select{border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:11px 13px;color:var(--ink);font:600 12px "DM Sans",sans-serif}.advanced-filters .btn{background:#eef1e9;color:var(--green)}
.shopping-page{padding-top:20px}.shopping-shell{max-width:900px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:0 14px 35px rgba(30,50,40,.05)}.shopping-head{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px}.shopping-head h2{font:600 34px/1.1 "Playfair Display",serif;margin:6px 0}.shopping-head p{color:#77827b;margin:0;font-size:13px}.shopping-actions{display:flex;gap:8px}.shopping-actions .btn{background:#eef1e9;color:var(--green)}.shopping-items{padding-top:8px}.shopping-item{display:flex;align-items:center;gap:14px;padding:15px 5px;border-bottom:1px solid #ecebe4;cursor:pointer}.shopping-item input{width:18px;height:18px;accent-color:var(--green)}.shopping-item span{display:flex;flex-direction:column;flex:1}.shopping-item strong{font-size:14px}.shopping-item small{color:#7d877f;margin-top:3px}.shopping-item button{border:0;background:transparent;font-size:22px;color:#9b6d68;cursor:pointer}.shopping-item.checked strong{text-decoration:line-through;color:#9aa29d}.shopping-empty{text-align:center;padding:55px 20px;color:#758078}.shopping-empty>div{font-size:42px}.shopping-empty h3{font:600 25px "Playfair Display",serif;color:var(--ink);margin:12px 0 6px}.shopping-empty p{font-size:13px;line-height:1.6}.shopping-button-row{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.shopping-btn.primary{background:var(--green);color:#fff;border-color:var(--green)}
.affiliate-section,.related-section{max-width:1100px;margin:55px auto 0;padding:0 24px}.affiliate-section h2,.related-section h2{font:600 34px/1.1 "Playfair Display",serif;margin:5px 0 8px}.affiliate-disclosure{color:#78827c;font-size:12px;max-width:760px;line-height:1.6}.affiliate-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.affiliate-card{display:flex;flex-direction:column;gap:8px;padding:20px;background:var(--paper);border:1px solid var(--line);border-radius:18px;color:var(--ink);transition:.2s}.affiliate-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(30,50,40,.08)}.affiliate-merchant{font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#7b8c81}.affiliate-card strong{font-size:16px}.affiliate-card small{color:#7d877f;font-size:10px;line-height:1.5}.affiliate-card b{font-size:11px;color:var(--green);margin-top:auto}.related-grid{margin-top:18px}
.footer-newsletter{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-newsletter strong{font-size:12px}.footer-newsletter form{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--paper)}.footer-newsletter input{border:0;outline:0;padding:9px 12px;background:transparent;width:160px}.footer-newsletter button{border:0;background:var(--green);color:#fff;padding:9px 13px;font-weight:700}.footer-newsletter small{width:100%;color:#7c877f}.newsletter-section{max-width:1100px;margin:0 auto 70px;padding:30px;border:1px solid var(--line);border-radius:25px;background:#f2f3eb;display:flex;align-items:center;justify-content:space-between;gap:25px}.newsletter-section h2{font:600 34px "Playfair Display",serif;margin:5px 0}.newsletter-section p{color:#6f7a73;margin:0}.newsletter-section form{display:flex;gap:8px}.newsletter-section input{border:1px solid var(--line);background:var(--paper);border-radius:13px;padding:13px 15px;min-width:240px}.newsletter-section .cta-button{border:0}
@media(max-width:800px){.affiliate-grid{grid-template-columns:1fr 1fr}.newsletter-section{flex-direction:column;align-items:flex-start}.newsletter-section form{width:100%}.newsletter-section input{flex:1;min-width:0}}
@media(max-width:600px){.shopping-shell{padding:20px}.shopping-head{flex-direction:column;align-items:flex-start}.shopping-actions{width:100%}.shopping-actions .btn{flex:1}.advanced-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.advanced-filters select{white-space:nowrap}.affiliate-section,.related-section{padding:0 18px}.affiliate-grid{grid-template-columns:1fr}.newsletter-section{margin:0 18px 50px;padding:24px}.newsletter-section form{flex-direction:column}.newsletter-section input,.newsletter-section .cta-button{width:100%}}
@media print{.site-header,.site-footer,.shopping-actions,.btn{display:none!important}.shopping-shell{border:0;box-shadow:none}.shopping-page{padding:0}}

/* 2026 public finishing layer */
.contact-card{max-width:820px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:38px;box-shadow:0 16px 42px rgba(30,50,40,.055);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.contact-card h2{font:600 34px/1.1 "Playfair Display",serif;margin:0 0 10px}
.contact-card p{margin:0;color:#6f7b73;line-height:1.7;font-size:13px}
.contact-card .contact-mark{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;background:#e8eee5;color:var(--green);font-size:32px}
.site-footer{position:relative}
.site-footer a{transition:color .16s ease,transform .16s ease}
.site-footer .footer-links a:hover{color:var(--green);transform:translateY(-1px)}
.footer-newsletter button{cursor:pointer;border-radius:0 999px 999px 0}
@media(max-width:650px){.contact-card{grid-template-columns:1fr;padding:27px}.contact-card .contact-mark{display:none}}
