@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');:root{--green:#14291f;--green2:#213b2d;--gold:#cbb184;--cream:#f8f6f0;--ink:#24372d;--muted:#6c766d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}img{display:block;width:100%;object-fit:cover}.preview{text-align:center;background:#d9c398;color:#24352b;font-size:10px;font-weight:700;letter-spacing:.13em;padding:7px}.announcement{background:#193126;color:#eee5d6;text-align:center;font-size:11px;letter-spacing:.08em;padding:10px}.announcement span{padding:0 18px;color:var(--gold)}.header{height:83px;background:#fbfaf6;display:flex;align-items:center;justify-content:space-between;padding:0 max(5%,calc((100% - 1340px)/2));position:relative;z-index:5;border-bottom:1px solid #e7e4db}.logo{display:flex;gap:12px;align-items:center;font-size:17px;letter-spacing:.13em;line-height:1.1}.logo b{font-weight:400}.logo small{display:block;font-size:8px;letter-spacing:.3em;margin-top:7px;color:#947b55}.mark{color:#a89061;font-size:33px}.header nav{display:flex;gap:34px}.header nav a{font-size:12px}.header nav a:hover,.textLink:hover{text-decoration:underline}.actions{display:flex;gap:15px;align-items:center}.actions button,.searchbar button,.drawerTop button{border:0;background:none;color:var(--green);font-size:23px}.actions #menuToggle{display:none}.actions #cartToggle{font-size:23px}.actions #cartCount{font-size:11px;vertical-align:top}.searchbar{padding:20px 6%;background:#fff;position:relative;z-index:5;display:flex;align-items:center;gap:14px}.searchbar[hidden]{display:none}.searchbar label{font-size:12px}.searchbar input{flex:1;min-width:0;border:0;border-bottom:1px solid #bbb;padding:10px;outline:0}.hero{height:min(680px,70vw);min-height:510px;position:relative;background:var(--green);overflow:hidden;color:white}.heroImage{position:absolute;inset:0;background:url('assets/hero.jpg') center 48%/cover}.heroShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,25,18,.94),rgba(10,25,18,.63) 43%,rgba(10,25,18,.06) 100%)}.heroText{position:relative;z-index:1;max-width:620px;padding:clamp(85px,11vw,155px) 0 0 max(6%,calc((100% - 1300px)/2))}.eyebrow{font-size:10px;letter-spacing:.26em;color:#927b55;font-weight:700}.eyebrow.light{color:#dbc39a}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:400;letter-spacing:-.035em}h1{font-size:clamp(49px,6.1vw,88px);line-height:1.09;margin:24px 0}h1 em,h2 em{font-weight:400}.heroText p{max-width:410px;font-size:14px;line-height:1.9;color:#eee8dd;margin-bottom:31px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:34px;padding:17px 24px;font-size:11px;letter-spacing:.07em;font-weight:700;transition:transform .2s,background .2s}.btn:hover{transform:translateY(-2px)}.gold{background:var(--gold);color:#14291f}.outline{border:1px solid #748176;color:var(--green);background:transparent}.ghost{border:1px solid #d8c8a7;color:#f7eddb}.heroIndex{position:absolute;bottom:35px;right:6%;font-size:10px;letter-spacing:.18em;color:#f0e6d5}.benefits{display:flex;justify-content:space-around;gap:20px;background:#eae7dd;padding:21px 5%;font-size:11px;letter-spacing:.05em}.section{max-width:1400px;margin:auto;padding:95px 6%}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:36px}.sectionHead h2,.gifting h2,.story h2{font-size:clamp(36px,4vw,57px);margin:12px 0}.sectionHead p{max-width:250px;color:var(--muted);font-size:12px;line-height:1.9}.categoryGrid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-template-rows:250px 230px;gap:15px}.category{position:relative;overflow:hidden;color:#fff;background:#253b2d}.category.large{grid-row:span 2}.category.wide{grid-column:span 2}.category img{height:100%;transition:transform .45s}.category:hover img{transform:scale(1.04)}.category:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,23,16,.83),transparent 72%)}.category span{position:absolute;bottom:22px;left:24px;z-index:1;display:flex;flex-direction:column;gap:7px}.category small{font-size:9px;letter-spacing:.17em;color:#e6cfa6}.category strong{font-family:'Playfair Display',Georgia,serif;font-size:29px;font-weight:400}.category i{font-style:normal;font-size:11px}.productsSection{padding-top:30px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:27px}.filter{border:1px solid #d4d6cb;border-radius:0;padding:11px 17px;background:transparent;color:var(--ink);font-size:11px}.filter.active,.filter:hover{background:var(--green);color:white;border-color:var(--green)}.productGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product{min-width:0}.productPhoto{position:relative;background:#ebe7dd;aspect-ratio:1/1.14;overflow:hidden}.productPhoto img{height:100%;transition:transform .3s}.product:hover .productPhoto img{transform:scale(1.04)}.productTag{position:absolute;left:13px;top:13px;background:#fbf7ec;padding:7px 9px;font-size:9px;letter-spacing:.06em}.productInfo{padding:17px 2px}.productInfo h3{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:400;margin:0 0 7px}.productInfo p{font-size:11px;color:var(--muted);margin:0 0 14px}.productInfo button{border:0;background:var(--green);color:white;width:100%;padding:13px 8px;font-size:11px;letter-spacing:.05em}.productInfo button:hover{background:#31533e}.center{text-align:center;margin-top:43px}.editorial{display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:#fff;min-height:520px}.editorialPhoto img{height:100%;max-height:640px}.editorialText{padding:clamp(45px,7vw,105px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.editorialText h2{font-size:clamp(37px,4.5vw,65px);line-height:1.2;margin:19px 0}.editorialText p{font-size:13px;line-height:2;color:#e0e3d8;max-width:400px;margin-bottom:30px}.gifting{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8%;min-height:520px}.gifting img{height:410px}.giftText p,.story p{max-width:420px;font-size:13px;line-height:2;color:var(--muted)}.textLink{display:inline-block;margin-top:20px;font-size:12px;font-weight:700;border-bottom:1px solid var(--gold);padding-bottom:9px}.story{text-align:center;background:#eae8df;padding:90px 20px}.story p{margin:0 auto}.newsletter{text-align:center;background:#243e30;color:white;padding:85px 20px}.newsletter h2{font-size:clamp(32px,4vw,53px);margin:18px 0}.newsletter p{font-size:13px;color:#e2e7dc;margin-bottom:26px}.contactBtns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}footer{background:#14291f;color:#eee9db;display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px;padding:65px 7% 25px}footer .footerBrand{display:flex;flex-direction:column;align-items:flex-start;gap:7px}footer .footerBrand strong{font-size:16px;letter-spacing:.14em}footer .footerBrand small{font-size:9px;letter-spacing:.23em;color:var(--gold)}footer p{font-size:11px;color:#c2cbbf}footer>div:not(.footerBrand):not(.footerBottom){display:flex;flex-direction:column;gap:14px;font-size:11px}footer>div>strong{font-size:13px;margin-bottom:7px}footer a{color:#c2cbbf}footer a:hover{color:white}.footerBottom{grid-column:1/-1;border-top:1px solid #425448;padding-top:22px;font-size:10px;color:#b7c2b6}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:20}.overlay[hidden]{display:none}.drawer{position:fixed;z-index:21;right:0;top:0;bottom:0;width:min(420px,100%);background:#faf9f4;transform:translateX(105%);transition:transform .25s;display:flex;flex-direction:column;padding:25px;box-shadow:-10px 0 40px #0002}.drawer.open{transform:translateX(0)}.drawerTop{display:flex;align-items:center;justify-content:space-between}.drawerTop h2{font-size:28px}.drawerNote,.drawerBottom p,.empty{font-size:12px;line-height:1.7;color:var(--muted)}.cartItems{overflow:auto;flex:1}.cartLine{display:flex;gap:12px;border-bottom:1px solid #e4e3dc;padding:15px 0}.cartLine img{width:68px;height:76px}.cartLine strong{font-size:13px}.cartLine p{font-size:11px;color:var(--muted)}.cartLine button{border:0;background:none;text-decoration:underline;font-size:11px;padding:0}.drawerBottom{border-top:1px solid #ddd;padding-top:15px}.full{width:100%}.toast{position:fixed;z-index:30;bottom:22px;left:50%;transform:translate(-50%,90px);background:var(--green);color:white;padding:15px 22px;font-size:12px;opacity:0;transition:.25s;pointer-events:none}.toast.show{transform:translate(-50%,0);opacity:1}@media(max-width:900px){.header{padding:0 4%}.header nav{gap:14px}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.categoryGrid{grid-template-columns:1fr 1fr;grid-template-rows:280px 220px 220px}.category.large{grid-row:span 2}.category.wide{grid-column:span 2}.section{padding:65px 5%}.editorialText{padding:45px}}@media(max-width:620px){.header{height:68px;padding:0 5%}.logo{font-size:13px;gap:6px}.logo small{font-size:7px}.mark{font-size:26px}.header nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fbfaf6;padding:24px;flex-direction:column;box-shadow:0 12px 20px #0001}.header nav.open{display:flex}.actions{gap:8px}.actions #menuToggle{display:block}.hero{height:630px;min-height:0}.heroImage{background-position:61% center}.heroShade{background:linear-gradient(90deg,rgba(10,25,18,.88),rgba(10,25,18,.44))}.heroText{padding:120px 7% 0}.heroText h1{font-size:52px}.heroText p{font-size:13px;max-width:320px}.benefits{gap:10px;padding:16px 8px;font-size:9px;text-align:center}.sectionHead{align-items:flex-start;flex-direction:column;gap:0}.sectionHead p{max-width:100%}.categoryGrid{grid-template-columns:1fr 1fr;grid-template-rows:280px 210px 210px;gap:9px}.category.large{grid-column:span 2;grid-row:span 1}.category.wide{grid-column:span 2}.category span{left:14px;bottom:15px}.category strong{font-size:23px}.category small{font-size:8px}.category i{font-size:10px}.filters{gap:7px}.filter{padding:10px;font-size:10px}.productGrid{gap:12px}.productInfo h3{font-size:17px}.productInfo button{font-size:10px}.editorial{grid-template-columns:1fr}.editorialPhoto img{height:300px}.editorialText{padding:50px 7%}.gifting{grid-template-columns:1fr;gap:28px}.gifting img{height:300px;grid-row:1}.story,.newsletter{padding:65px 6%}footer{grid-template-columns:1fr 1fr;padding:45px 6% 20px;gap:30px}.footerBrand{grid-column:1/-1}.footerBottom{grid-column:1/-1}.searchbar{flex-wrap:wrap}.searchbar input{flex-basis:65%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Mobile-only hero refinement: desktop typography and layout remain unchanged. */
@media (max-width:620px) {
  .hero { height:auto; min-height:510px; }
  .heroImage { background-position:61% center; }
  .heroText { padding:72px 6% 85px; max-width:100%; }
  .heroText .eyebrow { font-size:9px; letter-spacing:.17em; }
  .heroText h1 { font-size:clamp(30px,8.4vw,38px); line-height:1.13; margin:19px 0 16px; max-width:340px; overflow-wrap:normal; }
  .heroText p { font-size:12px; line-height:1.65; max-width:290px; margin:0 0 23px; }
  .heroText .btn { font-size:10px; padding:14px 16px; gap:14px; max-width:100%; }
  .heroIndex { font-size:8px; right:6%; bottom:19px; }
}
@media (max-width:360px) {
  .heroText { padding-top:58px; padding-bottom:72px; }
  .heroText h1 { font-size:30px; }
  .heroText p { font-size:11px; max-width:250px; }
}

