
:root {
  --ivory: #f4efe5;
  --paper: #faf7f0;
  --ink: #211a16;
  --muted: #73695f;
  --wine: #681f2c;
  --wine-dark: #42131c;
  --gold: #b58a52;
  --line: rgba(33, 26, 22, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
::selection { background: var(--wine); color: #fff; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; border-radius: 2px; }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 28px 4vw;
  border-bottom: 1px solid var(--line);
}

.site-header--light { color: #fff; border-bottom-color: rgba(255,255,255,.28); }

.wordmark {
  width: max-content;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: .78;
  letter-spacing: -.025em;
}

.wordmark span {
  display: block;
  margin-top: 10px;
  font: 8.5px/1 "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.desktop-nav a { position: relative; font-size: 12px; letter-spacing: .06em; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0; bottom: -7px; left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .35s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); }

.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.nav-cta { justify-self: end; padding: 13px 20px; font-size: 12px; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.button { min-height: 50px; padding: 15px 24px; font-size: 12px; letter-spacing: .025em; }
.button-wine { border-color: var(--wine); background: var(--wine); color: #fff; }
.button-wine:hover { background: var(--wine-dark); }

/* Home */
.home-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: url("/images/tuscany-hero.jpg") center 48% / cover no-repeat;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 13, 9, .74) 0%, rgba(20, 13, 9, .26) 62%, rgba(20, 13, 9, .16) 100%),
    linear-gradient(180deg, rgba(14, 10, 8, .4), transparent 34%, rgba(14, 10, 8, .46));
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(900px, 86vw);
  margin: clamp(90px, 14vh, 160px) 0 0 8vw;
  animation: rise .9s .12s ease both;
}

.eyebrow, .section-kicker {
  margin: 0 0 22px;
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(64px, 8.4vw, 128px)/.86 Georgia, "Times New Roman", serif;
  letter-spacing: -.058em;
}

.hero-copy h1 em { display: block; color: #e9c99e; font-weight: 400; }
.hero-intro { max-width: 550px; margin: 30px 0; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-ghost { background: rgba(0, 0, 0, .12); color: #fff; }
.hero-location { position: absolute; z-index: 1; right: 4vw; bottom: 27px; margin: 0; font: italic 14px Georgia, serif; }
.mobile-route-nav { display: none; }

/* Shared editorial pages */
.page-intro {
  display: grid;
  grid-template-columns: 1fr 2.4fr 1fr;
  gap: 4vw;
  padding: clamp(90px, 13vw, 180px) 7vw clamp(70px, 10vw, 140px);
  border-bottom: 1px solid var(--line);
}
.page-intro .section-kicker { padding-top: 16px; color: var(--wine); }
.page-intro h1, .about-copy h1, .contact-hero h1 {
  margin: 0;
  font: 400 clamp(58px, 7.5vw, 112px)/.9 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}
.page-intro h1 em, .about-copy h1 em, .contact-hero h1 em, .split-cta h2 em { color: var(--wine); font-weight: 400; }
.intro-copy { align-self: end; padding-bottom: 6px; }
.intro-copy p { margin: 0; color: var(--muted); line-height: 1.7; }

/* Services */
.service-list { padding: 0 7vw; }
.service-row {
  display: grid;
  grid-template-columns: .6fr 1.7fr 1fr;
  gap: 4vw;
  align-items: start;
  padding: clamp(48px, 7vw, 92px) 0;
  border-bottom: 1px solid var(--line);
}
.service-number { color: var(--wine); font: italic 28px Georgia, serif; }
.service-row h2 { margin: 0 0 22px; font: 400 clamp(32px, 3.7vw, 58px)/1 Georgia, serif; letter-spacing: -.04em; }
.service-row p { margin: 0; max-width: 660px; line-height: 1.7; color: var(--muted); }
.service-detail { font-size: 12px; letter-spacing: .06em; }
.service-action { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.marquee-line { overflow: hidden; padding: 25px 0; background: var(--wine); color: #fff; white-space: nowrap; }
.marquee-line span { display: block; width: max-content; font: italic 22px Georgia, serif; animation: drift 20s linear infinite; }
.split-cta { padding: clamp(90px, 12vw, 170px) 7vw; text-align: center; background: var(--paper); }
.split-cta .section-kicker { color: var(--wine); }
.split-cta h2 { margin: 0 0 42px; font: 400 clamp(46px, 6vw, 86px)/.98 Georgia, serif; letter-spacing: -.045em; }

/* About */
.about-hero { display: grid; grid-template-columns: minmax(320px, .9fr) 1.25fr; min-height: 900px; }
.portrait-frame { position: sticky; top: 0; height: 100vh; min-height: 650px; overflow: hidden; background: var(--wine-dark); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(25,10,10,.42)); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; filter: saturate(.82) sepia(.08); }
.portrait-frame span { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; color: #fff; font: italic 17px Georgia, serif; }
.about-copy { padding: clamp(80px, 9vw, 145px) clamp(40px, 8vw, 130px); }
.about-copy .section-kicker { color: var(--wine); }
.about-copy h1 { margin-bottom: 55px; }
.about-copy > p:not(.section-kicker) { max-width: 680px; margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-copy .about-lead { color: var(--ink) !important; font: 400 clamp(25px, 2.7vw, 42px)/1.25 Georgia, serif; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 55px 0; padding: 30px 0; border-block: 1px solid var(--line); }
.about-facts span { display: block; margin-bottom: 10px; color: var(--wine); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.about-facts strong { font: 400 14px/1.5 Georgia, serif; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font: italic 19px Georgia, serif; }

/* Contact */
.contact-page { background: var(--wine-dark); color: #fff; }
.contact-page .site-header { border-bottom-color: rgba(255,255,255,.24); }
.contact-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; padding: clamp(80px, 12vw, 170px) 7vw; }
.contact-hero .section-kicker { color: #d6ab74; }
.contact-hero h1 { max-width: 800px; }
.contact-hero h1 em { color: #d6ab74; }
.contact-hero > div:first-child > p:last-child { max-width: 600px; margin: 40px 0 0; color: rgba(255,255,255,.67); line-height: 1.7; }
.contact-options { padding-top: 25px; }
.contact-options a { position: relative; display: grid; gap: 15px; padding: 29px 45px 29px 0; border-top: 1px solid rgba(255,255,255,.28); }
.contact-options a:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
.contact-options span { color: #d6ab74; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.contact-options strong { overflow-wrap: anywhere; font: 400 clamp(19px, 2vw, 28px) Georgia, serif; }
.contact-options b { position: absolute; right: 0; top: 50%; font-weight: 400; transform: translateY(-50%); transition: transform .25s ease; }
.contact-options a:hover b { transform: translate(5px, -55%); }
.contact-signoff { padding: 0 7vw 90px; color: rgba(255,255,255,.66); line-height: 1.6; }

/* Footer */
.site-footer {
  display: grid;
  grid-template-columns: 1.3fr .6fr 1fr;
  gap: 5vw;
  padding: 70px 7vw 28px;
  background: var(--ink);
  color: #fff;
}
.footer-mark { font-size: 32px; }
.site-footer > div:first-child p { color: rgba(255,255,255,.52); font: italic 15px Georgia, serif; }
.site-footer nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: 12px; }
.footer-contact strong { color: #fff; font-size: 14px; font-weight: 500; }
.footer-contact span { color: rgba(255,255,255,.5); }
.footer-note { grid-column: 1 / -1; margin: 55px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .08em; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes drift { from { transform: translateX(100vw); } to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .page-intro { grid-template-columns: 1fr 2.5fr; }
  .intro-copy { grid-column: 2; }
  .about-hero { grid-template-columns: .85fr 1.15fr; }
  .about-facts { grid-template-columns: 1fr; }
  .contact-hero { gap: 6vw; }
}

@media (max-width: 720px) {
  .site-header { padding: 22px 20px; }
  .wordmark { font-size: 23px; }
  .nav-cta { padding: 11px 14px; font-size: 10px; }
  .home-hero { min-height: 100svh; background-position: 58% center; }
  .hero-copy { width: calc(100% - 40px); margin: 15vh 20px 0; }
  .hero-copy h1 { font-size: clamp(52px, 17vw, 78px); line-height: .91; }
  .hero-copy h1 em { line-height: .95; }
  .hero-intro { max-width: 390px; margin: 24px 0; font-size: 15px; }
  .hero-actions { gap: 8px; }
  .button { min-height: 46px; padding: 13px 18px; }
  .hero-location { display: none; }
  .mobile-route-nav { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.35); font-size: 10px; }

  .page-intro { display: block; padding: 80px 20px 68px; }
  .page-intro h1 { margin-bottom: 36px; font-size: clamp(52px, 15vw, 74px); }
  .page-intro .section-kicker { padding-top: 0; }
  .service-list { padding: 0 20px; }
  .service-row { grid-template-columns: 48px 1fr; gap: 18px; padding: 55px 0; }
  .service-action { grid-column: 2; }
  .split-cta { padding: 90px 20px; }
  .split-cta h2 { font-size: 48px; }

  .about-hero { display: block; }
  .portrait-frame { position: relative; height: 75svh; min-height: 520px; }
  .about-copy { padding: 80px 20px; }
  .about-copy h1 { font-size: 68px; margin-bottom: 40px; }
  .about-copy .about-lead { font-size: 29px; }
  .about-facts { grid-template-columns: 1fr; gap: 25px; }

  .contact-hero { display: block; padding: 80px 20px 100px; }
  .contact-hero h1 { font-size: 55px; }
  .contact-options { margin-top: 65px; }
  .contact-signoff { padding: 0 20px 70px; }

  .site-footer { grid-template-columns: 1fr 1fr; padding: 60px 20px 25px; }
  .site-footer > div:first-child { grid-column: 1 / -1; margin-bottom: 25px; }
  .footer-contact { overflow-wrap: anywhere; }
}

@media (max-width: 390px) {
  .nav-cta { display: none; }
  .site-header { grid-template-columns: 1fr; }
  .hero-copy { margin-top: 14vh; }
  .hero-copy h1 { font-size: 54px; }
  .button { font-size: 10px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div:first-child, .footer-note { grid-column: 1; }
}
