:root {
  --plum: #59183f;
  --plum-dark: #3d0d2a;
  --pink: #e9a3bd;
  --cream: #f5efe9;
  --paper: #fbf9f6;
  --ink: #191619;
  --muted: #6e666b;
  --line: rgba(25,22,25,.15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
.site-header { height: 88px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: var(--plum); color: white; border-bottom: 1px solid rgba(255,255,255,.16); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: clamp(290px, 38vw, 430px); height: 72px; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 38px; }
nav a { text-decoration: none; font-size: 14px; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--pink); transition: right .25s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.menu-button { display: none; }
.hero { min-height: 690px; background: var(--plum); color: white; display: grid; grid-template-columns: 1.02fr .98fr; }
.hero-copy { padding: clamp(68px, 8vw, 118px) clamp(28px, 7vw, 108px); position: relative; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; color: var(--pink); letter-spacing: .2em; font-size: 12px; font-weight: 600; }
.eyebrow.dark { color: var(--plum); }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; line-height: .98; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(58px, 7.3vw, 108px); }
h1 em { color: var(--pink); font-weight: 600; }
.intro { max-width: 590px; font-size: clamp(17px, 1.5vw, 21px); color: rgba(255,255,255,.82); line-height: 1.65; margin: 32px 0; }
.hero-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.button { min-height: 54px; padding: 14px 22px; display: inline-flex; align-items: center; gap: 20px; justify-content: space-between; text-decoration: none; font-weight: 600; }
.button-light { background: var(--paper); color: var(--plum); }
.button-light:hover { background: var(--pink); color: var(--plum-dark); }
.text-link { color: white; text-underline-offset: 6px; font-weight: 500; }
.text-link span { color: var(--pink); margin-left: 7px; }
.hero-note { position: absolute; left: clamp(28px, 7vw, 108px); bottom: 32px; display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; }
.hero-note-number { font: 600 30px/1 "Playfair Display", serif; color: white; }
.hero-image-wrap { position: relative; overflow: hidden; background: #ded8d2; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; filter: saturate(.72) contrast(1.03); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(89,24,63,.12), transparent 40%); pointer-events: none; }
.image-caption { position: absolute; right: 0; bottom: 0; z-index: 1; padding: 15px 22px; background: var(--paper); color: var(--plum); letter-spacing: .16em; font-size: 10px; font-weight: 600; }
.statement { padding: 90px clamp(28px, 9vw, 140px); background: var(--cream); text-align: center; }
.statement p { max-width: 970px; margin: auto; font: 600 clamp(34px, 4.1vw, 64px)/1.16 "Playfair Display", serif; letter-spacing: -.03em; }
.statement em { color: var(--plum); }
.logo-showcase { background: var(--paper); padding: 38px clamp(24px, 7vw, 108px) 20px; display: grid; place-items: center; }
.logo-showcase img { width: min(100%, 720px); height: auto; }
.services { padding: 110px clamp(28px, 7vw, 108px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.section-heading .eyebrow { margin: 0; }
.section-heading h2, .about-copy h2, .booking h2 { font-size: clamp(46px, 5.2vw, 76px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-grid article { padding: 38px clamp(20px, 3vw, 46px) 20px 0; border-right: 1px solid var(--line); min-height: 250px; }
.service-grid article + article { padding-left: clamp(20px, 3vw, 46px); }
.service-grid article:last-child { border-right: 0; }
.service-number { color: var(--plum); font-size: 12px; letter-spacing: .1em; }
h3 { font: 600 30px/1.2 "Playfair Display", serif; margin: 48px 0 14px; }
.service-grid p { color: var(--muted); max-width: 330px; margin: 0; }
.about { display: grid; grid-template-columns: .92fr 1.08fr; background: var(--cream); }
.about-image { min-height: 670px; position: relative; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.7); }
.founder-stamp { position: absolute; right: 22px; bottom: 22px; width: 138px; height: 138px; border-radius: 50%; background: var(--pink); color: var(--plum-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-7deg); line-height: 1.05; }
.founder-stamp strong { font-family: "Playfair Display", serif; font-size: 17px; }
.founder-stamp span { font-size: 13px; letter-spacing: .15em; margin: 5px 0 8px; }
.founder-stamp small { font-size: 8px; letter-spacing: .12em; }
.about-copy { padding: clamp(64px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { max-width: 650px; margin-bottom: 32px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); max-width: 620px; margin: 0 0 18px; font-size: 17px; }
.timeline { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.timeline strong { display: block; color: var(--plum); font: 600 19px/1.2 "Playfair Display", serif; margin-bottom: 6px; }
.timeline span { color: var(--muted); font-size: 12px; }
.booking { padding: 110px clamp(28px, 7vw, 108px); background: var(--plum-dark); color: white; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 8vw, 125px); }
.booking-intro > p:last-child { color: rgba(255,255,255,.64); max-width: 360px; margin-top: 26px; }
.booking-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-card { min-height: 360px; padding: 34px; background: var(--paper); color: var(--ink); text-decoration: none; display: flex; flex-direction: column; transition: transform .2s, background .2s; }
.booking-card:hover { transform: translateY(-6px); }
.booking-card.accent { background: var(--pink); color: var(--plum-dark); }
.card-tag { color: var(--plum); font-size: 10px; letter-spacing: .18em; font-weight: 600; }
.booking-card h3 { font-size: clamp(30px, 3vw, 42px); margin: 65px 0 18px; }
.booking-card p { color: var(--muted); margin: 0; }
.accent p { color: rgba(61,13,42,.72); }
.card-action { margin-top: auto; padding-top: 25px; border-top: 1px solid currentColor; display: flex; justify-content: space-between; font-weight: 600; }
footer { padding: 55px clamp(28px, 7vw, 108px) 30px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 40px; align-items: center; background: var(--ink); color: white; }
.footer-brand { grid-row: span 2; }
.footer-brand img { width: min(100%, 360px); }
footer p { color: rgba(255,255,255,.6); margin: 0; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { text-underline-offset: 5px; }
footer > small { grid-column: 2 / -1; color: rgba(255,255,255,.38); }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-image-wrap { min-height: 660px; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 700px; }
  .booking { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-row: auto; }
  footer > small { grid-column: 1 / -1; }
}
@media (max-width: 650px) {
  .site-header { height: 76px; }
  .site-header .brand img { width: min(70vw, 285px); height: 58px; }
  .menu-button { display: grid; gap: 6px; background: transparent; border: 0; padding: 12px; }
  .menu-button span { display: block; width: 24px; height: 1px; background: white; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 24px; background: var(--plum-dark); flex-direction: column; gap: 20px; }
  nav.open { display: flex; }
  .hero-copy { min-height: 600px; padding-top: 72px; padding-bottom: 110px; }
  .hero-image-wrap { min-height: 500px; }
  .hero-image-wrap img { object-position: center 24%; }
  .statement { padding-block: 70px; }
  .logo-showcase { padding-top: 18px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .service-grid article:last-child { border-bottom: 0; }
  .service-grid h3 { margin-top: 25px; }
  .about-image { min-height: 490px; }
  .about-copy { padding-inline: 28px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline div { padding-bottom: 12px; }
  .booking-options { grid-template-columns: 1fr; }
  .booking-card { min-height: 330px; }
  footer { grid-template-columns: 1fr; }
  footer > small { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
