:root {
  --ivory: #f6f2eb;
  --paper: #fffdf9;
  --ink: #172026;
  --muted: #6f716f;
  --copper: #b65d35;
  --copper-dark: #944524;
  --line: rgba(23, 32, 38, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
main { overflow: hidden; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 100px; padding: 0 clamp(24px, 4vw, 72px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(246, 242, 235, 0.9); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 18px; }
.monogram { position: relative; width: 58px; height: 62px; border-right: 1px solid var(--copper); color: var(--copper); font-family: Georgia, serif; }
.monogram i { position: absolute; font-style: normal; font-size: 40px; line-height: 1; }
.monogram i:first-child { left: 0; top: 3px; }
.monogram i:last-child { left: 20px; top: 19px; }
.brand-copy { display: grid; gap: 6px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.2vw, 34px); font-weight: 400; letter-spacing: .03em; }
.brand-copy small { color: var(--copper-dark); font-size: 10px; letter-spacing: .26em; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); }
nav a { position: relative; padding: 39px 0 34px; font-size: 14px; }
nav a::after { content: ""; position: absolute; inset: auto 0 25px; height: 1px; background: var(--copper); transform: scaleX(0); transition: transform .35s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; background: none; border: 0; padding: 12px; }

.hero { min-height: 780px; padding-top: 100px; display: grid; grid-template-columns: 44% 56%; background-color: var(--ivory); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 210px 210px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(30px, 6vw, 120px); background: linear-gradient(90deg, rgba(246,242,235,.98) 80%, rgba(246,242,235,.72)); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--copper-dark); font-size: 11px; font-weight: 700; letter-spacing: .19em; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
h1 { font-size: clamp(60px, 6.5vw, 116px); line-height: .9; }
h1 em, h2 em { color: var(--copper); font-style: normal; }
.hero-lead { max-width: 600px; margin: 38px 0 0; color: #4e5559; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; border: 1px solid var(--copper); font-size: 14px; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button svg, .service-card svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .25s ease; }
.button b, .service-card b { font-size: 20px; font-weight: 400; transition: transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover svg, .service-card:hover svg, .button:hover b, .service-card:hover b { transform: translateX(5px); }
.button-primary { color: #fff; background: var(--copper); }
.button-primary:hover { background: var(--copper-dark); }
.button-ghost { color: var(--copper-dark); background: rgba(255,255,255,.35); }
.hero-visual { position: relative; min-width: 0; }
.image-frame { position: absolute; inset: 0; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); overflow: hidden; }
.image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero:hover .image-frame img { transform: scale(1.045); }
.location-mark { position: absolute; right: 5%; bottom: 6%; z-index: 2; min-width: 190px; padding: 22px; display: grid; color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(21,30,35,.82); backdrop-filter: blur(12px); }
.location-mark span { color: #d9a287; font-size: 11px; }
.location-mark strong { margin-top: 20px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.location-mark small { margin-top: 6px; color: rgba(255,255,255,.67); }

.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 11vw, 220px); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 34px rgba(33,33,28,.06); }
.trust-strip > div { min-height: 108px; display: flex; align-items: center; justify-content: center; gap: 22px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-strip > div > span { color: var(--copper); font-family: Georgia, serif; font-size: 34px; }
.trust-strip p { display: grid; gap: 8px; margin: 0; }
.trust-strip strong { font-size: 14px; }
.trust-strip small { color: var(--muted); }

.section { padding: clamp(90px, 11vw, 180px) clamp(24px, 6vw, 110px); }
.services { display: grid; grid-template-columns: minmax(280px, .75fr) 1.65fr; gap: clamp(60px, 8vw, 150px); }
.section-heading h2, .approach h2, .contact h2 { font-size: clamp(52px, 6vw, 100px); line-height: .98; }
.section-heading > p:last-child { max-width: 430px; margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: end; }
.service-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.58); transition: transform .35s ease, box-shadow .35s ease, background .35s ease; }
.service-card:nth-child(2) { transform: translateY(30px); }
.service-card:hover { transform: translateY(-8px); background: #fff; box-shadow: 0 24px 60px rgba(56,42,31,.11); }
.service-card:nth-child(2):hover { transform: translateY(22px); }
.card-top { display: flex; align-items: center; justify-content: space-between; color: var(--copper); font-size: 12px; }
.service-card h3 { margin: auto 0 18px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.approach { position: relative; min-height: 850px; padding: clamp(90px, 10vw, 170px) clamp(24px, 9vw, 170px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; color: #f6f2eb; background: #172026; }
.approach::before { content: ""; position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at 20% 60%, #b65d35, transparent 32%), linear-gradient(120deg, transparent 35%, rgba(255,255,255,.06) 35.2%, transparent 35.4%); }
.approach-index { position: relative; font-family: Georgia, serif; font-size: clamp(200px, 31vw, 560px); line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(246,242,235,.12); transform: translateX(-9%); }
.approach-copy { position: relative; z-index: 2; max-width: 670px; }
.eyebrow.light { color: #d89270; }
.approach-copy > p:nth-of-type(2) { max-width: 570px; margin: 36px 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.8; }
.approach ol { padding: 0; margin: 45px 0 0; list-style: none; }
.approach li { display: grid; grid-template-columns: 55px 1fr; gap: 5px 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); }
.approach li span { grid-row: span 2; color: #d89270; font-size: 11px; }
.approach li strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.approach li small { color: rgba(255,255,255,.5); }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 13vw, 220px); align-items: center; }
.about-kicker { min-height: 420px; padding: 42px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--copper); }
.about-kicker span { font-size: 11px; letter-spacing: .25em; }
.about-kicker strong { font-family: Georgia, serif; font-size: clamp(36px, 4vw, 68px); font-weight: 400; line-height: 1.04; }
.about-copy h2 { max-width: 800px; font-size: clamp(45px, 5vw, 82px); line-height: 1.02; }
.about-copy > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 180px); background: #efeae2; }
.compact h2 { font-size: clamp(50px, 5vw, 78px); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 92px; display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; gap: 12px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: clamp(18px, 1.6vw, 25px); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--copper); font-family: Arial, sans-serif; font-size: 10px; }
.faq summary i { color: var(--copper); font-family: Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: 300; transition: transform .3s ease; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { max-width: 650px; padding: 0 55px 28px; margin: 0; color: var(--muted); line-height: 1.75; }

.contact { padding: clamp(110px, 13vw, 210px) clamp(24px, 10vw, 180px); color: #fff; background: var(--copper); }
.contact h2 em { color: #172026; }
.contact > p:nth-of-type(2) { max-width: 650px; margin: 35px 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.contact-grid { margin-top: 58px; display: grid; grid-template-columns: .82fr 1fr 1.55fr; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.contact-grid > * { position: relative; min-height: 150px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; border-right: 1px solid rgba(255,255,255,.3); transition: background .3s ease; }
.contact-grid > *:last-child { border-right: 0; }
.contact-grid a:hover { background: rgba(23,32,38,.14); }
.contact-grid small { color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .2em; }
.contact-grid strong { max-width: 440px; font-family: Georgia, serif; font-size: clamp(17px, 1.6vw, 24px); font-weight: 400; line-height: 1.45; }
.contact-grid svg, .contact-grid > a > b { position: absolute; right: 25px; top: 25px; width: 19px; color: #fff; font-size: 20px; font-weight: 400; transition: transform .25s ease; }
.contact-grid a:hover svg, .contact-grid a:hover > b { transform: translateX(5px); }
.contact-grid address { font-style: normal; }

.contact-form { margin-top: 70px; padding-top: 55px; display: grid; grid-template-columns: .75fr 1.55fr; gap: clamp(40px, 8vw, 130px); border-top: 1px solid rgba(255,255,255,.3); }
.form-heading { display: flex; flex-direction: column; gap: 18px; }
.form-heading small { color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .2em; }
.form-heading strong { max-width: 360px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 48px); font-weight: 400; line-height: 1.08; }
.form-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
.form-fields label:not(.consent):not(.honeypot) { display: grid; gap: 10px; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .1em; }
.form-fields input:not([type="checkbox"]), .form-fields textarea { width: 100%; padding: 14px 0; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; outline: 0; font: 16px Arial, sans-serif; resize: vertical; }
.form-fields input:focus, .form-fields textarea:focus { border-bottom-color: #fff; }
.form-fields .full { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -10000px !important; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ink); }
.consent button { padding: 0; color: #fff; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.65); cursor: pointer; }
.form-submit { display: flex; align-items: center; gap: 22px; }
.form-button { color: #fff; background: var(--ink); border-color: var(--ink); cursor: pointer; }
.form-button:disabled { opacity: .55; cursor: wait; }
#form-status { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
#form-status.success { color: #d9f0df; }
#form-status.error { color: #ffe0d5; }

footer { padding: 44px clamp(24px, 6vw, 110px); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; background: var(--paper); }
.footer-brand .monogram { width: 44px; height: 48px; }
.footer-brand .monogram i { font-size: 30px; }
.footer-brand .monogram i:last-child { left: 15px; top: 16px; }
.footer-brand .brand-copy strong { font-size: 20px; }
.footer-brand .brand-copy small { font-size: 8px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a, .footer-links button { padding: 0; color: var(--muted); background: none; border: 0; cursor: pointer; font-size: 13px; }
footer > small { color: var(--muted); font-size: 11px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(10,16,19,.72); backdrop-filter: blur(10px); }
.modal { position: relative; width: min(860px, 100%); max-height: 82vh; overflow: auto; padding: clamp(32px, 5vw, 65px); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal h2 { margin-bottom: 28px; font-size: clamp(35px, 5vw, 58px); }
.modal > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.modal h3 { margin: 34px 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.modal p strong { color: var(--ink); }
.modal .legal-date { margin-top: -12px; color: var(--copper); font-size: 12px; }
.modal-close { position: absolute; top: 18px; right: 22px; color: var(--ink); background: none; border: 0; cursor: pointer; font-size: 32px; font-weight: 200; }
[hidden] { display: none !important; }
body.modal-open { overflow: hidden; }

[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .site-header { height: 84px; }
  .brand-copy strong { font-size: 22px; }
  .monogram { width: 48px; height: 54px; }
  .monogram i { font-size: 34px; }
  .monogram i:last-child { left: 17px; top: 17px; }
  nav { gap: 20px; }
  nav a { font-size: 12px; }
  .hero { min-height: 720px; padding-top: 84px; grid-template-columns: 48% 52%; }
  .services { grid-template-columns: 1fr; }
  .service-grid { max-width: 900px; }
}

@media (max-width: 800px) {
  .site-header { height: 76px; padding-inline: 20px; }
  .brand { gap: 10px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 7px; }
  .monogram { width: 39px; height: 45px; }
  .monogram i { font-size: 28px; }
  .monogram i:last-child { left: 14px; top: 14px; }
  .menu-toggle { display: grid; gap: 7px; }
  .menu-toggle span { display: block; width: 27px; height: 1px; background: var(--ink); }
  nav { position: fixed; inset: 76px 0 auto; padding: 25px; display: grid; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: .35s ease; }
  nav.is-open { transform: none; opacity: 1; }
  nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 76px; display: flex; flex-direction: column; }
  .hero-copy { min-height: 590px; padding: 80px 24px 70px; }
  .hero h1 { font-size: clamp(55px, 16vw, 86px); }
  .hero-visual { min-height: 480px; }
  .image-frame { clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%); }
  .location-mark { right: 20px; bottom: 20px; min-width: 170px; }
  .trust-strip { grid-template-columns: 1fr; padding: 0 24px; }
  .trust-strip > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2) { min-height: 245px; transform: none; }
  .service-card:nth-child(2):hover { transform: translateY(-8px); }
  .approach { min-height: auto; padding: 100px 24px; grid-template-columns: 1fr; }
  .approach-index { position: absolute; top: 100px; left: -20px; font-size: 250px; }
  .approach-copy { margin-left: 0; }
  .about, .faq { grid-template-columns: 1fr; gap: 70px; }
  .about-kicker { min-height: 320px; }
  .contact { padding: 100px 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > * { min-height: 125px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .contact-grid > *:last-child { border-bottom: 0; }
  .contact-form { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 480px) {
  .brand-copy small { display: none; }
  .button { width: 100%; justify-content: space-between; }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 390px; }
  .faq details p { padding-left: 0; padding-right: 0; }
  .footer-links { justify-content: space-between; }
  .form-fields { grid-template-columns: 1fr; }
  .form-fields .full { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
}
