:root {
  --cream: #f5f0e7;
  --cream-2: #ece4d7;
  --paper: #fbf8f2;
  --ink: #171713;
  --muted: #666258;
  --gold: #b4883c;
  --gold-light: #d8bc7e;
  --line: rgba(23, 23, 19, 0.16);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Montserrat', Arial, sans-serif;
  --shadow: 0 28px 60px rgba(33, 29, 21, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.75; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 0; left: 1rem; transform: translateY(-120%); background: var(--ink); color: white; padding: .6rem 1rem; }
.skip-link:focus { transform: none; }

h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: -.025em; margin: 0; }
h1 { font-size: clamp(3.25rem, 6.2vw, 7.6rem); }
h2 { font-size: clamp(2.7rem, 4.8vw, 5.8rem); }
h3 { font-size: 1.8rem; }
p { margin: 0 0 1.2rem; }
.lead { font-size: clamp(1.02rem, 1.35vw, 1.25rem); max-width: 44rem; }
.eyebrow, .small-label, .footer-heading { color: var(--gold); text-transform: uppercase; letter-spacing: .23em; font-size: .69rem; font-weight: 600; margin-bottom: 1rem; }
.signature-line { font-family: var(--serif); color: var(--gold); font-size: clamp(1.35rem, 2vw, 2rem); font-style: italic; }
.section { width: min(1200px, calc(100% - 8vw)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.section-heading { max-width: 46rem; }
.section-heading.centered { margin: 0 auto 4rem; text-align: center; }
.centered { text-align: center; }

.site-header { position: relative; z-index: 20; min-height: 150px; padding: 12px 4vw; display: grid; grid-template-columns: 260px 1fr auto; gap: 2.5rem; align-items: center; background: rgba(248, 244, 237, .97); border-bottom: 1px solid var(--line); }
.brand { width: 235px; height: 122px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.brand img { width: 235px; height: 156px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.5vw, 2.8rem); }
.site-nav a { position: relative; padding: .65rem 0; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.site-nav a::after { content: ''; position: absolute; left: 50%; right: 50%; bottom: 0; height: 1px; background: var(--gold); transition: .25s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { left: 0; right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); margin: 5px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .88rem 1.55rem; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .14em; font-size: .69rem; font-weight: 600; cursor: pointer; transition: .25s ease; }
.button--gold { background: var(--gold); color: white; }
.button--gold:hover { background: #92702f; transform: translateY(-2px); }
.button--outline { border-color: var(--ink); }
.button--outline:hover { background: var(--ink); color: white; }
.button--text { padding-left: 0; padding-right: 0; color: var(--gold); border-bottom-color: var(--gold); }
.button-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

.hero { min-height: 720px; position: relative; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; background: var(--paper); }
.hero-image { grid-column: 2; min-height: 720px; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { grid-row: 1; grid-column: 1; align-self: center; padding: 7vw 4vw 7vw 7vw; }
.hero-copy h1 { max-width: 700px; margin-bottom: 2rem; }
.hero-copy .lead { color: var(--muted); }
.benefit-bar { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--ink); color: white; }
.benefit-bar span { padding: 1.5rem 1rem; text-align: center; font-size: .67rem; text-transform: uppercase; letter-spacing: .14em; border-right: 1px solid rgba(255,255,255,.14); }
.intro-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 9vw; }
.intro-grid > div:last-child { padding-top: 1rem; color: var(--muted); }
.process-section { width: 100%; max-width: none; padding-left: 4vw; padding-right: 4vw; background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); max-width: 1500px; margin: auto; }
.process-grid article { padding: 2.3rem; border-left: 1px solid var(--line); }
.process-grid article:last-child { border-right: 1px solid var(--line); }
.process-grid span, .values-grid span, .service-list article > span { color: var(--gold); font-family: var(--serif); font-size: 1.35rem; }
.process-grid h3 { margin: 2rem 0 1rem; }
.process-grid p { color: var(--muted); font-size: .9rem; }

.cta-panel { padding: clamp(5rem, 10vw, 9rem) 5vw; text-align: center; color: white; background: linear-gradient(rgba(18,18,14,.82), rgba(18,18,14,.82)), url('/assets/images/black-sedan-coast.png') center/cover; }
.cta-panel h2 { max-width: 900px; margin: 0 auto 1rem; }
.cta-panel p:not(.eyebrow) { color: rgba(255,255,255,.72); }

.about-hero { position: relative; min-height: 760px; overflow: hidden; }
.about-hero > img { width: 100%; height: 760px; object-fit: cover; object-position: center 30%; }
.about-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,16,12,.7), transparent 64%); }
.about-hero-card { position: absolute; z-index: 2; top: 50%; left: 7vw; width: min(540px, 42vw); transform: translateY(-50%); color: white; }
.about-hero-card h1 { font-size: clamp(3.4rem, 5.2vw, 6.7rem); margin-bottom: 1.5rem; }
.about-hero-card p:last-child { color: rgba(255,255,255,.8); font-size: 1.08rem; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.story-image { min-height: 600px; box-shadow: var(--shadow); }
.story-image--milan { background: linear-gradient(rgba(35,31,25,.12),rgba(35,31,25,.12)), url('/assets/images/black-sedan-coast.png') left center/190% auto; filter: sepia(.25) saturate(.65); }
.story-copy p { color: var(--muted); }
.quote-section { max-width: 940px; text-align: center; }
.quote-section blockquote { color: var(--gold); font-size: clamp(3rem, 5vw, 5.3rem); }
.quote-section p { margin-top: 1.4rem; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5vw; border-top: 1px solid var(--line); }
.values-grid h3 { margin: 1.2rem 0; }
.values-grid p { color: var(--muted); }

.wide-image { position: relative; min-height: 660px; color: white; overflow: hidden; }
.wide-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wide-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,14,.72), rgba(18,18,14,.05)); }
.wide-image > div { position: relative; z-index: 2; width: min(620px, 50vw); padding: 10rem 0 7rem 7vw; }
.wide-image h2 { margin-bottom: 2rem; }

