@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --bg: #F6F1E8;
  --paper: #FFFDF8;
  --ink: #203B3A;
  --green: #2F7770;
  --coral: #D76D4D;
  --mint: #B8D7CE;
  --sand: #E8DCC7;
  --yellow: #F1B64B;
  --line: rgba(32, 59, 58, .19);
  --line-light: rgba(255,255,255,.23);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.52; }
body:has(.mobile-menu.open) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
::selection { background: var(--coral); color: white; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; }
p { margin-bottom: 1rem; }

.site-header {
  height: 84px;
  padding: 0 clamp(20px, 4vw, 74px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(246,241,232,.94);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 30;
}

.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 142px; max-height: 44px; object-fit: contain; object-position: left center; }

.desktop-nav { display: flex; align-items: center; gap: clamp(17px, 2.2vw, 34px); margin-left: auto; }
.desktop-nav a {
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
}
.desktop-nav a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 4px;
  background: var(--coral);
  transition: width .28s cubic-bezier(.2,.8,.2,1);
}
.desktop-nav a:hover::after,
.desktop-nav a.active::after { width: 100%; }

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  transition: background .2s, color .2s, border-color .2s;
}
.header-call {
  margin-left: 9px;
  padding: 11px 15px;
  background: var(--coral);
  color: white;
  font-size: 12px;
}
.header-call span,
.button span,
.mobile-call span {
  font-size: 19px;
  line-height: .5;
  transform: rotate(-25deg);
}
.button { padding: 15px 20px; font-size: 14px; }
.button-coral { background: var(--coral); color: white; }
.button-coral:hover { background: #bf583c; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--mint); }

.menu-toggle, .mobile-menu { display: none; }

.eyebrow,
.overline,
.section-marker,
.location-label,
.care-number,
.care-tag,
.footer-label {
  font: 500 10px/1.35 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
}
.overline { color: var(--coral); margin-bottom: 15px; }
.light { color: var(--paper); }

.pulse-mini {
  width: 28px;
  height: 9px;
  display: inline-block;
  flex: 0 0 auto;
  background:
    linear-gradient(160deg, transparent 39%, var(--green) 40%, var(--green) 53%, transparent 54%),
    linear-gradient(20deg, transparent 45%, var(--green) 46%, var(--green) 58%, transparent 59%);
  border-bottom: 1px solid var(--green);
}
.light .pulse-mini {
  background:
    linear-gradient(160deg, transparent 39%, var(--mint) 40%, var(--mint) 53%, transparent 54%),
    linear-gradient(20deg, transparent 45%, var(--mint) 46%, var(--mint) 58%, transparent 59%);
  border-color: var(--mint);
}

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  align-items: center;
  gap: clamp(42px, 7vw, 130px);
  padding: clamp(62px, 9vw, 145px) clamp(20px, 7vw, 122px) 58px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.65rem, 6.65vw, 7.4rem); }
.hero-lede { max-width: 550px; margin-bottom: 0; font-size: clamp(1.04rem, 1.4vw, 1.28rem); line-height: 1.57; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 37px 0; }
.text-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s, padding .2s;
}
.text-link:hover { color: var(--coral); padding-right: 5px; }
.text-link b { padding-left: 8px; }

.location-line {
  max-width: 520px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font: 11px/1.6 var(--mono);
}
.location-label { display: block; margin-bottom: 4px; color: var(--coral); }

.hero-art { min-height: 560px; position: relative; }
.hero-arch {
  min-height: 560px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 52% 52% 14px 14px;
  background: var(--sand);
}
.sun-disc {
  width: 44%;
  aspect-ratio: 1;
  position: absolute;
  top: 10%;
  right: 11%;
  border-radius: 50%;
  background: var(--yellow);
}
.facade { position: absolute; bottom: 0; background: var(--green); }
.facade-one { width: 43%; height: 64%; left: 0; border-radius: 0 105px 0 0; }
.facade-two { width: 47%; height: 77%; right: 0; background: #427f79; border-radius: 120px 0 0 0; }
.door { width: 19%; height: 42%; position: absolute; bottom: 0; left: 37%; background: var(--ink); border-radius: 65px 65px 0 0; }
.window { width: 13%; height: 10%; position: absolute; border: 2px solid var(--mint); }
.window-one { left: 10%; bottom: 32%; }
.window-two { right: 15%; bottom: 42%; }
.art-note {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
  background: var(--paper);
  font: 10px/1.55 var(--mono);
  letter-spacing: .06em;
}
.hero-pulse { width: 120%; position: absolute; z-index: 4; left: -15%; bottom: 8%; }
.pulse-path path,
.hero-pulse path {
  stroke: var(--coral);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-band {
  display: grid;
  grid-template-columns: .8fr 2.1fr 1.7fr;
  gap: clamp(28px, 4vw, 70px);
  padding: clamp(80px, 11vw, 174px) 8%;
  border-top: 1px solid var(--line);
}
.section-marker { color: var(--green); }
.intro-band h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4vw, 4.7rem); }
.large-copy { max-width: 490px; margin: 5px 0 0; font-size: clamp(1.13rem, 1.6vw, 1.48rem); line-height: 1.52; }

