/* Homepage-only refinements. No catalog, modal, CMS or lower-section selectors. */
.home-top>header{height:96px;padding-inline:5%;display:grid;grid-template-columns:minmax(205px,1fr) auto minmax(310px,1fr);gap:38px;border-bottom-color:#e8e1d7}
.home-top>header>.brand{font-size:31px;letter-spacing:.3px;justify-self:start}
.home-top>header>.brand small{font-size:8px;letter-spacing:2.3px;margin-top:8px;color:#756a59}
.home-top>header nav{gap:30px;align-items:center}
.home-top>header nav a:not(.button){font-size:13px;padding:10px 0;width:44px;text-align:center;transition:color .2s}
.home-top>header nav a:not(.button)::after{content:'';position:absolute;bottom:3px;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;opacity:0;transition:transform .2s,opacity .2s}
.home-top>header nav a[aria-current]::after,.home-top>header nav a:not(.button):hover::after{transform:scaleX(1);opacity:1}
.home-top>header nav a:hover{color:var(--gold)}
.home-top>header .header-actions{justify-self:end;gap:13px;align-items:center}
.home-top>header .icon-button{width:44px;height:44px;padding:10px;position:relative}
.home-top>header .icon{width:20px;height:20px;flex:none}
.home-top>header [data-count]{position:absolute;top:3px;right:1px;width:15px;height:15px;font-size:9px;font-weight:500;line-height:1}
.home-top>header .messenger{display:inline-flex;padding:10px 17px;min-height:42px;font-size:11px;letter-spacing:.15px;white-space:nowrap;border-radius:1px}
.home-top>header .mobile-messenger{display:none}
.home-top .trust{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));min-height:96px;padding:23px 5%;column-gap:0;border-top:1px solid #e8e1d7;border-bottom:1px solid #e8e1d7;align-items:center}
.home-top .trust>div{grid-template-columns:25px max-content;justify-content:center;column-gap:15px;row-gap:4px;align-items:center}
.home-top .trust .icon{width:24px;height:24px;stroke-width:1.4;margin:0;align-self:center;grid-column:1;grid-row:1 / 3}
.home-top .trust b{font-size:14px;font-weight:600;line-height:1.45;grid-column:2;grid-row:1}
.home-top .trust span{font-size:12px;line-height:1.5;color:#7d7569;grid-column:2;grid-row:2}
@media(max-width:1100px) and (min-width:701px){
 .home-top>header{height:88px;grid-template-columns:1fr auto;gap:20px}
 .home-top>header>.brand{font-size:29px}
 .home-top>header .menu-button{display:inline-flex}
 .home-top>header nav{display:none;position:absolute;top:88px;left:0;right:0;padding:20px 5%;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 8px 12px #00000008}
 .home-top>header nav.open{display:flex;justify-content:center;gap:38px}
 .home-top .trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 0;padding:22px 5%}
}
@media(max-width:700px){
 .home-top>header{height:78px;padding:0 6%;grid-template-columns:minmax(0,1fr) auto;gap:12px}
 .home-top>header>.brand{font-size:26px;letter-spacing:0}
 .home-top>header>.brand small{font-size:7px;letter-spacing:1.7px;margin-top:7px}
 .home-top>header .header-actions{gap:1px}
 .home-top>header .icon-button{width:38px;min-width:38px;height:44px;padding:9px}
 .home-top>header .icon{width:19px;height:19px}
 .home-top>header .messenger{display:none}
 .home-top>header .menu-button{display:inline-flex}
 .home-top>header [data-count]{top:4px;right:0;width:14px;height:14px;font-size:8px}
 .home-top>header nav{display:none;top:78px;padding:18px 6% 22px;gap:10px 20px;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);box-shadow:0 8px 12px #00000008}
 .home-top>header nav.open{display:grid}
 .home-top>header nav a:not(.button){justify-self:center;font-size:13px}
 .home-top>header nav.open .mobile-messenger{display:inline-flex;grid-column:1/-1;justify-self:center;color:white;min-height:44px;margin-top:5px;padding:10px 25px;font-size:12px}
 .home-top .trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 0;padding:25px 6%;min-height:0}
 .home-top .trust>div{grid-template-columns:21px minmax(0,max-content);grid-template-rows:max-content 1fr;align-self:stretch;padding-inline:4px;column-gap:9px;row-gap:4px}
 .home-top .trust .icon{width:22px;height:22px}
 .home-top .trust b{font-size:13px;line-height:1.4}
 .home-top .trust span{font-size:12px;line-height:1.5;align-self:start}
}
@media(prefers-reduced-motion:reduce){.home-top>header nav a::after,.home-top .hero-copy .button span{transition:none}}



/* One photographic hero, with content layered above a localized gradient. */
.home-top .hero{position:relative;isolation:isolate;display:flex;align-items:center;width:100%;max-width:none;margin:0;padding:0;min-height:580px;height:clamp(580px,calc(25vw + 320px),760px);background:#352b22;overflow:hidden}
.home-top .hero-photo{position:absolute;inset:0;z-index:-2;width:100%;height:100%;margin:0;padding:0;background:none}
.home-top .hero-photo img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;}
.home-top .hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(35,27,19,.78) 0%,rgba(35,27,19,.58) 25%,rgba(35,27,19,.18) 43%,transparent 62%);pointer-events:none}
.home-top .hero-photo .image-caption{display:none}
.home-top .hero-copy{position:relative;align-self:center;margin:0;padding:36px 0; margin-left:clamp(40px,7vw,135px);width:32%;max-width:600px;color:#fff9ed;background:none;min-width:0}
.home-top .hero-copy .eyebrow{color:#f4e4c9;font-size:10px;line-height:1.6;letter-spacing:2px;margin-bottom:19px}
.home-top .hero h1{color:#fff9ed;font-size:clamp(50px,4.55vw,66px);font-weight:500;line-height:1.02;letter-spacing:-1.2px;margin:0 0 21px}
.home-top .hero h1 span,.home-top .hero h1 em{display:block;white-space:nowrap}
.home-top .hero-copy>p:not(.eyebrow){max-width:365px;font-size:15px;line-height:1.75;color:#fff4e6;margin:0 0 23px}
.home-top .hero-copy .button{margin:0;min-height:47px;width:204px;padding:13px 22px;gap:20px;justify-content:space-between;font-size:11px;letter-spacing:.9px;border-radius:1px}
.home-top .hero-note{font-size:17px;color:#f2dfc1;margin-top:22px;line-height:1.4}
@media(max-width:1100px){
.home-top .hero-copy{margin-left:5%;width:38%}
.home-top .hero h1{font-size:48px}
.home-top .hero-photo img{object-position:44% center}
}
@media(max-width:700px){
.home-top .hero{height:620px;min-height:620px;align-items:flex-start}
.home-top .hero-photo img{object-position:53% center}
.home-top .hero-copy{align-self:flex-start;margin-left:6%;width:52%;padding:40px 0 32px;max-width:280px}
.home-top .hero h1{font-size:clamp(30px,7.8vw,34px);letter-spacing:-.6px}
.home-top .hero-copy .eyebrow{font-size:9px;letter-spacing:1.4px;max-width:240px}
.home-top .hero-copy>p:not(.eyebrow){font-size:14px;max-width:190px}
.home-top .hero-note{font-size:16px;max-width:220px}
.home-top .hero::before{background:linear-gradient(90deg,rgba(35,27,19,.83),rgba(35,27,19,.58) 46%,rgba(35,27,19,.08) 85%)}
}






/* Homepage category feature; uses the shared CMS category records. */
.home-top .section:has(>#categories){width:calc(100% - 10%);max-width:1280px;padding:52px 0;margin-inline:auto}
.home-top .section:has(>#categories) .section-heading{align-items:end;margin-bottom:26px}
.home-top .section:has(>#categories[data-category-count="1"]){max-width:920px}
.home-top #categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.home-top #categories[data-category-count="1"]{grid-template-columns:1fr}
.home-top #categories[data-category-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-top #categories .category-card{display:flex;flex-direction:column;gap:0;min-width:0}
.home-top #categories .category-card img{width:100%;height:260px;object-fit:cover}
.home-top #categories .category-card>div{padding:32px;width:100%}
.home-top #categories .category-card h3{font-size:38px;margin-bottom:14px}
.home-top #categories .category-card p{font-size:14px;margin-bottom:14px}
.home-top #categories .category-card .category-count{font-size:12px;color:var(--muted);margin-bottom:20px}
.home-top #categories .text-link{display:inline-flex;align-items:center;min-height:48px;font-size:14px}
.home-top #categories[data-category-count="1"] .category-card{display:grid;grid-template-columns:58fr 42fr;min-height:0}
.home-top #categories[data-category-count="1"] .category-card img{height:auto;width:100%;object-fit:contain}
.home-top #categories[data-category-count="1"] .category-card>div{padding:38px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;align-self:stretch}
.home-top #categories[data-category-count="1"] .category-card h3{font-size:32px}
@media(min-width:701px) and (max-width:1000px){
.home-top #categories[data-category-count="1"] .category-card>div{padding:28px}
}
@media(max-width:700px){
.home-top .section:has(>#categories){width:88%;padding:36px 0}
.home-top #categories,.home-top #categories[data-category-count="2"]{grid-template-columns:1fr}
.home-top #categories[data-category-count="1"] .category-card{display:flex;flex-direction:column}
.home-top #categories .category-card img{height:270px}
.home-top #categories .category-card>div,.home-top #categories[data-category-count="1"] .category-card>div{padding:28px}
.home-top #categories .category-card h3,.home-top #categories[data-category-count="1"] .category-card h3{font-size:32px}
}


/* Featured products only: consistent frames and aligned information rows. */
.home-top .section:has(>#featured){max-width:1480px;padding-bottom:65px}
.home-top .section:has(>#featured) .section-heading{align-items:end;margin-bottom:32px}
.home-top .section:has(>#featured) .section-heading>.text-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px}
.home-top #featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 24px}
.home-top #featured .product-card{display:grid;grid-template-rows:subgrid;grid-row:span 3;row-gap:0;min-width:0}
.home-top #featured .product-open{display:grid;grid-template-rows:auto minmax(32px,auto) minmax(52px,auto);align-content:start}
.home-top #featured .product-media{position:relative;aspect-ratio:4/5;width:100%;height:auto;min-height:0;align-self:start;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;margin:0 0 16px;background:#f2eee7}
.home-top #featured .product-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--featured-image-position,center);padding:0;transform:none}
.home-top #featured .family{font-size:12px;line-height:1.4;min-height:32px;margin:0;color:var(--muted)}
.home-top #featured h3{font-size:22px;font-weight:500;line-height:1.2;min-height:52px;margin:0}
.home-top #featured .product-meta{font-size:13px;line-height:1.5;margin:8px 0 16px;gap:10px;align-items:start}
.home-top #featured .product-meta b{font-size:14px;font-weight:500;white-space:nowrap}
.home-top #featured .product-card>.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;min-height:46px;font-size:13px;border-color:#bda47e;padding:10px 14px;margin:0;background:transparent;color:var(--ink)}
.home-top #featured .product-card>.button:hover{background:#e4d3b4;color:var(--ink)}
@media(max-width:1100px){.home-top #featured{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
.home-top #featured{gap:28px 14px}
.home-top #featured h3{font-size:20px}
.home-top #featured .family{font-size:11px}
.home-top .section:has(>#featured) .section-heading>.text-link{font-size:12px}
.home-top #featured .product-meta{font-size:12px}
.home-top #featured .product-meta b{font-size:13px}
}
@media(max-width:350px){.home-top #featured{grid-template-columns:1fr}}

.home-top #featured .featured-cart-icon{width:17px;height:17px;flex:none;stroke:currentColor}
.home-top .story>img{content:url('/assets/grefiel-story-products.png');aspect-ratio:1/1;height:auto;max-width:520px;justify-self:center;object-fit:cover}
.home-top .story{grid-template-columns:47fr 53fr}.home-top .story>div{align-self:center}
@media(max-width:700px){.home-top .story{grid-template-columns:1fr}.home-top .story>img{width:100%;max-width:none;height:auto;aspect-ratio:1/1}}
.home-top .story{padding-bottom:52px}.home-top .benefits{padding-top:16px}.home-top .benefits p{font-size:13px}
@media(max-width:700px){.home-top .story{padding-bottom:30px}.home-top .benefits{padding-top:0}}
.home-top .faq{max-width:1180px;padding-top:76px;padding-bottom:76px;grid-template-columns:minmax(280px,32%) minmax(0,1fr);gap:8%}.home-top .faq>div:first-child .eyebrow{font-size:12px;letter-spacing:.2em}.home-top .faq>div:first-child h2{font-size:46px}.home-top .faq>div:first-child>p:not(.eyebrow){font-size:15px;line-height:1.65}.home-top .faq-messenger{display:inline-flex;align-items:center;margin-top:10px;font-size:13px}.home-top .faq summary{font-size:15px;padding:20px 0;align-items:center}.home-top .faq summary:after{content:none}.home-top .faq-toggle{width:16px;height:16px;flex:none;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.home-top .faq details p{font-size:14px;line-height:1.7;margin:0 0 20px}.home-top .faq details{padding:0}
@media(max-width:1100px){.home-top .faq{gap:5%;grid-template-columns:30% minmax(0,1fr)}}
@media(max-width:700px){.home-top .faq{display:grid;grid-template-columns:1fr;gap:28px;padding-top:55px;padding-bottom:55px}.home-top .faq>div:first-child h2{font-size:40px}.home-top .faq summary{padding:19px 0}}
.home-top .contact{padding:78px 20px}.home-top .contact .eyebrow{font-size:11px;letter-spacing:.22em;margin-bottom:20px}.home-top .contact h2{font-size:44px;line-height:1.1;margin-bottom:24px}.home-top .contact .button{min-height:46px;padding:13px 27px;gap:7px}
.home-top>footer{padding:54px 5% 28px}.home-top>footer .footer-grid,.home-top>footer .copyright{max-width:1200px;margin-left:auto;margin-right:auto}.home-top>footer .footer-grid{grid-template-columns:1.7fr 1fr 1.35fr 1fr;gap:34px}.home-top>footer h3{font-size:12px;font-weight:600;letter-spacing:.08em;margin-bottom:14px}.home-top>footer a:not(.brand),.home-top>footer p{font-size:14px;line-height:1.8}.home-top>footer .brand{font-size:32px}.home-top>footer .brand small{font-size:9px}.home-top>footer .copyright{font-size:12px;padding-top:25px;margin-top:38px}
@media(max-width:700px){.home-top .contact{padding:64px 20px}.home-top .contact h2{font-size:38px}.home-top>footer{padding:44px 6% 24px}.home-top>footer .footer-grid{grid-template-columns:1fr!important;gap:30px!important}.home-top>footer .footer-grid>div:first-child{grid-column:auto}.home-top>footer .brand{font-size:28px}}
.home-top .reviews{max-width:1400px;padding-top:80px;padding-bottom:80px}.home-top .reviews h2{margin-bottom:8px}.reviews-intro{font-size:14px;margin-bottom:28px}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.review-card{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 4px 24px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.review-stars{display:flex;gap:3px;margin-bottom:18px}.review-star{width:15px;height:15px;fill:none;stroke:#bba27a;stroke-width:1.5;stroke-linejoin:round}.review-star.active{fill:#b58a4b;stroke:#b58a4b}.review-text{font-size:15px;line-height:1.7;margin-bottom:20px}.review-card strong{font-size:14px}.review-meta,.review-verified{font-size:12px;color:var(--muted);margin-top:4px}.review-verified{color:var(--gold)}
@media(max-width:1100px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.home-top .reviews{padding-top:55px;padding-bottom:55px}.reviews-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:8px}.review-card{flex:0 0 88%;scroll-snap-align:start}.review-text{font-size:14px}}
.cta-link{transition:color .2s ease}.cta-arrow{width:15px;height:15px;flex:none;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.cta-link:hover .cta-arrow{transform:translateX(2px)}.button .cta-arrow{width:16px;height:16px}
.quick-accordion{border-bottom:1px solid var(--line);padding:14px 0}.quick-accordion summary{font-size:14px;padding:4px 0}.quick-accordion .details-list{margin-top:14px}.quick-description{font-size:14px;line-height:1.7;margin:14px 0 4px}.quick-price{display:flex;justify-content:space-between;font-size:13px}.quick-price b{font-size:15px}.quick-intro{font-size:14px;line-height:1.65}.quantity-stepper{display:flex;align-items:center}.quantity-stepper button,.quantity-stepper output{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);background:transparent}.quantity-stepper output{border-left:0;border-right:0}.step-icon{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round}.quick-actions .button{gap:8px}.quick-actions .featured-cart-icon{width:17px;height:17px}
