:root{
  --bg:#f7f2ed;
  --surface:#ffffff;
  --surface-2:#f8f3ee;
  --surface-3:#fffaf6;
  --ink:#1e1916;
  --muted:#6f6258;
  --line:#eadfd5;
  --orange:#f06d3a;
  --orange-2:#f6b65c;
  --green:#6b8d2d;
  --green-2:#9fc86a;
  --shadow:0 20px 60px rgba(73,42,22,.12);
  --shadow-soft:0 10px 30px rgba(73,42,22,.08);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
  radial-gradient(circle at top left,rgba(255,255,255,.96),rgba(255,255,255,0) 22%),
  radial-gradient(circle at top right,rgba(255,215,188,.45),rgba(255,215,188,0) 26%),
  linear-gradient(180deg,#fffdfa 0%,#f7f2ed 100%);
  color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
main{display:block;padding-bottom:28px}
.announcement{padding:10px 16px;text-align:center;background:#fff1dd;color:#8b5325;font-size:13px;font-weight:700;letter-spacing:.04em}
.site-header-wrap{padding:16px 18px 0}
.site-header{max-width:1280px;margin:0 auto;background:rgba(30,25,22,.9);backdrop-filter:blur(14px);color:#fff;border-radius:26px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:var(--shadow)}
.brand{display:flex;flex-direction:column;gap:2px;min-width:200px}
.brand-script{font-family:Georgia,serif;font-size:28px;font-style:italic;letter-spacing:.02em}
.brand-script.small{font-size:26px}
.brand-slogan{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.76)}
.main-nav{display:flex;align-items:center;gap:28px;flex:1;justify-content:center}
.main-nav a{position:relative;padding:10px 0;font-size:15px;color:#fff}
.main-nav a:hover,.main-nav a:focus{color:#ffd9b8}
.main-nav a:first-child::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--orange),var(--orange-2))}
.header-actions{display:flex;align-items:center;gap:12px}
.mobile-actions .btn{padding:10px 12px}
.badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#fff;color:#1e1916;border-radius:999px;font-size:11px;font-weight:800;margin-left:6px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;border:1px solid transparent;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;cursor:pointer;box-shadow:none}
.btn:hover{transform:translateY(-2px)}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 10px 30px rgba(240,109,58,.26)}
.btn-light{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:var(--shadow-soft)}
.btn-dark{background:#1f1916;color:#fff}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.38)}
.btn-small{padding:11px 16px;font-size:14px}
.btn-block{width:100%}
.icon-link{font-weight:700}

.hero-shell{padding:20px 18px 0}
.hero{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.02fr 1fr;gap:28px;align-items:center}
.hero-home{background:transparent}
.hero-copy{padding:32px 10px 32px 2px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#c67b25}
.hero-chip{background:#ffd085;padding:10px 16px;border-radius:999px;letter-spacing:.08em;color:#fff;font-size:13px;box-shadow:0 10px 25px rgba(220,141,34,.16)}
.hero-copy h1,.page-hero h1,.section-head h2,.finder h2,.footer-cta h2,.product-detail h1{font-family:Georgia,serif;font-weight:600;line-height:.98;margin:18px 0 14px}
.hero-copy h1{font-size:82px;max-width:660px}
.hero-copy h1 em{font-style:italic;background:linear-gradient(135deg,var(--orange),#ff9340 56%,#eeb35c);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:500}
.hero-copy p{font-size:28px;max-width:620px;color:#3b312b;line-height:1.35;margin:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hero-showcase{position:relative;min-height:570px}
.hero-backdrop{position:absolute;inset:0;border-radius:34px;background-size:cover;background-position:center;box-shadow:var(--shadow)}
.hero-backdrop::after{content:"";position:absolute;inset:0;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(22,13,8,.1))}
.hero-product-card{position:absolute;right:80px;bottom:54px;width:320px;padding:18px;border-radius:38px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);box-shadow:0 22px 70px rgba(48,28,14,.18)}
.hero-product-card img{width:100%;height:420px;object-fit:contain;filter:drop-shadow(0 16px 32px rgba(35,18,8,.24))}
.hero-feature-box{position:absolute;right:24px;top:110px;width:280px;background:rgba(28,22,17,.55);backdrop-filter:blur(12px);color:#fff;padding:24px;border-radius:26px;display:grid;gap:14px;box-shadow:0 18px 44px rgba(42,23,8,.18)}
.hero-feature-box div{font-size:17px;line-height:1.4;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:12px}
.hero-feature-box div:last-child{border-bottom:0;padding-bottom:0}

.section,.footer-cta,.site-footer{max-width:1280px;margin:0 auto}
.section{padding:34px 18px}
.section-soft{background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(255,255,255,.78));border:1px solid rgba(255,255,255,.72);box-shadow:var(--shadow-soft);border-radius:38px;margin-top:22px}
.top-lift{margin-top:-24px;position:relative;z-index:2}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}
.section-head.centered{justify-content:center;text-align:center}
.section-head h2{font-size:58px;margin:8px 0 4px}
.section-head p{margin:0}
.muted{color:var(--muted)}

.presentation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.presentation-card{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:center;background:linear-gradient(180deg,#fffaf6,#fff);border-radius:30px;padding:18px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.presentation-image{border-radius:24px;overflow:hidden;background:#fff2e8;min-height:250px}
.presentation-image img{width:100%;height:100%;object-fit:cover}
.presentation-copy h3{margin:8px 0;font-size:42px;font-family:Georgia,serif}
.presentation-copy p{margin:0;color:#5f524a;font-size:17px}
.tiny-tag{display:inline-flex;padding:7px 12px;border-radius:999px;background:#fff2df;color:#bc6b1c;font-size:12px;font-weight:800}

.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.category-grid-large .category-card{min-height:320px}
.category-card{position:relative;overflow:hidden;padding:30px;border-radius:32px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:280px;box-shadow:var(--shadow)}
.category-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,10,8,.08),rgba(15,10,8,.6));z-index:0}
.category-card>*{position:relative;z-index:1}
.category-card h3{margin:8px 0 10px;font-size:42px;font-family:Georgia,serif}
.category-card p{max-width:460px;color:rgba(255,255,255,.88);font-size:18px;margin:0}
.category-link{margin-top:18px;font-weight:800}
.category-card.men{background:
 linear-gradient(180deg,rgba(16,26,18,.16),rgba(16,26,18,.7)),
 url('../img/brand/hero-citrus.webp') center/cover no-repeat}
.category-card.women{background:
 linear-gradient(180deg,rgba(60,28,25,.14),rgba(60,28,25,.72)),
 url('../img/brand/hero-citrus.webp') right center/cover no-repeat}

.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-card{display:flex;flex-direction:column;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .18s ease, box-shadow .18s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(62,34,15,.14)}
.product-img{aspect-ratio:1/1;background:linear-gradient(180deg,#fbf7f3,#f7efe8);display:grid;place-items:center;padding:22px}
.product-img img{width:100%;height:100%;object-fit:contain}
.product-info{padding:18px 18px 20px;display:grid;gap:10px}
.product-code{font-size:12px;font-weight:800;color:#cf6532;letter-spacing:.08em}
.product-name{font-size:22px;font-family:Georgia,serif;min-height:58px}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:14px}
.product-meta strong{font-size:18px;color:var(--ink)}

.finder,.footer-cta{background:linear-gradient(135deg,#fbf3e8,#fffefc);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow-soft)}
.finder{padding:28px 24px}
.finder h2{font-size:50px;margin:8px 0}
.finder-chips,.big-chips{display:flex;gap:12px;flex-wrap:wrap}
.finder-chips a,.finder-chips span{display:inline-flex;padding:12px 18px;border-radius:999px;background:#fff;color:#4f433c;border:1px solid var(--line);box-shadow:var(--shadow-soft);font-weight:700}
.big-chips a{padding:14px 20px;font-size:15px}

.site-footer-wrap{padding:0 18px 110px}
.footer-cta{padding:32px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:10px}
.footer-cta h2{font-size:54px;margin:8px 0}
.footer-cta p{max-width:580px;margin:0;color:var(--muted);font-size:18px}
.footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.site-footer{padding:30px 0 8px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px;color:#544941}
.site-footer strong{display:block;margin-bottom:10px}
.site-footer p{margin:6px 0;color:#6c6057}
.footer-access-links a{font-weight:800;color:#352c27}

.page-hero{max-width:1280px;margin:22px auto 0;padding:34px 18px 8px}
.page-hero h1{font-size:68px}
.page-hero p{font-size:18px;max-width:720px}
.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto auto;gap:12px;margin-bottom:22px}
.input,.select,.textarea{width:100%;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:#fff;outline:none;font:inherit;color:var(--ink);box-shadow:var(--shadow-soft)}
.input:focus,.select:focus,.textarea:focus{border-color:#f0b188;box-shadow:0 0 0 4px rgba(240,109,58,.1)}
.empty,.card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-soft)}
.empty{padding:34px;text-align:center}
.pill{display:inline-flex;padding:8px 14px;border-radius:999px;background:#fff1dd;color:#b45a21;font-weight:800;margin-top:2px}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:30px;background:rgba(255,255,255,.85);padding:24px;border-radius:34px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.product-detail-image{display:grid;place-items:center;background:linear-gradient(180deg,#fbf7f3,#f5ede6);border-radius:28px;padding:30px;min-height:520px}
.product-detail-image img{max-height:440px;object-fit:contain}
.product-detail h1{font-size:56px;margin:10px 0 12px}
.product-detail h3{font-size:24px;margin:22px 0 12px;font-family:Georgia,serif}
.accord-list{display:grid;gap:10px}
.accord-row{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:center}
.accord-bar{height:13px;background:#f3e9df;border-radius:999px;overflow:hidden}
.accord-bar span{display:block;height:100%;border-radius:999px}
.presentation-list{display:grid;gap:12px}
.presentation-option{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;background:#fff8f2;border:1px solid var(--line)}
.presentation-option label{display:flex;align-items:center;gap:10px}

.quote-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
.card{padding:22px}
.quote-item{display:grid;grid-template-columns:88px 1fr 82px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #f1e5db}
.quote-item:last-child{border-bottom:0}
.quote-item img{width:88px;height:88px;object-fit:contain;background:#faf4ee;border-radius:16px;padding:10px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-group{display:flex;flex-direction:column;gap:8px}
.form-group.full{grid-column:1/-1}
.form-group label{font-size:13px;font-weight:800;color:#5d5047}

.mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:10px;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border:1px solid rgba(234,223,213,.95);border-radius:22px;display:grid;grid-template-columns:repeat(4,1fr);padding:10px;box-shadow:var(--shadow);z-index:50}
.mobile-bottom-nav a{display:grid;place-items:center;gap:4px;font-size:12px;color:#5d5047;font-weight:700}
.mobile-bottom-nav span{font-size:18px}

.desktop-view .mobile-bottom-nav{display:none}

@media (max-width:1180px){
  .site-header{flex-wrap:wrap;justify-content:center}
  .hero{grid-template-columns:1fr;gap:18px}
  .hero-copy{padding-bottom:0}
  .hero-copy h1{font-size:66px}
  .hero-copy p{font-size:22px}
  .hero-showcase{min-height:500px}
  .hero-product-card{right:28px;bottom:28px;width:280px}
  .hero-feature-box{right:16px;top:16px;width:260px}
  .presentation-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-detail,.quote-layout,.site-footer,.footer-cta{grid-template-columns:1fr;display:grid}
  .section-head h2,.finder h2,.footer-cta h2{font-size:46px}
}

@media (max-width:820px){
  .announcement{font-size:12px}
  .site-header-wrap,.hero-shell,.section,.site-footer-wrap,.page-hero{padding-left:14px;padding-right:14px}
  .site-header{padding:14px 16px;border-radius:22px}
  .brand{min-width:auto}
  .brand-script{font-size:24px}
  .hero-copy h1{font-size:50px}
  .hero-copy p{font-size:18px}
  .hero-showcase{min-height:360px}
  .hero-feature-box{display:none}
  .hero-product-card{width:180px;right:14px;bottom:14px;padding:10px;border-radius:24px}
  .hero-product-card img{height:230px}
  .section-head,.footer-cta{display:grid;gap:14px}
  .section-head h2,.finder h2,.footer-cta h2,.page-hero h1,.product-detail h1{font-size:38px}
  .presentation-grid,.category-grid,.product-grid,.filters,.form-grid{grid-template-columns:1fr}
  .presentation-card{grid-template-columns:1fr}
  .presentation-copy h3{font-size:34px}
  .category-card{min-height:230px}
  .category-card h3{font-size:34px}
  .product-name{font-size:20px;min-height:auto}
  .finder{padding:22px 18px}
  .product-detail{padding:18px}
  .product-detail-image{min-height:320px}
  .product-detail-image img{max-height:260px}
  .accord-row{grid-template-columns:1fr}
  .quote-item{grid-template-columns:72px 1fr 72px}
  .quote-item img{width:72px;height:72px}
  .page-hero{padding-top:20px}
  .top-lift{margin-top:0}
}

@media (max-width:520px){
  .hero-copy h1{font-size:42px}
  .hero-chip{font-size:11px;padding:8px 12px}
  .hero-actions .btn,.footer-cta-actions .btn{width:100%}
  .site-footer-wrap{padding-bottom:94px}
}
