
:root{
  --ivory:#f7f2e9;
  --ivory-2:#fbf7f0;
  --champagne:#e7dcc8;
  --gold:#b79c63;
  --gold-soft:#d8c39a;
  --navy:#17223f;
  --navy-2:#1e2c4f;
  --text:#2d2925;
  --muted:#6f685f;
  --line:rgba(183,156,99,.28);
  --shadow:0 18px 50px rgba(44,31,15,.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,.5) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(180deg, var(--ivory-2) 0%, var(--ivory) 100%);
  color:var(--text);
  font-family:"Inter",sans-serif;
  line-height:1.7;
}

img{display:block; max-width:100%}
a{color:inherit; text-decoration:none}
.container{width:min(1180px, 92vw); margin:0 auto}

.topbar{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter: blur(14px);
  background:rgba(247,242,233,.74);
  border-bottom:1px solid rgba(183,156,99,.14);
}
.nav-wrap{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  min-height:92px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.brand-mark{
  width:58px;
  height:58px;
  border-radius:14px;
  box-shadow:0 10px 26px rgba(20,24,43,.12);
}
.brand-text{
  min-width:0;
}
.brand-name{
  font-family:"Cormorant Garamond",serif;
  font-size:38px;
  line-height:1;
  color:var(--navy);
  font-weight:600;
}
.brand-sub{
  margin-top:4px;
  letter-spacing:2.2px;
  font-size:10px;
  color:var(--gold);
  text-transform:uppercase;
  white-space:nowrap;
}
.nav{
  display:flex;
  justify-content:center;
  gap:28px;
}
.nav a{
  font-size:14px;
  color:var(--navy);
  opacity:.9;
}
.nav a:hover{opacity:1}
.nav-cta{
  background:linear-gradient(180deg, #f1d58b 0%, #dcb058 100%);
  color:#32250f;
  padding:13px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  box-shadow:0 10px 24px rgba(183,156,99,.25);
  white-space:nowrap;
}

.hero{
  padding:74px 0 90px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:44px;
  align-items:start;
}
.eyebrow{
  display:inline-block;
  font-size:11px;
  letter-spacing:2.8px;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:18px;
  font-weight:600;
}
h1,h2,h3{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  letter-spacing:-.02em;
  margin:0;
}
h1{
  font-size:clamp(64px, 7.4vw, 104px);
  line-height:.92;
  color:var(--navy);
  max-width:680px;
}
.hero-kicker{
  font-size:22px;
  color:#50473d;
  margin:20px 0 6px;
}
.hero-quote{
  font-family:"Cormorant Garamond",serif;
  font-size:42px;
  color:var(--gold);
  margin:10px 0 18px;
  line-height:1.02;
}
.hero-body{
  max-width:660px;
  font-size:18px;
  color:var(--muted);
  margin:0 0 14px;
}
.hero-note{
  margin:22px 0 0;
  color:#4c443c;
  font-weight:500;
}
.hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin:32px 0 34px;
}
.btn{
  padding:15px 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  transition:transform .18s ease, box-shadow .18s ease;
}
.btn:hover{
  transform:translateY(-1px);
}
.btn-primary{
  background:linear-gradient(180deg, #f1d58b 0%, #dcb058 100%);
  color:#32250f;
  box-shadow:0 10px 24px rgba(183,156,99,.20);
}
.btn-secondary{
  border:1px solid rgba(183,156,99,.36);
  color:var(--navy);
  background:rgba(255,255,255,.58);
}

.feature-row{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:10px;
}
.feature-card{
  background:rgba(255,255,255,.58);
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px 18px;
  box-shadow:var(--shadow);
}
.feature-card h3{
  font-size:28px;
  color:var(--navy);
  line-height:1.02;
  margin-bottom:8px;
}
.feature-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.hero-panel{
  position:relative;
}
.logo-card{
  background:linear-gradient(180deg, rgba(255,255,255,.74) 0%, rgba(255,255,255,.60) 100%);
  border:1px solid var(--line);
  border-radius:32px;
  padding:22px;
  box-shadow:var(--shadow);
}
.hero-logo{
  width:100%;
  border-radius:22px;
}
.panel-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:18px;
}
.meta-card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.62);
  border-radius:22px;
  padding:20px 18px;
  box-shadow:var(--shadow);
}
.meta-title{
  font-family:"Cormorant Garamond",serif;
  font-size:28px;
  line-height:1;
  color:var(--navy);
  margin-bottom:8px;
}
.meta-text{
  font-size:14px;
  color:var(--muted);
}