/* Original brand artwork in header; desktop and mobile sizes */
.header .logo{display:flex;align-items:center;flex-shrink:0;line-height:1;gap:0}
.header .brand-logo{display:block;width:100px;height:70px;object-fit:contain;object-position:left center}
@media(max-width:600px){.header .brand-logo{width:78px;height:62px}}

/* Updated original Aroma Natural horizontal logo: desktop and mobile */
.header .brand-logo{width:clamp(175px,19vw,260px);height:auto;max-height:64px;object-fit:contain;object-position:left center}
@media(max-width:620px){.header .brand-logo{width:clamp(142px,43vw,185px);height:auto;max-height:48px}.header{gap:10px}.actions{flex-shrink:0}}
/* Hero image supplied by Aroma Natural; responsive crop preserves the products. */
.heroImage{background-image:url('assets/hero.jpg');background-position:center center}
@media(max-width:620px){.heroImage{background-position:62% center}.heroShade{background:linear-gradient(90deg,rgba(10,25,18,.84) 0%,rgba(10,25,18,.55) 48%,rgba(10,25,18,.08) 100%)}.heroText{padding-top:72px}.heroText h1{font-size:clamp(30px,8.4vw,38px)}}

/* Requested refinements: footer uses the main logo; hero eyebrow sits slightly higher. */
footer .footer-logo{display:block;width:clamp(175px,19vw,260px);height:auto;max-height:64px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);margin-bottom:4px}
.heroText>.eyebrow:first-child{display:inline-block;transform:translateY(-8px)}
@media(max-width:620px){footer .footer-logo{width:clamp(142px,43vw,185px);max-height:48px}.heroText>.eyebrow:first-child{transform:translateY(-6px)}}

