/* ============================================================
   AYTASH LUXE — main stylesheet
   Palette: ink black, ivory, antique gold
   ============================================================ */

:root {
  --ink: #12100e;
  --ink-soft: #1d1a17;
  --ivory: #f6f1e8;
  --ivory-dim: #e9e1d2;
  --gold: #c9a35c;
  --gold-bright: #e0bd76;
  --muted: #8a8071;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--ink);
  color: var(--ivory);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

a { color: var(--gold); text-decoration: none; transition: color .25s; }
a:hover { color: var(--gold-bright); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(18, 16, 14, 0.0);
  transition: background .35s, box-shadow .35s;
}
.site-header.scrolled {
  background: rgba(18, 16, 14, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(201, 163, 92, 0.25);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-img { height: 44px; width: auto; max-width: 190px; object-fit: contain; display: block; }
.brand-text {
  font-family: var(--serif); font-size: 1.45rem; letter-spacing: .28em;
  color: var(--ivory); font-weight: 500; white-space: nowrap;
}
.brand-text em { font-style: normal; color: var(--gold); }
.brand-footer .brand-img { height: 36px; }

.nav-links { display: flex; gap: 34px; list-style: none; }
.nav-links a {
  color: var(--ivory); font-size: .8rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 400;
}
.nav-links a:hover { color: var(--gold); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ivory); margin: 5px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 900px 600px at 78% 40%, rgba(201,163,92,.14), transparent 60%),
    radial-gradient(ellipse 700px 500px at 15% 85%, rgba(201,163,92,.07), transparent 60%),
    var(--ink);
  padding: 120px 0 80px;
}
.hero-inner { position: relative; z-index: 2; max-width: 640px; }
.hero-eyebrow {
  color: var(--gold); letter-spacing: .35em; text-transform: uppercase;
  font-size: .78rem; margin-bottom: 20px;
}
.hero-title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.08; margin-bottom: 24px;
}
.hero-title span { color: var(--gold); font-style: italic; }
.hero-sub { color: var(--ivory-dim); max-width: 480px; margin-bottom: 36px; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: 14px 34px;
  font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 400;
  border: 1px solid var(--gold); transition: all .3s;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); color: var(--ink); }