.care-preview {
  display: grid;
  grid-template-columns: minmax(240px, 4fr) minmax(400px, 7fr);
  gap: 8%;
  padding: 105px 8% 142px;
  background: var(--paper);
}
.sticky-heading { height: max-content; }
.sticky-heading h2 { margin-bottom: 34px; font-size: clamp(3rem, 5.1vw, 5.7rem); }
.care-list { border-top: 1px solid var(--line); }
.care-item {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  gap: 17px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.care-number, .care-tag { padding-top: 5px; color: var(--green); }
.care-tag { white-space: nowrap; color: var(--coral); }
.care-item h3 { margin-bottom: 8px; font-family: var(--sans); font-size: 21px; font-weight: 600; letter-spacing: -.025em; }
.care-item p { max-width: 510px; margin: 0; color: rgba(32,59,58,.79); }

.route-cta { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; background: var(--green); color: var(--paper); }
.route-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 10vw, 154px) 14%; }
.route-copy h2, .call-band h2 { margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 5.9rem); }
.route-copy p:not(.eyebrow) { max-width: 440px; margin-bottom: 35px; font-size: 17px; line-height: 1.58; }

.map-grid {
  position: relative;
  overflow: hidden;
  background-color: var(--sand);
  background-image:
    linear-gradient(29deg, transparent 48.5%, rgba(47,119,112,.14) 49%, rgba(47,119,112,.14) 51%, transparent 51.5%),
    linear-gradient(119deg, transparent 48.5%, rgba(47,119,112,.11) 49%, rgba(47,119,112,.11) 51%, transparent 51.5%);
}
.map-street, .road { position: absolute; z-index: 2; color: rgba(32,59,58,.62); font: 10px var(--mono); letter-spacing: .12em; }
.street-a { top: 29%; left: 23%; transform: rotate(-29deg); }
.street-b { top: 68%; right: 14%; transform: rotate(32deg); }
.mini-route { width: 100%; height: 100%; position: absolute; inset: 0; }
.mini-route path, .route-path { fill: none; stroke: var(--coral); stroke-width: 7; stroke-linecap: round; }
.map-dot { width: 22px; height: 22px; position: absolute; z-index: 3; top: 35%; right: 18%; border: 5px solid var(--paper); border-radius: 50%; background: var(--green); }
.map-destination {
  position: absolute;
  z-index: 3;
  top: 47%;
  right: 8%;
  padding: 10px;
  background: var(--paper);
  color: var(--ink);
  font: 10px/1.55 var(--mono);
}
.map-destination b { color: var(--coral); }

.call-band { padding: clamp(90px, 12vw, 156px) 20px; background: var(--sand); text-align: center; }
.call-band .eyebrow { justify-content: center; }
.call-band h2 em { color: var(--green); }
.small-note { margin: 20px auto 0; font-size: 12px; }

.site-footer { padding: 56px 8% 24px; background: var(--ink); color: var(--paper); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 37px; border-bottom: 1px solid var(--line-light); }
.footer-brand img { width: 150px; filter: brightness(0) invert(1); }
.footer-top p { max-width: 290px; margin: 0; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.1fr; gap: 40px; padding: 42px 0; }
.footer-label { display: block; margin-bottom: 13px; color: var(--mint); }
.footer-grid address { line-height: 1.75; }
.footer-grid a:not(.footer-call) { display: block; width: max-content; margin-bottom: 8px; transition: color .2s; }
.footer-grid a:not(.footer-call):hover { color: var(--mint); }
.footer-call { font: 400 clamp(1.5rem,2vw,2.15rem)/1.15 var(--serif); border-bottom: 1px solid var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line-light); color: var(--mint); font: 10px var(--mono); }

.page-hero, .arrival-hero, .contact-hero { padding: clamp(78px, 11vw, 165px) 12% clamp(75px, 9vw, 132px); }
.page-hero { max-width: 1120px; }
.page-hero h1, .arrival-hero h1, .contact-hero h1 { margin-bottom: 28px; font-size: clamp(3.9rem, 7.9vw, 8.5rem); }
.page-hero > p:not(.eyebrow), .arrival-hero > div > p:not(.eyebrow), .contact-hero > div > p:not(.eyebrow) { max-width: 635px; font-size: 19px; line-height: 1.58; }
.page-pulse { width: min(700px, 100%); margin-top: 72px; color: var(--green); }
.page-pulse svg { width: 100%; }
.page-pulse path { stroke: currentColor; stroke-width: 3; }

