
:root {
  --green-950: #001f1c;
  --green-900: #003b34;
  --green-800: #004a40;
  --green-700: #075d50;
  --gold-600: #d99a00;
  --gold-500: #e2ab22;
  --gold-100: #fbf1d4;
  --cream: #f8f4ec;
  --sand: #efe6d6;
  --ink: #092d28;
  --muted: #63746f;
  --line: #ddd6c8;
  --white: #fff;
  --shadow: 0 18px 50px rgba(0, 38, 33, .12);
  --radius: 18px;
  --radius-sm: 10px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: #fffaf3;
  line-height: 1.65;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.container-wide { width: min(1380px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold-600); color: #111; padding: .7rem 1rem; z-index: 1000; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #00142A;
  color: #fff;
  box-shadow: 0 6px 28px rgba(0,0,0,.18);
}
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.brand-mark { width: 48px; height: 48px; display: block; flex-shrink: 0; }
.brand-text { color: #fff; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1; }
.brand-text small { display: block; color: rgba(255,255,255,.86); font-family: var(--sans); font-size: .62rem; letter-spacing: .16em; margin-top: .25rem; }
.nav-menu { display: flex; align-items: center; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.nav-link { display: inline-flex; align-items: center; gap: .35rem; padding: .75rem .9rem; color: #fff; font-weight: 750; font-size: .88rem; letter-spacing: .03em; text-transform: uppercase; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link.active { color: var(--gold-500); border-bottom-color: var(--gold-600); }
.nav-cta { margin-left: .35rem; background: var(--sand); color: var(--ink); border-radius: 4px; padding: .75rem 1.15rem; gap: .45rem; box-shadow: 0 3px 10px rgba(0,0,0,.18); border-bottom: 0 !important; }
.nav-cta:hover { background: var(--gold-100); color: var(--ink); border-bottom-color: transparent !important; filter: none; }
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px;
  background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .45rem; list-style: none; margin: 0; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .18s ease;
}
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.dropdown-menu a { display: block; padding: .65rem .8rem; border-radius: 8px; font-weight: 700; }
.dropdown-menu a:hover { background: var(--cream); color: var(--green-900); }
.mobile-toggle { display: none; background: transparent; border: 0; color: #fff; font-size: 1.8rem; cursor: pointer; }
.hero {
  position: relative; min-height: 430px; display: grid; align-items: center; color: #fff; overflow: hidden;
  background-image: linear-gradient(100deg, rgba(0,20,42,.97) 0%, rgba(0,20,42,.82) 38%, rgba(0,20,42,.3) 58%, rgba(0,20,42,0) 75%), var(--hero);
  background-size: cover; background-position: center;
}
.hero.hero-home { min-height: 580px; background-position: center right; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--gold-600), transparent 60%); opacity: 1; }
.hero-content { position: relative; z-index: 1; max-width: 580px; padding: 5rem 0; }
.eyebrow { color: var(--gold-500); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .82rem; margin: 0 0 .7rem; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.05; color: var(--ink); }
.hero h1 { color: #fff; font-size: clamp(2.5rem, 4.2vw, 3.6rem); font-weight: 700; line-height: 1.1; margin: 0 0 .5rem; }
.hero h1::after { content: ''; display: block; width: 64px; height: 3px; background: var(--gold-600); margin-top: 1rem; margin-bottom: .2rem; }
.hero p { font-size: clamp(1rem, 1.8vw, 1.18rem); color: rgba(255,255,255,.88); max-width: 520px; margin: 1rem 0 0; }
.section { padding: 20px 0; }
.section-alt { background: var(--cream); }
.section-title { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 1rem; }
.section-title::after, .mini-title::after { content: ''; display: block; width: 58px; height: 3px; background: var(--gold-600); margin-top: .7rem; }
.lead { font-size: 1.12rem; color: #334a46; max-width: 850px; }
.actions { display: flex; gap: .85rem; align-items: center; flex-wrap: wrap; margin-top: 1.7rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .85rem 1.25rem; border-radius: 5px; border: 2px solid transparent; background: var(--green-900); color: #fff; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; font-size: .85rem; cursor: pointer; }
.btn:hover { background: var(--green-700); }
.btn-gold { background: linear-gradient(180deg, var(--gold-500), var(--gold-600)); color: var(--ink); }
.btn-gold:hover { filter: brightness(1.05); background: linear-gradient(180deg, var(--gold-500), var(--gold-600)); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 10px 35px rgba(0, 38, 33, .06); overflow: hidden; }
.card-body { padding: 1.2rem 1.25rem 1.4rem; }
.card h3 { font-size: 1.43rem; margin: 0 0 .45rem; }
.card p { margin: 0; color: #334a46; }
.img-card img { height: 210px; width: 100%; object-fit: cover; }
.category-card { transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card .arrow { color: var(--gold-600); font-weight: 900; margin-top: 1rem; display: inline-block; text-transform: uppercase; letter-spacing: .05em; font-size: .83rem; }
.feature-band { background: linear-gradient(135deg, var(--green-950), var(--green-900)); color: #fff; padding: 34px 0; }
.feature-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.feature-item { display: flex; align-items: center; gap: 1rem; padding: .8rem 1.4rem; border-right: 1px solid rgba(255,255,255,.18); }
.feature-item:last-child { border-right: 0; }
.icon-circle { flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(217,154,0,.12); color: var(--gold-500); font-size: 1.55rem; border: 1px solid rgba(217,154,0,.35); }
.feature-item strong { display: block; color: #fff; font-family: var(--serif); font-size: 1.3rem; line-height: 1.05; }
.feature-item span { color: rgba(255,255,255,.78); font-size: .9rem; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: 3rem; align-items: start; }
.info-panel { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.6rem; box-shadow: var(--shadow); }
.info-row { display: flex; gap: 1rem; align-items: flex-start; margin: 1.2rem 0; }
.info-row strong { display: block; margin-bottom: .15rem; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); }
.stat { padding: 1.6rem; background: rgba(0,0,0,.12); }
.stat strong { color: var(--gold-500); font-size: 2rem; display: block; font-family: var(--serif); line-height: 1; }
.stat span { color: rgba(255,255,255,.88); text-transform: uppercase; font-size: .78rem; font-weight: 850; }
.secondary-nav { background: #fffdf8; border-bottom: 1px solid var(--line); position: sticky; top: 82px; z-index: 30; }
.secondary-nav .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.fabric-tabs { display: flex; gap: 0; overflow-x: auto; list-style: none; padding: 0; margin: 0; }
.fabric-tabs a { display: block; padding: 1.2rem 1.6rem; white-space: nowrap; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; border-bottom: 3px solid transparent; }
.fabric-tabs a:hover, .fabric-tabs a.active { color: var(--green-900); border-bottom-color: var(--gold-600); }
.sample-btn { margin: .65rem 0; }
.breadcrumb { color: var(--muted); font-size: .92rem; margin-bottom: 1.4rem; }
.breadcrumb a { color: var(--ink); }
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.check-list li { display: flex; align-items: flex-start; gap: .65rem; margin: .65rem 0; }
.check-list li::before { content: '✓'; color: var(--gold-600); font-weight: 900; border: 1px solid var(--gold-600); width: 21px; height: 21px; border-radius: 50%; display: inline-grid; place-items: center; flex: 0 0 21px; font-size: .8rem; margin-top: .12rem; }
.contact-card { background: #fff; border: 1px solid var(--line); padding: 1.7rem; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.contact-card .contact-line { display: flex; gap: 1rem; margin: 1.25rem 0; align-items: flex-start; }
.contact-card .contact-icon { color: var(--gold-600); font-size: 1.5rem; min-width: 26px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 1.6rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: .35rem; }
.form-field.full { grid-column: 1 / -1; }
label { font-weight: 750; font-size: .92rem; color: #173c36; }
.required { color: #c9402e; }
input, select, textarea { width: 100%; border: 1px solid #d8d1c3; border-radius: 5px; padding: .85rem .9rem; font: inherit; background: #fff; color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(217,154,0,.18); border-color: var(--gold-600); }
.form-note { color: var(--muted); font-size: .88rem; }
.form-section-title { margin: 1.7rem 0 .9rem; font-family: var(--serif); font-size: 1.35rem; }
.cta-strip { background: linear-gradient(135deg, #fff, var(--cream)); border: 1px solid var(--line); padding: 1.4rem 1.6rem; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-strip h3 { margin: 0 0 .25rem; font-size: 1.55rem; }
.cta-strip p { margin: 0; }
.cta-inner { display: flex; align-items: center; gap: 1.5rem; }
.cta-icon { flex-shrink: 0; }
.site-footer { background: #00142A; color: rgba(255,255,255,.86); padding: 52px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .55fr .75fr 1.1fr .6fr; gap: 1.5rem 2rem; }
.footer-grid h3, .footer-grid h4 { color: #fff; margin: 0 0 1rem; font-family: var(--serif); font-size: 1rem; }
.footer-tagline { margin-top: 1rem; color: rgba(255,255,255,.68); font-size: .9rem; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: .45rem 0; }
.footer-links a { color: rgba(255,255,255,.78); font-size: .9rem; }
.footer-links a:hover { color: var(--gold-500); }
.footer-links-cont { margin-top: 2.35rem; }
.footer-contact { margin-top: .25rem; }
.footer-contact-item { display: flex; gap: .65rem; align-items: flex-start; margin: .75rem 0; color: rgba(255,255,255,.78); font-size: .88rem; }
.footer-contact-item a { color: rgba(255,255,255,.78); }
.footer-contact-item a:hover { color: var(--gold-500); }
.fc-icon { width: 28px; height: 28px; flex-shrink: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; color: rgba(255,255,255,.65); margin-top: .05rem; }
.socials { display: flex; gap: .55rem; margin-top: 1rem; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .88rem; }
.socials a:hover { border-color: var(--gold-500); color: var(--gold-500); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.5rem; padding-top: 1.25rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.55); }
.footer-bottom a { color: rgba(255,255,255,.55); }
.footer-bottom a:hover { color: var(--gold-500); }
.map-placeholder { min-height: 325px; background: radial-gradient(circle at 38% 38%, rgba(217,154,0,.2), transparent 12%), linear-gradient(135deg, #f3f0ea, #e4ded3); border: 1px solid var(--line); border-radius: var(--radius-sm); display: grid; place-items: center; text-align: center; padding: 2rem; color: var(--muted); }
.country-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.country-list li { display: flex; align-items: center; gap: .65rem; font-weight: 750; }
.flag { font-size: 1.35rem; }
.notice { padding: 1rem 1.2rem; border-radius: 8px; background: var(--gold-100); border: 1px solid #ebd493; color: #5a3a00; }
/* Home split hero */
.hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; padding: 20px 0; }
.hero-split-text { background: var(--cream); padding: 5.5rem clamp(1.5rem, 4%, 3rem) 5.5rem clamp(1.5rem, calc((100vw - 1380px) / 2 + 4rem), 7rem); display: flex; flex-direction: column; justify-content: center; }
.hero-split h1 { color: var(--ink); font-size: clamp(2.4rem, 4vw, 3.5rem); font-weight: 700; line-height: 1.1; margin: 0; }
.hero-rule { width: 64px; height: 3px; background: var(--gold-600); margin: 1.25rem 0 1.5rem; }
.hero-split p { color: #334a46; font-size: 1.05rem; max-width: 420px; line-height: 1.65; margin: 0; }
.hero-split .actions { margin-top: 2rem; gap: 1.5rem; align-items: center; }
.hero-split-img { overflow: hidden; }
.hero-split-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 400px; }
.link-arrow { color: var(--ink); font-weight: 750; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .35rem; }
.link-arrow:hover { color: var(--green-900); }
/* Category cards – borderless icon-row layout */
.cat-grid { gap: 0; }
.category-card { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); overflow: hidden; transition: opacity .2s; }
.category-card:hover { opacity: .88; }
.category-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.cat-info { display: flex; align-items: flex-start; gap: .85rem; padding: 1.1rem 1.1rem 1.4rem; background: #fff; border-top: 1px solid var(--line); }
.cat-info h3 { font-size: 1.15rem; margin: 0 0 .25rem; }
.cat-info p { margin: 0; font-size: .88rem; color: var(--muted); }
.cat-info .arrow { color: var(--gold-600); font-weight: 900; }
.icon-dark { background: var(--ink); color: #fff; border-color: var(--ink); flex-shrink: 0; }
/* Feature cards – Why Choose Us */
.feature-card { text-align: center; padding: .5rem 1rem; }
.feature-card .icon-circle { margin: 0 auto 1.25rem; }
.feature-card h3 { font-size: 1.15rem; margin: 0 0 .55rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.icon-circle-lg { width: 72px; height: 72px; font-size: 1.85rem; flex: 0 0 72px; }
/* About split */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.about-img img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
/* Featured collections */
.grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.collections-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.collections-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; }
.view-all { color: var(--ink); font-weight: 750; letter-spacing: .02em; white-space: nowrap; }
.view-all:hover { color: var(--green-900); }
/* Dark CTA */
.section-dark { background: #00142A; }
.section-dark .cta-strip { background: transparent; border: 0; box-shadow: none; }
.section-dark .cta-strip h3 { color: #fff; margin: 0 0 .3rem; }
.section-dark .cta-strip p { color: rgba(255,255,255,.75); margin: 0; }
@media (max-width: 980px) {
  .mobile-toggle { display: block; }
  .nav-menu { position: fixed; inset: 82px 0 auto 0; background: var(--green-950); padding: 1rem 1.25rem 1.5rem; flex-direction: column; align-items: stretch; transform: translateY(-130%); transition: transform .22s ease; }
  .nav-menu.open { transform: translateY(0); }
  .nav-link, .nav-cta { width: 100%; justify-content: space-between; }
  .dropdown-menu { position: static; opacity: 1; transform: none; pointer-events: auto; display: none; margin: 0 0 .7rem; }
  .dropdown.open .dropdown-menu { display: block; }
  .hero-split { grid-template-columns: 1fr; }
  .hero-split-img { min-height: 300px; order: -1; }
  .hero-split-text { padding: 3.5rem 1.5rem; }
  .split, .grid-2, .about-split { grid-template-columns: 1fr; }
  .about-img { order: -1; }
  .about-img img { height: 280px; }
  .grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-3, .grid-4, .grid-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .collections-header { flex-direction: column; align-items: flex-start; gap: .75rem; }
  .feature-list, .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-item:nth-child(2) { border-right: 0; }
  .secondary-nav { top: 82px; }
  .secondary-nav .container { align-items: stretch; flex-direction: column; }
  .sample-btn { align-self: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-links-cont { margin-top: 0; }
  .cta-strip { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  .container, .container-wide { width: min(100% - 24px, 1180px); }
  .brand-text { font-size: 1.2rem; }
  .brand-text small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .hero, .hero.hero-home { min-height: 460px; }
  .hero h1 { font-size: 2.4rem; }
  .section { padding: 54px 0; }
  .grid-3, .grid-4, .grid-5, .feature-list, .stats { grid-template-columns: 1fr; }
  .grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .form-grid { grid-template-columns: 1fr; }
  .cta-strip { display: block; }
  .cta-strip .btn { margin-top: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: 1; }
  .footer-links-cont { margin-top: 0; }
  .footer-bottom { display: block; }
}
