:root {
  --ink: #071014;
  --ink-2: #0d191f;
  --yellow: #ffd000;
  --cream: #f4f0e7;
  --white: #ffffff;
  --muted: #aebbc1;
  --line: rgba(255,255,255,.14);
  --dark-line: rgba(7,16,20,.15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 18px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px,5vw,76px); background: rgba(7,16,20,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-emblem { position: relative; width: 48px; height: 46px; flex: 0 0 auto; border: 2px solid var(--yellow); overflow: visible; background: var(--ink); }
.brand-emblem .monogram-b,.brand-emblem .monogram-f { position: absolute; top: 7px; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 29px; line-height: 1; font-weight: 950; letter-spacing: -3px; transform: skewX(-8deg) scaleX(.84); transform-origin: left center; }
.brand-emblem .monogram-b { left: 5px; color: #fff; }
.brand-emblem .monogram-f { left: 25px; color: var(--yellow); }
.brand-emblem i { position: absolute; z-index: 3; width: 7px; height: 7px; right: -5px; top: -5px; background: var(--yellow); transform: rotate(45deg); box-shadow: 0 0 0 3px var(--ink); }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-size: 23px; letter-spacing: -.9px; }
.brand-name strong span { color: var(--yellow); }
.brand-name small { margin-top: 5px; color: #99a9b0; font-size: 8px; letter-spacing: 2px; text-transform: uppercase; font-weight: 800; }
nav { display: flex; align-items: center; gap: 30px; color: #d5dde0; font-size: 13px; font-weight: 800; }
nav a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { padding: 13px 17px; background: var(--yellow); color: var(--ink); }
.menu-button { display: none; padding: 10px 12px; border: 1px solid var(--line); background: transparent; color: #fff; font-weight: 800; }
.hero { position: relative; min-height: 880px; height: 100svh; display: flex; align-items: flex-end; overflow: hidden; padding: 150px clamp(22px,6vw,90px) 38px; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,16,20,.98) 0%,rgba(7,16,20,.90) 39%,rgba(7,16,20,.25) 76%,rgba(7,16,20,.10) 100%),linear-gradient(0deg,rgba(7,16,20,.98) 0%,transparent 52%); }
.hero-inner { position: relative; z-index: 2; width: min(900px,100%); }
.eyebrow,.section-label { margin: 0 0 22px; color: var(--yellow); font-size: 11px; line-height: 1.3; letter-spacing: 2.3px; text-transform: uppercase; font-weight: 900; }
.eyebrow span { display: inline-block; width: 30px; height: 2px; margin-right: 10px; background: var(--yellow); vertical-align: middle; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 860px; margin-bottom: 24px; font-size: clamp(58px,7.2vw,112px); line-height: .87; letter-spacing: -5px; text-transform: uppercase; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-copy { max-width: 690px; margin-bottom: 32px; color: #d5dee2; font-size: clamp(17px,1.7vw,22px); line-height: 1.55; }
.hero-actions,.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 22px; border: 1px solid transparent; font-size: 14px; font-weight: 900; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #ffe052; }
.button-outline { border-color: rgba(255,255,255,.36); }
.button-outline:hover { border-color: var(--yellow); color: var(--yellow); }
.proof-row { width: min(950px,100%); margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: rgba(7,16,20,.72); backdrop-filter: blur(8px); }
.proof-row div { min-height: 88px; padding: 20px 22px; border-right: 1px solid var(--line); }
.proof-row div:last-child { border-right: 0; }
.proof-row strong,.proof-row span { display: block; }
.proof-row strong { margin-bottom: 7px; color: var(--yellow); font-size: 17px; }
.proof-row span { color: #b8c4c9; font-size: 12px; line-height: 1.4; }
.section-space { padding: 108px clamp(22px,6vw,90px); }
.statement { background: var(--cream); color: var(--ink); }
.statement .section-label,.packages .section-label,.faq .section-label { color: #7e6a00; }
.statement-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.65fr); gap: clamp(42px,8vw,120px); align-items: start; }
h2 { margin-bottom: 0; font-size: clamp(40px,5.5vw,78px); line-height: .94; letter-spacing: -3px; text-transform: uppercase; }
.statement h2 span { color: #a98a00; }
.body-copy p,.section-heading > p,.process-intro > p:last-child { color: #526169; font-size: 18px; line-height: 1.72; }
.body-copy p:last-child { margin-bottom: 0; }
.outcomes { display: grid; grid-template-columns: repeat(3,1fr); background: var(--yellow); color: var(--ink); }
.outcomes article { min-height: 250px; padding: 38px clamp(26px,4vw,56px); border-right: 1px solid rgba(7,16,20,.23); }
.outcomes article:last-child { border-right: 0; }
.outcomes span,.service-number,.why-points span { font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.outcomes h3 { margin: 68px 0 13px; font-size: 28px; letter-spacing: -.7px; }
.outcomes p { max-width: 360px; margin: 0; color: #3e380f; line-height: 1.55; }
.services { background: var(--ink); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.55fr); gap: clamp(40px,8vw,110px); align-items: end; }
.section-heading > p { margin-bottom: 0; color: var(--muted); }
.service-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 395px; padding: 28px; border-right: 1px solid var(--line); }
.service-grid article:last-child { border-right: 0; }
.service-number { color: #75878f; }
.service-icon { width: 54px; height: 54px; margin-top: 64px; display: grid; place-items: center; border: 1px solid rgba(255,208,0,.6); color: var(--yellow); font-size: 19px; font-weight: 900; }
.service-grid h3 { margin: 28px 0 14px; font-size: 24px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.process { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(50px,9vw,130px); background: #101c22; }
.process-intro { position: sticky; top: 118px; align-self: start; }
.process-intro h2 { margin-bottom: 24px; }
.process-intro > p:last-child { color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 180px; display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: 4px; color: var(--yellow); font-size: 11px; letter-spacing: 1.7px; text-transform: uppercase; font-weight: 900; }
.process-list strong { display: block; margin-bottom: 12px; font-size: 23px; }
.process-list p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.65; }
.packages { background: var(--cream); color: var(--ink); }
.packages-heading > p { color: #536169; }
.price-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; min-height: 600px; display: flex; flex-direction: column; padding: 34px; background: #fff; border: 1px solid var(--dark-line); }
.price-card.featured { background: var(--ink); color: #fff; transform: translateY(-18px); box-shadow: 0 22px 60px rgba(7,16,20,.18); }
.recommendation { position: absolute; top: 0; right: 0; margin: 0; padding: 10px 13px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.plan { margin-bottom: 28px; color: #867000; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.featured .plan { color: var(--yellow); }
.price { margin: 0 0 18px; font-size: clamp(58px,5vw,74px); line-height: 1; font-weight: 900; letter-spacing: -4px; }
.price sup { margin-right: 4px; font-size: 19px; letter-spacing: 0; vertical-align: super; }
.plan-for { min-height: 76px; color: #56636a; line-height: 1.55; }
.featured .plan-for { color: var(--muted); }
.price-card ul { flex: 1; margin: 22px 0 26px; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--dark-line); }
.featured ul { border-color: var(--line); }
.price-card li { position: relative; padding: 9px 0 9px 20px; font-size: 14px; }
.price-card li::before { content: ''; position: absolute; left: 0; top: 15px; width: 8px; height: 8px; background: var(--yellow); }
.price-card > a { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--dark-line); font-weight: 900; }
.featured > a { border-color: var(--line); color: var(--yellow); }
.price-note { margin: 24px 0 0; color: #657178; font-size: 12px; }
.why { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.8fr); gap: clamp(50px,9vw,130px); background: var(--yellow); color: var(--ink); }
.why .section-label { color: #665500; }
blockquote { margin: 0; font-size: clamp(37px,4.6vw,68px); line-height: 1; letter-spacing: -2.5px; text-transform: uppercase; font-weight: 900; }
.why-points { border-top: 1px solid rgba(7,16,20,.28); }
.why-points article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(7,16,20,.28); }
.why-points h3 { margin: 0 0 9px; font-size: 20px; }
.why-points p { margin: 0; color: #40390f; line-height: 1.6; }
.faq { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.1fr); gap: clamp(50px,9vw,130px); background: var(--cream); color: var(--ink); }
.faq-list { border-top: 1px solid var(--dark-line); }
details { border-bottom: 1px solid var(--dark-line); }
summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 3px; top: 20px; font-size: 28px; font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { max-width: 700px; margin: -4px 50px 25px 0; color: #56636a; line-height: 1.68; }
.contact { padding: 120px clamp(22px,6vw,90px); background: radial-gradient(circle at 80% 20%,rgba(255,208,0,.16),transparent 35%),var(--ink-2); }
.contact-inner { max-width: 1050px; }
.contact h2 { margin-bottom: 26px; }
.contact h2 span { color: var(--yellow); }
.contact-inner > p:not(.section-label):not(.contact-email) { max-width: 720px; color: #c5d0d5; font-size: 19px; line-height: 1.7; }
.contact-actions { margin-top: 32px; }
.copy-button { min-height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.34); background: transparent; color: #fff; font-weight: 900; cursor: pointer; }
.copy-button:hover { border-color: var(--yellow); color: var(--yellow); }
.contact-email { margin: 20px 0 0; color: #92a3aa; font-size: 13px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; padding: 34px clamp(22px,6vw,90px); border-top: 1px solid var(--line); background: #03090c; }
footer > p { margin: 0; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; color: #9cabb2; font-size: 12px; }
.mobile-cta { display: none; }
@media (max-width: 980px) {
  nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 24px; flex-direction: column; align-items: flex-start; background: rgba(7,16,20,.99); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { height: auto; min-height: 900px; }
  .hero-photo { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(7,16,20,.98) 0%,rgba(7,16,20,.84) 58%,rgba(7,16,20,.27) 100%),linear-gradient(0deg,rgba(7,16,20,.98),transparent 60%); }
  .statement-grid,.section-heading,.process,.why,.faq { grid-template-columns: 1fr; }
  .outcomes,.service-grid,.price-grid { grid-template-columns: 1fr; }
  .outcomes article,.service-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(7,16,20,.22); }
  .service-grid article { border-color: var(--line); }
  .service-icon { margin-top: 38px; }
  .process-intro { position: static; }
  .price-card { min-height: auto; }
  .price-card.featured { transform: none; }
  .why { gap: 64px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 64px; }
  .site-header { height: 72px; padding: 0 16px; }
  nav { top: 72px; }
  .brand-emblem { width: 42px; height: 40px; }
  .brand-emblem .monogram-b,.brand-emblem .monogram-f { top: 6px; font-size: 25px; }
  .brand-emblem .monogram-b { left: 4px; }
  .brand-emblem .monogram-f { left: 21px; }
  .brand-name strong { font-size: 20px; }
  .brand-name small { letter-spacing: 1.4px; font-size: 7px; }
  .hero { min-height: 860px; padding: 124px 18px 26px; }
  .hero-photo { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(7,16,20,.96),rgba(7,16,20,.63)),linear-gradient(0deg,rgba(7,16,20,1) 0%,rgba(7,16,20,.2) 65%); }
  h1 { font-size: clamp(50px,15vw,68px); line-height: .9; letter-spacing: -3px; }
  h2 { font-size: 38px; letter-spacing: -1.8px; }
  .hero-copy { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .proof-row { grid-template-columns: 1fr; margin-top: 35px; }
  .proof-row div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-row div:last-child { border-bottom: 0; }
  .section-space { padding: 78px 18px; }
  .statement-grid { gap: 36px; }
  .outcomes article { min-height: 220px; padding: 32px 22px; }
  .outcomes h3 { margin-top: 55px; }
  .service-grid { margin-top: 42px; }
  .service-grid article { padding: 28px 8px 36px; }
  .process { gap: 34px; }
  .process-list li { grid-template-columns: 82px 1fr; gap: 12px; }
  .price-grid { margin-top: 44px; }
  .price-card { padding: 29px 25px; }
  .plan-for { min-height: auto; }
  blockquote { font-size: 37px; letter-spacing: -1.6px; }
  .faq { gap: 38px; }
  .contact { padding: 82px 18px; }
  .contact-actions .button,.copy-button { width: 100%; }
  footer { padding: 30px 18px; }
  .mobile-cta { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--yellow); color: var(--ink); font-size: 14px; font-weight: 900; box-shadow: 0 -10px 30px rgba(0,0,0,.22); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
