:root {
    --gold: #B8860B;
    --gold-light: #C9A84C;
    --gold-bright: #D4A017;
    --ivory: #FFFFF0;
    --cream: #FAF3E0;
    --cream-mid: #F2E8CC;
    --beige: #E8DCC8;
    --beige-dark: #D4C4A0;
    --brown-light: #8B6914;
    --brown: #5C3D11;
    --brown-dark: #3D2408;
    --text-dark: #2C1A06;
    --text-mid: #5C3D11;
    --text-soft: #7A5C30;
    --border: rgba(184,134,11,0.25);
    --border-strong: rgba(184,134,11,0.5);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    background: var(--ivory);
    color: var(--text-dark);
    font-family: 'EB Garamond', Georgia, serif;
    overflow-x: hidden;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(250,243,224,0.97);
    border-bottom: 1px solid var(--border-strong);
    backdrop-filter: blur(10px);
    padding: 0.9rem 3rem;
    display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 2px 20px rgba(184,134,11,0.1);
  }
  .nav-logo-img { height: 48px; width: auto; object-fit: contain; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.25em;
    color: var(--text-mid);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--gold-bright); }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    background: linear-gradient(160deg, var(--cream) 0%, var(--beige) 50%, var(--cream-mid) 100%);
    padding: 7rem 2rem 5rem;
    text-align: center;
  }
  .hero-pattern {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(184,134,11,0.08) 1px, transparent 1px);
    background-size: 35px 35px;
    pointer-events: none;
  }
  .hero-glow {
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,160,23,0.12) 0%, transparent 70%);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .hero-logo-wrap {
    position: relative;
    margin-bottom: 2rem;
    opacity: 0; animation: fadeUp 1s 0.2s forwards;
  }
  .hero-logo {
    height: 130px; width: auto;
    filter: drop-shadow(0 4px 20px rgba(184,134,11,0.3));
  }
  .hero-est {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem; letter-spacing: 0.55em;
    color: var(--gold); text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0; animation: fadeUp 1s 0.4s forwards;
  }
  .hero-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 600;
    color: var(--brown-dark);
    line-height: 1.05; letter-spacing: 0.04em;
    opacity: 0; animation: fadeUp 1s 0.6s forwards;
  }
  .hero-title em { font-style: italic; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-weight: 400; }
  .hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-style: italic; color: var(--text-soft);
    margin: 1.2rem 0 0.8rem; letter-spacing: 0.04em;
    opacity: 0; animation: fadeUp 1s 0.8s forwards;
  }
  .hero-cats {
    font-family: 'Cinzel', serif; font-size: 0.6rem; letter-spacing: 0.4em;
    color: var(--gold-light); text-transform: uppercase;
    margin-bottom: 2.5rem;
    opacity: 0; animation: fadeUp 1s 1s forwards;
  }
  .cta-group { opacity: 0; animation: fadeUp 1s 1.1s forwards; }
  .cta-btn {
    display: inline-block;
    font-family: 'Cinzel', serif; font-size: 0.62rem;
    letter-spacing: 0.3em; text-transform: uppercase;
    padding: 0.9rem 2.2rem; text-decoration: none;
    transition: all 0.3s; margin: 0 0.4rem 0.5rem;
  }
  .cta-btn.solid {
    background: linear-gradient(135deg, var(--brown), var(--brown-dark));
    color: var(--cream); border: 1px solid transparent;
  }
  .cta-btn.solid:hover { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--brown-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(184,134,11,0.3); }
  .cta-btn.outline {
    background: transparent; color: var(--brown);
    border: 1px solid var(--border-strong);
  }
  .cta-btn.outline:hover { background: var(--brown); color: var(--cream); }
  .hero-locs {
    font-family: 'Cinzel', serif; font-size: 0.6rem; letter-spacing: 0.35em;
    color: var(--text-soft); margin-top: 2rem;
    opacity: 0; animation: fadeUp 1s 1.3s forwards;
  }
  .hero-border {
    position: absolute; inset: 25px;
    border: 1px solid var(--border);
    pointer-events: none;
  }
  .hero-border::before { content: '✦'; position: absolute; top: -0.7rem; left: -0.7rem; color: var(--gold); font-size: 1.2rem; opacity: 0.5; }
  .hero-border::after { content: '✦'; position: absolute; bottom: -0.7rem; right: -0.7rem; color: var(--gold); font-size: 1.2rem; opacity: 0.5; }

  /* UTILITY */
  .gold-line { width: 80px; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 1.5rem auto; }
  .section-label { font-family: 'Cinzel', serif; font-size: 0.58rem; letter-spacing: 0.5em; color: var(--gold); text-transform: uppercase; text-align: center; margin-bottom: 0.7rem; opacity: 0.9; }
  .section-title { font-family: 'Cinzel', serif; font-size: clamp(1.6rem, 3.5vw, 2.6rem); color: var(--brown-dark); text-align: center; letter-spacing: 0.04em; font-weight: 500; }
  .section-title em { font-style: italic; font-family: 'Cormorant Garamond', serif; font-weight: 300; color: var(--gold); }
  .section-intro { font-size: 1.05rem; line-height: 1.9; color: var(--text-soft); text-align: center; max-width: 650px; margin: 1.2rem auto 0; font-style: italic; }

  section { padding: 5.5rem 2rem; }
  .container { max-width: 1100px; margin: 0 auto; }

  /* LEGACY BANNER */
  .legacy-banner {
    background: var(--brown-dark);
    padding: 3.5rem 2rem;
    text-align: center;
    border-top: 2px solid var(--gold-light);
    border-bottom: 2px solid var(--gold-light);
  }
  .legacy-banner p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.1rem, 2.2vw, 1.55rem); color: var(--beige); font-style: italic; line-height: 1.8; max-width: 800px; margin: 0 auto 0.5rem; }
  .legacy-banner strong { color: var(--gold-light); font-style: normal; }
  .legacy-banner .cats { font-family: 'Cinzel', serif; font-size: 0.62rem; letter-spacing: 0.4em; color: var(--gold); margin-top: 1.5rem; text-transform: uppercase; }

  /* ABOUT */
  #about { background: var(--cream); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-top: 3rem; }
  .about-text p { font-size: 1.05rem; line-height: 2; color: var(--text-mid); margin-bottom: 1.4rem; }
  .about-text p strong { color: var(--brown-dark); font-weight: 600; }
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
  .stat-box { border: 1px solid var(--border-strong); padding: 1.3rem; text-align: center; background: var(--ivory); }
  .stat-num { font-family: 'Cinzel', serif; font-size: 2.2rem; color: var(--gold-bright); font-weight: 600; display: block; }
  .stat-label { font-family: 'Cinzel', serif; font-size: 0.58rem; letter-spacing: 0.2em; color: var(--text-soft); text-transform: uppercase; }
  .family-head { font-family: 'Cinzel', serif; font-size: 0.6rem; letter-spacing: 0.35em; color: var(--gold); text-transform: uppercase; margin: 1.5rem 0 0.8rem; }
  .family-list { list-style: none; }
  .family-list li { padding: 0.55rem 0 0.55rem 1.2rem; border-bottom: 1px solid var(--border); font-style: italic; color: var(--text-mid); font-size: 1rem; position: relative; }
  .family-list li::before { content: '✦'; position: absolute; left: 0; font-size: 0.45rem; color: var(--gold); top: 50%; transform: translateY(-50%); }

  /* TIMELINE */
  #timeline { background: var(--brown-dark); border-top: 1px solid rgba(201,168,76,0.2); }
  #timeline .section-title { color: var(--cream); }
  #timeline .section-label { color: var(--gold-light); }
  .timeline-track { position: relative; max-width: 680px; margin: 3rem auto 0; }
  .timeline-track::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.5), transparent); transform: translateX(-50%); }
  .t-item { display: grid; grid-template-columns: 1fr 50px 1fr; align-items: center; gap: 1.2rem; margin-bottom: 2.5rem; }
  .t-year { font-family: 'Cinzel', serif; font-size: 1.25rem; color: var(--gold-light); font-weight: 600; }
  .t-item:nth-child(odd) .t-year { text-align: right; }
  .t-item:nth-child(even) .t-year { grid-column: 3; text-align: left; }
  .t-item:nth-child(even) .t-desc { grid-column: 1; grid-row: 1; text-align: right; }
  .t-item:nth-child(even) .t-dot { grid-column: 2; grid-row: 1; }
  .t-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--gold); margin: 0 auto; box-shadow: 0 0 12px rgba(201,168,76,0.6); }
  .t-desc { font-style: italic; color: var(--beige-dark); font-size: 0.95rem; line-height: 1.6; }

  /* PRODUCTS */
  #products { background: var(--ivory); }
  .products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 3rem; background: var(--beige-dark); }
  .product-card {
    background: var(--cream);
    transition: all 0.35s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .product-card:hover { background: var(--ivory); box-shadow: 0 8px 40px rgba(184,134,11,0.15); z-index: 2; transform: translateY(-3px); }
  .product-img {
    width: 100%; height: 220px; object-fit: cover;
    display: block;
    transition: transform 0.5s;
    filter: brightness(0.97) saturate(0.9);
  }
  .product-card:hover .product-img { transform: scale(1.04); filter: brightness(1) saturate(1); }
  .product-body { padding: 1.8rem 1.5rem 2rem; }
  .product-name { font-family: 'Cinzel', serif; font-size: 0.9rem; letter-spacing: 0.15em; color: var(--brown-dark); margin-bottom: 0.3rem; text-transform: uppercase; }
  .product-tag { font-style: italic; color: var(--text-soft); font-size: 0.82rem; margin-bottom: 1.2rem; line-height: 1.5; }
  .product-items { list-style: none; }
  .product-items li { font-size: 0.82rem; color: var(--text-mid); padding: 0.3rem 0 0.3rem 1rem; border-bottom: 1px solid var(--border); position: relative; line-height: 1.4; }
  .product-items li:last-child { border-bottom: none; }
  .product-items li::before { content: '◆'; position: absolute; left: 0; font-size: 0.38rem; color: var(--gold); top: 50%; transform: translateY(-50%); }
  .product-items li em { color: var(--gold-light); font-size: 0.72rem; }

  /* PROMISE */
  #promise { background: var(--cream-mid); border-top: 1px solid var(--border); }
  .promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
  .promise-item { padding: 2rem 1.5rem; border: 1px solid var(--border-strong); background: var(--ivory); transition: all 0.3s; }
  .promise-item:hover { border-color: var(--gold-bright); box-shadow: 0 4px 20px rgba(184,134,11,0.12); }
  .p-icon { font-size: 1.4rem; margin-bottom: 0.8rem; display: block; }
  .p-title { font-family: 'Cinzel', serif; font-size: 0.72rem; letter-spacing: 0.15em; color: var(--brown-dark); margin-bottom: 0.5rem; text-transform: uppercase; }
  .p-text { font-size: 0.88rem; color: var(--text-soft); line-height: 1.75; font-style: italic; }

  /* EXCLUSIVE */
  #exclusive { background: var(--beige); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
  .excl-box { max-width: 720px; margin: 2rem auto 0; border: 1px solid var(--border-strong); padding: 3.5rem; background: var(--ivory); position: relative; }
  .excl-box::before { content: '✦'; position: absolute; top: -0.75rem; left: -0.75rem; color: var(--gold); font-size: 1.3rem; }
  .excl-box::after { content: '✦'; position: absolute; bottom: -0.75rem; right: -0.75rem; color: var(--gold); font-size: 1.3rem; }
  .excl-box p { font-size: 1.05rem; line-height: 2; color: var(--text-mid); margin-bottom: 1.2rem; }
  .excl-box p strong { color: var(--brown-dark); }
  .excl-opts { display: flex; gap: 2.5rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; }
  .excl-opt { font-family: 'Cinzel', serif; font-size: 0.65rem; letter-spacing: 0.2em; color: var(--brown); text-transform: uppercase; display: flex; align-items: center; gap: 0.6rem; }
  .excl-opt::before { content: '◉'; color: var(--gold); }

  /* CONTACT */
  #contact { background: var(--ivory); text-align: center; }
  .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 3rem auto 0; max-width: 860px; }
  .contact-card { border: 1px solid var(--border-strong); padding: 2.5rem 1.5rem; background: var(--cream); transition: all 0.3s; }
  .contact-card:hover { background: var(--ivory); border-color: var(--gold-bright); box-shadow: 0 4px 20px rgba(184,134,11,0.12); }
  .cc-icon { font-size: 1.8rem; margin-bottom: 0.8rem; display: block; }
  .cc-title { font-family: 'Cinzel', serif; font-size: 0.68rem; letter-spacing: 0.3em; color: var(--gold-bright); text-transform: uppercase; margin-bottom: 0.8rem; }
  .contact-card p { font-size: 0.9rem; color: var(--text-soft); line-height: 1.7; font-style: italic; }

  /* FOOTER */
  footer { background: var(--brown-dark); border-top: 2px solid var(--gold-light); padding: 3rem 2rem; text-align: center; }
  .foot-logo { height: 60px; width: auto; margin-bottom: 0.5rem; filter: brightness(1.2) sepia(0.2); }
  .foot-name { font-family: 'Cinzel', serif; font-size: 1.3rem; color: var(--gold-light); letter-spacing: 0.15em; margin-bottom: 0.3rem; }
  .foot-est { font-family: 'Cinzel', serif; font-size: 0.58rem; letter-spacing: 0.5em; color: var(--gold); opacity: 0.7; margin-bottom: 2rem; }
  .foot-links { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; list-style: none; margin-bottom: 1.5rem; }
  .foot-links a { font-family: 'Cinzel', serif; font-size: 0.58rem; letter-spacing: 0.2em; color: var(--beige-dark); text-decoration: none; text-transform: uppercase; transition: color 0.3s; }
  .foot-links a:hover { color: var(--gold-light); }
  .foot-tagline { font-style: italic; color: var(--beige-dark); font-size: 0.9rem; opacity: 0.7; margin-bottom: 0.8rem; }
  .foot-copy { font-size: 0.65rem; color: var(--beige-dark); opacity: 0.35; letter-spacing: 0.1em; font-family: 'Cinzel', serif; }

  /* Animations */
  @keyframes fadeUp { from { opacity:0; transform:translateY(25px); } to { opacity:1; transform:translateY(0); } }
  .reveal { opacity:0; transform:translateY(28px); transition:opacity 0.75s ease, transform 0.75s ease; }
  .reveal.visible { opacity:1; transform:translateY(0); }

  @media(max-width:768px){
    nav{padding:0.8rem 1.2rem;}
    .nav-links{display:none;}
    .hero-logo{height:90px;}
    .about-grid,.products-grid,.promise-grid,.contact-grid{grid-template-columns:1fr;}
    .excl-box{padding:2rem 1.2rem;}
    .timeline-track::before{left:20px;}
    .t-item{grid-template-columns:40px 1fr;}
    .t-item:nth-child(even) .t-desc,.t-item:nth-child(odd) .t-desc{grid-column:2;text-align:left;}
    .t-item:nth-child(even) .t-year,.t-item:nth-child(odd) .t-year{grid-column:2;text-align:left;}
    .t-item:nth-child(even) .t-dot,.t-item:nth-child(odd) .t-dot{grid-column:1;grid-row:1;}
  }


