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

:root {
  color-scheme: light;
  --ink: #14211c;
  --ink-soft: #526059;
  --ivory: #f3efe5;
  --paper: #faf8f2;
  --navy: #162923;
  --blue: #1d58c9;
  --amber: #d7892d;
  --green: #3d8a64;
  --line: rgb(20 33 28 / 15%);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea { font: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100% - 3rem, 88rem);
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 0;
  transform: translateX(-50%);
}
.wordmark { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-weight: 700; text-decoration: none; }
.wordmark-mark { display: flex; width: 1.55rem; height: 1.55rem; align-items: flex-end; gap: 2px; border-radius: 50%; background: var(--ink); padding: 6px 5px; }
.wordmark-mark i { display: block; width: 3px; border-radius: 2px; background: var(--ivory); }
.wordmark-mark i:nth-child(1) { height: 35%; }
.wordmark-mark i:nth-child(2) { height: 72%; }
.wordmark-mark i:nth-child(3) { height: 50%; }
.header-cta { border-bottom: 1px solid var(--ink); font-size: .83rem; font-weight: 600; padding-bottom: .2rem; text-decoration: none; }

.hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(20rem, .88fr) minmax(28rem, 1.12fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  padding: clamp(7.5rem, 12vh, 10rem) max(1.5rem, calc((100vw - 88rem) / 2)) 4rem;
  background: radial-gradient(circle at 12% 20%, rgb(215 137 45 / 10%), transparent 25rem), var(--ivory);
}
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.6rem; color: #5e6963; font-size: .69rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 1.8rem; height: 1px; background: currentColor; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.047em; }
.hero h1 { max-width: 12ch; font-size: clamp(3.4rem, 6vw, 6.5rem); line-height: .92; }
.hero h1 em, h2 em { color: var(--green); font-weight: 400; }
.hero-intro { max-width: 37rem; margin: 2rem 0 0; color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 3.25rem; border: 0; border-radius: 0; cursor: pointer; font-weight: 600; padding: .85rem 1.25rem; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--green); }
.text-link { font-size: .88rem; font-weight: 600; text-underline-offset: .3rem; }
.reassurance { display: flex; align-items: center; gap: .6rem; margin: 2.2rem 0 0; color: var(--ink-soft); font-size: .82rem; }
.reassurance span { display: grid; width: 1.4rem; height: 1.4rem; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: .65rem; }

.hero-media { min-width: 0; }
.video-shell { position: relative; overflow: hidden; background: #d5c5a9; box-shadow: 0 2rem 5rem rgb(20 33 28 / 17%); }
.video-shell::after { position: absolute; inset: 0; border: 1px solid rgb(255 255 255 / 30%); content: ""; pointer-events: none; }
.video-shell video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video-control { position: absolute; right: 1rem; bottom: 1rem; display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border: 1px solid rgb(255 255 255 / 60%); border-radius: 50%; background: rgb(20 33 28 / 70%); color: white; cursor: pointer; backdrop-filter: blur(8px); }
.video-control:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.pause-icon { width: .55rem; height: .7rem; border-right: 2px solid; border-left: 2px solid; }
.play-icon { display: none; width: 0; height: 0; margin-left: 2px; border-top: .38rem solid transparent; border-bottom: .38rem solid transparent; border-left: .58rem solid white; }
.video-control.paused .pause-icon { display: none; }
.video-control.paused .play-icon { display: block; }
.media-caption { display: flex; justify-content: space-between; margin: .9rem 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: .83rem; font-style: italic; }

.section-pad { padding: clamp(5.5rem, 10vw, 10rem) max(1.5rem, calc((100vw - 76rem) / 2)); }
h2 { font-size: clamp(2.9rem, 5.7vw, 6rem); line-height: .97; }
.tension { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(4rem, 10vw, 10rem); border-top: 1px solid var(--line); }
.tension-content { padding-top: 2.3rem; }
.tension-content .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.35; }
.tension-content > p:not(.lead) { color: var(--ink-soft); line-height: 1.7; }
.channels { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2.2rem; }
.channels span { border: 1px solid var(--line); border-radius: 10rem; color: var(--ink-soft); font-size: .75rem; padding: .5rem .85rem; }

