:root {
  --ink: #172927;
  --ink-soft: #344b47;
  --paper: #f6f4ef;
  --white: #fff;
  --orange: #f05a28;
  --orange-dark: #d74617;
  --mint: #d9e6df;
  --line: #d9ddd8;
  --muted: #6e7a76;
  --error: #b42318;
  --shadow: 0 24px 60px rgba(23, 41, 39, .1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }

.app-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 0 4.8vw;
  color: white;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.brand { display: grid; gap: 1px; color: white; text-decoration: none; line-height: 1; }
.brand strong { font-family: Arial, sans-serif; font-size: 19px; letter-spacing: -.03em; }
.brand span { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .14em; opacity: .72; }
.back-link { display: inline-flex; gap: 10px; align-items: center; color: white; font-size: 11px; text-decoration: none; }
.back-link span { color: var(--orange); font-size: 17px; transition: transform .2s ease; }
.back-link:hover span { transform: translateX(-4px); }

.intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  min-height: 540px;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, black);
}

.intro-copy { position: relative; z-index: 1; padding: 82px 5vw 76px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: #b8c8c2; font: 700 11px/1 Arial, sans-serif; letter-spacing: .19em; }
.eyebrow span { width: 29px; height: 2px; background: var(--orange); }
.intro h1 { max-width: 680px; margin: 0; font-size: clamp(44px, 5.4vw, 78px); font-weight: 700; line-height: 1.21; letter-spacing: -.055em; }
.lead { max-width: 620px; margin: 30px 0 0; color: #c6d0cc; font-size: 14px; line-height: 2; }

.intro-notes { display: flex; gap: 0; margin: 43px 0 0; padding: 0; list-style: none; }
.intro-notes li { display: grid; gap: 1px; min-width: 132px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.16); }
.intro-notes li:last-child { border: 0; }
.intro-notes b { font-size: 17px; }
.intro-notes span { color: #9aaba5; font-size: 11px; }

.intro-art { position: relative; min-height: 540px; overflow: hidden; background: #213b37; }
.intro-art::before { content: ""; position: absolute; width: 360px; height: 360px; right: -50px; top: -65px; border-radius: 50%; background: var(--orange); opacity: .95; }
.intro-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 35%, rgba(255,255,255,.06)); }
.screen { position: absolute; z-index: 2; overflow: hidden; box-shadow: 0 34px 80px rgba(0,0,0,.35); }
.screen > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.screen-main { top: 78px; right: 12%; width: min(60%, 340px); aspect-ratio: .78; padding: 26px; transform: rotate(4deg); color: white; background: #e8e5dc; }
.screen-main::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8,24,21,.05) 22%, rgba(8,24,21,.88) 100%); }
.screen-label { position: relative; z-index: 2; display: block; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.55); font: 700 11px/1 Arial, sans-serif; letter-spacing: .14em; text-shadow: 0 1px 5px rgba(0,0,0,.4); }
.screen-main strong { position: absolute; z-index: 2; bottom: 48px; left: 26px; display: block; font: 800 clamp(32px, 4vw, 54px)/.9 Arial, sans-serif; letter-spacing: -.07em; text-shadow: 0 3px 15px rgba(0,0,0,.45); }
.screen-main i { position: absolute; z-index: 2; bottom: 25px; left: 26px; width: 50px; height: 4px; background: var(--orange); }
.screen-sub { left: 4%; bottom: 42px; width: 225px; height: 125px; padding: 22px; transform: rotate(-5deg); color: white; background: #c64b26; }
.screen-sub::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(16,42,37,.9), rgba(16,42,37,.14)); }
.screen-sub span { position: relative; z-index: 2; display: block; font: 700 11px/1 Arial, sans-serif; letter-spacing: .15em; opacity: .9; }
.screen-sub b { position: relative; z-index: 2; display: block; margin-top: 22px; font-size: 19px; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.art-caption { position: absolute; z-index: 3; right: 20px; bottom: 16px; margin: 0; color: rgba(255,255,255,.72); font: 700 11px/1.5 Arial, sans-serif; letter-spacing: .14em; text-align: right; }

.application-shell { display: grid; grid-template-columns: 320px minmax(0, 780px); gap: 60px; justify-content: center; max-width: 1260px; margin: 0 auto; padding: 100px 40px 120px; }
.application-guide { position: sticky; top: 30px; align-self: start; }
.guide-label { margin: 0 0 13px; color: var(--orange); font: 700 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.application-guide h2 { margin: 0 0 16px; font-size: 29px; letter-spacing: -.04em; }
.application-guide > p:not(.guide-label) { margin: 0; color: var(--muted); font-size: 12px; }
.step-list { display: grid; gap: 0; margin: 44px 0 0; padding: 0; list-style: none; }
.step-list li { position: relative; display: grid; grid-template-columns: 39px 1fr; gap: 14px; align-items: start; min-height: 79px; color: #9aa39f; }
.step-list li:not(:last-child)::after { content: ""; position: absolute; left: 17px; top: 38px; bottom: 5px; width: 1px; background: var(--line); }
.step-list li > span { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font: 700 11px/1 Arial, sans-serif; }
.step-list li b { display: block; margin-top: 1px; font-size: 12px; }
.step-list li small { display: block; margin-top: 2px; font-size: 11px; }
.step-list li.is-current { color: var(--ink); }
.step-list li.is-current > span { color: white; border-color: var(--orange); background: var(--orange); box-shadow: 0 0 0 5px rgba(240,90,40,.1); }
.step-list li.is-complete > span { color: white; border-color: var(--ink); background: var(--ink); }
.support-note { display: grid; grid-template-columns: 31px 1fr; gap: 12px; margin-top: 20px; padding: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.support-note > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: white; background: var(--ink); font: 700 11px/1 Arial, sans-serif; }
.support-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.support-note b { display: block; color: var(--ink); font-size: 12px; }

.application-panel { min-width: 0; padding: 50px 55px 58px; border-top: 4px solid var(--orange); background: white; box-shadow: var(--shadow); }
.intent-screen { min-height: 560px; }
.intent-header { max-width: 590px; margin-bottom: 34px; }
.intent-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.intent-option { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 300px; padding: 28px 26px 25px; overflow: hidden; color: var(--ink); border: 1px solid var(--line); background: #f7f8f5; text-align: left; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.intent-option::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 150px; height: 150px; border-radius: 50%; background: rgba(240,90,40,.1); }
.intent-option:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 14px 35px rgba(23,41,39,.1); }
.intent-option:focus-visible { outline: 3px solid rgba(240,90,40,.25); outline-offset: 3px; }
.intent-option > span { display: inline-flex; padding: 4px 8px; color: var(--orange-dark); background: #fff0e9; font-size: 11px; font-weight: 700; }
.intent-option > b { display: block; margin-top: 35px; font-size: 20px; line-height: 1.45; }
.intent-option > p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.intent-option > i { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: auto; padding-top: 22px; font-size: 12px; font-style: normal; font-weight: 700; }
.intent-option > i span { color: var(--orange); font-size: 18px; }
.intent-option-application { color: white; border-color: var(--ink); background: var(--ink); }
.intent-option-application > span { color: #ffd4c5; background: rgba(240,90,40,.2); }
.intent-option-application > p { color: #b9c6c1; }
.intent-option-application > i span { color: #ff875f; }
.flow-switch { display: inline-flex; gap: 9px; align-items: center; margin: 0 0 28px; padding: 0 0 6px; color: var(--muted); border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 11px; cursor: pointer; }
.flow-switch:hover { color: var(--orange-dark); border-color: var(--orange); }
.mobile-progress { display: none; }
.step-header { margin-bottom: 47px; }
.step-header p { margin: 0 0 7px; color: var(--orange); font: 700 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.step-header h2 { margin: 0; font-size: 26px; letter-spacing: -.035em; }
.step-header span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; }

.field-group { min-width: 0; margin: 0 0 42px; padding: 0; border: 0; }
.field-group legend, .field > span { display: block; margin: 0 0 11px; font-size: 11px; font-weight: 700; }
em { margin-left: 7px; padding: 2px 6px; color: white; background: var(--orange); font-size: 11px; font-style: normal; font-weight: 700; vertical-align: 1px; }

.media-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.plan-section-divider { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; margin: 20px 0 5px; color: #7d8a85; font: 700 11px/1 Arial, sans-serif; letter-spacing: .1em; }
.plan-section-divider::before, .plan-section-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.plan-section-divider span { white-space: nowrap; }
.media-option { position: relative; }
.media-option input { position: absolute; opacity: 0; pointer-events: none; }
.media-option-body { display: flex; flex-direction: column; min-height: 535px; padding: 19px 18px 72px; border: 1px solid var(--line); background: white; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.media-photo { position: relative; display: block; height: 142px; margin: -19px -18px 18px; overflow: hidden; background: #d9dfdb; }
.media-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.media-photo > span { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; color: white; background: rgba(18,40,36,.86); font-size: 11px; font-weight: 700; letter-spacing: .06em; backdrop-filter: blur(4px); }
.media-photo-collage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.media-photo-duo { grid-template-columns: repeat(2, 1fr); }
.media-photo-quad { grid-template: repeat(2, minmax(0, 1fr)) / repeat(2, minmax(0, 1fr)); }
.media-photo-quad img { min-width: 0; min-height: 0; }
.media-option-body:hover .media-photo img { transform: scale(1.035); }
.media-option small { color: #7d8a85; font: 700 11px/1.35 Arial, sans-serif; letter-spacing: .08em; }
.media-option b { margin-top: 20px; font-size: 15px; line-height: 1.45; }
.location-subtitle { font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.media-option i { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.65; font-style: normal; }
.delivery-spec { display: grid; gap: 4px; margin: 11px 0 2px; padding: 10px 11px; border-left: 3px solid var(--orange); background: #f2f5f1; }
.delivery-spec small { color: #6f7d78; font: 700 11px/1.35 Arial, sans-serif; letter-spacing: .04em; }
.delivery-spec strong { color: var(--ink); font-size: 13px; line-height: 1.45; }
.delivery-spec strong span { margin-left: 4px; white-space: nowrap; font: 700 12px/1 Arial, sans-serif; letter-spacing: .02em; }
.delivery-spec-mixed { gap: 5px; }
.delivery-spec-mixed strong + strong { padding-top: 5px; border-top: 1px solid rgba(18,40,36,.15); font-size: 12px; }
.setouchi-spec { display: grid; gap: 4px; margin: 11px 0 2px; padding: 10px 11px; border-left: 3px solid #267d73; background: #eef6f4; }
.setouchi-spec small { color: #5f7772; font: 700 11px/1.35 Arial, sans-serif; letter-spacing: .04em; }
.setouchi-spec strong { color: var(--ink); font-size: 13px; line-height: 1.45; }
.plan-price { display: flex; align-items: baseline; gap: 5px; margin: 10px 0 12px; color: var(--orange-dark); font-size: 12px; font-weight: 700; }
.plan-price-contact { font-size: 13px; }
.plan-price small { color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: 0; }
.location-address { display: block; color: var(--muted); font-size: 11px; line-height: 1.7; }
.location-address > span { display: block; margin-bottom: 4px; color: #7d8a85; font: 700 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.facility-hours { display: block; margin-top: 9px; color: var(--ink); font-size: 11px; line-height: 1.6; }
.facility-hours > span { display: block; margin-bottom: 4px; color: #7d8a85; font: 700 11px/1 Arial, sans-serif; letter-spacing: .07em; }
.set-map-note { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.map-link { position: absolute; right: 18px; bottom: 17px; left: 18px; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 0 11px; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); font: 700 11px/1 Arial, sans-serif; letter-spacing: .08em; text-decoration: none; transition: color .2s, border-color .2s, background .2s; }
.map-link span { color: var(--orange); font-size: 13px; }
.map-link:hover, .map-link:focus-visible { color: white; border-color: var(--orange); outline: none; background: var(--orange); }
.map-link:hover span, .map-link:focus-visible span { color: white; }
.media-option-body:hover { border-color: #aab3af; transform: translateY(-2px); }
.media-option input:focus-visible + .media-option-body { outline: 3px solid rgba(240,90,40,.25); outline-offset: 2px; }
.media-option input:checked + .media-option-body { border-color: var(--orange); background: #fff8f4; box-shadow: inset 0 0 0 1px var(--orange); }
.checkmark { position: absolute; top: 11px; right: 11px; z-index: 4; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 50%; color: transparent; background: white; font-size: 11px; }
.media-option input:checked ~ .checkmark { color: white; border-color: var(--orange); background: var(--orange); }
.media-option-consult .media-option-body { padding-bottom: 19px; background: #f7f8f5; }
.media-option-set .media-option-body { padding-bottom: 19px; color: white; border-color: var(--ink); background: var(--ink); }
.media-option-set small, .media-option-set i { color: #aebcb7; }
.media-option-set .plan-price { color: #ff875f; }
.media-option-set .delivery-spec { border-color: #ff875f; background: rgba(255,255,255,.08); }
.media-option-set .delivery-spec small { color: #bdc9c5; }
.media-option-set .delivery-spec strong { color: white; }
.media-option-set .delivery-spec-mixed strong + strong { border-color: rgba(255,255,255,.18); }
.media-option-set input:checked + .media-option-body { color: white; border-color: var(--orange); background: var(--ink); }
.media-option-wide { grid-column: 1 / -1; margin-top: 8px; }
.media-option-wide .media-option-body { display: grid; grid-template: auto auto auto auto 1fr / minmax(250px, .9fr) 1fr; column-gap: 28px; min-height: 258px; padding: 22px 26px; }
.media-option-wide .media-photo { grid-row: 1 / -1; grid-column: 1; height: auto; min-height: 214px; margin: -22px 0 -22px -26px; }
.media-option-wide .media-option-body > small, .media-option-wide .media-option-body > b, .media-option-wide .media-option-body > .plan-price, .media-option-wide .media-option-body > .set-map-note, .media-option-wide .media-option-body > i { grid-column: 2; }
.media-option-wide .media-option-body > b { margin-top: 14px; }
.media-option-wide .media-option-body > i { align-self: end; }
.price-note { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; margin-top: 13px; padding: 15px 17px; background: #f5f7f4; }
.price-note > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: white; background: var(--ink); font: 700 11px/1 Georgia, serif; }
.price-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.price-note b { display: block; color: var(--ink); }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 27px 22px; }
.derived-field { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; align-items: center; margin: -10px 0 30px; padding: 18px 20px; background: #f2f6f3; border-left: 3px solid var(--orange); }
.derived-field > div { display: grid; gap: 2px; }
.derived-field span { color: var(--muted); font-size: 11px; font-weight: 700; }
.derived-field output { color: var(--ink); font-size: 18px; font-weight: 700; }
.derived-field small { color: var(--muted); font-size: 11px; }
.derived-field button { padding: 0 0 3px; color: var(--orange-dark); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 11px; cursor: pointer; }
.field { display: block; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 13px 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 0; outline: none; background: #fbfbf9; transition: border-color .2s, box-shadow .2s, background .2s; }
.field select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field textarea { min-height: 142px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); background: white; box-shadow: 0 0 0 3px rgba(240,90,40,.1); }
.field input::placeholder, .field textarea::placeholder { color: #a1aaa6; }
.field input:user-invalid, .field select:user-invalid { border-color: var(--error); }
.field > small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.remarks-field { margin-top: -16px; }
.remarks-field textarea { min-height: 120px; }
.optional-label { display: inline-flex; margin-left: 8px; padding: 3px 7px; color: var(--muted); background: #eef1ed; font-size: 11px; font-weight: 700; vertical-align: 1px; }
.interest-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.interest-options label { position: relative; cursor: pointer; }
.interest-options input { position: absolute; opacity: 0; }
.interest-options span { display: grid; place-items: center; min-height: 62px; padding: 11px 12px; color: var(--ink-soft); border: 1px solid var(--line); background: #fbfbf9; font-size: 12px; line-height: 1.55; text-align: center; transition: border-color .2s, background .2s, color .2s; }
.interest-options input:checked + span { color: var(--orange-dark); border-color: var(--orange); background: #fff8f4; box-shadow: inset 0 0 0 1px var(--orange); }
.interest-options input:focus-visible + span { outline: 3px solid rgba(240,90,40,.25); outline-offset: 2px; }
.interest-option-wide { grid-column: 1 / -1; }
.inquiry-helper { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.inquiry-message-field { margin-top: 35px; }
.inquiry-reassurance { display: grid; grid-template-columns: 31px 1fr; gap: 13px; margin-top: 28px; padding: 19px; background: #f1f6f2; }
.inquiry-reassurance > span { display: grid; place-items: center; width: 28px; height: 28px; color: white; border-radius: 50%; background: var(--ink); font-size: 12px; font-weight: 700; }
.inquiry-reassurance p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.inquiry-reassurance b { display: block; color: var(--ink); }
.payment-method-group { margin-top: 34px; margin-bottom: 0; }
.compact-group { margin-top: 38px; }
.choice-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.choice-row label { position: relative; cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: grid; place-items: center; min-height: 54px; padding: 10px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; line-height: 1.55; text-align: center; transition: .2s; }
.choice-row input:checked + span { color: var(--orange-dark); border-color: var(--orange); background: #fff8f4; box-shadow: inset 0 0 0 1px var(--orange); }
.choice-row input:focus-visible + span { outline: 3px solid rgba(240,90,40,.25); outline-offset: 2px; }
.sales-terms { margin-top: 34px; padding: 20px 22px; border-left: 3px solid var(--orange); background: #fff9f4; }
.sales-terms > b { font-size: 12px; }
.sales-terms ul { display: grid; gap: 7px; margin: 10px 0 0; padding-left: 1.4em; color: var(--muted); font-size: 11px; line-height: 1.7; }
.step-header h2:focus { outline: none; }

.privacy-check { display: flex; gap: 12px; align-items: flex-start; margin-top: 32px; padding: 18px; background: #f7f8f5; cursor: pointer; }
.privacy-check input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--orange); }
.privacy-check span { font-size: 12px; line-height: 1.7; }
.privacy-check button { padding: 0; color: var(--ink); border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }

.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); }
.step-actions-end { justify-content: flex-end; }
.primary-action, .secondary-action { display: inline-flex; align-items: center; justify-content: center; gap: 35px; min-height: 55px; padding: 0 24px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 700; transition: background .2s, color .2s, transform .2s; }
.primary-action b, .secondary-action b { font: inherit; }
.primary-action { min-width: 210px; color: white; background: var(--orange); }
.primary-action:hover { background: var(--orange-dark); transform: translateY(-1px); }
.primary-action span { font-size: 17px; font-weight: 400; }
.secondary-action { color: var(--ink); border-color: var(--line); background: white; }
.secondary-action:hover { border-color: var(--ink); }

.review { border-top: 1px solid var(--ink); }
.review-section { padding: 27px 0 20px; border-bottom: 1px solid var(--line); }
.review-section header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.review-section h3 { margin: 0; font-size: 12px; }
.review-section button { padding: 0; color: var(--orange-dark); border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 11px; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 25px; margin: 0; }
.review-grid div { min-width: 0; }
.review-grid .review-wide { grid-column: 1 / -1; }
.review-grid dt { color: var(--muted); font-size: 11px; }
.review-grid dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 11px; white-space: pre-wrap; }
.prototype-note { margin: 25px 0 0; padding: 15px 17px; color: #765128; border: 1px solid #ead4b9; background: #fff9f0; font-size: 11px; line-height: 1.7; }
.prototype-note b { display: block; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.submit-status { min-height: 1.75em; margin: 16px 0 -24px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.submit-status:empty { display: none; }
.submit-status[data-status="sending"] { color: var(--ink-soft); }
.submit-status[data-status="error"] { color: var(--error); font-weight: 700; }

.complete-state { min-height: 535px; padding: 65px 20px; text-align: center; }
.complete-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 28px; border-radius: 50%; color: white; background: var(--orange); font-size: 25px; box-shadow: 0 0 0 12px rgba(240,90,40,.08); }
.complete-state > p:first-of-type { color: var(--orange); font: 700 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.complete-state h2 { margin: 15px 0; font-size: 27px; }
.complete-state > p:not(:first-of-type) { max-width: 500px; margin: 0 auto; color: var(--muted); font-size: 11px; }
.complete-state .secondary-action { margin-top: 35px; }

.after-application { padding: 90px max(5vw, 30px) 100px; color: white; background: var(--ink); }
.after-application > header { max-width: 1160px; margin: 0 auto 45px; }
.after-application header p { margin: 0 0 9px; color: var(--orange); font: 700 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.after-application h2 { margin: 0; font-size: 28px; }
.after-application ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; max-width: 1160px; margin: 0 auto; padding: 0; background: rgba(255,255,255,.12); list-style: none; }
.after-application li { min-height: 205px; padding: 30px; background: var(--ink); }
.after-application li span { display: block; color: var(--orange); font: 700 11px/1 Arial, sans-serif; }
.after-application li b { display: block; margin-top: 42px; font-size: 16px; }
.after-application li p { margin: 7px 0 0; color: #a9b8b3; font-size: 12px; line-height: 1.7; }

.app-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 20px; padding: 45px 5vw; background: #11201e; color: #849690; }
.app-footer div { display: grid; justify-self: start; }
.app-footer strong { color: white; font-family: Arial, sans-serif; font-size: 18px; line-height: 1; }
.app-footer div span { font-size: 11px; }
.app-footer p { margin: 0; font-size: 11px; }
.app-footer small { justify-self: end; font-size: 11px; }

.privacy-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 0; color: var(--ink); border: 0; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.privacy-dialog::backdrop { background: rgba(12,27,24,.72); backdrop-filter: blur(3px); }
.privacy-dialog > div { padding: 34px; }
.privacy-dialog header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.privacy-dialog h2 { margin: 0; font-size: 19px; }
.privacy-dialog header button { width: 35px; height: 35px; padding: 0; border: 1px solid var(--line); background: white; cursor: pointer; font-size: 20px; }
.privacy-dialog p { color: var(--muted); font-size: 11px; }
.privacy-dialog .primary-action { width: 100%; margin-top: 12px; }

@media (max-width: 960px) {
  .intro { grid-template-columns: 1fr .72fr; }
  .intro-art { min-height: 500px; }
  .screen-main { right: 5%; width: 78%; }
  .application-shell { grid-template-columns: 240px minmax(0, 1fr); gap: 32px; padding-inline: 28px; }
  .application-panel { padding-inline: 34px; }
  .media-options { grid-template-columns: 1fr; }
  .media-option-body { min-height: 535px; }
  .media-option b { margin-top: 15px; }
  .after-application ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .app-header { min-height: 70px; padding-inline: 20px; }
  .back-link { font-size: 11px; }
  .intro { display: block; min-height: auto; }
  .intro-copy { padding: 64px 22px 55px; }
  .intro h1 { font-size: clamp(40px, 12vw, 58px); }
  .lead { font-size: 12px; }
  .intro-notes { justify-content: space-between; }
  .intro-notes li { min-width: 0; flex: 1; padding-right: 10px; margin-right: 10px; }
  .intro-notes b { font-size: 14px; }
  .intro-art { min-height: 320px; }
  .screen-main { top: 28px; right: 13%; width: 44%; min-width: 180px; }
  .screen-main strong { margin-top: 25px; }
  .screen-sub { left: 8%; bottom: 30px; }
  .application-shell { display: block; padding: 55px 15px 75px; }
  .application-guide { display: none; }
  .application-panel { padding: 0 21px 36px; border-top-width: 3px; }
  .intent-screen { min-height: 0; padding-top: 34px; }
  .intent-header { margin-bottom: 27px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option { min-height: 245px; padding: 23px 21px 21px; }
  .intent-option > b { margin-top: 23px; font-size: 18px; }
  .flow-switch { margin-top: 4px; margin-bottom: 26px; }
  .mobile-progress { display: block; margin: 0 -21px 35px; padding: 15px 21px 17px; background: #f8f8f5; }
  .mobile-progress span { display: block; margin-bottom: 8px; font: 700 11px/1 Arial, sans-serif; letter-spacing: .11em; }
  .mobile-progress i { display: block; height: 2px; background: var(--line); }
  .mobile-progress b { display: block; width: 33.333%; height: 100%; background: var(--orange); transition: width .25s ease; }
  .step-header { margin-bottom: 35px; }
  .step-header h2 { font-size: 22px; }
  .media-options { grid-template-columns: 1fr; }
  .media-option-body { min-height: 525px; padding: 15px 16px 70px; }
  .media-photo { height: 145px; margin: -15px -16px 15px; }
  .media-option b { margin-top: 14px; font-size: 14px; }
  .plan-price { margin-block: 7px 9px; }
  .map-link { right: 16px; bottom: 15px; left: 16px; }
  .media-option-consult .media-option-body, .media-option-set .media-option-body { padding-bottom: 15px; }
  .media-option-wide { grid-column: auto; }
  .media-option-wide .media-option-body { display: flex; min-height: 525px; padding: 15px 16px; }
  .media-option-wide .media-photo { height: 145px; min-height: 0; margin: -15px -16px 15px; }
  .field-grid { grid-template-columns: 1fr; gap: 23px; }
  .derived-field { grid-template-columns: 1fr; margin-top: -5px; }
  .derived-field button { justify-self: start; margin-top: 6px; }
  .field-wide { grid-column: auto; }
  .interest-options { grid-template-columns: 1fr; }
  .interest-option-wide { grid-column: auto; }
  .choice-row { grid-template-columns: 1fr; }
  .choice-row span { min-height: 44px; }
  .step-actions { align-items: stretch; }
  .primary-action, .secondary-action { min-width: 0; padding-inline: 15px; gap: 15px; }
  .step-actions .primary-action { flex: 1; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid .review-wide { grid-column: auto; }
  .after-application { padding: 65px 22px 75px; }
  .after-application ol { grid-template-columns: 1fr; }
  .after-application li { min-height: 155px; }
  .after-application li b { margin-top: 25px; }
  .app-footer { grid-template-columns: 1fr; align-items: start; }
  .app-footer p, .app-footer small { justify-self: start; }
}

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