.page-hero { min-height: 650px; position: relative; overflow: hidden; color: white; }
.page-hero img { width: 100%; height: 650px; object-fit: cover; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,17,14,.78), rgba(18,17,14,.08) 70%); }
.page-hero > div { position: absolute; z-index: 2; left: 7vw; top: 50%; transform: translateY(-50%); width: min(700px, 48vw); }
.page-hero h1 { margin-bottom: 1.6rem; }
.page-hero p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 1.12rem; }
.page-hero--faqs img, .page-hero--contact img { object-position: center; }
.services-intro { text-align: center; max-width: 850px; }
.services-intro p:last-child { color: var(--muted); }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 7vw; padding-top: 0; }
.service-list article { display: grid; grid-template-columns: 55px 1fr; gap: 1.4rem; padding: 2.1rem 0; border-top: 1px solid var(--line); }
.service-list p { color: var(--muted); }
.cta-panel--image { background-image: linear-gradient(rgba(18,18,14,.76), rgba(18,18,14,.76)), url('/assets/images/silver-porsche-coast.png'); }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.faq-layout > .section-heading { position: sticky; top: 2rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: none; padding: 1.55rem 0; display: flex; justify-content: space-between; text-align: left; cursor: pointer; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; }
.faq-item button span:last-child { color: var(--gold); font-family: var(--sans); transition: .2s; }
.faq-item button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { color: var(--muted); padding: 0 3rem 1.6rem 0; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.contact-card { margin-top: 3rem; padding: 2.2rem; background: var(--ink); color: white; }
.contact-card .small-label { margin: 1.25rem 0 .2rem; }
.contact-card .small-label:first-child { margin-top: 0; }
.contact-card a { font-family: var(--serif); font-size: 1.35rem; }
.search-form { padding: clamp(2rem, 5vw, 4rem); background: var(--paper); box-shadow: var(--shadow); }
.search-form label, .search-form legend { display: grid; gap: .6rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 600; }
.search-form input, .search-form select, .search-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); padding: .8rem 0; outline: none; text-transform: none; letter-spacing: normal; }
.search-form input:focus, .search-form select:focus, .search-form textarea:focus { border-color: var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.search-form > label, .search-form fieldset { margin-bottom: 1.5rem; }
.search-form fieldset { padding: 0; border: 0; }
.radio-row { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.radio-row label { display: flex; align-items: center; gap: .4rem; }
.radio-row input { width: auto; }
.form-note { color: var(--muted); font-size: .76rem; margin-top: 1rem; }
.contact-image-strip { min-height: 520px; position: relative; overflow: hidden; }
.contact-image-strip img { width: 100%; height: 520px; object-fit: cover; object-position: center 55%; }
.contact-image-strip::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,14,.75), transparent); }
.contact-image-strip div { position: absolute; z-index: 2; left: 7vw; top: 50%; transform: translateY(-50%); color: white; width: min(620px, 45vw); }

