:root {
  color-scheme: dark;
  --bg: #151515;
  --panel: #202020;
  --ink: #f7f5ef;
  --muted: #b7b6b0;
  --orange: #f0a25b;
  --line: #3a3a36;
  --paper: #f4f3ee;
  --dark: #20211f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #ce6d23; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 20px; z-index: 2; background: var(--orange); color: #171717; padding: 12px; }
.skip:focus { top: 15px; }
.header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 14px; border-bottom: 1px solid var(--line); }
.logo img { width: 100px; }
.header nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.header nav a { text-decoration: none; }
.header nav a:hover { color: var(--orange); }
.nav-contact { border: 1px solid #64645c; padding: 10px 18px; border-radius: 6px; }
p { margin: 0 0 20px; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(44px, 4.65vw, 65px); font-weight: 650; }
h1 span { color: var(--orange); }
h2 { font-size: clamp(32px, 3.4vw, 46px); font-weight: 600; }
h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; font-weight: 600; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: .12em; margin-bottom: 24px; }
.accent-line { display: inline-block; width: 24px; height: 2px; background: var(--orange); vertical-align: middle; margin-right: 10px; }
.hero { display: grid; grid-template-columns: 1.7fr 1fr; align-items: center; gap: 58px; padding-block: 32px 80px; }
.hero-description { color: #d1d0c9; font-size: 19px; line-height: 1.7; max-width: 590px; margin: 25px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 20px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 650; text-decoration: none; text-align: center; transition: background .15s; }
.primary { background: var(--orange); color: #191919; }
.primary:hover { background: #ffc18b; }
.secondary { border-color: #66665f; background: transparent; }
.secondary:hover { background: #34342f; }
.hero-caption { font-size: 12px; color: var(--muted); margin: 22px 0 0; }
.hero-panel { border: 1px solid var(--line); border-radius: 12px; padding: 26px; background: linear-gradient(125deg, #282823, #1e1e1d); }
.panel-label { font-size: 10px; font-weight: 600; letter-spacing: .09em; color: #c9c8bf; margin: 0 0 25px; }
.panel-item { display: flex; gap: 15px; align-items: center; padding-block: 20px; border-top: 1px solid #3c3c36; }
.panel-item strong { display: block; font-size: 15px; font-weight: 600; }
.panel-item p { font-size: 12px; color: var(--muted); margin: 3px 0 0; }
.panel-symbol { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid #66543e; border-radius: 8px; color: var(--orange); font-size: 22px; }
.panel-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #3c3c36; padding-top: 21px; margin-top: 5px; font-size: 11px; color: var(--muted); }
.panel-bottom a { color: var(--ink); }
.light-section { color: var(--dark); background: var(--paper); }
.services { padding-block: 62px 65px; }
.section-heading .eyebrow { color: #726149; margin-bottom: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 40px; }
.service-grid article { border-top: 1px solid #c9cbc2; padding-top: 22px; }
.service-label { font-size: 10px; font-weight: 650; letter-spacing: .1em; color: #60635b; }
.service-grid h3 { margin: 17px 0 15px; }
.service-grid p { font-size: 15px; line-height: 1.75; color: #565951; }
.service-grid .service-emphasis { color: #30352d; font-size: 13px; font-weight: 600; margin-bottom: 0; }
.pricing { padding-block: 70px; }
.pricing-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.pricing-heading .eyebrow { color: var(--orange); margin-bottom: 17px; }
.pricing-heading > p { font-size: 15px; color: var(--muted); margin-bottom: 4px; }

.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.price-card { padding: 30px; border: 1px solid #474740; border-radius: 10px; background: var(--panel); display: flex; flex-direction: column; }
.membership { border-color: var(--orange); }
.plan-top { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.plan-top h3 { font-size: 19px; letter-spacing: -.02em; }
.plan-tag { font-size: 9px; letter-spacing: .06em; flex-shrink: 0; color: var(--muted); padding-top: 4px; }
.membership .plan-tag { color: var(--orange); }
.price { font-size: 62px; font-weight: 600; letter-spacing: -.055em; line-height: 1; margin: 29px 0 20px; }
.price span { color: var(--muted); font-size: 16px; font-weight: 400; letter-spacing: 0; margin-left: 8px; }
.plan-description { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.price-card ul { list-style: none; padding: 21px 0 24px; margin: 0; border-top: 1px solid var(--line); }
.price-card li { display: flex; align-items: baseline; gap: 12px; font-size: 14px; margin-bottom: 12px; }
.price-card li:before { content: "✓"; color: var(--orange); }
.price-card .button { margin-top: auto; }
.plan-note { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 13px 0 0; }
.terms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin-top: 32px; }
.terms-grid h3 { font-size: 14px; letter-spacing: 0; margin-bottom: 10px; }
.terms-grid p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.8; }
.contact-section { padding-block: 65px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 70px; align-items: center; }
.portrait { overflow: hidden; border-radius: 8px; background: #e5e5de; }
.portrait img { width: 100%; height: 290px; object-fit: cover; }
.portrait p { margin: 0; padding: 17px 20px; font-size: 15px; font-weight: 650; }
.portrait span { display: block; font-weight: 400; font-size: 12px; color: #62665b; margin-top: 2px; }
.contact-copy .eyebrow { font-size: 10px; color: #726149; margin-bottom: 15px; }
.contact-copy h2 { margin-bottom: 20px; }
.contact-copy > p:not(.eyebrow) { font-size: 15px; color: #565951; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.contact-link { font-size: 12px; }
.contact-copy .contact-caption { font-size: 11px !important; margin: 18px 0 0; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 27px; font-size: 11px; color: var(--muted); }
.footer p { margin: 0; }
.footer nav { display: flex; gap: 25px; }
.footer a { text-decoration: none; }
@media (max-width: 1020px) {
  .hero { gap: 28px; grid-template-columns: 1.4fr 1fr; }
  .plan-top { flex-direction: column; gap: 7px; }
  .service-grid { gap: 25px; }
  .contact-grid { gap: 35px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .header { padding-block: 12px; }
  .logo img { width: 76px; }
  .header nav { gap: 16px; font-size: 12px; }
  .nav-contact { padding: 8px 11px; }
  .hero { grid-template-columns: 1fr; padding-block: 24px; gap: 32px; }
  h1 { font-size: clamp(38px, 7.4vw, 56px); }
  .eyebrow { font-size: 10px; }
  .hero-description { font-size: 17px; margin-block: 21px 25px; }
  .hero-panel { padding: 21px; }
  .panel-label { margin-bottom: 18px; }
  .panel-item { padding-block: 15px; }
  .services, .pricing, .contact-section { padding-block: 45px; }
  .service-grid, .price-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-grid { margin-top: 30px; gap: 28px; }
  .service-grid h3 { margin-top: 12px; }
  .pricing-heading { display: block; }
  .pricing-heading > p { margin-top: 22px; }
  .wide-only { display: none; }
  .price-card { padding: 25px; }
  .plan-top { flex-direction: row; }
  .terms-grid { grid-template-columns: 1fr; gap: 20px; }
  .terms-grid p { font-size: 13px; }
  .contact-grid { gap: 30px; }
  .portrait img { height: 240px; }
  .footer { align-items: start; flex-direction: column; gap: 15px; }
}
@media (max-width: 390px) {
  .header nav { gap: 12px; }
  .header nav a:first-child { display: none; }
  .hero-actions { flex-direction: column; }
  .plan-top { flex-direction: column; }
  .contact-actions .button { width: 100%; padding-inline: 12px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* Concrete service examples and the supporting device service. */
.section-intro { max-width: 650px; margin: 20px 0 0; color: #565951; font-size: 16px; }
.service-grid { row-gap: 30px; }
.service-grid article > p:last-child { margin-bottom: 0; }
.human-help { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: baseline; margin-top: 35px; padding: 25px 28px; background: #e8e7df; border-left: 3px solid #ba6a29; border-radius: 0 6px 6px 0; }
.human-help h3 { font-size: 20px; }
.human-help p { margin: 0; color: #484c43; font-size: 15px; }
.device-help { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; border-top: 1px solid #c9cbc2; margin-top: 34px; padding-top: 28px; }
.device-help .service-label { margin-bottom: 12px; }
.device-help h3 { max-width: 390px; }
.device-help > p { margin: 0; color: #565951; font-size: 15px; }
@media (max-width: 760px) {
  .human-help, .device-help { grid-template-columns: 1fr; gap: 15px; }
  .human-help { padding: 22px; }
}

/* Personal introduction, illustrated portrait, and relationship-based service. */
.hero { grid-template-columns: 1.45fr 1fr; gap: 55px; }
.hero-background { color: #c7c6bf; font-size: 15px; max-width: 610px; margin-bottom: 19px; }
.hero-description { margin-bottom: 20px; }
.expertise-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 27px; }
.expertise-tags li { font-size: 11px; padding: 5px 10px; border: 1px solid #494941; border-radius: 4px; color: #ddd8cb; }
.hero-portrait { margin: 0; align-self: end; background: transparent; }
.hero-portrait img { width: 100%; height: auto; mask-image: linear-gradient(to bottom, #000 80%, transparent 100%); }
.fit-section { display: grid; grid-template-columns: 1fr 1.4fr; gap: 65px; padding-block: 65px; border-bottom: 1px solid var(--line); }
.fit-section .eyebrow { color: var(--orange); }
.fit-copy p { color: #c7c6bf; font-size: 16px; }
.fit-copy .family-note { margin: 25px 0 0; padding-left: 20px; border-left: 2px solid var(--orange); }
.family-note strong { color: var(--ink); }
.experience-list { margin: 25px 0; }
.experience-list > div { padding-block: 13px; border-top: 1px solid #cdcec5; }
.experience-list dt { font-size: 14px; font-weight: 650; }
.experience-list dd { margin: 4px 0 0; font-size: 13px; color: #565951; }
.contact-copy h2 { font-size: clamp(30px, 3vw, 40px); }
.portrait img { object-position: 72% center; }
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; gap: 32px; }
  .hero-portrait { width: min(100%, 420px); justify-self: center; }
  .fit-section { grid-template-columns: 1fr; gap: 22px; padding-block: 45px; }
  .fit-copy p { font-size: 15px; }
}

/* Illustrations sit on the page surface, without portrait cards. */
.hero { align-items: center; padding-bottom: 0; }
.hero-content { padding-bottom: 65px; }
.hero-portrait { width: 115%; max-width: 560px; justify-self: end; pointer-events: none; }
.fit-section { grid-template-columns: .85fr 1.4fr; align-items: center; gap: 55px; padding-block: 50px; }
.fit-illustration { align-self: end; }
.fit-illustration img { width: 100%; max-width: 370px; height: auto; aspect-ratio: 1024 / 1250; object-fit: cover; object-position: center top; margin-inline: auto; mask-image: linear-gradient(to bottom, #000 82%, transparent 100%); }
.fit-copy h2 { margin-bottom: 24px; }
.fit-copy .eyebrow { color: var(--orange); font-size: 11px; }
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; gap: 0; }
  .hero-content { padding-bottom: 15px; }
  .hero-portrait { width: min(90%, 370px); justify-self: center; }
  .fit-section { grid-template-columns: 1fr; gap: 0; padding-block: 38px; }
  .fit-copy { grid-row: 1; }
  .fit-illustration { margin-top: 20px; }
  .fit-illustration img { width: min(80%, 280px); }
}

.personal-reassurance { font-size: 14px; color: #e0d7ca; margin: 0 0 22px; max-width: 520px; }
.human-help > div p + p { margin-top: 13px; }

.price-grid { margin-top: 30px; }
.hero .eyebrow { max-width: 560px; text-transform: none; letter-spacing: .025em; font-size: 14px; }
.legal-shell { width: min(850px, calc(100% - 40px)); margin: 0 auto; padding: 40px 0 65px; }
.legal-shell h1 { font-size: clamp(36px, 5vw, 52px); margin: 20px 0; }
.legal-shell h2 { font-size: 25px; margin: 32px 0 14px; letter-spacing: -.025em; }
.legal-shell p, .legal-shell li { color: #d0cfc8; font-size: 16px; line-height: 1.8; }
.legal-shell ul { padding-left: 24px; }
.agreement-panel { border: 1px solid var(--line); border-radius: 8px; padding: 25px; margin: 25px 0; }
.agreement-panel label { display: flex; gap: 13px; margin: 20px 0; font-size: 16px; align-items: flex-start; }
.agreement-panel input { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 3px; accent-color: var(--orange); }
.agreement-panel button { font-family: inherit; cursor: pointer; }
.agreement-panel button:disabled { opacity: .5; cursor: not-allowed; }
.agreement-panel button:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.billing-summary { padding: 22px; background: #25231e; border-left: 3px solid var(--orange); }
.billing-summary strong { color: var(--ink); }
.billing-summary p:last-child { margin-bottom: 0; }
[hidden] { display: none !important; }