.hero-title span {
  display: block;
  font-size: clamp(3.6rem, 9vw, 7.5rem);
  letter-spacing: 0.12em;
}

.hero-subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.legacy-banner {
  background: linear-gradient(135deg, #4b2b0b 0%, #3d2408 100%);
}

.legacy-banner p + p {
  margin-top: 0.8rem;
}

.about-grid-rich {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: stretch;
}

.about-visuals {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}

.about-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--ivory);
  box-shadow: 0 12px 32px rgba(61,36,8,0.08);
}

.about-photo img,
.about-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-large {
  grid-row: 1 / span 2;
  min-height: 560px;
}

.photo-top,
.photo-bottom {
  min-height: 270px;
}

.about-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.about-card {
  min-height: 170px;
  border: 1px solid var(--border-strong);
  background: var(--ivory);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}

.about-card.image-card {
  padding: 0;
  overflow: hidden;
}

.timeline-intro {
  max-width: 760px;
  margin: 0 auto 2.4rem;
  text-align: center;
  color: var(--beige-dark);
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.85;
}

.timeline-rich {
  max-width: 920px;
}

.timeline-rich::before {
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(212,160,23,0.85), transparent);
}

.timeline-rich .t-item {
  grid-template-columns: 1fr 70px 1fr;
  align-items: stretch;
  margin-bottom: 2.9rem;
}