/* Footer refinement: supplied logo aligned with footer headings; Instagram only. */
footer{align-items:start}
footer .footerBrand{padding-top:0}
footer .footer-logo{width:clamp(150px,16vw,215px);height:auto;max-height:none;object-fit:contain;object-position:left top;filter:none;margin:0 0 12px 0}
.instagram-icon{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;margin-top:8px;color:#eee9db}
.instagram-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
.instagram-icon svg circle:last-child{fill:currentColor;stroke:none}
@media(max-width:620px){footer .footer-logo{width:175px;max-height:none}.instagram-icon{margin-top:5px}}

/* Hero spacing refinement: move eyebrow + heading upward and reduce empty top space. */
.heroText{padding-top:clamp(55px,7vw,95px)}
@media(max-width:620px){.heroText{padding-top:42px}.heroText h1{margin-top:14px}}
@media(max-width:360px){.heroText{padding-top:34px}}

/* Final requested fit refinements */
.gifting img{height:410px;object-fit:cover;object-position:center 42%}
.heroText{padding-top:clamp(42px,5.4vw,72px)}
.heroText h1{font-size:clamp(46px,5.55vw,80px);margin:18px 0}
.heroText p{margin-bottom:22px;line-height:1.75}
@media(max-width:620px){
  .hero{height:600px}
  .heroText{padding:30px 7% 62px}
  .heroText h1{font-size:clamp(28px,7.8vw,35px);margin:12px 0 12px}
  .heroText p{font-size:11px;line-height:1.55;margin-bottom:17px;max-width:270px}
  .heroText .btn{padding:12px 15px}
  .gifting img{height:300px;object-position:center 40%}
}

/* Three-step service section */
.header .actions:has(#menuToggle:only-child){margin-left:0}
.howSection{padding-top:35px;padding-bottom:90px;scroll-margin-top:30px}
.howSection .sectionHead p{max-width:340px}
.howGrid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.howCard{padding:32px;background:#eeede5;border:1px solid #e0e2d7;border-radius:8px;display:flex;flex-direction:column;position:relative}
.howCard:nth-child(2){background:var(--green);color:var(--cream);border-color:var(--green)}
.howTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}
.stepNumber{font-family:'Playfair Display',Georgia,serif;font-size:49px;line-height:1;color:#8b7755}
.howTop svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;color:#8b7755}
.stepLabel{font-size:9px;font-weight:700;letter-spacing:.15em;line-height:1.6;color:#6a735f}
.howCard h3{font-family:'Playfair Display',Georgia,serif;font-weight:400;font-size:clamp(25px,2.5vw,35px);line-height:1.22;letter-spacing:-.025em;margin:14px 0 17px}
.howCard p{font-size:12px;line-height:1.9;color:#606c60;margin:0 0 28px}
.stepDetail{margin-top:auto;padding-top:18px;border-top:1px solid #d2d6c9;font-size:10px;letter-spacing:.02em}
.howCard:nth-child(2) .stepNumber,.howCard:nth-child(2) svg,.howCard:nth-child(2) .stepLabel{color:#dbc39a}
.howCard:nth-child(2) p{color:#d3ddcf}.howCard:nth-child(2) .stepDetail{border-color:#405246;color:#eee5d6}
.howFooter{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:32px}
.howFooter p{font-size:12px;color:var(--muted)}
a:focus-visible,button:focus-visible{outline:2px solid #a38346;outline-offset:5px}
@media(min-width:621px){.header .actions{display:none}}
@media(max-width:900px){.howCard{padding:24px}.howGrid{gap:12px}.howTop{margin-bottom:28px}.stepLabel{font-size:8px}}
@media(max-width:700px){.howGrid{grid-template-columns:1fr}.howCard{padding:28px}.howCard h3 br{display:none}.howCard h3{font-size:30px}.howTop{margin-bottom:20px}.howCard p{max-width:480px}.stepLabel{font-size:9px}.howFooter{flex-direction:column;align-items:flex-start;gap:10px}.howFooter .btn{gap:15px;max-width:100%;line-height:1.6}.howSection{padding-top:25px;padding-bottom:60px}}

/* Brand story and company details */
.story p{max-width:620px}
footer .companyDetails{margin:4px 0 0;line-height:1.9}

/* Brand promises below the hero */
.brandValues{background:#eeece3;border-bottom:1px solid #dfdfd3;padding:36px 6%}
.valuesGrid{max-width:1232px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.valueItem{display:flex;gap:18px;align-items:center;padding:6px 28px;border-right:1px solid #d3d5c8}
.valueItem:first-child{padding-left:0}.valueItem:last-child{padding-right:0;border-right:0}
.valueIcon{flex:0 0 56px;width:56px;height:56px;display:grid;place-items:center;background:#f8f6f0;border:1px solid #dfd5bd;border-radius:50%;color:#8a7046}
.valueIcon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.valueItem h2{font-family:'DM Sans',Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:0;margin:0 0 7px}
.valueItem p{font-size:11px;line-height:1.7;color:#616e61;margin:0;max-width:225px}
.storyInvite{margin:28px auto 0;padding-top:25px;max-width:620px;border-top:1px solid #cdd1c2}
.story .storyInvite p{font-family:'Playfair Display',Georgia,serif;font-size:21px;line-height:1.5;color:var(--green)}
.storyInvite .textLink{margin-top:15px}
@media(max-width:900px){.valueItem{padding:4px 16px;gap:12px}.valueIcon{flex-basis:44px;width:44px;height:44px}.valueIcon svg{width:25px;height:25px}.valueItem h2{font-size:12px}}
@media(max-width:700px){.brandValues{padding:18px 6%}.valuesGrid{grid-template-columns:1fr}.valueItem,.valueItem:first-child,.valueItem:last-child{padding:20px 0;border-right:0;border-bottom:1px solid #d3d5c8;gap:18px}.valueItem:last-child{border-bottom:0}.valueIcon{flex-basis:50px;width:50px;height:50px}.valueItem h2{font-size:13px}.valueItem p{max-width:none}.story .storyInvite p{font-size:20px}}

/* Soft gold glow for the service cards on mouse hover. */
@media (hover:hover) and (pointer:fine) {
  .howCard {
    isolation:isolate;
    transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
  }
  .howCard::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    border-radius:inherit;
    background:radial-gradient(ellipse at 85% 0%,rgba(203,177,132,.24),transparent 65%);
    opacity:0;
    pointer-events:none;
    transition:opacity .3s ease;
  }
  .howCard:hover {
    transform:translateY(-6px);
    border-color:var(--gold);
    box-shadow:0 14px 30px rgba(20,41,31,.10),0 0 28px rgba(203,177,132,.25),inset 0 0 0 1px rgba(203,177,132,.18);
  }
  .howCard:hover::before {opacity:1}
  .howTop svg {transition:filter .3s ease}
  .howCard:hover .howTop svg {filter:drop-shadow(0 0 7px rgba(203,177,132,.55))}
}
@media (prefers-reduced-motion:reduce) {
  .howCard:hover {transform:none}
}

/* Editorial gift preview: a dedicated crop of the original webshop artwork. */
.giftPreview{display:block;position:relative;isolation:isolate;aspect-ratio:4/5;max-height:540px;width:100%;max-width:440px;justify-self:center;overflow:hidden;border-radius:120px 8px 8px 8px;background:#32271c;box-shadow:0 16px 40px rgba(32,40,26,.12)}
.giftCrop{position:absolute;inset:0;overflow:hidden}
.gifting .giftCrop img{position:absolute;width:188%;max-width:none;height:auto;max-height:none;left:-20%;top:-8%;object-fit:initial;object-position:initial;transition:transform .6s ease}
.giftPreview::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(19,28,20,.85));pointer-events:none}
.giftPreviewCaption{position:absolute;bottom:30px;left:28px;right:28px;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#fff5e4}
.giftPreviewCaption small{display:block;color:#e7cd9e;font-size:9px;letter-spacing:.2em;margin-bottom:10px}
.giftPreviewCaption strong{font-family:'Playfair Display',Georgia,serif;font-size:24px;font-weight:400;line-height:1.3}
.giftPreviewArrow{flex:0 0 42px;height:42px;border:1px solid #ddc393;border-radius:50%;display:grid;place-items:center;font-size:22px;color:#f2dbb1;transition:background .25s ease,color .25s ease}
@media(hover:hover) and (pointer:fine){.giftPreview:hover .giftCrop img{transform:scale(1.025)}.giftPreview:hover .giftPreviewArrow{background:#ddc393;color:#14291f}}
@media(max-width:620px){.gifting .giftPreview{grid-row:1;max-width:380px;border-top-left-radius:90px}.giftPreviewCaption{bottom:24px;left:22px;right:22px}.giftPreviewCaption strong{font-size:22px}}
@media(prefers-reduced-motion:reduce){.giftPreview:hover .giftCrop img{transform:none}}

/* Playful, restrained hover motion for quality and customer care. */
@media (hover:hover) and (pointer:fine) {
  .valueItem:nth-child(-n+2) .valueIcon {
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
  }
  .valueItem:nth-child(-n+2):hover .valueIcon {
    transform:translateY(-3px) scale(1.06);
    border-color:var(--gold);
    box-shadow:0 5px 18px rgba(203,177,132,.3);
  }
  .valueItem:first-child:hover .valueIcon svg {
    animation:quality-sway .75s ease-in-out both;
    transform-origin:center;
  }
  .valueItem:nth-child(2):hover .valueIcon svg {
    animation:care-heartbeat .85s ease-in-out both;
    transform-origin:center;
  }
}
@keyframes quality-sway {
  0%,100%{transform:rotate(0deg)}
  25%{transform:rotate(-12deg)}
  55%{transform:rotate(10deg)}
  80%{transform:rotate(-4deg)}
}
@keyframes care-heartbeat {
  0%,100%{transform:scale(1)}
  22%{transform:scale(1.18)}
  42%{transform:scale(1)}
  62%{transform:scale(1.12)}
  82%{transform:scale(1)}
}
@media (prefers-reduced-motion:reduce) {
  .valueItem:nth-child(-n+2):hover .valueIcon{transform:none}
  .valueItem:nth-child(-n+2):hover .valueIcon svg{animation:none}
}

/* A gentle light pulse for the innovation icon. */
@media (hover:hover) and (pointer:fine) {
  .valueItem:nth-child(3) .valueIcon {
    transition:background .3s ease,border-color .3s ease;
  }
  .valueItem:nth-child(3):hover .valueIcon {
    background:#fff7e5;
    border-color:var(--gold);
    animation:innovation-glow 1.8s ease-in-out infinite;
  }
  .valueItem:nth-child(3):hover .valueIcon svg {
    animation:innovation-light 1.8s ease-in-out infinite;
    transform-origin:center;
  }
}
@keyframes innovation-glow {
  0%,100%{transform:scale(1);box-shadow:0 0 4px rgba(203,177,132,.12)}
  50%{transform:scale(1.08);box-shadow:0 0 22px rgba(203,177,132,.55)}
}
@keyframes innovation-light {
  0%,100%{filter:drop-shadow(0 0 0 transparent)}
  50%{filter:drop-shadow(0 0 5px rgba(190,144,60,.65))}
}
@media (prefers-reduced-motion:reduce) {
  .valueItem:nth-child(3):hover .valueIcon,
  .valueItem:nth-child(3):hover .valueIcon svg{animation:none}
  .valueItem:nth-child(3):hover .valueIcon{box-shadow:0 0 16px rgba(203,177,132,.3)}
}

/* Contact icons aligned with the footer link labels. */
.footerContact a{display:flex;align-items:center;gap:10px;line-height:1.6}
.footerContact a svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:var(--gold);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.footerContact a span{overflow-wrap:anywhere}
.footerContact a:hover svg{stroke:#f2dfbb}

/* Quick-link icons match the customer-service links. */
.footerQuickLinks a{display:flex;align-items:center;gap:10px;line-height:1.6}
.footerQuickLinks a svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:var(--gold);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.footerQuickLinks a span{overflow-wrap:anywhere}
.footerQuickLinks a:hover svg{stroke:#f2dfbb}