.section{
  padding:98px 0;
}
.section-head{
  max-width:860px;
  margin:0 auto 34px;
}
.section-head h2{
  font-size:clamp(42px, 5vw, 72px);
  line-height:.96;
  color:var(--navy);
}
.collection-section{
  background:linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,.10) 100%);
  border-top:1px solid rgba(183,156,99,.12);
  border-bottom:1px solid rgba(183,156,99,.12);
}
.collection-layout{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:34px;
  align-items:start;
}
.collection-prose{
  background:rgba(255,255,255,.64);
  border:1px solid var(--line);
  border-radius:32px;
  padding:32px 30px;
  box-shadow:var(--shadow);
}
.collection-prose p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:17px;
}
.collection-side{
  position:sticky;
  top:116px;
}
.collection-emblem{
  background:linear-gradient(180deg, rgba(23,34,63,.98) 0%, rgba(25,38,72,.95) 100%);
  border-radius:32px;
  padding:18px;
  box-shadow:0 22px 50px rgba(23,34,63,.18);
}
.collection-emblem img{
  border-radius:22px;
  width:100%;
}

.section-house{
  background:linear-gradient(180deg, #16213e 0%, #0f1830 100%);
}
.section-head-light h2{
  color:#f7f2e9;
}
.section-head-light .eyebrow{
  color:#d9c08a;
}
.house-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}
.house-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:26px 22px 24px;
  backdrop-filter: blur(6px);
}
.house-card h3{
  font-size:34px;
  line-height:.96;
  color:#f7f2e9;
  margin-bottom:10px;
}
.house-card p{
  margin:0;
  color:rgba(247,242,233,.80);
  font-size:15px;
}

.section-contact{
  padding-top:90px;
  padding-bottom:90px;
}
.contact-card{
  max-width:880px;
  margin:0 auto;
  padding:42px 34px;
  border:1px solid var(--line);
  border-radius:32px;
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow);
  text-align:center;
}
.contact-card h2{
  font-size:clamp(42px, 5vw, 70px);
  line-height:.96;
  color:var(--navy);
}
.contact-intro{
  max-width:700px;
  margin:18px auto 28px;
  color:var(--muted);
  font-size:17px;
}
.contact-lines{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  text-align:left;
}
.contact-block{
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px 18px;
  background:rgba(255,255,255,.72);
}
  .contact-block:first-child .contact-value{
  font-size:18px;
}
.contact-label{
  color:var(--gold);
  font-size:11px;
  letter-spacing:2.1px;
  text-transform:uppercase;
  margin-bottom:8px;
  font-weight:600;
}
.contact-value{
  font-family:"Cormorant Garamond",serif;
  color:var(--navy);
  font-size:28px;
  line-height:1.18;
  letter-spacing:.01em;
  overflow-wrap:anywhere;
  word-break:normal;
}
.contact-small{
  font-size:26px;
}

.footer{
  border-top:1px solid rgba(183,156,99,.16);
  padding:24px 0 38px;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
  color:#756c63;
}

@media (max-width: 1100px){
  .nav{display:none}
  .hero-grid{grid-template-columns:1fr}
  .collection-layout{grid-template-columns:1fr}
  .collection-side{position:static}
  .feature-row{grid-template-columns:1fr}
  .house-grid{grid-template-columns:1fr 1fr}
  .contact-lines{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .topbar{position:static}
  .nav-wrap{grid-template-columns:1fr; gap:14px; padding:18px 0}
  .brand{justify-content:center}
  .nav-cta{justify-self:center}
  .hero{padding:36px 0 70px}
  h1{font-size:56px}
  .hero-kicker{font-size:19px}
  .hero-quote{font-size:34px}
  .section{padding:78px 0}
  .house-grid{grid-template-columns:1fr}
  .footer-inner{flex-direction:column; text-align:center}
}