.timeline-rich .t-dot {
  width: 14px;
  height: 14px;
  margin-top: 1.4rem;
}

.timeline-rich .t-year {
  font-size: 1.45rem;
  align-self: start;
  padding-top: 0.9rem;
}

.t-card {
  border: 1px solid rgba(201,168,76,0.24);
  background: linear-gradient(180deg, rgba(255,255,240,0.05), rgba(201,168,76,0.07));
  padding: 1.25rem 1.35rem;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.t-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 0.55rem;
}

.t-card p {
  color: var(--beige-dark);
  font-style: italic;
  line-height: 1.7;
  font-size: 0.96rem;
}

@media(max-width:768px){
  .about-grid-rich, .about-strip {
    grid-template-columns: 1fr;
  }

  .about-visuals {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .photo-large {
    grid-row: auto;
    min-height: 340px;
  }

  .photo-top, .photo-bottom {
    min-height: 220px;
  }

  .timeline-rich::before {
    left: 24px;
    transform: none;
  }

  .timeline-rich .t-item {
    grid-template-columns: 48px 1fr;
    gap: 1rem;
  }

  .timeline-rich .t-item .t-year,
  .timeline-rich .t-item .t-desc {
    grid-column: 2 !important;
    text-align: left !important;
  }

  .timeline-rich .t-item .t-dot {
    grid-column: 1 !important;
    grid-row: 1 / span 2;
    margin-top: 1.1rem;
  }
}
