

:root {
  --navy: #101c2c;
  --deep: #081d31;
  --mid: #17334e;
  --parchment: #f5f0e6;
  --white: #fcfaf5;
  --gold: #c7a66a;
  --gold-light: #e1c892;
  --blue-gray: #9aabbc;
  --ink: #172231;
  --muted: #657282;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

.site-header {
  align-items: center;
  background: var(--parchment);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(355px, 1fr) auto auto;
  min-height: 112px;
  padding: 20px clamp(24px, 4.5vw, 72px);
  position: relative;
  z-index: 20;
}
.brand { align-items: center; display: flex; min-width: 0; }
.brand-rule { background: var(--gold); height: 64px; margin: 0 24px; width: 1px; }
.brand-text { display: flex; flex-direction: column; gap: 5px; }
.brand-text strong {
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 600;
  line-height: .95;
  white-space: nowrap;
}
.brand-text small { color: #63778b; font-size: 14px; font-weight: 500; }
.monogram { display: inline-block; flex: 0 0 66px; height: 72px; position: relative; width: 66px; }
.monogram i {
  -webkit-text-fill-color: #bd9147;
  -webkit-text-stroke: .35px #76501e;
  color: #bd9147;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  text-shadow: -1px -1px 0 #f2d997, 0 1px 0 #9b6b28, 0 3px 0 #76501e, 0 7px 10px rgba(41,25,5,.26);
  top: -5px;
  transform: rotate(-4deg);
  z-index: 2;
}
.monogram i:last-child { left: 11px; top: 10px; transform: rotate(4deg); z-index: 1; }
.monogram-small { transform: scale(.66); }
.site-header nav { align-items: center; display: flex; gap: clamp(22px, 2.7vw, 44px); }
.site-header nav a { color: var(--navy); font-size: 15px; font-weight: 600; padding: 12px 0 9px; position: relative; }
.site-header nav a::after {
  background: var(--gold);
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { transform: scaleX(1); }
.header-phone, .button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}
.header-phone {
  border: 1px solid var(--gold);
  color: var(--navy);
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  white-space: nowrap;
}
.header-phone svg, .button svg { height: 22px; width: 22px; }
.header-phone:hover, .button:hover { transform: translateY(-2px); }

.hero {
  background: radial-gradient(circle at 18% 18%, rgba(24,52,79,.5), transparent 36%), var(--deep);
  color: var(--white);
  min-height: calc(100vh - 112px);
  overflow: hidden;
  padding: clamp(70px,8vh,108px) clamp(24px,4.5vw,72px) 136px;
  position: relative;
}
.hero-copy { max-width: min(50vw,720px); position: relative; z-index: 5; }
.eyebrow {
  align-items: center;
  color: var(--gold-light);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 14px;
  letter-spacing: .16em;
  margin: 0 0 29px;
  text-transform: uppercase;
}
.eyebrow span { background: var(--gold); height: 1px; position: relative; width: 54px; }
.eyebrow span::after {
  background: var(--gold);
  content: "";
  height: 7px;
  position: absolute;
  right: 7px;
  top: -3px;
  transform: rotate(45deg);
  width: 7px;
}
.hero h1 {
  color: var(--parchment);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px,5.25vw,80px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .96;
  margin: 0;
  max-width: 750px;
}
.hero-lede {
  color: var(--blue-gray);
  font-size: clamp(17px,1.45vw,21px);
  line-height: 1.6;
  margin: 32px 0 0;
  max-width: 620px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.button { gap: 12px; min-height: 62px; padding: 0 28px; }
.button-gold {
  background: linear-gradient(135deg,var(--gold-light),var(--gold));
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  color: var(--deep);
}
.button-line { border: 1px solid var(--gold); color: var(--gold-light); }
.button:hover { box-shadow: 0 18px 35px rgba(0,0,0,.28); }
.availability { color: #9bafc2; font-size: 13px; line-height: 1.55; margin: 22px 0 0; max-width: 570px; }

.hero-art { bottom: 46px; left: 47%; overflow: hidden; position: absolute; right: 0; top: 0; }
.hero-art img { height: 100%; object-fit: cover; object-position: 52% center; width: 100%; }
.hero-art::after {
  background: linear-gradient(90deg,var(--deep) 0%,rgba(8,29,49,.9) 5%,rgba(8,29,49,.3) 18%,transparent 35%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.trust-bar {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(8,29,49,.92);
  border: 1px solid var(--gold);
  border-radius: 16px;
  bottom: 28px;
  display: flex;
  font-size: clamp(13px,1.2vw,17px);
  font-weight: 600;
  gap: clamp(18px,2.7vw,45px);
  justify-content: center;
  left: clamp(24px,4.5vw,72px);
  min-height: 78px;
  padding: 15px 28px;
  position: absolute;
  right: clamp(24px,4.5vw,72px);
  z-index: 8;
}
.trust-bar svg { color: var(--gold); height: 29px; width: 29px; }
.trust-bar i { background: var(--gold); border-radius: 50%; height: 6px; width: 6px; }

.credential-strip {
  align-items: center;
  background: var(--parchment);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 30px clamp(24px,6vw,96px);
}
.credential-strip p { font-family: "Cormorant Garamond",Georgia,serif; font-size: 24px; font-weight: 600; margin: 0; }
.credential-strip div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.credential-strip span, .credential-list span {
  border: 1px solid rgba(23,34,49,.18);
  border-radius: 999px;
  color: #526273;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 9px 13px;
  text-transform: uppercase;
}

.section { padding: clamp(78px,10vw,140px) clamp(24px,7vw,110px); }
.section-heading { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.15fr .85fr; margin-bottom: 64px; }
.section-heading h2, .settings h2, .about h2, .service-area h2, .faq-intro h2, .appointment h2 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: clamp(44px,5vw,72px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
  margin: 0;
}
.section-heading > p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0; }
.kicker { color: #9b743c; font-size: 12px; font-weight: 800; letter-spacing: .15em; margin: 0 0 20px; text-transform: uppercase; }
.kicker-light { color: var(--gold-light); }
.service-grid { border-left: 1px solid #ddd6ca; border-top: 1px solid #ddd6ca; display: grid; grid-template-columns: repeat(4,1fr); }
.service-card { border-bottom: 1px solid #ddd6ca; border-right: 1px solid #ddd6ca; min-height: 270px; padding: 34px 30px; transition: background 180ms ease,transform 180ms ease; }
.service-card:hover { background: var(--parchment); transform: translateY(-3px); }
.service-card > span { color: var(--gold); font-family: "Cormorant Garamond",Georgia,serif; font-size: 19px; }
.service-card h3 { font-family: "Cormorant Garamond",Georgia,serif; font-size: 28px; font-weight: 600; line-height: 1.05; margin: 34px 0 15px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }

.settings { background: var(--navy); color: var(--white); display: grid; grid-template-columns: 1fr 1fr; min-height: 710px; }
.settings-visual {
  align-items: center;
  background: radial-gradient(circle at 50% 40%,rgba(199,166,106,.24),transparent 42%),repeating-linear-gradient(45deg,rgba(255,255,255,.02) 0 2px,transparent 2px 7px);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 60px;
  position: relative;
}
.settings-visual::before,.settings-visual::after { border: 1px solid rgba(199,166,106,.28); content:""; height: 72%; position:absolute; transform:rotate(45deg); width:55%; }
.settings-visual::after { transform:rotate(-45deg); }
.settings-card {
  align-items: center;
  background: var(--parchment);
  box-shadow: 0 25px 80px rgba(0,0,0,.4);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 48px 55px;
  position: relative;
  transform: rotate(-4deg);
  z-index: 2;
}
.settings-card > span { font-family: "Cormorant Garamond",Georgia,serif; font-size: 24px; }
.settings-copy { align-self: center; max-width: 680px; padding: 80px clamp(35px,7vw,110px); }
.settings-copy > p:not(.kicker) { color: #b1bfcd; font-size: 17px; line-height: 1.75; }
.settings-copy ul { color: #d8e0e7; line-height: 2; list-style: none; margin: 25px 0; padding: 0; }
.settings-copy li::before { color: var(--gold); content: "—"; margin-right: 12px; }
.text-link { border-bottom: 1px solid var(--gold); color: var(--gold-light); display: inline-flex; font-weight: 700; gap: 18px; padding-bottom: 8px; }

.about { align-items: center; display: grid; gap: clamp(50px,9vw,140px); grid-template-columns: .8fr 1.2fr; }
.about-mark {
  align-items: center;
  aspect-ratio: 4/5;
  background: linear-gradient(150deg,#efe6d7,#d9c7aa);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.about-mark::after { border: 1px solid rgba(16,28,44,.32); content:""; inset:22px; position:absolute; }
.about-mark .monogram { transform: scale(2.2); }
.about-mark small { bottom:45px; color:#6d665d; font-size:10px; letter-spacing:.15em; position:absolute; text-transform:uppercase; }
.about-copy { max-width: 720px; }
.about-copy > p:not(.kicker,.about-title) { color: var(--muted); font-size: 17px; line-height: 1.8; }
.about-title { color: #9b743c; font-size: 14px; font-weight: 800; letter-spacing: .08em; margin: 14px 0 30px; text-transform: uppercase; }
.credential-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }

.process { background: var(--parchment); padding: clamp(75px,9vw,125px) clamp(24px,7vw,110px); }
.process-heading { grid-template-columns: 1fr; }
.process-grid { border-top:1px solid #cfc5b5; display:grid; grid-template-columns:repeat(3,1fr); }
.process-grid article { border-right:1px solid #cfc5b5; padding:38px 42px 10px 0; }
.process-grid article:not(:first-child) { padding-left:42px; }
.process-grid article:last-child { border:0; }
.process-grid span { align-items:center; border:1px solid var(--gold); border-radius:50%; color:#8f682e; display:flex; font-family:"Cormorant Garamond",Georgia,serif; font-size:22px; height:48px; justify-content:center; width:48px; }
.process-grid h3 { font-family:"Cormorant Garamond",Georgia,serif; font-size:34px; margin:30px 0 10px; }
.process-grid p { color:var(--muted); line-height:1.7; }

.service-area { align-items:center; background:var(--deep); color:var(--white); display:grid; gap:10vw; grid-template-columns:1fr 1fr; padding:clamp(80px,10vw,150px) clamp(24px,7vw,110px); }
.service-area > div:first-child > p:not(.kicker) { color:#aebac6; line-height:1.75; margin:28px 0 36px; max-width:620px; }
.city-list { border-left:1px solid var(--gold); display:flex; flex-direction:column; padding-left:clamp(35px,6vw,90px); }
.city-list span { border-bottom:1px solid rgba(255,255,255,.15); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(38px,4.5vw,68px); line-height:1.25; }
.city-list small { color:var(--gold-light); font-size:13px; letter-spacing:.1em; padding-top:20px; text-transform:uppercase; }

.faqs { align-items:start; display:grid; gap:9vw; grid-template-columns:.75fr 1.25fr; }
.faq-intro { position:sticky; top:40px; }
.faq-intro > p:not(.kicker) { color:var(--muted); line-height:1.75; }
.faq-intro > a { color:#9b743c; display:inline-block; font-size:20px; font-weight:800; margin-top:18px; }
.faq-list { border-top:1px solid #d8d0c4; }
.faq-list details { border-bottom:1px solid #d8d0c4; padding:24px 0; }
.faq-list summary { cursor:pointer; font-family:"Cormorant Garamond",Georgia,serif; font-size:25px; font-weight:600; list-style:none; padding-right:44px; position:relative; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { color:var(--gold); content:"+"; font-family:"Manrope",Arial,sans-serif; font-size:25px; position:absolute; right:8px; top:0; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { color:var(--muted); line-height:1.75; margin:18px 50px 4px 0; }

.appointment { background:var(--navy); color:var(--white); display:grid; gap:8vw; grid-template-columns:.8fr 1.2fr; padding:clamp(80px,10vw,145px) clamp(24px,7vw,110px); }
.appointment-intro > p:not(.kicker) { color:#aebac6; line-height:1.75; margin:28px 0; }
.contact-lines { display:flex; flex-direction:column; gap:14px; margin-top:35px; }
.contact-lines a { align-items:center; display:flex; gap:15px; }
.contact-lines svg { color:var(--gold); height:24px; width:24px; }
.contact-lines span { display:flex; flex-direction:column; font-weight:700; }
.contact-lines small { color:#8fa1b2; font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.appointment-form { background:var(--white); color:var(--ink); display:flex; flex-direction:column; gap:18px; padding:clamp(28px,4vw,55px); }
.field-row { display:grid; gap:18px; grid-template-columns:1fr 1fr; }
.appointment-form label { color:#4b5968; display:flex; flex-direction:column; font-size:11px; font-weight:800; gap:8px; letter-spacing:.05em; text-transform:uppercase; }
.appointment-form input,.appointment-form select,.appointment-form textarea {
  background:transparent;
  border:0;
  border-bottom:1px solid #bfc4c7;
  border-radius:0;
  color:var(--ink);
  font:500 15px "Manrope",Arial,sans-serif;
  outline:none;
  padding:11px 2px;
  text-transform:none;
}
.appointment-form textarea { border:1px solid #bfc4c7; padding:12px; resize:vertical; }
.appointment-form input:focus,.appointment-form select:focus,.appointment-form textarea:focus { border-color:var(--gold); }
.form-submit { border:0; cursor:pointer; margin-top:8px; width:100%; }
.appointment-form > p { color:#7c8792; font-size:11px; line-height:1.5; margin:0; text-align:center; }

footer { background:#061421; color:#d8e0e7; display:grid; gap:35px; grid-template-columns:1fr auto auto; padding:65px clamp(24px,7vw,110px) 30px; }
.footer-brand { align-items:center; display:flex; gap:20px; }
.footer-brand .monogram { color:var(--gold-light); transform:scale(.8); }
.footer-brand > span { display:flex; flex-direction:column; }
.footer-brand strong { font-family:"Cormorant Garamond",Georgia,serif; font-size:27px; }
.footer-brand small { color:#7f91a1; font-size:11px; }
.footer-links,.footer-contact { display:flex; flex-direction:column; font-size:13px; gap:10px; }
.footer-links a:hover,.footer-contact a:hover { color:var(--gold-light); }
.disclaimer,.copyright { border-top:1px solid rgba(255,255,255,.12); color:#718292; font-size:10px; grid-column:1/-1; line-height:1.6; margin:0; padding-top:20px; }
.copyright { border:0; padding:0; }
.mobile-call { display:none; }

@media (max-width:1100px) {
  .site-header { grid-template-columns:1fr auto; }
  .site-header nav { display:none; }
  .hero-copy { max-width:60vw; }
  .hero-art { left:55%; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:760px) {
  .site-header { gap:10px; min-height:90px; padding:13px 18px; }
  .brand-rule { height:46px; margin:0 10px; }
  .brand-text strong { font-size:25px; }
  .brand-text small { font-size:10px; }
  .monogram { flex-basis:43px; height:48px; width:43px; }
  .monogram i { font-size:47px; }
  .monogram i:last-child { left:10px; top:10px; }
  .header-phone { border:0; min-height:44px; padding:0; width:44px; }
  .header-phone span { display:none; }
  .hero { min-height:auto; padding:62px 22px 132px; }
  .hero-copy { max-width:none; }
  .hero h1 { font-size:clamp(46px,13.5vw,62px); }
  .hero-art { bottom:80px; left:52%; opacity:.25; right:-60%; top:5%; }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .button { width:100%; }
  .trust-bar { bottom:20px; flex-wrap:wrap; font-size:11px; gap:9px 14px; min-height:82px; padding:13px; }
  .trust-bar svg { display:none; }
  .trust-bar i { height:4px; width:4px; }
  .credential-strip { align-items:flex-start; flex-direction:column; padding:28px 22px; }
  .credential-strip div { justify-content:flex-start; }
  .section-heading,.settings,.about,.service-area,.faqs,.appointment { grid-template-columns:1fr; }
  .section-heading { gap:25px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:0; }
  .settings-visual { min-height:480px; }
  .settings-copy { padding:70px 24px; }
  .about-mark { max-height:520px; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid article,.process-grid article:not(:first-child) { border-bottom:1px solid #cfc5b5; border-right:0; padding:30px 0; }
  .service-area { gap:60px; }
  .city-list { padding-left:25px; }
  .faq-intro { position:static; }
  .appointment { gap:50px; }
  .field-row { grid-template-columns:1fr; }
  footer { grid-template-columns:1fr; }
  .disclaimer,.copyright { grid-column:auto; }
  .mobile-call {
    align-items:center;
    background:var(--gold);
    border-radius:50%;
    bottom:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.3);
    color:var(--deep);
    display:flex;
    height:54px;
    justify-content:center;
    position:fixed;
    right:18px;
    width:54px;
    z-index:50;
  }
  .mobile-call svg { height:24px; width:24px; }
}
@media (prefers-reduced-motion:no-preference) {
  .hero-copy > * { animation:rise-in 500ms ease both; }
  .hero-copy > :nth-child(2) { animation-delay:70ms; }
  .hero-copy > :nth-child(3) { animation-delay:140ms; }
  .hero-copy > :nth-child(4) { animation-delay:210ms; }
  .hero-art { animation:art-in 650ms ease both; }
}
@keyframes rise-in { from { opacity:0; transform:translateY(12px); } }
@keyframes art-in { from { opacity:0; transform:scale(.985); } }
