:root{--green:#183e2a;--olive:#567047;--cream:#f7f5ef;--gold:#a97842;--ink:#253229;--muted:#677067;--line:#dedfd5;--white:#fff;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold);outline-offset:4px}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,serif;font-weight:400;line-height:1.12}h1{font-size:clamp(2.4rem,5vw,4.8rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3.5vw,3rem);letter-spacing:-.035em}h3{font-size:1.45rem}p{color:var(--muted)}.wrap{max-width:1240px;margin:auto;padding:0 32px}.eyebrow{text-transform:uppercase;font-size:.78rem;font-weight:700;letter-spacing:.18em;color:var(--olive);margin-bottom:22px}.site-header{background:#fffefb;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.header-inner{height:104px;display:flex;align-items:center;gap:40px}.brand{width:176px;align-self:stretch;overflow:hidden;position:relative;flex-shrink:0}.brand img{width:176px;max-width:none;position:absolute;top:-36px}.nav{display:flex;gap:32px;margin-left:auto}.nav a{position:relative;padding:12px 0;font-size:.9rem}.nav a:after{content:'';position:absolute;bottom:5px;left:0;width:100%;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.cart-link{display:flex;align-items:center;gap:9px;border-left:1px solid var(--line);padding-left:24px}.cart-link svg{width:22px;height:22px}.count{background:var(--green);color:#fff;border-radius:50%;min-width:23px;height:23px;text-align:center;font-size:.75rem;line-height:23px}.menu{display:none}.hero{display:grid;grid-template-columns:1.05fr 1fr;min-height:600px}.hero-copy{padding:74px 50px 70px 0;align-self:center}.hero-copy p{max-width:460px;margin-bottom:30px}.hero-visual{position:relative;margin:30px 0 30px 24px;border-radius:160px 12px 12px 12px;overflow:hidden;background:#d5d1b3;min-height:490px}.hero-visual img{height:100%;width:100%;object-fit:cover;position:absolute}.hero-note{position:absolute;bottom:26px;left:26px;right:26px;background:#fffef5ed;padding:20px 24px;font-family:Georgia,serif;font-size:1.3rem}.hero-note small{display:block;font:12px Arial,sans-serif;letter-spacing:.14em;color:var(--olive);margin-bottom:6px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:48px;padding:12px 24px;border-radius:5px;background:var(--green);color:white;border:1px solid var(--green);font-size:.9rem;font-weight:600;transition:background .2s,transform .2s}.btn:hover{background:#2e573a;transform:translateY(-2px)}.btn.secondary{background:transparent;color:var(--green);border-color:#9ca895}.btn.in-cart{background:var(--olive);border-color:var(--olive)}.btn:disabled{opacity:.5;cursor:not-allowed}.text-link{font-size:.9rem;font-weight:600;border-bottom:1px solid var(--gold);padding-bottom:5px}.strip{border-block:1px solid var(--line);padding:22px 0}.strip .wrap{display:flex;justify-content:space-between;gap:20px;font-size:.84rem;color:var(--olive)}.section{padding:78px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-head h2{margin-bottom:0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category{background:#eaeade;border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:grid;grid-template-columns:1fr 110px;align-items:center;gap:10px;transition:transform .2s}.category:hover{transform:translateY(-4px)}.category h3{margin:10px 0}.category small{color:var(--olive)}.category img{width:110px;height:120px;object-fit:cover;border-radius:60px}.category span{color:var(--gold)}.white-section{background:#fffefb}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #183e2a0d}.product-card .photo{aspect-ratio:1;overflow:hidden;background:#eeece2}.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.035)}.card-body{padding:20px}.card-body small{color:var(--olive);font-size:.75rem}.card-body h3{font-size:1.3rem;margin:8px 0 12px}.card-body p{font-size:.84rem;min-height:44px;margin-bottom:20px}.card-actions{display:flex;flex-direction:column;gap:12px;align-items:stretch}.card-actions a{font-size:.83rem;text-align:center}.card-actions .btn{padding:10px;font-size:.82rem;min-height:42px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.benefit-icon{color:var(--gold);font-size:1.8rem;margin-bottom:20px}.benefits h3{font-size:1.35rem}.benefits p{font-size:.9rem}.about-band{background:var(--green);color:#fff;padding:65px;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.about-band p{color:#d4dfd2}.about-band .eyebrow{color:#c7b781}.about-band .text-link{color:white}.site-footer{padding:56px 0 20px;background:#eeeee5}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.1fr 1.5fr;gap:35px}.footer-logo{width:180px;height:130px;overflow:hidden;position:relative;background:white;border-radius:8px}.footer-logo img{width:180px;position:absolute;top:-28px}.site-footer h3{font:600 .88rem Arial,sans-serif;margin:12px 0 20px}.site-footer a{display:block;font-size:.84rem;color:var(--muted);margin:10px 0;overflow-wrap:anywhere}.site-footer a:hover{color:var(--green)}.copyright{border-top:1px solid #d2d5c9;margin-top:42px;padding-top:20px;font-size:.75rem;color:var(--muted)}.page-intro{padding:55px 0 38px}.page-intro h1{font-size:3.5rem;margin-bottom:18px}.page-intro p{max-width:650px}.breadcrumbs{font-size:.8rem;color:var(--muted);margin-bottom:24px}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.filter{border:1px solid var(--line);padding:11px 19px;border-radius:30px;background:transparent;color:var(--green)}.filter.active{background:var(--green);color:#fff}.group{margin-bottom:55px}.group h2{font-size:2rem}.detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding-bottom:70px}.detail-photo{aspect-ratio:1;border-radius:12px;overflow:hidden}.detail-photo img{width:100%;height:100%;object-fit:cover}.detail h1{font-size:3.2rem}.options{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0 20px}label{display:block;font-size:.88rem;font-weight:600;margin-bottom:8px}input,select,textarea{width:100%;min-height:48px;border:1px solid #bfc6b9;border-radius:5px;background:white;padding:11px;color:var(--ink)}textarea{resize:vertical;min-height:130px}.actions{display:flex;gap:12px;flex-wrap:wrap}.info{margin-top:28px;padding-top:24px;border-top:1px solid var(--line);font-size:.9rem}.notice{background:#eaeedf;border-left:3px solid var(--olive);padding:16px 20px;font-size:.88rem;color:#42523d;margin:22px 0}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:32px;margin-bottom:28px}.cart-row{display:grid;grid-template-columns:88px 1fr auto;gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.cart-row:last-child{border:0}.cart-row img{height:88px;width:88px;object-fit:cover;border-radius:8px}.cart-row h3{font-size:1.3rem;margin-bottom:5px}.cart-row p{font-size:.87rem;margin:0}.remove{border:0;background:transparent;color:#794b35;text-decoration:underline;min-height:44px}.empty{text-align:center;padding:60px 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.full{grid-column:1/-1}.form-section{margin:30px 0 20px;font-size:1.5rem}.error{display:block;color:#a13425;font-size:.8rem;margin-top:5px}.invalid{border-color:#a13425}.payment{padding:18px;background:var(--cream);border-radius:6px;margin:24px 0}.payment input{width:18px;min-height:auto;accent-color:var(--green)}.payment label{display:inline;margin-left:8px}.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.contact-details>div{margin:28px 0}.contact-details h3{font-size:1.15rem;margin-bottom:10px}.contact-details a{overflow-wrap:anywhere}.prose{max-width:830px;padding-bottom:70px}.prose h2{font-size:1.7rem;margin-top:34px}.prose li{color:var(--muted);margin-bottom:10px}.confirmation{text-align:center;max-width:720px;margin:30px auto 80px}.reference{font-family:monospace;font-size:1.25rem;letter-spacing:.08em;padding:18px;background:var(--cream);overflow-wrap:anywhere}.to-top{position:fixed;bottom:24px;right:24px;width:46px;height:46px;border:0;border-radius:50%;background:var(--green);color:white;z-index:15;box-shadow:0 3px 10px #0002}.to-top[hidden]{display:none}.skip{position:fixed;top:-60px;left:12px;background:white;padding:10px;z-index:100}.skip:focus{top:10px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--green);color:white;padding:12px 24px;border-radius:8px;z-index:50;max-width:85vw;font-size:.9rem}.page-leaving{opacity:.65;transition:opacity .12s}.muted{font-size:.85rem;color:var(--muted)}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-copy{padding-right:20px}.hero-visual{margin-left:10px}.category{grid-template-columns:1fr}.category img{display:none}.footer-grid{grid-template-columns:1fr 1fr}.detail{gap:30px}.benefits{gap:20px}.wrap{padding:0 24px}}
@media(max-width:700px){.wrap{padding:0 20px}.header-inner{height:82px;gap:15px}.brand{width:138px}.brand img{width:138px;top:-28px}.menu{display:block;background:transparent;border:1px solid var(--line);border-radius:4px;width:44px;height:44px;margin-left:auto;color:var(--green)}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fffefb;padding:22px;border-bottom:1px solid var(--line);flex-direction:column;gap:6px}.nav.open{display:flex}.cart-link{padding-left:10px;border:0}.hero{grid-template-columns:1fr}.hero-copy{padding:44px 0 24px}.hero h1{font-size:3rem}.hero-visual{margin:10px 0 32px;min-height:340px;border-radius:100px 10px 10px 10px}.strip .wrap{flex-wrap:wrap;justify-content:center;font-size:.75rem;gap:10px 20px}.section{padding:50px 0}.section-head{align-items:start;flex-direction:column;gap:18px}.category-grid{grid-template-columns:1fr;gap:14px}.category{grid-template-columns:1fr 90px;padding:20px}.category img{display:block;width:90px;height:90px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-body{padding:14px}.card-body h3{font-size:1.12rem}.card-body p{min-height:70px;font-size:.8rem}.card-body small{font-size:.7rem}.benefits{grid-template-columns:1fr 1fr;gap:25px}.about-band{grid-template-columns:1fr;padding:32px;gap:15px}.footer-grid{gap:25px;grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.page-intro h1{font-size:2.7rem}.detail{grid-template-columns:1fr;gap:30px}.detail h1{font-size:2.7rem}.form-grid,.contact-layout{grid-template-columns:1fr}.panel{padding:22px}.cart-row{grid-template-columns:65px 1fr;gap:16px}.cart-row img{width:65px;height:65px}.cart-row .remove{grid-column:2;justify-self:start;padding:0}.options{gap:12px}.filter{font-size:.83rem;padding:10px 14px}.contact-layout{gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.product-card .photo{display:block}.brand img{width:150px;top:-20px;left:13px}@media(max-width:700px){.brand img{width:118px;top:-19px;left:10px}}

/* Full, uncropped brand and stable page-wide sticky header. */
#header{position:sticky;top:0;z-index:20}.site-header{position:relative;top:auto}.brand{display:flex;align-items:center;justify-content:center;overflow:visible;align-self:center;height:100px}.brand img{position:static;width:auto;height:100%;max-width:100%;object-fit:contain}
input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #567047;outline-offset:2px;box-shadow:none}
.order-page{background:#f3f5ef}.order-page .page-intro{padding:42px 0 32px}.order-page .page-intro .eyebrow{margin-bottom:16px}.order-page .page-intro h1{font-size:clamp(2.5rem,4vw,3.6rem);margin-bottom:16px}.order-page .page-intro p{max-width:610px;margin-bottom:0}
.order-page #order-area{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:28px;align-items:start;padding-bottom:65px}.order-page #order-summary{grid-column:2;grid-row:1;padding:28px;background:#e8eddf;border:1px solid #d2dbc8}.order-page #order-form{grid-column:1;grid-row:1;padding:32px 36px;box-shadow:0 10px 35px #183e2a05}.order-page .panel{margin:0;border-radius:16px}.order-page #order-summary h2{font-size:1.85rem;margin-bottom:14px}.order-page #order-summary .eyebrow{font-size:.75rem;margin-bottom:12px}.order-page #order-summary .cart-row{grid-template-columns:64px minmax(0,1fr);gap:16px;padding:20px 0;border-color:#cfd8c6}.order-page #order-summary .cart-row img{width:64px;height:64px}.order-page #order-summary .cart-row h3{font-size:1.15rem}.summary-foot{border-top:1px solid #c5d0bd;padding-top:24px;margin-top:12px;font-size:.85rem}.summary-foot span,.summary-foot strong{display:block}.summary-foot strong{margin:5px 0 18px}.summary-foot p{margin:0;font-size:.85rem}
.order-page .form-section{font-family:Arial,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:0;margin:30px 0 22px;padding-top:26px;border-top:1px solid #e6e9df}.order-page .form-section:first-child{border:0;padding-top:0;margin-top:0}.order-page .form-grid{gap:18px 20px}.order-page input,.order-page textarea{background:#fafbf8;border-color:#d7ddd0;border-radius:8px;transition:border-color .15s,background .15s}.order-page input:focus,.order-page textarea:focus{background:#fff}.order-page input.invalid,.order-page textarea.invalid{border-color:#a13425}.order-page input[readonly]{color:#65725e;background:#f0f3eb}.order-page label{font-size:.85rem;font-weight:500}.order-page .payment{background:#f0f4e9;border:1px solid #dce5d2;border-radius:8px;margin-top:28px}.order-page .payment label{font-weight:600}.order-page .notice{background:transparent;border:0;padding:0;font-size:.82rem;line-height:1.7}.order-page #order-form>.btn{width:100%;border-radius:8px;min-height:52px}.order-page #order-area>.confirmation{grid-column:1/-1;justify-self:center;padding:40px;max-width:720px}.order-page #order-summary:has(.empty){grid-column:1/-1}.order-page #order-form[hidden]{display:none}
@media(max-width:900px){.order-page #order-area{grid-template-columns:1fr}.order-page #order-summary,.order-page #order-form{grid-column:1;grid-row:auto}.order-page #order-summary .cart-row{grid-template-columns:70px minmax(0,1fr)}.summary-foot{margin-top:0;padding-top:16px}.summary-foot strong{margin-bottom:8px}}
@media(max-width:700px){.brand{height:78px;width:138px}.brand img{position:static;width:auto;height:100%;max-width:100%}.order-page .page-intro{padding:30px 0 24px}.order-page #order-area{gap:20px}.order-page #order-form,.order-page #order-summary{padding:24px}.order-page .form-grid{gap:18px}.order-page #order-area>.confirmation{padding:25px}}

/* Refined product cards and explicit selected-button contrast. */
.product-card{border:1px solid #dce2d4;border-radius:16px;box-shadow:0 4px 18px #183e2a05;display:flex;flex-direction:column}.product-card .photo{margin:10px 10px 0;border-radius:10px;flex-shrink:0}.product-card .card-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-card .card-body small{font-size:.75rem;font-weight:600;letter-spacing:.035em;color:#526b43}.product-card .card-body h3{line-height:1.3;margin:9px 0 12px}.product-card .card-body p{line-height:1.65;font-size:.875rem;margin-bottom:22px}.product-card .card-actions{margin-top:auto;gap:10px}.product-card .card-actions>a{display:flex;justify-content:center;align-items:center;min-height:44px;border:1px solid #dce2d4;border-radius:7px;font-weight:600;color:var(--green);background:#fafbf7;transition:background .2s}.product-card .card-actions>a:hover{background:#edf2e6}.product-card .card-actions .btn{border-radius:7px;min-height:46px;font-size:.875rem;background:#fff;border-color:#527043;color:#294a32}.btn.in-cart,.btn.secondary.in-cart,.product-card .card-actions .btn.in-cart{background:#426039;border-color:#426039;color:#fff}.btn.in-cart:hover,.btn.secondary.in-cart:hover,.product-card .card-actions .btn.in-cart:hover{background:#304a29;border-color:#304a29;color:#fff}.product-card a:focus-visible,.product-card button:focus-visible{outline:2px solid #567047;outline-offset:3px}
.policy-page{background:#f5f6f0}.policy-page .page-intro{max-width:930px;margin:auto;padding:48px 0 32px}.policy-page .page-intro h1{font-size:clamp(2.3rem,4.5vw,3.7rem)}.policy-page .page-intro p{max-width:740px}.policy-document{max-width:930px;margin:0 auto 70px;background:#fff;border:1px solid #dce2d4;border-radius:16px;padding:12px 48px 30px;box-shadow:0 8px 30px #183e2a04}.policy-section{padding:26px 0;border-bottom:1px solid #e4e8df}.policy-section:last-child{border-bottom:0}.policy-document .policy-section h2{display:flex;gap:18px;align-items:baseline;font-size:1.65rem;margin:0 0 20px;line-height:1.3}.policy-number{font:600 .8rem Arial,sans-serif;color:#648052;letter-spacing:.08em;flex-shrink:0}.policy-document p{font-size:1rem;line-height:1.9;color:#586355;margin-bottom:16px}.policy-document p:last-child{margin-bottom:0}.policy-document a{overflow-wrap:anywhere}
@media(max-width:700px){.product-card .photo{margin:7px 7px 0;border-radius:8px}.product-card .card-body{padding:14px}.product-card .card-body p{font-size:.84rem}.product-card .card-actions .btn{font-size:.82rem}.policy-page .page-intro{padding:32px 0 20px}.policy-document{padding:4px 22px 16px;margin-bottom:45px}.policy-document .policy-section h2{font-size:1.4rem;gap:12px}.policy-document p{line-height:1.8}.policy-section{padding:24px 0}}

.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.cart-layout .panel{margin:0}.cart-layout h2{font-size:1.8rem;margin-bottom:14px}.cart-layout .eyebrow{margin-bottom:12px}.cart-payment{background:#edf2e7}.cart-payment .btn{width:100%;margin-top:12px}.continue-link{display:block;text-align:center;font-size:.85rem;margin-top:16px}.item-price{font-weight:600;font-size:.95rem;margin-top:10px;color:var(--green)}.item-price small{display:block;font-size:.73rem;font-weight:400;color:var(--muted);margin-top:2px}.payment-breakdown{margin-top:24px;border-top:1px solid #ccd6c4;padding-top:18px}.payment-breakdown>div:not(.cod-badge){display:flex;justify-content:space-between;gap:18px;margin-bottom:14px;font-size:.85rem}.payment-breakdown strong{text-align:right}.payment-breakdown .grand-total{border-top:1px solid #ccd6c4;padding-top:18px;margin-top:20px;font-size:1rem!important}.cod-badge{padding:12px 14px;background:#dfe8d6;color:#294b2c;border-radius:7px;font-size:.85rem;font-weight:600;margin:20px 0 12px}.payment-breakdown .muted{line-height:1.7;margin-bottom:0}.confirmation-icon{display:grid;place-items:center;width:62px;height:62px;background:#e6efdf;border-radius:50%;color:#426039;font-size:1.7rem;margin:0 auto 22px}.order-page .confirmation h1{font-size:clamp(2rem,4vw,2.9rem);line-height:1.2;margin-bottom:18px}.confirmation:focus{outline:none}.confirmation-lead{max-width:510px;margin:0 auto 24px}.reference-box{background:#f4f6ef;border:1px dashed #c7d2be;border-radius:9px;padding:15px;margin:24px 0;text-align:center}.reference-box>span{font-size:.75rem;color:var(--muted)}.reference-box .reference{background:none;margin:3px 0 0;padding:0;font-size:1rem}.confirmation-details{text-align:left;border:1px solid #dce3d5;border-radius:10px;padding:24px;margin:26px 0}.confirmation-details h2{font:600 1rem Arial,sans-serif}.confirmation-details .cart-row{grid-template-columns:64px 1fr;gap:16px}.confirmation-details .cart-row img{width:64px;height:64px}.confirmation-details .cart-row h3{font-size:1.2rem}.confirmation>.btn{width:100%;margin-bottom:14px}.order-page #order-area>.confirmation{width:100%}
@media(max-width:900px){.cart-layout{grid-template-columns:1fr}}@media(max-width:700px){.confirmation-details{padding:18px}.cart-layout{gap:20px}.payment-breakdown>div:not(.cod-badge){flex-wrap:wrap;gap:6px 16px}}

.catalog-price{margin:0 0 20px;color:var(--green)}.catalog-price strong{font-size:1.2rem}.catalog-price span{font-size:.82rem;color:var(--muted)}.catalog-price small{display:block;margin-top:3px;font-weight:400!important;font-size:.72rem!important}.detail-price{margin:20px 0}.detail-price strong{font-size:2rem;color:var(--green);display:block}.detail-price span{font-size:.8rem;color:var(--muted)}

/* Remove the duplicate divider after products in the confirmation. */
.confirmation-details .cart-row{border-bottom:0}
/* Borderless category pills; keyboard focus remains visible without an outer ring. */
.filter{border:0;background:#edf0e7;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.filter:hover{background:#dce6d1;color:#183e2a;transform:translateY(-2px);box-shadow:0 5px 12px #183e2a12}.filter.active{background:#183e2a;color:#fff}.filter.active:hover{background:#315639;color:#fff}.filter:focus-visible{outline:none;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}
.about-offering{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-photo{height:380px;border-radius:14px;overflow:hidden}.about-photo img{height:100%;width:100%;object-fit:cover}.about-offering h2{margin-bottom:22px}.offering-tags{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 30px}.offering-tags span{background:#e9eee1;color:#49613d;padding:7px 12px;border-radius:5px;font-size:.8rem}.about-process{padding-bottom:55px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.process-grid article{padding:30px;background:#fff;border-radius:12px;border:1px solid #e1e5da}.step-number{display:inline-grid;place-items:center;background:#edf2e5;color:#526e40;width:40px;height:40px;border-radius:50%;font-size:.8rem;margin-bottom:26px}.process-grid h3{font-size:1.45rem}.process-grid p{font-size:.93rem;margin:0}.personal-service{background:#e7edde;border-radius:14px;padding:36px 40px;margin-bottom:65px;display:flex;gap:35px;align-items:center;justify-content:space-between}.personal-service h2{font-size:2rem;margin-bottom:16px}.personal-service .eyebrow{margin-bottom:14px}.personal-service p{max-width:650px;margin:0}.personal-service>.btn{flex-shrink:0}
.contact-page{background:#f3f5ee}.contact-page .page-intro{padding:45px 0 30px}.contact-page .page-intro h1{font-size:clamp(2.5rem,4.5vw,3.8rem)}.contact-page .contact-layout{grid-template-columns:.85fr 1.15fr;gap:28px;align-items:stretch;padding-bottom:65px}.contact-page .contact-details{background:#183e2a;border-radius:16px;padding:38px;color:#fff}.contact-page .contact-details>.eyebrow{color:#cad9b9;margin:0 0 20px}.contact-page .contact-details h2{font-size:2.5rem}.contact-page .contact-details p{color:#d5dfd0;font-size:.9rem}.contact-page .contact-details>div:not(.eyebrow){margin:25px 0 0;padding-top:22px;border-top:1px solid #416047}.contact-page .contact-details h3{font:600 .85rem Arial,sans-serif;color:#cbdab9;margin-bottom:13px}.contact-page .contact-details .text-link{border:0;font-size:.92rem;color:#fff}.contact-page .contact-details .text-link:hover{text-decoration:underline;text-underline-offset:5px}.contact-page .contact-layout>.panel{padding:38px;margin:0;border:1px solid #e0e5d9;border-radius:16px;box-shadow:0 10px 30px #183e2a04}.contact-page .panel h2{font-size:2rem;margin-bottom:16px}.contact-page .panel>.muted{margin-bottom:28px}.contact-page input,.contact-page textarea{background:#fafbf7;border:1px solid #d4ddcb;border-radius:8px}.contact-page textarea{min-height:160px}.contact-page .panel form>.btn{width:100%;border-radius:8px}.contact-page .form-grid{gap:20px}.contact-page .contact-details a:focus-visible{outline-color:#cbdab9}
@media(max-width:900px){.about-offering{gap:30px}.personal-service{align-items:start;flex-direction:column}.contact-page .contact-layout{grid-template-columns:1fr}.process-grid{gap:14px}.process-grid article{padding:22px}}
@media(max-width:700px){.about-offering{grid-template-columns:1fr}.about-photo{height:260px}.process-grid{grid-template-columns:1fr}.process-grid article{padding:26px}.step-number{margin-bottom:18px}.personal-service{padding:28px;margin-bottom:45px}.personal-service h2{font-size:1.75rem}.contact-page .contact-details,.contact-page .contact-layout>.panel{padding:26px}.contact-page .page-intro{padding-top:32px}.contact-page .contact-details h2{font-size:2.1rem}}
/* Compact mobile cards and text-width navigation indicators. */
@media(max-width:700px){
  .nav a{align-self:flex-start;width:fit-content;max-width:100%;min-height:44px}
  .product-card .card-body{padding:12px}
  .product-card .card-body h3{margin:6px 0 8px}
  .product-card .card-body p{min-height:0;margin-bottom:12px;line-height:1.55}
  .product-card .catalog-price{margin-bottom:12px}
  .product-card .catalog-price small{margin-top:2px}
  .product-card .card-actions{gap:8px}
}
/* Mobile cart image alignment: consistent thumbnail box and balanced row layout. */
@media(max-width:700px){
  .cart-layout .cart-products .cart-row{grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:center;padding:18px 0}
  .cart-layout .cart-products .cart-row>a{width:76px;height:76px;display:block;border-radius:10px;overflow:hidden;background:#eee9dc}
  .cart-layout .cart-products .cart-row img{width:76px;height:76px;object-fit:cover;border-radius:10px}
  .cart-layout .cart-products .cart-row h3{font-size:1.22rem;line-height:1.25;margin-bottom:5px}
  .cart-layout .cart-products .cart-row p{font-size:.82rem;margin-bottom:3px}
  .cart-layout .cart-products .item-price{font-size:.9rem;margin-top:4px}
  .cart-layout .cart-products .remove{grid-column:2;justify-self:start;margin-top:2px;min-height:34px;padding:0}
}

/* Home page feature cards */
.benefits{gap:16px}.benefit-card{position:relative;padding:28px 24px 24px;background:#fff;border:1px solid #e0e5db;border-radius:12px;min-height:248px;transition:transform .25s,box-shadow .25s,border-color .25s}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #183e2a12;border-color:#b8c9ad}.benefit-number{position:absolute;top:20px;right:20px;color:#9b7442;font:600 .72rem Arial,sans-serif;letter-spacing:.08em}.benefit-card .benefit-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#edf2e7;color:#426039;font-size:1.35rem;margin:0 0 36px}.benefit-card h3{font-size:1.28rem;margin-bottom:12px}.benefit-card p{font-size:.86rem;margin:0;line-height:1.7}.benefit-card:nth-child(2){background:#f2f4ed}.benefit-card:nth-child(3){background:#eaf0e5}.benefit-card:nth-child(4){background:#f4f1e9}.benefit-card:nth-child(3) .benefit-icon{background:#dce8d5}.benefit-card:nth-child(4) .benefit-icon{background:#ede5d5}
@media(max-width:700px){.benefits{gap:12px}.benefit-card{min-height:225px;padding:20px 15px 18px}.benefit-card .benefit-icon{width:40px;height:40px;margin-bottom:24px}.benefit-card h3{font-size:1.05rem}.benefit-card p{font-size:.78rem;line-height:1.55}.benefit-number{top:14px;right:14px}}
/* High-contrast Why Choose Us palette */
.benefit-card:nth-child(1){background:#183e2a;color:#fff;border-color:#183e2a}.benefit-card:nth-child(1) h3,.benefit-card:nth-child(1) p{color:#fff}.benefit-card:nth-child(1) p{color:#d8e5d5}.benefit-card:nth-child(1) .benefit-number{color:#d9bd82}.benefit-card:nth-child(1) .benefit-icon{background:#315b3c;color:#f0d49c}
.benefit-card:nth-child(2){background:#c89b5b;color:#20372a;border-color:#c89b5b}.benefit-card:nth-child(2) h3,.benefit-card:nth-child(2) p{color:#20372a}.benefit-card:nth-child(2) .benefit-number{color:#6a461e}.benefit-card:nth-child(2) .benefit-icon{background:#dfb875;color:#4d3219}
.benefit-card:nth-child(3){background:#fff;color:#20372a;border-color:#cbd8c5}.benefit-card:nth-child(3) h3{color:#183e2a}.benefit-card:nth-child(3) p{color:#59685b}.benefit-card:nth-child(3) .benefit-number{color:#9b7442}.benefit-card:nth-child(3) .benefit-icon{background:#e6efe0;color:#426039}
.benefit-card:nth-child(4){background:#425d3c;color:#fff;border-color:#425d3c}.benefit-card:nth-child(4) h3,.benefit-card:nth-child(4) p{color:#fff}.benefit-card:nth-child(4) p{color:#dce8d8}.benefit-card:nth-child(4) .benefit-number{color:#ecd093}.benefit-card:nth-child(4) .benefit-icon{background:#617b58;color:#f2d89d}
.benefit-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px #183e2a20}
/* Box-free Why Choose Us layout */
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #cfd8c8;border-bottom:1px solid #cfd8c8}.benefit-card{min-height:0;padding:34px 28px 34px 0;border:0;border-radius:0;background:transparent!important;color:var(--ink)!important;box-shadow:none!important;transform:none!important;position:relative}.benefit-card+.benefit-card{padding-left:28px;border-left:1px solid #cfd8c8}.benefit-card .benefit-number{position:static;display:block;color:#a97842;font:600 .78rem Arial,sans-serif;letter-spacing:.12em;margin-bottom:26px}.benefit-card .benefit-icon{display:inline-grid;width:48px;height:48px;margin:0 0 28px;border-radius:50%;background:#e7eee2!important;color:#426039!important;font-size:1.3rem}.benefit-card:nth-child(2) .benefit-icon{background:#f1e1c5!important;color:#875a24!important}.benefit-card:nth-child(4) .benefit-icon{background:#dce8d8!important;color:#315333!important}.benefit-card h3{color:#183e2a!important;font-size:1.35rem;margin-bottom:12px}.benefit-card p{color:#5d6b60!important;font-size:.88rem;margin:0;line-height:1.75}.benefit-card:after{content:'↗';position:absolute;right:24px;bottom:33px;color:#a97842;font-size:1.15rem;opacity:0;transition:opacity .2s,transform .2s}.benefit-card:hover:after{opacity:1;transform:translate(3px,-3px)}
+@media(max-width:700px){.benefits{grid-template-columns:1fr 1fr}.benefit-card{padding:24px 16px 28px 0}.benefit-card+.benefit-card{padding-left:16px}.benefit-card:nth-child(odd){border-left:0}.benefit-card:nth-child(n+3){border-top:1px solid #cfd8c8}.benefit-card:nth-child(3){padding-top:28px}.benefit-card .benefit-number{margin-bottom:18px}.benefit-card .benefit-icon{width:40px;height:40px;margin-bottom:18px}.benefit-card h3{font-size:1.06rem}.benefit-card p{font-size:.8rem;line-height:1.6}.benefit-card:after{right:12px;bottom:24px}}
@media(max-width:700px){.benefits{min-width:0;width:100%;overflow:hidden}.benefit-card{min-width:0;overflow-wrap:anywhere}.benefit-card h3{overflow-wrap:anywhere}}

/* Premium Why Choose Us band */
main>.section:has(.benefits){background:#183e2a;color:#fff;position:relative;overflow:hidden}main>.section:has(.benefits):before{content:'';position:absolute;right:-160px;top:-170px;width:430px;height:430px;border:1px solid #69836755;border-radius:50%}main>.section:has(.benefits) .wrap{position:relative;z-index:1}main>.section:has(.benefits) .eyebrow{color:#d8c187}main>.section:has(.benefits) .section-head h2{color:#fff}main>.section:has(.benefits) .benefits{border-top:1px solid #789174;border-bottom:1px solid #789174}.benefit-card,.benefit-card+.benefit-card{border-color:#789174}.benefit-card .benefit-number{color:#d8c187}.benefit-card .benefit-icon{background:#2e5940!important;color:#e7d29e!important}.benefit-card:nth-child(2) .benefit-icon{background:#946c37!important;color:#fff1c8!important}.benefit-card:nth-child(3) .benefit-icon{background:#426c4b!important;color:#eff5d9!important}.benefit-card:nth-child(4) .benefit-icon{background:#6f7443!important;color:#fff3bf!important}.benefit-card h3{color:#fff!important}.benefit-card p{color:#d7e3d4!important}.benefit-card:after{color:#e0c58c}.benefit-card:hover:after{opacity:1}.benefit-card:hover{background:#ffffff08!important}
@media(max-width:700px){main>.section:has(.benefits):before{right:-230px;top:-160px;width:350px;height:350px}main>.section:has(.benefits) .benefits{border-top-color:#789174;border-bottom-color:#789174}.main>.section:has(.benefits) .benefit-card:nth-child(3){border-top-color:#789174}}
/* Open four-step layout: no boxes or divider panels. */
main>.section:has(.benefits){background:#f7f5ef;color:var(--ink);overflow:hidden}
main>.section:has(.benefits):before{border-color:#d7c79d66;right:-120px;top:-180px}
main>.section:has(.benefits) .eyebrow{color:var(--olive)}
main>.section:has(.benefits) .section-head h2{color:var(--ink)}
main>.section:has(.benefits) .benefits{border:0;position:relative;gap:0;padding-top:28px}
main>.section:has(.benefits) .benefits:before{content:'';position:absolute;left:8%;right:8%;top:70px;border-top:1px dashed #b8c7ae;z-index:0}
main>.section:has(.benefits) .benefit-card,.benefit-card+.benefit-card{border:0!important;padding:0 28px 0 0;background:transparent!important;min-height:255px;color:var(--ink)!important;z-index:1}
main>.section:has(.benefits) .benefit-card+.benefit-card{padding-left:28px}
main>.section:has(.benefits) .benefit-number{display:block;position:relative;width:86px;height:86px;line-height:86px;text-align:center;border-radius:50%;background:#183e2a;color:#e5cb8b;margin:0 0 26px;font-size:.9rem;letter-spacing:.14em;box-shadow:0 0 0 10px #f7f5ef}
main>.section:has(.benefits) .benefit-card:nth-child(2) .benefit-number{background:#b6813d;color:#fff5d2}
main>.section:has(.benefits) .benefit-card:nth-child(3) .benefit-number{background:#527451;color:#f1f5df}
main>.section:has(.benefits) .benefit-card:nth-child(4) .benefit-number{background:#7b7a45;color:#fff6c7}
main>.section:has(.benefits) .benefit-icon{display:none}
main>.section:has(.benefits) .benefit-card h3{color:var(--ink)!important;font-size:1.35rem;margin-bottom:13px}
main>.section:has(.benefits) .benefit-card p{color:#5e6d61!important;font-size:.88rem;line-height:1.75}
main>.section:has(.benefits) .benefit-card:after{right:18px;bottom:2px;color:#a97842}
@media(max-width:700px){main>.section:has(.benefits) .benefits{grid-template-columns:1fr 1fr;gap:34px 0;padding-top:15px}main>.section:has(.benefits) .benefits:before{left:25%;right:25%;top:50%;height:1px;border-top:1px dashed #b8c7ae;border-left:0}main>.section:has(.benefits) .benefit-card,main>.section:has(.benefits) .benefit-card+.benefit-card{padding:0 14px 0 0;border:0!important;min-height:205px}main>.section:has(.benefits) .benefit-card:nth-child(even){padding-left:14px}main>.section:has(.benefits) .benefit-number{width:62px;height:62px;line-height:62px;font-size:.75rem;margin-bottom:18px;box-shadow:0 0 0 7px #f7f5ef}main>.section:has(.benefits) .benefit-card h3{font-size:1.08rem}main>.section:has(.benefits) .benefit-card p{font-size:.79rem;line-height:1.6}}
/* Compact step markers and balanced spacing */
main>.section:has(.benefits) .benefits{padding-top:18px}
main>.section:has(.benefits) .benefits:before{top:49px}
main>.section:has(.benefits) .benefit-card{min-height:225px}
main>.section:has(.benefits) .benefit-number{width:62px;height:62px;line-height:62px;margin-bottom:20px;box-shadow:0 0 0 7px #f7f5ef;font-size:.78rem}
main>.section:has(.benefits) .benefit-card h3{margin-bottom:10px}
main>.section:has(.benefits) .benefit-card p{margin:0;line-height:1.65}
@media(max-width:700px){main>.section:has(.benefits) .benefits{padding-top:8px;gap:24px 0}main>.section:has(.benefits) .benefits:before{top:50%}main>.section:has(.benefits) .benefit-card{min-height:180px}main>.section:has(.benefits) .benefit-number{width:48px;height:48px;line-height:48px;margin-bottom:15px;box-shadow:0 0 0 5px #f7f5ef;font-size:.7rem}}
/* Center-align Why Choose Us section */
main>.section:has(.benefits) .wrap{max-width:1180px;margin-inline:auto}
main>.section:has(.benefits) .section-head{display:block;text-align:center;margin-bottom:38px}
main>.section:has(.benefits) .section-head .eyebrow{margin-bottom:14px}
main>.section:has(.benefits) .benefits{max-width:1120px;margin-inline:auto}
main>.section:has(.benefits) .benefit-card{padding-left:18px;padding-right:18px;text-align:center}
main>.section:has(.benefits) .benefit-card+.benefit-card{padding-left:18px}
main>.section:has(.benefits) .benefit-number{margin-inline:auto;margin-bottom:20px}
main>.section:has(.benefits) .benefit-card h3{max-width:230px;margin-inline:auto;margin-bottom:10px}
main>.section:has(.benefits) .benefit-card p{max-width:245px;margin-inline:auto}
@media(max-width:700px){main>.section:has(.benefits) .section-head{margin-bottom:26px}main>.section:has(.benefits) .benefit-card,main>.section:has(.benefits) .benefit-card+.benefit-card{padding-left:10px;padding-right:10px}main>.section:has(.benefits) .benefit-card h3{max-width:150px}main>.section:has(.benefits) .benefit-card p{max-width:155px}}
/* Fix connector alignment and remove excess whitespace */
main>.section:has(.benefits) .benefits:before{top:49px}
main>.section:has(.benefits) .benefit-card{min-height:185px}
main>.section:has(.benefits){padding-top:62px;padding-bottom:48px}
main>.section:has(.benefits) .section-head{margin-bottom:28px}
@media(max-width:700px){main>.section:has(.benefits){padding-top:44px;padding-bottom:36px}main>.section:has(.benefits) .benefits{padding-top:4px}main>.section:has(.benefits) .benefits:before{top:35px}main>.section:has(.benefits) .benefit-card{min-height:165px}}
