@font-face {
  font-family: "Young Serif";
  src: url("assets/fonts/YoungSerif-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("assets/fonts/Manrope-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Manrope;
  src: url("assets/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

:root {
  --harbor: #123247;
  --charcoal: #252b2d;
  --paper: #f7f3eb;
  --sage: #78917c;
  --coral: #e66a3c;
  --mist: #dce9ef;
  --content: min(1180px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--paper); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

.site-header { position: fixed; z-index: 10; inset: 0 0 auto; width: 100%; height: 120px; padding-inline: max(40px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--paper); transition: height .25s ease, background-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 76px; background: rgba(18, 50, 71, .96); box-shadow: 0 4px 20px rgba(18, 50, 71, .18); }
.brand { display: inline-flex; min-width: 0; align-items: center; }
.brand img { display: block; width: 188px; max-width: min(100%, calc(100vw - 100px)); height: auto; transition: width .25s ease; }
.site-header.is-scrolled .brand img { width: 150px; }
nav { display: flex; align-items: center; gap: 34px; color: var(--paper); font-size: .92rem; }
nav > a:not(.button) { position: relative; padding-block: 8px; transition: color .2s ease; }
nav > a:not(.button)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
nav > a:not(.button):hover, nav > a:not(.button):focus-visible { color: var(--coral); }
nav > a:not(.button):hover::after, nav > a:not(.button):focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: var(--paper); cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle:focus-visible { outline: 2px solid var(--paper); outline-offset: 2px; }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 0; border-radius: 4px; min-height: 52px; padding: 0 24px; background: var(--coral); color: #fff; font-size: .94rem; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: #cb5630; transform: translateY(-2px); }
.button:focus-visible, nav a:focus-visible, .text-link:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }
.button span, .text-link span { font-size: 1.2em; line-height: 1; }
.button-small { min-height: 44px; padding: 0 18px; }
.button-light { background: var(--paper); color: var(--harbor); }
.button-light:hover { background: #fff; }

.hero { min-height: min(850px, 100vh); display: flex; align-items: center; background-image: url("assets/website/hero-owner-before-opening-navy-fade.png"); background-size: cover; background-position: center; color: var(--paper); }
.hero-content { width: var(--content); margin: 0 auto; padding: 196px 0 110px; }
.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: .74rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Young Serif", Georgia, serif; font-weight: 400; line-height: 1.06; }
h1 { max-width: 710px; margin-bottom: 28px; font-size: clamp(3.5rem, 6vw, 6.8rem); }
.hero-copy { max-width: 490px; margin-bottom: 38px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }

.section { padding: 120px max(40px, calc((100% - 1180px) / 2)); }
.partnership { padding-block: 92px; background: var(--paper); }
.partnership .section-heading { display: block; max-width: 790px; margin: auto; text-align: center; }
.partnership .section-lede { max-width: 720px; margin: 30px auto 0; text-align: center; }
.section-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.9rem); }
.section-lede { max-width: 675px; margin: 42px 0 65px auto; font-size: clamp(1.1rem, 1.7vw, 1.36rem); line-height: 1.7; }
.services { background: var(--mist); }
.services .section-heading { display: block; margin-bottom: 50px; text-align: center; }
.services .section-heading .eyebrow { margin-bottom: 14px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.services-grid article { min-height: 310px; padding: 30px; border-top: 1px solid rgba(18, 50, 71, .35); background: rgba(247, 243, 235, .58); }
.services-grid h3 { margin: 35px 0 18px; font-size: 2rem; }
.services-grid p:last-child { max-width: 310px; margin-bottom: 0; font-size: .98rem; }
.service-number { margin: 0; color: var(--coral); font-size: .8rem; font-weight: 600; }

.outcomes { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; background: var(--sage); color: var(--paper); }
.outcomes .eyebrow, .contact .eyebrow { color: var(--harbor); }
.outcomes-list { display: grid; gap: 18px; align-content: start; margin: 9px 0 0; padding: 0; list-style: none; font-size: 1.14rem; }
.outcomes-list li { padding: 0 0 18px 30px; border-bottom: 1px solid rgba(247, 243, 235, .45); position: relative; }
.outcomes-list li::before { position: absolute; left: 0; top: .68em; width: 10px; height: 10px; border-radius: 50%; background: var(--coral); content: ""; }
.service-area { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; background: var(--mist); }
.service-area h2 { max-width: 690px; color: var(--harbor); font-size: clamp(2.5rem, 4vw, 4.4rem); }
.service-area > p { max-width: 590px; margin: 0; font-size: 1.08rem; line-height: 1.75; }
.text-link { display: inline-flex; gap: .65rem; margin-top: 24px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .95rem; font-weight: 600; }
.text-link:hover { color: var(--harbor); }

.contact { background: var(--harbor); color: var(--paper); text-align: center; }
.contact h2 { max-width: 780px; margin: 0 auto 22px; }
.contact > p:not(.eyebrow) { max-width: 580px; margin: 0 auto 36px; font-size: 1.1rem; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; width: var(--content); min-height: 126px; margin: auto; color: var(--paper); background: var(--charcoal); font-size: .82rem; }
body > footer { width: 100%; padding-inline: max(40px, calc((100% - 1180px) / 2)); }
footer p { margin: 0; }
.footer-brand img { width: 152px; }

.site-header-solid { height: 94px; background: var(--harbor); }
.site-header-solid.is-scrolled { height: 76px; }
.site-header-solid + main { margin-top: 94px; }
.contact-main { background: var(--paper); }
.contact-intro { max-width: 860px; margin: auto; padding: 115px 40px 78px; text-align: center; }
.contact-intro h1 { max-width: 790px; margin: 0 auto 24px; color: var(--harbor); font-size: clamp(3rem, 5.6vw, 5.8rem); }
.contact-intro > p:not(.eyebrow) { max-width: 600px; margin: auto; font-size: 1.1rem; }
.thanks-main { min-height: calc(100vh - 220px); display: grid; place-items: center; }
.thanks-main .contact-intro { padding-block: 100px; }
.booking-panel { max-width: 580px; margin: 46px auto 0; padding: 36px; background: var(--mist); }
.booking-panel h2 { margin-bottom: 12px; color: var(--harbor); font-size: clamp(2rem, 3.5vw, 3rem); }
.booking-panel p { margin: 0 auto 26px; }
.booking-panel .booking-note { margin: 20px 0 0; font-size: .88rem; }
.contact-form-section { padding: 0 max(40px, calc((100% - 920px) / 2)) 120px; }
.intake-form { padding: 52px; background: var(--mist); }
.form-heading { margin-bottom: 42px; text-align: center; }
.form-heading h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.intake-form label, .intake-form legend { color: var(--harbor); font-size: .9rem; font-weight: 600; }
.intake-form input:not([type="checkbox"]):not([type="radio"]), .intake-form textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(18, 50, 71, .3); border-radius: 2px; padding: 13px 14px; background: var(--paper); color: var(--charcoal); font: inherit; font-size: 1rem; font-weight: 400; }
.intake-form input:focus, .intake-form textarea:focus { outline: 2px solid var(--coral); outline-offset: 1px; }
.intake-form fieldset { margin: 34px 0 0; padding: 0; border: 0; }
.intake-form legend { margin-bottom: 14px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid label { display: flex; min-height: 48px; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(18, 50, 71, .2); background: rgba(247, 243, 235, .64); color: var(--charcoal); font-weight: 400; }
.choice-grid input { accent-color: var(--coral); }
.conditional-field { display: block; margin-top: 14px; }
.conditional-field[hidden] { display: none; }
.textarea-label { display: block; margin-top: 34px; }
.textarea-label textarea { resize: vertical; }
.website-trap { position: absolute; left: -9999px; opacity: 0; }
.turnstile-field { min-height: 65px; margin-top: 30px; }
.form-action { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.form-status { margin: 0; color: var(--harbor); font-size: .9rem; }
.form-action .button:disabled { cursor: wait; opacity: .7; transform: none; }

.about-main { background: var(--paper); }
.about-hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 88px; align-items: center; min-height: 500px; padding: 110px max(40px, calc((100% - 1180px) / 2)) 80px; background: var(--mist); color: var(--charcoal); }
.about-hero .eyebrow { color: var(--coral); }
.about-hero h1 { max-width: 650px; margin-bottom: 0; color: var(--harbor); font-size: clamp(3.45rem, 5vw, 5.75rem); }
.about-hero-copy { max-width: 470px; margin: 0; font-size: 1.13rem; line-height: 1.75; }
.about-intro { padding-block: 120px; }
.about-copy { max-width: 590px; font-size: 1.08rem; }
.about-copy p:last-child { margin-bottom: 0; }
.about-principles { background: var(--mist); }
.about-section-heading { display: block; max-width: 790px; margin: 0 auto 54px 0; text-align: left; }
.about-section-heading .eyebrow { margin-bottom: 14px; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.principles-grid article { min-height: 278px; padding: 30px; border-top: 1px solid rgba(18, 50, 71, .35); background: rgba(247, 243, 235, .58); }
.principles-grid h3 { margin: 35px 0 18px; font-size: 2rem; }
.principles-grid p:last-child { max-width: 315px; margin-bottom: 0; font-size: .98rem; }
.experience { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 94px; row-gap: 52px; align-items: center; background: var(--paper); }
.experience-intro h2 { max-width: 500px; color: var(--harbor); }
.experience-copy { max-width: 620px; font-size: 1.08rem; }
.experience-copy p:last-child { margin-bottom: 0; }
.experience-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(18, 50, 71, .3); background: var(--mist); }
.experience-list p { min-height: 92px; display: flex; align-items: center; margin: 0; padding: 18px 24px; color: var(--harbor); font-size: .9rem; font-weight: 600; line-height: 1.4; }
.experience-list p + p { border-left: 1px solid rgba(18, 50, 71, .3); }

.services-main { background: var(--paper); }
.services-hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 88px; align-items: center; min-height: 500px; padding: 110px max(40px, calc((100% - 1180px) / 2)) 80px; background: var(--mist); }
.services-hero h1 { max-width: 650px; margin-bottom: 0; color: var(--harbor); font-size: clamp(3.45rem, 5vw, 5.75rem); }
.services-hero-copy { max-width: 560px; font-size: 1.08rem; line-height: 1.75; }
.services-hero-copy p:last-child { margin-bottom: 0; }
.process-section { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 90px; row-gap: 56px; align-items: center; }
.process-heading h2 { max-width: 520px; color: var(--harbor); font-size: clamp(2.65rem, 4vw, 4.5rem); }
.process-body { max-width: 620px; font-size: 1.08rem; }
.process-body p:last-child { margin-bottom: 0; }
.process-details { grid-column: 1 / -1; padding: 30px; border: 1px solid rgba(18, 50, 71, .28); background: var(--mist); }
.process-details h3 { margin-bottom: 24px; color: var(--harbor); font-size: 1.65rem; }
.process-details ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 22px 30px; margin: 0; padding: 22px 0 0; border-top: 1px solid rgba(18, 50, 71, .22); list-style: none; }
.process-details li { position: relative; padding-left: 20px; font-size: .92rem; line-height: 1.5; }
.process-details li::before { position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); content: ""; }
.process-section-mist { background: var(--mist); }
.process-section-mist .process-details { background: var(--paper); }
.process-section-support { background: var(--sage); color: var(--paper); }
.process-section-support .eyebrow { color: var(--harbor); }
.process-section-support .process-heading h2 { color: var(--paper); }
.process-section-support .process-details { border-color: rgba(247, 243, 235, .5); background: var(--paper); color: var(--charcoal); }

