:root {
  --navy: #071a32;
  --navy-2: #0d294c;
  --red: #c6283d;
  --red-dark: #991b2e;
  --cream: #f5f1e8;
  --white: #ffffff;
  --ink: #102036;
  --muted: #637083;
  --line: #d8dde5;
  --serif: "Libre Caslon Text", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: var(--white); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.concept-bar { height: 42px; padding: 0 5vw; display: flex; align-items: center; justify-content: flex-end; gap: 8px; background: #030b17; color: #d8e0eb; font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }
.concept-bar span { margin-right: auto; }
.view-switch { border: 1px solid #64748b; background: transparent; color: inherit; padding: 6px 12px; border-radius: 999px; }
.view-switch.active { background: var(--white); border-color: var(--white); color: var(--navy); }
.site-header { min-height: 92px; padding: 0 5vw; display: flex; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; min-width: 205px; }
.brand-logo { display: block; width: 205px; height: 66px; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 26px; margin-left: auto; }
nav a { font-size: .92rem; font-weight: 600; }
nav a:hover { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 2px; background: var(--red); color: var(--white); font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { background: var(--red-dark); transform: translateY(-1px); }
.button-small { min-height: 44px; font-size: .88rem; }
.menu-button { display: none; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); color: var(--white); }
.hero-content { padding: 90px 7vw 60px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin: 0 0 24px; }
.eyebrow.light { color: #ff6d7d; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
.hero h1 { font-size: clamp(3.4rem, 6.1vw, 6.8rem); line-height: .98; letter-spacing: -.045em; margin: 0; }
.hero h1 em { color: #ff6d7d; font-style: italic; }
.hero-copy { max-width: 620px; font-size: 1.18rem; line-height: 1.7; color: #c7d2e1; margin: 28px 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.45); padding: 10px 0 7px; }
.text-link.dark { border-color: var(--ink); }
.trust-strip { display: flex; gap: 36px; margin-top: 64px; padding-top: 24px; border-top: 1px solid #36506e; }
.trust-strip div { display: flex; flex-direction: column; }
.trust-strip strong { font-size: .95rem; }
.trust-strip span { color: #97a8bd; font-size: .78rem; margin-top: 3px; }
.hero-visual { position: relative; min-height: 680px; overflow: hidden; background: linear-gradient(150deg,#17375d,#09172a); }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,26,50,.65)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .87; }
.hero-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(72%, 360px); padding: 28px 32px; background: var(--cream); color: var(--navy); }
.card-label { display: block; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px; }
.hero-card strong { font-family: var(--serif); font-size: 1.18rem; line-height: 1.5; }
.partners-section { padding: 32px 7vw 38px; border-bottom: 1px solid var(--line); background: var(--white); text-align: center; }
.partners-section p { margin: 0 0 22px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.partner-grid { width: 100%; max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(20px, 4vw, 70px); align-items: center; }
.partner-grid img { display: block; width: 100%; height: 105px; object-fit: contain; }
.service-intro { padding: 100px 7vw 48px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.service-intro h2, .reviews-summary h2, .schedule-copy h2, .consult-section h2 { font-size: clamp(2.5rem, 4vw, 4.7rem); line-height: 1.08; letter-spacing: -.035em; margin: 0; }
.service-intro > p, .schedule-copy > p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; margin: 0; }
.service-grid { padding: 0 7vw 100px; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.service-card { position: relative; padding: 44px 44px 42px 0; border-bottom: 1px solid var(--line); min-height: 280px; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:nth-child(even) { padding-left: 44px; }
.service-card.featured:before { content: ""; position: absolute; left: 0; top: -2px; width: 90px; height: 4px; background: var(--red); }
.service-number { color: var(--red); font-size: .76rem; font-weight: 800; }
.service-card h3 { font-family: var(--serif); font-size: 1.65rem; margin: 28px 0 12px; }
.service-card p { color: var(--muted); line-height: 1.65; max-width: 500px; }
.service-card a { display: inline-block; margin-top: 18px; font-weight: 700; color: var(--red); }
.why-section { padding: 105px 7vw; background: var(--navy); color: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.why-heading h2 { margin: 0; font-size: clamp(2.7rem,4vw,4.6rem); line-height: 1.1; }
.why-points > div { display: grid; grid-template-columns: 50px 1fr; gap: 0 16px; padding: 28px 0; border-top: 1px solid #36506e; }
.why-points span { color: #ff6d7d; font-weight: 800; grid-row: 1 / span 2; }
.why-points h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.35rem; }
.why-points p { color: #b6c4d5; line-height: 1.6; margin: 0; }
.team-section { background: #f2f3f5; display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; overflow: hidden; }
.team-photo-wrap { align-self: end; min-width: 0; }
.team-photo-wrap img { display: block; width: 100%; min-height: 560px; max-height: 650px; object-fit: contain; object-position: center bottom; }
.team-copy { padding: 90px 7vw 80px 5vw; align-self: center; }
.team-copy h2 { margin: 0 0 28px; color: #10167f; font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1; letter-spacing: -.04em; }
.team-copy > p:not(.eyebrow) { max-width: 680px; color: #344154; font-size: 1.04rem; line-height: 1.72; }
.team-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.reviews-section { padding: 100px 7vw; background: var(--cream); display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.rating { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.rating strong { font-family: var(--serif); font-size: 3.6rem; }
.rating span { color: var(--red); letter-spacing: .18em; }
.reviews-summary .text-link { display: inline-block; margin-top: 34px; }
.review-carousel { align-self: center; border-left: 1px solid #c9c1b3; padding-left: 7vw; }
.review { display: none; margin: 0; min-height: 260px; }
.review.active { display: block; animation: reviewReveal .5s ease both; }
.review p { font-family: var(--serif); font-size: clamp(1.65rem, 2.5vw, 2.6rem); line-height: 1.38; margin: 0; }
.review footer { color: var(--muted); font-size: .82rem; margin-top: 30px; }
.review-controls { display: flex; align-items: center; gap: 18px; }
.review-controls button { width: 42px; height: 42px; border: 1px solid #aeb6c1; background: transparent; }
.review-controls span { font-size: .8rem; color: var(--muted); }
.review-controls .auto-label { margin-left: auto; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-progress { height: 3px; margin-top: 22px; background: #d9d2c6; overflow: hidden; }
.review-progress span { display: block; width: 100%; height: 100%; background: var(--red); transform-origin: left center; }
.review-carousel.is-running .review-progress span { animation: reviewProgress 6s linear forwards; }
@keyframes reviewReveal { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }
@keyframes reviewProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.schedule-section { padding: 110px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.schedule-copy ul { list-style: none; padding: 0; margin: 32px 0 0; }
.schedule-copy li { padding: 14px 0; border-top: 1px solid var(--line); font-weight: 700; }
.scheduler { padding: 38px; background: #f7f9fc; border: 1px solid var(--line); }
.step-label { display: flex; align-items: center; gap: 10px; font-weight: 800; margin: 0 0 14px; }
.step-label:not(:first-child) { margin-top: 28px; }
.step-label span { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: .75rem; }
.choice-row, .date-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.choice, .date-choice { min-height: 50px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-weight: 700; }
.choice.active, .date-choice.active { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); color: var(--red); }
.date-row { grid-template-columns: repeat(4,1fr); }
.date-choice { min-height: 74px; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
.date-choice small { font-size: .68rem; color: var(--muted); }
.date-choice strong { font-family: var(--serif); font-size: 1.35rem; }
.wide { width: 100%; margin-top: 30px; }
.form-note, .privacy-note { font-size: .72rem; color: var(--muted); line-height: 1.45; margin: 12px 0 0; }
.consult-section { padding: 100px 7vw; background: var(--red); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.consult-section > div > p:last-child { color: #ffd7dc; font-size: 1.06rem; line-height: 1.6; }
.short-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.short-form label { display: flex; flex-direction: column; gap: 8px; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.short-form label:nth-child(3) { grid-column: 1 / -1; }
input, select { width: 100%; height: 52px; border: 0; border-bottom: 1px solid rgba(255,255,255,.65); background: transparent; color: var(--white); outline: none; border-radius: 0; }
input::placeholder { color: #ffd0d6; }
select { color: white; }
select option { color: var(--ink); }
.light-button { background: var(--white); color: var(--red); align-self: end; }
.light-button:hover { background: var(--cream); color: var(--red-dark); }
.privacy-note { color: #ffd7dc; align-self: center; }
.site-footer { padding: 60px 7vw 32px; display: grid; grid-template-columns: 1.2fr 1fr 1fr .8fr; gap: 38px; background: #030b17; color: #cbd5e1; }
.footer-brand { background: var(--white); padding: 12px; align-self: start; }
.footer-brand .brand-logo { width: 180px; height: 72px; }
.site-footer > div:not(.brand) { display: flex; flex-direction: column; gap: 9px; font-size: .85rem; }
.site-footer strong { color: var(--white); }
.site-footer a:hover { color: #ff6d7d; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #263447; font-size: .75rem; color: #78869b; }
.mobile-cta { display: none; }
.strategy-hero { padding: 110px 7vw 95px; background: var(--navy); color: var(--white); }
.strategy-hero h1 { font-size: clamp(3.2rem,6vw,6.6rem); line-height: 1; margin: 0; }
.strategy-hero > p:last-child { color: #b6c4d5; max-width: 720px; font-size: 1.15rem; line-height: 1.7; margin-top: 30px; }
.strategy-grid { padding: 90px 7vw; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.strategy-grid article { padding: 38px; background: white; min-height: 330px; }
.strategy-grid article > span { color: var(--red); font-weight: 800; }
.strategy-grid h2 { font-size: 1.65rem; margin: 44px 0 15px; }
.strategy-grid p { color: var(--muted); line-height: 1.65; }
.strategy-grid strong { display: block; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 30px; font-size: .82rem; color: var(--red); }
.campaign-plan { margin: 0; padding: 95px 7vw; background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.campaign-plan h2 { font-size: clamp(2.6rem,4vw,4.6rem); margin: 0 0 24px; }
.campaign-plan > div > p:last-child { color: var(--muted); line-height: 1.7; }
.plan-items { background: white; padding: 32px; border-top: 5px solid var(--red); box-shadow: 0 20px 50px rgba(7,26,50,.08); }
.plan-items p { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); margin: 0; }
.plan-items strong { color: var(--red); text-align: right; }
.plan-items small { display: block; margin-top: 22px; color: var(--muted); line-height: 1.45; }
.strategy-footer { padding: 60px 7vw; background: var(--navy); color: white; text-align: center; }
.strategy-footer .view-switch { border: 0; border-radius: 2px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translate(-50%, 120px); background: #071a32; color: white; padding: 14px 20px; box-shadow: 0 15px 35px rgba(0,0,0,.25); transition: transform .3s; }
.toast.show { transform: translate(-50%, 0); }
@media (max-width: 960px) {
  .site-header { min-height: 78px; }
  nav, .site-header > .button { display: none; }
  .menu-button { display: block; margin-left: auto; border: 1px solid var(--line); background: white; padding: 10px 14px; }
  nav.open { display: flex; position: absolute; left: 0; right: 0; top: 78px; padding: 24px 5vw; background: white; flex-direction: column; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 80px 7vw 60px; }
  .hero-visual { min-height: 460px; }
  .service-intro, .why-section, .team-section, .reviews-section, .schedule-section, .consult-section, .campaign-plan { grid-template-columns: 1fr; }
  .service-intro { gap: 28px; }
  .review-carousel { border-left: 0; border-top: 1px solid #c9c1b3; padding: 50px 0 0; }
  .team-photo-wrap { order: 2; }
  .team-copy { padding: 80px 7vw 30px; }
  .team-photo-wrap img { min-height: 0; max-height: 620px; }
  .strategy-grid { grid-template-columns: repeat(2,1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .concept-bar { padding: 0 16px; }
  .concept-bar span { display: none; }
  .site-header { padding: 0 20px; }
  .brand { min-width: 160px; }
  .brand-logo { width: 160px; height: 58px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 3.25rem; }
  .hero-content { padding: 64px 22px 46px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: flex-start; }
  .trust-strip { gap: 18px; justify-content: space-between; }
  .hero-visual { min-height: 390px; }
  .hero-card { width: 82%; padding: 22px; }
  .service-intro, .service-grid, .why-section, .team-copy, .reviews-section, .schedule-section, .consult-section, .strategy-hero, .strategy-grid, .campaign-plan { padding-left: 22px; padding-right: 22px; }
  .service-intro, .why-section, .reviews-section, .schedule-section, .consult-section { padding-top: 74px; padding-bottom: 74px; }
  .service-grid { grid-template-columns: 1fr; padding-bottom: 74px; }
  .partners-section { padding: 30px 22px 34px; }
  .partners-section p { margin-bottom: 14px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 34px; }
  .partner-grid img { height: 86px; }
  .partner-grid img:last-child { grid-column: 1 / -1; width: 48%; justify-self: center; }
  .team-copy { padding-top: 68px; padding-bottom: 20px; }
  .team-copy h2 { font-size: 3.7rem; }
  .team-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .team-actions .text-link { align-self: flex-start; }
  .service-card, .service-card:nth-child(even) { padding: 36px 0; border-right: 0; }
  .scheduler { padding: 24px 16px; }
  .choice-row { grid-template-columns: 1fr; }
  .times { grid-template-columns: repeat(3,1fr); }
  .date-row { gap: 5px; }
  .short-form { grid-template-columns: 1fr; }
  .short-form label:nth-child(3) { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 22px 90px; }
  .mobile-cta { display: flex; position: fixed; z-index: 19; left: 12px; right: 12px; bottom: 12px; height: 52px; align-items: center; justify-content: center; background: var(--red); color: white; font-weight: 800; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
  .strategy-grid { grid-template-columns: 1fr; }
  .strategy-grid article { min-height: auto; }
  .campaign-plan { padding-top: 70px; padding-bottom: 70px; }
  .plan-items p { flex-direction: column; }
  .plan-items strong { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