.transformation { overflow: hidden; background: var(--navy); color: #f8f6ef; }
.transformation-intro { display: grid; grid-template-columns: 1.1fr .65fr; gap: clamp(2rem, 9vw, 9rem); padding-bottom: 4rem; }
.transformation-intro .eyebrow { grid-column: 1 / -1; }
.eyebrow-light { color: #a9b7af; }
.transformation-intro h2 em, .outcome-copy h2 em, .contact h2 em { color: #8fbb9f; }
.transformation-intro > p:last-child { align-self: end; margin: 0 0 .5rem; color: #b8c1bc; line-height: 1.7; }
.signal-board { display: grid; width: min(100% - 3rem, 70rem); grid-template-columns: 1fr 5rem 1fr; gap: 1rem; align-items: center; margin: 0 auto; padding: clamp(2rem, 5vw, 4rem); background: #f7f5ef; color: var(--ink); box-shadow: 0 3rem 8rem rgb(0 0 0 / 25%); transform: translateY(2.2rem); }
.signal-column { display: grid; gap: .75rem; }
.board-label { margin: 0 0 .6rem; color: #718078; font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.request { display: flex; gap: .85rem; align-items: center; border: 1px solid #dcded9; border-radius: .35rem; background: white; padding: .9rem; }
.request-warm { border-color: #e7bd81; background: #fff9ed; }
.request-muted { opacity: .65; }
.request-icon { display: grid; flex: 0 0 2rem; height: 2rem; place-items: center; border-radius: 50%; background: #e8f0ff; color: var(--blue); font-size: .8rem; }
.request small, .request strong { display: block; }
.request small { margin-bottom: .2rem; color: #7b847f; font-size: .62rem; }
.request strong { font-size: .82rem; }
.signal-flow { display: flex; align-items: center; color: #97a29c; }
.signal-flow span { flex: 1; height: 1px; background: #c4cac6; }
.signal-flow i { font-style: normal; padding: 0 .25rem; }
.priority { border: 1px solid #d9dedb; border-left: 3px solid var(--blue); padding: 1.1rem; }
.priority-urgent { border-color: #e4b46e; border-left-color: var(--amber); background: #fffaf0; }
.priority-top { display: flex; align-items: center; justify-content: space-between; color: #68746d; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.priority-top b { color: #aab1ad; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.priority h3 { margin: .6rem 0 .25rem; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.priority p { margin: 0; color: #717d76; font-size: .72rem; }
.decision-note { display: flex; align-items: center; gap: .5rem; color: var(--green); font-size: .73rem; font-weight: 700; }
.decision-note span { display: grid; width: 1.25rem; height: 1.25rem; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: .6rem; }

.control { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(4rem, 10vw, 10rem); padding-top: clamp(8rem, 14vw, 13rem); }
.control-steps { margin: 0; padding: 0; list-style: none; }
.control-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; border-top: 1px solid var(--line); padding: 1.7rem 0; }
.control-steps li:last-child { border-bottom: 1px solid var(--line); }
.control-steps li > span { color: var(--green); font-family: var(--serif); font-size: .85rem; font-style: italic; }
.control-steps h3 { margin: 0 0 .5rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.control-steps p { max-width: 29rem; margin: 0; color: var(--ink-soft); line-height: 1.6; }

.outcome { display: grid; min-height: 43rem; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.outcome-photo { min-height: 32rem; background-image: linear-gradient(90deg, transparent 70%, var(--navy)), url("/assets/hero/hero-concierge-poster.jpg"); background-position: 65% center; background-size: cover; filter: saturate(.7); }
.outcome-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); padding-left: clamp(3rem, 6vw, 6rem); }
.outcome-copy > p:not(.eyebrow) { max-width: 34rem; color: #b8c1bc; line-height: 1.75; }
.outcome-copy .outcome-line { max-width: 30rem; margin: 2.5rem 0 0; border-left: 1px solid #6e8177; color: #dde4df; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); font-style: italic; line-height: 1.45; padding-left: 1.4rem; }

.how .section-heading { display: flex; align-items: end; justify-content: space-between; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--line); }
.how-grid article { min-height: 17rem; border-right: 1px solid var(--line); padding: 2rem 2rem 2rem 0; }
.how-grid article + article { padding-left: 2rem; }
.how-grid article:last-child { border-right: 0; }
.how-grid span { color: var(--green); font-family: var(--serif); font-size: .85rem; font-style: italic; }
.how-grid h3 { margin: 3.5rem 0 .8rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.how-grid p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.expectation { max-width: 47rem; margin: 3rem 0 0 auto; border-left: 2px solid var(--green); color: var(--ink-soft); font-size: .9rem; line-height: 1.65; padding-left: 1.2rem; }

.contact { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(3rem, 9vw, 9rem); background: var(--green); color: white; padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100vw - 76rem) / 2)); }
.contact-heading > p:not(.eyebrow):not(.privacy-note) { max-width: 31rem; color: #e0ece4; line-height: 1.7; }
.privacy-note { display: flex; gap: .7rem; align-items: center; margin-top: 2rem; color: #d4e5da; font-size: .78rem; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-content: center; }
.field { display: grid; gap: .55rem; }
.field-wide { grid-column: 1 / -1; }
label { color: #eff6f1; font-size: .76rem; font-weight: 600; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid rgb(255 255 255 / 45%); border-radius: 0; outline: 0; background: transparent; color: white; padding: .75rem 0; }
textarea { min-height: 7rem; resize: vertical; }
input:focus, textarea:focus { border-bottom-color: white; box-shadow: 0 1px 0 white; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-actions { display: flex; align-items: center; gap: 1rem; min-height: 3.25rem; margin-top: .5rem; }
.button-light { background: white; color: var(--green); }
.button-light:hover { background: var(--ink); color: white; }
.button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.button:disabled { cursor: wait; opacity: .65; }
#contact-status { margin: 0; color: white; font-size: .8rem; }
#contact-status.error { color: #fff0cf; }
#contact-status.success { color: white; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; background: var(--navy); color: #dbe3de; padding: 2rem max(1.5rem, calc((100vw - 88rem) / 2)); font-size: .75rem; }
.wordmark-footer { color: white; }
.wordmark-footer .wordmark-mark { background: white; }
.wordmark-footer .wordmark-mark i { background: var(--navy); }
footer p { margin: 0; }
footer p:nth-child(2) { color: #8fa097; font-family: var(--serif); font-style: italic; }
footer p:last-child { justify-self: end; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 9rem; }
  .hero h1 { max-width: 11ch; }
  .hero-media { margin-top: 1rem; }
  .tension, .control, .contact { grid-template-columns: 1fr; }
  .transformation-intro { grid-template-columns: 1fr; }
  .transformation-intro .eyebrow { grid-column: auto; }
  .transformation-intro > p:last-child { max-width: 35rem; }
  .outcome { grid-template-columns: .8fr 1fr; }
  .outcome-copy { padding: 4rem 2.5rem; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 2rem); padding: 1.25rem 0; }
  .header-cta { font-size: .74rem; }
  .hero { gap: 2.5rem; padding: 7.5rem 1rem 3.5rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .reassurance { line-height: 1.4; }
  .video-shell { margin: 0 -1rem; }
  .video-shell video { aspect-ratio: 16 / 9; object-fit: contain; object-position: center; }
  .media-caption { font-size: .72rem; }
  .section-pad { padding: 5rem 1.25rem; }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .tension { gap: 2rem; }
  .tension-content { padding-top: 0; }
  .signal-board { width: calc(100% - 2rem); grid-template-columns: 1fr; padding: 1.25rem; }
  .signal-flow { transform: rotate(90deg); margin: .75rem auto; width: 4rem; }
  .control { gap: 3rem; padding-top: 8rem; }
  .outcome { grid-template-columns: 1fr; }
  .outcome-photo { min-height: 24rem; background-image: linear-gradient(0deg, var(--navy), transparent 35%), url("/assets/hero/hero-concierge-poster.jpg"); background-position: 62% center; }
  .outcome-copy { margin-top: -1px; padding: 1rem 1.25rem 5rem; }
  .how .section-heading { display: block; }
  .how-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .how-grid article, .how-grid article + article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); padding: 1.5rem 0 2rem; }
  .how-grid h3 { margin: 1.5rem 0 .5rem; }
  .expectation { margin-top: 2rem; }
  .contact { gap: 3rem; padding: 5rem 1.25rem; }
  form { grid-template-columns: 1fr; }
  .field { grid-column: 1; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer p:nth-child(2), footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .video-control { display: none; }
}