.insights-main, .insight-main { background: var(--paper); }
.insights-intro { padding: 105px max(40px, calc((100% - 1180px) / 2)) 78px; background: var(--mist); }
.insights-intro h1 { margin-bottom: 24px; color: var(--harbor); font-size: clamp(3.45rem, 5vw, 5.75rem); }
.insights-intro > p:last-child { max-width: 660px; margin-bottom: 0; font-size: 1.1rem; line-height: 1.75; }
.insights-library { padding: 88px max(40px, calc((100% - 1180px) / 2)) 120px; }
.insights-list { max-width: 900px; }
.insight-card { padding: 42px 0; border-top: 1px solid rgba(18, 50, 71, .28); }
.insight-card:last-child { border-bottom: 1px solid rgba(18, 50, 71, .28); }
.insight-card h2 { max-width: 760px; margin: 16px 0; color: var(--harbor); font-size: clamp(2rem, 3.4vw, 3.15rem); }
.insight-card h2 a:hover, .insight-card h2 a:focus-visible { color: var(--coral); }
.insight-card > p:not(.article-meta) { max-width: 690px; margin-bottom: 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; margin: 0; color: var(--harbor); font-size: .78rem; font-weight: 600; text-transform: uppercase; }
.article-meta span { color: var(--coral); }
.article-meta time { letter-spacing: 0; }
.article-back { display: inline-flex; gap: .55rem; margin-bottom: 50px; color: var(--harbor); font-size: .88rem; font-weight: 600; }
.article-back:hover, .article-back:focus-visible { color: var(--coral); }
.article-header { padding: 92px max(40px, calc((100% - 900px) / 2)) 70px; background: var(--mist); }
.article-header h1 { max-width: 880px; margin: 22px 0 24px; color: var(--harbor); font-size: clamp(3.2rem, 5.4vw, 5.7rem); }
.article-description { max-width: 710px; margin-bottom: 0; font-size: 1.18rem; line-height: 1.75; }
.article-body { width: min(720px, calc(100% - 80px)); margin: 0 auto; padding: 80px 0 92px; font-size: 1.05rem; line-height: 1.8; }
.article-body h2 { margin: 2.2em 0 .65em; color: var(--harbor); font-size: 2.35rem; }
.article-body h3 { margin: 2em 0 .6em; color: var(--harbor); font-size: 1.65rem; }
.article-body p, .article-body ul, .article-body ol, .article-body blockquote, .article-body table { margin: 0 0 1.5em; }
.article-body ul, .article-body ol { padding-left: 1.4em; }
.article-body a { color: var(--harbor); text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: 3px; }
.article-body blockquote { padding: 22px 26px; border-left: 4px solid var(--coral); background: var(--mist); }
.article-body blockquote p:last-child { margin-bottom: 0; }
.article-body table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.article-body th, .article-body td { padding: 12px; border: 1px solid rgba(18, 50, 71, .25); text-align: left; }
.article-body th { background: var(--mist); color: var(--harbor); }
.article-cta { padding: 78px max(40px, calc((100% - 900px) / 2)); background: var(--sage); color: var(--paper); }
.article-cta .eyebrow { color: var(--harbor); }
.article-cta h2 { max-width: 790px; font-size: clamp(2.3rem, 4vw, 4.1rem); }