.service-section { display: grid; grid-template-columns: minmax(220px,1fr) minmax(400px,2fr); gap: 8%; padding: 110px 12%; background: var(--paper); }
.service-nav { position: sticky; top: 105px; height: max-content; }
.service-nav h2 { margin-bottom: 22px; font-size: clamp(2.75rem,4vw,4.5rem); }
.service-nav p:not(.overline) { max-width: 285px; }
.service-nav .button { margin-top: 16px; }
.service-details { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 54px 1fr; column-gap: 20px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.service-card > span { grid-row: 1 / 4; color: var(--coral); font: 11px var(--mono); }
.service-card h3 { margin-bottom: 13px; font: 400 clamp(2rem,3.1vw,3.25rem)/1 var(--serif); }
.service-card p { max-width: 610px; margin-bottom: 13px; }
.service-card strong { color: var(--green); font: 10px/1.5 var(--mono); letter-spacing: .08em; }
.urgent strong { color: var(--coral); }

.image-text { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10%; padding: 135px 12%; }
.image-frame, .door-illustration { position: relative; overflow: hidden; }
.image-frame { height: 510px; border-radius: 180px 180px 12px 12px; }
.image-frame img, .door-illustration img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; right: 0; bottom: 0; padding: 9px 12px; background: var(--paper); color: var(--ink); font: 9px var(--mono); letter-spacing: .09em; }
.image-text h2, .arrival-info h2 { margin-bottom: 22px; font-size: clamp(3rem,4.5vw,5rem); }
.image-text p:not(.eyebrow), .arrival-info p:not(.eyebrow) { max-width: 475px; font-size: 17px; }

.arrival-hero { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8%; }
.address-card { padding: 28px; border: 1px solid var(--green); border-radius: 18px; }
.address-card > span, .contact-location > span { display: block; margin-bottom: 7px; color: var(--coral); font: 10px var(--mono); letter-spacing: .1em; }
.address-card strong, .contact-location strong { display: block; font: 29px var(--serif); }
.address-card p { margin: 8px 0 19px; font: 12px var(--mono); }
.address-card a { padding-bottom: 4px; border-bottom: 1px solid; font-size: 13px; font-weight: 700; }

.map-section { padding: 25px 8% 132px; }
.map-title { display: flex; align-items: end; gap: 44px; margin-bottom: 35px; }
.map-title h2 { margin-bottom: 0; font-size: clamp(3rem,5vw,5rem); }
.map-title p:last-child { max-width: 280px; margin: 0; }
.large-map { height: min(58vw, 620px); border-radius: 12px; }
.large-map svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.r1 { top: 22%; left: 10%; transform: rotate(10deg); }
.r2 { bottom: 20%; left: 35%; transform: rotate(-25deg); }
.r3 { top: 30%; right: 14%; transform: rotate(65deg); }
.r4 { right: 15%; bottom: 15%; transform: rotate(12deg); }
.destination-pin { display: flex; align-items: center; gap: 12px; position: absolute; z-index: 3; top: 39%; right: 9%; padding: 13px; background: var(--paper); font: 10px/1.55 var(--mono); }
.destination-pin span { width: 25px; height: 25px; border: 5px solid var(--mint); border-radius: 50%; background: var(--green); }
.destination-pin b { color: var(--coral); }
.map-start { position: absolute; bottom: 16%; left: 9%; color: var(--green); font: 10px var(--mono); }
.arrival-info { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 11%; padding: 108px 13%; background: var(--paper); }
.door-illustration { height: 430px; border-radius: 12px; }
.door-line { width: 90%; position: absolute; bottom: 21%; left: -10%; border-top: 5px solid var(--coral); transform: rotate(-14deg); }

.contact-hero { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 10%; }
.contact-location { margin-bottom: 10px; padding: 13px 0 13px 22px; border-left: 2px solid var(--coral); }
.contact-location p { margin: 8px 0 16px; font: 12px/1.5 var(--mono); }
.contact-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11%; padding: 112px 14%; background: var(--paper); }
.contact-side h2 { margin-bottom: 22px; font-size: clamp(3rem,4vw,4.6rem); }
.contact-side > p { font-size: 17px; }
.emergency-note { margin-top: 52px; padding-top: 17px; border-top: 1px solid var(--line); }
.emergency-note span { color: var(--coral); font: 10px var(--mono); letter-spacing: .1em; }
.emergency-note p { margin: 8px 0 0; font-size: 13px; line-height: 1.55; }