.site-footer { background: #151512; color: #eee9df; padding: 5rem 5vw 1.6rem; }
.footer-inner { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 5vw; max-width: 1450px; margin: auto; }
.footer-brand img { width: 250px; height: 165px; object-fit: contain; filter: brightness(1.35); }
.footer-brand p { color: rgba(255,255,255,.58); max-width: 380px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer-column a { color: rgba(255,255,255,.72); font-size: .85rem; }
.footer-column a:hover { color: var(--gold-light); }
.socials { display: flex; flex-wrap: wrap; gap: .55rem; }
.socials a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; text-transform: uppercase; font-size: .59rem; }
.footer-note { color: rgba(255,255,255,.45); font-size: .75rem; margin-top: 1rem; }
.footer-bottom { max-width: 1450px; margin: 4rem auto 0; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; }
.not-found { min-height: 65vh; display: grid; place-content: center; text-align: center; padding: 6rem 2rem; }
.not-found h1 { margin-bottom: 1rem; }
.not-found .button { margin-top: 1.5rem; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 210px 1fr auto; gap: 1rem; }
  .brand, .brand img { width: 200px; }
  .site-nav { gap: 1rem; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-image { grid-row: 1; grid-column: 1; min-height: 600px; }
  .hero-image::after { content: ''; position: absolute; inset: 0; background: rgba(245,240,231,.74); }
  .hero-copy { position: relative; z-index: 2; grid-row: 1; grid-column: 1; padding: 8vw; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .site-header { min-height: 112px; grid-template-columns: 1fr auto; padding: 8px 5vw; }
  .brand { width: 180px; height: 96px; }
  .brand img { width: 180px; height: 120px; }
  .menu-toggle { display: block; z-index: 3; }
  .site-nav { position: fixed; inset: 0; padding: 8rem 2rem 2rem; background: var(--cream); display: none; flex-direction: column; align-items: center; gap: 1.1rem; }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-family: var(--serif); font-size: 2.2rem; text-transform: none; letter-spacing: 0; }
  .hero, .hero-image { min-height: 650px; }
  .hero-copy { padding: 8rem 7vw 4rem; }
  .hero-image img { opacity: .42; }
  .benefit-bar { grid-template-columns: 1fr; }
  .benefit-bar span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding: .9rem; }
  .intro-grid, .story-grid, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 1px solid var(--line); }
  .values-grid { grid-template-columns: 1fr; }
  .about-hero, .about-hero > img { min-height: 680px; height: 680px; }
  .about-hero > img { object-position: 60% center; }
  .about-hero::after { background: linear-gradient(0deg, rgba(18,16,12,.78), rgba(18,16,12,.08)); }
  .about-hero-card { top: auto; bottom: 3rem; left: 7vw; width: 86vw; transform: none; }
  .story-image { min-height: 360px; }
  .wide-image, .page-hero { min-height: 590px; }
  .wide-image > div, .page-hero > div { left: 7vw; width: 86vw; padding-left: 0; }
  .page-hero img { height: 590px; }
  .service-list { grid-template-columns: 1fr; }
  .faq-layout > .section-heading { position: static; }
  .field-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-image-strip div { width: 84vw; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-column:last-child { grid-column: 1 / 3; }
  .footer-bottom { gap: 1rem; flex-direction: column; }
}
