@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&family=Source+Sans+3:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --navy: #0a2440;
  --deep: #06182c;
  --slate: #33556e;
  --sage: #9ab9ac;
  --sage-light: #dbe8e2;
  --sage-deep: #6f9385;
  --sky: #c0d5e7;
  --clay: #d49286;
  --paper: #f2f5f8;
  --white: #fff;
  --rule: #d9e2ea;
  --soft: #4a5f74;
  --faint: #74879a;
  --display: "Figtree", "Trebuchet MS", sans-serif;
  --body: "Source Sans 3", Georgia, sans-serif;
  --shell: 1160px;
  --gut: clamp(20px, 5vw, 52px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--navy); font: 400 17px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.04em; line-height: 1.06; text-wrap: balance; }
p { margin: 0; }
.shell { width: min(100%, var(--shell)); margin: 0 auto; padding-inline: var(--gut); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: var(--white); padding: 10px 14px; }
.eyebrow { font: 700 11px/1.3 var(--display); letter-spacing: .17em; text-transform: uppercase; }

.site-head { height: 78px; display: flex; align-items: center; border-bottom: 1px solid var(--rule); background: var(--white); position: relative; z-index: 10; }
.head-shell { width: 100%; padding-inline: clamp(18px, 3.5vw, 44px); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img, .foot-brand img { width: auto; height: 27px; }
.head-right, .head-nav { display: flex; align-items: center; }
.head-right { gap: 28px; }
.head-nav { gap: 26px; }
.head-nav a { color: var(--slate); font: 700 11.5px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; text-decoration: none; }
.head-nav a:hover, .head-nav a.on { color: var(--navy); }
.head-nav a.on { box-shadow: 0 2px 0 var(--clay); padding-bottom: 7px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: 15px 24px; font: 700 11.5px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }
.btn-sage { background: var(--sage); color: var(--navy); }
.btn-sage:hover { background: #b2cbc1; }

.hero { position: relative; overflow: hidden; background: var(--deep); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero-rule { position: absolute; top: 0; left: 55%; width: 1px; height: 100%; background: rgba(255,255,255,.14); transform: rotate(8deg) scale(1.2); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(46px, 7vw, 96px); align-items: center; padding-block: clamp(72px, 9vw, 112px); position: relative; z-index: 1; }
.hero-copy { padding-bottom: 46px; }
.hero-copy .eyebrow { color: var(--sage); }
.hero h1 { max-width: 680px; margin-top: 24px; font-size: clamp(52px, 7.3vw, 94px); }
.hero h1 em { color: var(--sage); font-style: normal; }
.hero-lede { max-width: 610px; margin-top: 28px; color: #c4d1dc; font-size: clamp(18px, 2vw, 21px); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { color: var(--white); font: 700 12px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.text-link span { color: var(--sage); margin-left: 6px; }
.intro-card { align-self: end; margin-bottom: -112px; background: var(--white); color: var(--navy); box-shadow: 0 28px 70px rgba(0,0,0,.26); }
.portrait-wrap { position: relative; height: 310px; overflow: hidden; background: var(--slate); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 27%; filter: saturate(.82); }
.portrait-tag { position: absolute; left: 20px; bottom: 18px; background: var(--navy); color: var(--white); padding: 8px 11px; font: 700 10px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.intro-copy { padding: 32px 34px 36px; }
.intro-copy .eyebrow { color: var(--sage-deep); }
.intro-copy h2 { margin-top: 12px; font-size: clamp(27px, 3vw, 37px); }
.intro-copy > p:last-child { margin-top: 16px; color: var(--soft); }

.steps-section { padding: clamp(170px, 17vw, 220px) 0 clamp(76px, 9vw, 110px); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .7fr 1.25fr 1fr; gap: clamp(24px, 5vw, 70px); align-items: end; padding-bottom: 38px; border-bottom: 1px solid #cbd7e0; }
.section-heading .eyebrow { color: var(--sage-deep); align-self: start; padding-top: 9px; }
.section-heading h2 { font-size: clamp(36px, 5vw, 59px); }
.section-heading > p:last-child { color: var(--soft); font-size: 18px; }
.steps-list { list-style: none; padding: 0; margin: 0; }
.steps-list li { display: grid; grid-template-columns: .7fr 1.25fr 1fr; gap: clamp(24px, 5vw, 70px); padding: 34px 0; border-bottom: 1px solid #cbd7e0; align-items: start; }
.step-number { color: var(--clay); font: 800 13px/1 var(--display); letter-spacing: .14em; }
.steps-list h3 { grid-column: 2; font-size: clamp(25px, 3vw, 34px); }
.steps-list li > div { display: contents; }
.steps-list p { color: var(--soft); font-size: 17px; line-height: 1.55; }

.calendar-section { padding: clamp(76px, 9vw, 116px) 0; background: var(--white); }
.calendar-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(44px, 8vw, 104px); align-items: start; }
.calendar-copy { position: sticky; top: 40px; padding-top: 20px; }
.calendar-copy .eyebrow { color: var(--sage-deep); }
.calendar-copy h2 { max-width: 430px; margin-top: 16px; font-size: clamp(39px, 5vw, 62px); }
.calendar-copy > p { margin-top: 24px; color: var(--soft); font-size: 18px; }
.call-note { margin-top: 34px; padding: 24px 0 0 24px; border-top: 1px solid var(--rule); border-left: 3px solid var(--sage); }
.call-note span { font: 700 12px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.call-note ul { margin: 14px 0 0; padding-left: 18px; color: var(--soft); }
.call-note li + li { margin-top: 7px; }
.calendar-frame { border: 1px solid var(--rule); background: var(--white); box-shadow: 0 22px 60px rgba(10,36,64,.1); overflow: hidden; }
.calendar-label { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; background: var(--navy); color: var(--white); font: 700 10px/1.2 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.calendar-label span:last-child { color: var(--sage); }
.calendar-frame iframe { display: block; min-height: 800px; border: 0; }

.connect-section { padding: clamp(68px, 8vw, 96px) 0; background: var(--sky); }
.connect-grid { display: grid; grid-template-columns: .8fr 1.3fr .7fr; gap: clamp(36px, 6vw, 76px); align-items: start; }
.connect-section .eyebrow { color: var(--slate); }
.connect-section h2 { margin-top: 14px; font-size: clamp(36px, 4vw, 52px); }
.contact-links { border-top: 1px solid rgba(10,36,64,.24); }
.contact-links a { display: flex; justify-content: space-between; gap: 22px; padding: 20px 0; border-bottom: 1px solid rgba(10,36,64,.24); text-decoration: none; }
.contact-links span { color: var(--slate); font: 700 10px/1.4 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { font-family: var(--display); font-size: 16px; text-align: right; }
.contact-links a:hover strong { color: #8b493e; }
.social-block { padding-top: 4px; }
.social-links { display: grid; gap: 10px; margin-top: 18px; }
.social-links a { width: max-content; font: 700 12px/1.4 var(--display); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--navy); }
.social-links a::after { content: " ↗"; color: var(--slate); }

.site-foot { padding: 34px 0; background: var(--deep); color: #8ea1b3; }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.foot-brand img { filter: brightness(0) invert(1); opacity: .92; }
.site-foot p { font-size: 13px; }

@media (max-width: 960px) {
  .head-nav { display: none; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr 380px; gap: 38px; }
  .section-heading, .steps-list li { grid-template-columns: .35fr 1fr; }
  .section-heading > p:last-child, .steps-list p { grid-column: 2; }
  .steps-list li > div { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .steps-list h3 { grid-column: auto; }
  .steps-list li > div p { grid-column: auto; }
  .connect-grid { grid-template-columns: 1fr 1.3fr; }
  .social-block { grid-column: 2; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-head { height: 70px; }
  .brand img { height: 23px; }
  .head-right { gap: 0; }
  .head-right .btn { padding: 13px 15px; font-size: 10px; }
  .hero-grid { display: block; padding-top: 64px; padding-bottom: 0; }
  .hero-copy { padding-bottom: 55px; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .intro-card { margin: 0 -20px; }
  .portrait-wrap { height: 330px; }
  .steps-section { padding-top: 78px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 15px; }
  .section-heading > p:last-child { margin-top: 18px; }
  .steps-list li { grid-template-columns: 48px 1fr; gap: 14px; }
  .calendar-grid, .connect-grid { grid-template-columns: 1fr; }
  .calendar-copy { position: static; padding-top: 0; }
  .calendar-frame iframe { min-height: 740px; height: 740px; }
  .social-block { grid-column: auto; }
  .foot-in { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .intro-copy { padding-inline: 24px; }
  .calendar-label { align-items: flex-start; flex-direction: column; gap: 7px; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-links strong { text-align: left; }
}

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