.btn-ghost { color: var(--ivory); border-color: rgba(246,241,232,.35); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* Decorative CSS bottle */
.hero-bottle {
  position: absolute; right: 8%; top: 50%; transform: translateY(-50%);
  z-index: 1; opacity: .95;
}
.bottle { display: flex; flex-direction: column; align-items: center; filter: drop-shadow(0 30px 50px rgba(0,0,0,.5)); }
.bottle-cap {
  width: 46px; height: 40px; border-radius: 6px 6px 3px 3px;
  background: linear-gradient(160deg, #e8cf96, #a37e3d 70%);
}
.bottle-neck { width: 30px; height: 22px; background: linear-gradient(160deg, rgba(246,241,232,.45), rgba(246,241,232,.12)); }
.bottle-body {
  width: 190px; height: 260px; border-radius: 14px;
  background: linear-gradient(155deg, rgba(224,189,118,.5), rgba(201,163,92,.18) 45%, rgba(246,241,232,.08));
  border: 1px solid rgba(224,189,118,.4);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(2px);
}
.bottle-label {
  font-family: var(--serif); letter-spacing: .4em; font-size: .95rem;
  color: var(--ivory); border: 1px solid rgba(224,189,118,.55);
  padding: 14px 12px 14px 18px; background: rgba(18,16,14,.35);
}

/* ---------- Marquee strip ---------- */
.strip { overflow: hidden; border-top: 1px solid rgba(201,163,92,.3); border-bottom: 1px solid rgba(201,163,92,.3); background: var(--ink-soft); }
.strip-track {
  display: flex; gap: 42px; align-items: center; white-space: nowrap;
  padding: 14px 0; animation: marquee 26s linear infinite; width: max-content;
}
.strip-track span { letter-spacing: .25em; text-transform: uppercase; font-size: .74rem; color: var(--ivory-dim); }
.strip-track i { color: var(--gold); font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section-eyebrow { color: var(--gold); letter-spacing: .35em; text-transform: uppercase; font-size: .75rem; margin-bottom: 14px; }
.section-title { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin-bottom: 18px; }
.section-sub { color: var(--muted); max-width: 520px; margin-bottom: 20px; }

/* ---------- Collection ---------- */
.collection { background: var(--ink); }
.product-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 26px; margin-top: 50px;
}
.product-card {
  background: var(--ink-soft); border: 1px solid rgba(201,163,92,.18);
  padding: 26px; transition: transform .3s, border-color .3s;
}
.product-card:hover { transform: translateY(-6px); border-color: rgba(201,163,92,.55); }
.product-visual {
  height: 210px; margin-bottom: 22px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.product-initial { font-family: var(--serif); font-size: 5.4rem; color: rgba(246,241,232,.85); font-style: italic; }
.product-visual.visual-photo {
  background-size: cover; background-position: center;
  background-color: #2b2118;
  border: 1px solid rgba(201,163,92,.25);
}
.product-grid-single { grid-template-columns: minmax(280px, 460px); justify-content: center; }
.product-grid-single .product-visual { height: 300px; }
.price small { font-size: .8rem; color: var(--muted); font-family: var(--sans); letter-spacing: .04em; }
.tone-noir  { background: linear-gradient(160deg, #2b2118, #0d0a08); }
.tone-oud   { background: linear-gradient(160deg, #4a2c1a, #170d07); }
.tone-fleur { background: linear-gradient(160deg, #3a3244, #14101a); }
.tone-silk  { background: linear-gradient(160deg, #6b5122, #1c1408); }
.product-card h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; margin-bottom: 6px; }
.product-notes { color: var(--gold); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.product-desc { color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.product-foot { display: flex; align-items: center; justify-content: space-between; }
.price { font-family: var(--serif); font-size: 1.3rem; color: var(--ivory); }
.btn-small {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  border-bottom: 1px solid var(--gold); padding-bottom: 3px;
}

/* ---------- Story ---------- */
.story { background: var(--ink-soft); }
.story-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: center; }
.story-frame {
  aspect-ratio: 3 / 4; border: 1px solid rgba(201,163,92,.45);
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(201,163,92,.16), transparent 55%),
    var(--ink);
  position: relative;
}
.story-frame::after {
  content: ''; position: absolute; inset: 14px;
  border: 1px solid rgba(201,163,92,.25);
}
.story-monogram { font-family: var(--serif); font-size: 6rem; color: var(--gold); letter-spacing: .1em; font-style: italic; }
.story-text p { color: var(--ivory-dim); margin-bottom: 16px; }
.story-sign { font-family: var(--serif); font-style: italic; color: var(--gold) !important; font-size: 1.2rem; }

/* ---------- Craft ---------- */
.craft-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; margin-top: 50px; }
.craft-num { font-family: var(--serif); font-size: 2.2rem; color: var(--gold); font-style: italic; margin-bottom: 10px; }
.craft-item h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; margin-bottom: 8px; }
.craft-item p { color: var(--muted); font-size: .93rem; }

/* ---------- Services ---------- */
.services { background: var(--ink-soft); }

/* ---------- Quote band ---------- */
.quote-band {
  padding: 90px 0; text-align: center;
  background: linear-gradient(180deg, var(--ink-soft), var(--ink));
  border-top: 1px solid rgba(201,163,92,.2); border-bottom: 1px solid rgba(201,163,92,.2);
}
.quote-band blockquote {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  max-width: 760px; margin: 0 auto 16px; color: var(--ivory);
}
.quote-band cite { color: var(--gold); letter-spacing: .2em; font-style: normal; font-size: .8rem; text-transform: uppercase; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.contact-list { list-style: none; margin-top: 26px; }
.contact-list li { margin-bottom: 12px; color: var(--ivory-dim); }
.contact-list strong { color: var(--ivory); font-weight: 500; display: inline-block; min-width: 110px; letter-spacing: .08em; }

.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.contact-form input, .contact-form textarea, .contact-form select {
  background: var(--ink-soft); border: 1px solid rgba(201,163,92,.25);
  color: var(--ivory); padding: 13px 15px; font-family: var(--sans); font-size: .95rem;
  transition: border-color .25s; resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--gold); }
.contact-form select option { background: var(--ink-soft); color: var(--ivory); }
.contact-form .btn { align-self: flex-start; cursor: pointer; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid rgba(201,163,92,.2); padding: 36px 0; background: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-note { color: var(--muted); font-size: .82rem; letter-spacing: .06em; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-bottle { display: none; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .story-visual { max-width: 340px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; top: 76px; left: 0; right: 0;
    background: rgba(18,16,14,.97); flex-direction: column; gap: 0;
    max-height: 0; overflow: hidden; transition: max-height .35s ease;
  }
  .nav-links.open { max-height: 420px; border-bottom: 1px solid rgba(201,163,92,.3); }
  .nav-links li { text-align: center; }
  .nav-links a { display: block; padding: 16px 0; }
}

@media (max-width: 720px) {
  .section { padding: 70px 0; }
}
