:root {
  --ink: #071426;
  --ink-soft: #13243a;
  --gold: #d5ad67;
  --cream: #f6f2ea;
  --white: #fff;
  --muted: #aeb8c6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 1rem/1.65 "DM Sans", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: var(--gold); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.header-logo { display: block; width: auto; height: 82px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { text-decoration: none; font-size: .9rem; }
nav a:not(.nav-contact):hover { color: var(--gold); }
.nav-contact { padding: .62rem 1rem; border: 1px solid rgba(255,255,255,.45); }
.nav-contact:hover { border-color: var(--gold); color: var(--gold); }
.menu-button { display: none; }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; padding: 150px clamp(1.25rem, 7vw, 7rem) 80px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,38,.98) 0%, rgba(7,20,38,.87) 34%, rgba(7,20,38,.08) 74%), url("tauri-royale-hero.png") center/cover no-repeat; }
.hero-content { position: relative; max-width: 680px; }
.eyebrow, .section-kicker { margin: 0 0 1.3rem; color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Playfair Display", serif; }
h1 { margin: 0; max-width: 690px; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.035em; }
h1 em { color: var(--gold); font-weight: 600; }
.hero-copy { max-width: 600px; margin: 2rem 0 2.3rem; color: #dae0e9; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .7rem 1.35rem; text-decoration: none; font-weight: 600; }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #e5c17e; transform: translateY(-2px); }
.text-link { color: var(--white); text-decoration-color: var(--gold); text-underline-offset: .35rem; }
.text-link span { color: var(--gold); margin-left: .3rem; }
.hero-note { position: absolute; right: clamp(1.25rem, 4vw, 4rem); bottom: 2rem; margin: 0; color: rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .18em; }

.intro { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); text-align: center; }
.intro > h2, .contact h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.1; }
.intro > p:not(.section-kicker) { max-width: 700px; margin: 1.4rem auto 4rem; color: #536070; }
.collection-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d8d2c8; border-bottom: 1px solid #d8d2c8; text-align: left; }
.collection-grid article { position: relative; min-height: 310px; padding: 2.3rem; }
.collection-grid article + article { border-left: 1px solid #d8d2c8; }
.number { position: absolute; right: 1.5rem; top: 1.4rem; color: #9a9389; font-size: .72rem; }
.line-icon { color: var(--gold); font-size: 2rem; }
.collection-grid h3 { margin: 4.2rem 0 .7rem; font-size: 1.65rem; }
.collection-grid p { margin: 0; color: #596573; }

.about { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.about-panel { min-height: 560px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(3rem, 7vw, 7rem); color: var(--white); background: linear-gradient(145deg, var(--ink), #162b43); }
.about-panel h2 { max-width: 570px; margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.04; }
.about-copy { align-self: center; padding: clamp(3rem, 7vw, 7rem); }
.about-copy .lead { font: 600 1.55rem/1.45 "Playfair Display", serif; }
.about-copy > p:not(.lead) { color: #596573; }
.values { display: grid; gap: .8rem; margin-top: 2rem; }
.values span { padding: .9rem 0; border-top: 1px solid #ded8ce; font-weight: 600; }
.values span::before { content: "◆"; margin-right: .8rem; color: var(--gold); font-size: .65rem; }

.contact { padding: clamp(5rem, 9vw, 8rem) 1.25rem; text-align: center; background: var(--gold); }
.contact .section-kicker { color: var(--ink); }
.contact p:not(.section-kicker) { max-width: 570px; margin: 1rem auto 2rem; }
.button-light { background: var(--ink); color: var(--white); }
.button-light:hover { background: var(--ink-soft); transform: translateY(-2px); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.25rem, 5vw, 5rem); color: var(--muted); background: var(--ink); font-size: .82rem; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }
.brand-footer { justify-self: start; }
.footer-logo { display: block; width: auto; height: 116px; object-fit: contain; }

@media (max-width: 760px) {
  .site-header { height: 84px; }
  .header-logo { height: 68px; }
  .menu-button { display: block; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; font: inherit; }
  nav { display: none; position: absolute; inset: 84px 0 auto; padding: 1.3rem; flex-direction: column; align-items: stretch; gap: .5rem; background: var(--ink); }
  nav.open { display: flex; }
  nav a { padding: .7rem; }
  .hero { min-height: 700px; padding-top: 125px; align-items: end; }
  .hero-image { background: linear-gradient(0deg, rgba(7,20,38,.98) 8%, rgba(7,20,38,.5) 65%, rgba(7,20,38,.22)), url("tauri-royale-hero.png") 67% center/cover no-repeat; opacity: .82; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-copy { font-size: 1rem; }
  .hero-note { display: none; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-grid article + article { border-left: 0; border-top: 1px solid #d8d2c8; }
  .collection-grid article { min-height: 260px; }
  .about { grid-template-columns: 1fr; }
  .about-panel { min-height: 440px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; justify-self: center; }
  footer p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, nav a { transition: .2s ease; }
}