.contact-form { display: grid; gap: 25px; }
.contact-form label { color: var(--ink); font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%;
  display: block;
  margin-top: 6px;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  resize: vertical;
  transition: border-color .2s, box-shadow .2s;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--coral); box-shadow: 0 2px 0 var(--coral); }
.contact-form .button { justify-self: start; margin-top: 6px; }
.contact-closing { min-height: 490px; display: flex; align-items: center; position: relative; overflow: hidden; padding: 90px 14%; background: var(--green); color: var(--paper); }
.contact-closing img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; opacity: .2; mix-blend-mode: multiply; }
.contact-closing > div { max-width: 670px; position: relative; }
.contact-closing h2 { margin-bottom: 31px; font-size: clamp(3rem,5vw,5.65rem); }

.mobile-call { display: none; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 800px) {
  body { padding-bottom: 64px; }
  .site-header { height: 70px; padding: 0 20px; }
  .brand img { width: 111px; }
  .desktop-nav, .header-call { display: none; }
  .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 7px; border: 0; background: transparent; }
  .menu-toggle span { width: 25px; height: 2px; display: block; background: var(--ink); transition: transform .25s, width .25s; }
  .menu-toggle span:last-child { width: 17px; }
  .menu-toggle.open span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle.open span:last-child { width: 25px; transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu { padding: 24px 20px 34px; position: fixed; z-index: 25; inset: 70px 0 auto; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-menu.open { display: flex; flex-direction: column; gap: 12px; }
  .mobile-menu a { width: max-content; font: 32px var(--serif); }
  .menu-kicker { margin: 0 0 10px; color: var(--coral); font: 10px var(--mono); letter-spacing: .1em; }

  .hero { display: block; min-height: auto; padding: 65px 20px 35px; }
  .hero h1 { font-size: clamp(3.3rem,14vw,5rem); }
  .hero-art { min-height: 390px; margin-top: 54px; }
  .hero-arch { min-height: 390px; }
  .hero-actions { margin: 29px 0; }
  .location-line { font-size: 10px; }

  .intro-band { display: block; padding: 80px 20px; }
  .section-marker { display: block; margin-bottom: 40px; }
  .intro-band h2 { margin-bottom: 27px; }

  .care-preview { display: block; padding: 76px 20px; }
  .sticky-heading { margin-bottom: 44px; }
  .care-item { grid-template-columns: 30px 1fr; gap: 13px; }
  .care-tag { grid-column: 2; padding-top: 0; }
  .care-item h3 { font-size: 20px; }

  .route-cta { display: block; }
  .route-copy { padding: 75px 20px; }
  .route-map { height: 350px; }
  .call-band { padding: 90px 20px; }

  .site-footer { padding: 45px 20px 24px; }
  .footer-top { display: block; }
  .footer-top p { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; padding: 37px 0; }
  .footer-bottom { font-size: 8px; }

  .page-hero, .arrival-hero, .contact-hero { display: block; padding: 76px 20px; }
  .page-hero h1, .arrival-hero h1, .contact-hero h1 { font-size: clamp(3.3rem,14vw,5rem); }
  .page-pulse { margin-top: 47px; }

  .service-section { display: block; padding: 72px 20px; }
  .service-nav { position: static; margin-bottom: 53px; }
  .service-card { grid-template-columns: 33px 1fr; padding: 30px 0; }
  .service-card h3 { font-size: 2rem; }

  .image-text, .arrival-info { display: flex; flex-direction: column; align-items: stretch; gap: 45px; padding: 77px 20px; }
  .image-frame, .door-illustration { width: 100%; height: 370px; }

  .arrival-hero .address-card { margin-top: 45px; }
  .map-section { padding: 20px 20px 76px; }
  .map-title { display: block; margin-bottom: 28px; }
  .map-title h2 { margin-bottom: 18px; }
  .large-map { height: 430px; }
  .destination-pin { top: 35%; right: 5%; font-size: 9px; }

  .contact-location { margin-top: 45px; }
  .contact-content { display: block; padding: 76px 20px; }
  .contact-side { margin-bottom: 49px; }
  .contact-closing { min-height: 430px; padding: 76px 20px; }

  .mobile-call { height: 63px; display: flex; align-items: center; justify-content: center; gap: 9px; position: fixed; z-index: 35; right: 0; bottom: 0; left: 0; background: var(--coral); color: white; font-size: 14px; font-weight: 700; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}