@media (max-width: 800px) {
  :root { --content: min(100% - 40px, 1180px); }
  .site-header { height: 92px; padding-inline: 20px; }
  .site-header.is-scrolled { height: 68px; }
  .site-header-solid + main { margin-top: 92px; }
  .brand img { width: 156px; max-width: calc(100vw - 96px); }
  .menu-toggle { display: block; margin-left: auto; }
  nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: rgba(18, 50, 71, .98); box-shadow: 0 10px 24px rgba(18, 50, 71, .2); font-size: .95rem; }
  .site-header.menu-open nav { display: flex; flex-direction: column; }
  nav > a:not(.button) { display: block; padding: 14px 4px; border-bottom: 1px solid rgba(247, 243, 235, .18); }
  nav > a:not(.button)::after { display: none; }
  nav .button { width: 100%; margin-top: 14px; }
  .hero { min-height: 760px; background-position: 58% center; }
  .hero-content { padding: 174px 0 80px; }
  h1 { max-width: 500px; }
  .section { padding: 86px 20px; }
  .section-heading, .outcomes, .service-area { grid-template-columns: 1fr; gap: 28px; }
  .section-lede { margin: 30px 0 46px; }
  .services-grid { grid-template-columns: 1fr; gap: 12px; }
  .services-grid article { min-height: 0; }
  .services-grid h3 { margin-top: 22px; }
  .about-hero { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 154px 20px 82px; }
  .about-hero-copy { max-width: 620px; }
  .about-intro { padding-block: 86px; }
  .about-section-heading { margin-bottom: 38px; }
  .principles-grid { grid-template-columns: 1fr; gap: 12px; }
  .principles-grid article { min-height: 0; }
  .principles-grid h3 { margin-top: 22px; }
  .experience { grid-template-columns: 1fr; gap: 30px; }
  .experience-list { grid-template-columns: 1fr 1fr; }
  .experience-list p:nth-child(3) { border-left: 0; border-top: 1px solid rgba(18, 50, 71, .3); }
  .experience-list p:nth-child(4) { border-top: 1px solid rgba(18, 50, 71, .3); }
  .services-hero { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 110px 20px 76px; }
  .services-hero-copy { max-width: 620px; }
  .process-section { grid-template-columns: 1fr; gap: 34px; }
  .process-heading h2 { max-width: 650px; }
  .process-body { max-width: 650px; }
  .process-details { max-width: none; }
  .process-details ul { grid-template-columns: 1fr; gap: 14px; }
  .insights-intro { padding: 78px 20px 60px; }
  .insights-library { padding: 58px 20px 86px; }
  .article-header { padding: 70px 20px 58px; }
  .article-back { margin-bottom: 36px; }
  .article-body { width: calc(100% - 40px); padding: 58px 0 72px; }
  .article-body table { display: block; overflow-x: auto; }
  .article-cta { padding: 68px 20px; }
  .contact-intro { padding: 82px 20px 52px; }
  .thanks-main .contact-intro { padding-block: 72px; }
  .booking-panel { padding: 28px 20px; }
  .contact-form-section { padding: 0 20px 80px; }
  .intake-form { padding: 30px 22px; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 14px; padding-block: 32px; }
}

@media (max-width: 430px) {
  .brand img { width: 138px; max-width: calc(100vw - 90px); }
  .button-small { min-height: 40px; padding: 0 14px; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.4rem); }
  .hero-copy { max-width: 320px; }
  .experience-list { grid-template-columns: 1fr; }
  .experience-list p + p, .experience-list p:nth-child(3) { border-left: 0; border-top: 1px solid rgba(18, 50, 71, .3); }
}
