@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&family=Sacramento&display=swap');

:root{
  --navy:#0d3157;
  --blue:#163f68;
  --gold:#d9a128;
  --pale:#eaf4fa;
  --cream:#fbf7ed;
  --ink:#17324f;
  --muted:#5d6f81;
  --line:#d7e0e8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"DM Sans",Arial,sans-serif}
a{color:inherit;text-decoration:none}

header{height:82px;padding:4px 4.1%;display:grid;grid-template-columns:225px 1fr;align-items:center;border-bottom:1px solid #f2f2f2;background:#fff}.logo{width:225px;height:70px;display:flex;align-items:center}.logo img{max-width:100%;max-height:67px;object-fit:contain}.header-actions{justify-self:end;display:flex;align-items:center;gap:22px}.nav-shell{display:flex;align-items:center;gap:44px;background:rgba(255,255,255,.48);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:9px;padding:2px 18px;box-shadow:0 1px 7px rgba(0,0,0,.035)}nav{display:flex;gap:0;font-weight:600}nav a{display:block;white-space:nowrap;font-size:16px;padding:10px 0;position:relative}nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:#e58d00}.lang{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.48);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:9px;padding:2px 10px;box-shadow:0 1px 7px rgba(0,0,0,.035)}.lang button{border:0;background:transparent;color:#003c75;font:600 15px Arial,Helvetica,sans-serif;padding:7px 1px;cursor:pointer}.lang button.active{color:#e58d00}.lang i{width:1px;height:18px;background:#e58d00}

.contact-hero{
  width:min(1180px,88vw);margin:0 auto;min-height:530px;
  display:grid;grid-template-columns:1.02fr .98fr;gap:90px;align-items:center;padding:58px 0 54px
}
.eyebrow,.mini-label{margin:0 0 13px;color:var(--gold);font-size:12px;letter-spacing:.22em;font-weight:700}
h1,h2{font-family:"Playfair Display",Georgia,serif;color:var(--navy);margin:0}
h1{font-size:clamp(48px,5vw,72px);line-height:.98;letter-spacing:-.025em}
.gold{color:var(--gold)}
.script{font-family:"Sacramento",cursive;color:var(--gold);font-size:35px;line-height:1;margin:13px 0 15px}
.intro{max-width:515px;margin:0 0 21px;color:var(--muted);font-size:15px;line-height:1.65}
.spanish-callout{
  display:inline-block;margin:1px 0 28px;padding:8px 18px;border-radius:6px;
  background:var(--navy);color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em
}
.contact-details{display:grid;gap:17px}
.detail-row{display:flex;gap:14px;align-items:center}
.icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--pale);color:var(--navy);font-size:17px;flex:0 0 38px}
.detail-label{margin:0 0 3px;font-size:12px;color:#738292}
.detail-row a{font-family:"Playfair Display",Georgia,serif;font-weight:700;color:var(--navy);font-size:17px}
.service-notes p{margin:2px 0;color:var(--navy);font-size:13px;font-weight:600}

.get-in-touch{
  background:linear-gradient(135deg,#eef7fb 0%,#e5f1f8 100%);
  border-radius:22px;padding:48px 48px 43px;position:relative;overflow:hidden
}
.get-in-touch:after{
  content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(217,161,40,.24);
  border-radius:50%;right:-75px;top:-80px
}
.get-in-touch h2{font-size:38px;line-height:1.12;margin-bottom:18px;max-width:430px}
.get-in-touch>p:not(.mini-label):not(.response-note){font-size:14px;line-height:1.7;color:var(--muted);max-width:455px}
.email-button{
  margin-top:24px;display:flex;align-items:center;justify-content:space-between;
  background:var(--navy);color:#fff;border-radius:8px;padding:15px 19px;
  font-size:13px;font-weight:700;transition:.2s
}
.email-button:hover{transform:translateY(-1px);background:#17466f}
.response-note{margin:20px 0 0!important;color:#6b7d8d!important;font-size:11px!important;font-style:italic}

.appointment{
  width:min(1180px,88vw);margin:0 auto 46px;padding:28px 36px;
  background:var(--cream);border-radius:16px;
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.appointment .eyebrow{margin-bottom:5px;font-size:10px}
.appointment h2{font-size:25px}
.schedule-button{
  flex:0 0 auto;background:var(--gold);color:#fff;padding:13px 21px;border-radius:7px;
  font-size:13px;font-weight:700;transition:.2s
}
.schedule-button:hover{transform:translateY(-1px);filter:brightness(.97)}

.cta{
  background:var(--pale);min-height:125px;padding:26px max(6vw,30px);
  display:flex;align-items:center;justify-content:center;gap:min(20vw,250px)
}
.cta .eyebrow{margin-bottom:4px;font-size:10px}
.cta h2{font-size:27px}
.cta>a{color:var(--navy);font-size:13px;font-weight:700;border-bottom:1px solid var(--gold);padding-bottom:4px}

.footer-main{
  background:var(--navy);color:#fff;min-height:104px;padding:24px max(6vw,30px);
  display:flex;justify-content:space-between;align-items:center
}
.footer-title{font-family:"Playfair Display",Georgia,serif;font-size:19px;margin:0 0 4px;font-weight:700}
.footer-tagline,.footer-contact p{margin:3px 0;font-size:11px;color:#d9e3ec}
.footer-contact{text-align:right}
.footer-spanish{color:#fff!important;font-weight:700!important}
.legal{
  min-height:34px;padding:9px max(6vw,30px);display:flex;justify-content:space-between;
  color:#7a8792;font-size:9px;border-top:1px solid #eef1f3
}
.legal a:hover{color:var(--gold)}
.legal b{font-weight:400;margin:0 8px}

@media(max-width:850px){
  .contact-hero{width:min(88vw,600px);grid-template-columns:1fr;gap:34px;padding:42px 0}
  h1{font-size:52px}
  .get-in-touch{padding:34px 28px}
  .get-in-touch h2{font-size:31px}
  .appointment{padding:24px 26px;margin-bottom:32px}
  .appointment h2{font-size:21px}
  .cta{padding:27px 7vw;gap:24px;justify-content:space-between}
  .cta h2{font-size:22px}
}
@media(max-width:560px){
  h1{font-size:45px}
  .script{font-size:31px}
  .spanish-callout{margin-bottom:24px}
  .appointment{display:block}
  .schedule-button{display:inline-block;margin-top:17px}
  .cta{display:block}
  .cta>a{display:inline-block;margin-top:14px}
  .footer-main,.legal{display:block;text-align:center}
  .footer-contact{text-align:center;margin-top:13px}
  .legal span{display:block;margin:4px 0}
}

@media(max-width:1050px){header{grid-template-columns:190px 1fr;padding:4px 3%}.logo{width:185px}.nav-shell{gap:24px;padding:2px 12px}.header-actions{gap:12px}}
@media(max-width:650px){header{height:auto;grid-template-columns:1fr;padding:10px 5%}.logo{width:170px;height:auto}.header-actions{justify-self:stretch;display:flex;flex-direction:column;align-items:stretch;gap:8px}.nav-shell{justify-content:flex-start;gap:22px;overflow-x:auto}.lang{align-self:flex-end}nav a{padding:9px 0}}

@media (min-width:1051px) and (min-height:700px){.contact-hero{min-height:390px;padding:28px 0 24px;gap:70px}h1{font-size:54px}.script{font-size:31px;margin:9px 0 10px}.intro{margin-bottom:13px;line-height:1.45}.spanish-callout{margin-bottom:16px;padding:7px 16px}.contact-details{gap:10px}.get-in-touch{padding:32px 38px 29px}.get-in-touch h2{font-size:32px;margin-bottom:12px}.email-button{margin-top:16px;padding:12px 17px}.response-note{margin-top:12px!important}.appointment{margin-bottom:18px;padding:18px 30px}.cta{min-height:88px;padding-top:17px;padding-bottom:17px}.footer-main{min-height:72px;padding-top:14px;padding-bottom:14px}.legal{min-height:27px;padding-top:6px;padding-bottom:6px}}

/* Final launch cleanup */
.detail-email-link{display:flex;flex-direction:column;gap:3px;color:inherit;text-decoration:none}.detail-email-link .detail-label{margin:0}.detail-email-link span:last-child{font-weight:600;color:var(--navy)}


/* Contact hero handwritten accent — final position */
@media (min-width:851px){
  .contact-copy{position:relative}
  .contact-copy .script{
    position:absolute;
    left:72%;
    top:118px;
    width:max-content;
    margin:0;
    font-size:43px;
    line-height:1;
    transform:rotate(-4deg);
    z-index:2;
  }
}
@media (min-width:1051px) and (min-height:700px){
  .contact-copy .script{left:74%;top:103px;font-size:40px}
}
