:root {
  color-scheme: light;
  --white: #ffffff;
  --black: #171717;
  --muted: #686868;
  --line: #e6e6e6;
  --soft: #f7f7f7;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--white); font-family: var(--font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--black); outline-offset: 6px; }
::selection { background: #dedede; color: #000; }
.wrap { width: min(1184px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 20px; background: #fff; border: 1px solid; z-index: 10; }
.skip-link:focus { top: 12px; }
.header { min-height: 106px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 37px; height: 37px; border: 1.3px solid var(--black); font-size: 15px; letter-spacing: -.08em; font-weight: 600; border-radius: 4px; padding-right: 2px; }
.brand-name { font-size: 16px; font-weight: 550; letter-spacing: -.035em; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.nav a { color: var(--muted); padding-block: 12px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--black); }
.nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.nav a.nav-contact { border: 1px solid var(--line); border-radius: 7px; padding: 8px 18px; color: var(--black); }
.nav a.nav-contact:hover { background: var(--soft); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
h1 { font-size: clamp(48px, 5.5vw, 74px); line-height: 1.075; letter-spacing: -.057em; }
h2 { font-size: clamp(30px, 3.3vw, 43px); line-height: 1.2; letter-spacing: -.047em; }
h3 { font-size: 22px; line-height: 1.35; letter-spacing: -.025em; }
.muted { color: var(--muted); }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; padding: 96px 0 90px; }
.hero-copy { max-width: 620px; }
.hero h1 { margin-bottom: 28px; }
.hero-description { max-width: 455px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 47px; padding: 10px 21px; border: 1px solid var(--black); border-radius: 7px; background: var(--black); color: #fff; font-size: 14px; font-weight: 500; line-height: 1.5; cursor: pointer; }
.button:hover { background: #333; }
.text-link { font-size: 14px; text-decoration: underline; text-decoration-color: #b9b9b9; text-underline-offset: 5px; }
.text-link:hover { text-decoration-color: var(--black); }
.hero-visual { margin: 0; width: 100%; }
.hero-visual img { width: 100%; height: 464px; object-fit: cover; display: block; border-radius: 3px; }
.hero-visual figcaption { margin-top: 11px; color: var(--muted); font-size: 12px; }
.thesis { padding-block: 75px 80px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.section-label { font-size: 14px; color: var(--muted); }
.thesis h2 { max-width: 650px; font-size: clamp(26px, 2.6vw, 34px); line-height: 1.4; }
.thesis p { color: var(--muted); max-width: 600px; margin-top: 20px; }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px 0 70px; }
.closing h2 { font-size: 27px; letter-spacing: -.03em; }
.closing p { margin-top: 9px; color: var(--muted); font-size: 16px; }
.footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px 30px; padding-block: 27px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.footer-links { display: flex; gap: 25px; font-size: 13px; }
.footer a:hover { color: var(--black); }
.page-intro { padding: 85px 0 65px; max-width: 800px; }
.page-intro .section-label { margin-bottom: 23px; }
.page-intro h1 { font-size: clamp(43px, 5vw, 65px); max-width: 790px; }
.page-intro .intro-description { color: var(--muted); max-width: 640px; font-size: 18px; margin-top: 25px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 70px 1fr 1.45fr; gap: 28px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.step-number { font-size: 14px; color: var(--muted); padding-top: 4px; }
.step p { max-width: 600px; color: var(--muted); font-size: 16px; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 60px 0 70px; }
.outcome h3 { font-size: 21px; margin-bottom: 13px; }
.outcome p { font-size: 16px; color: var(--muted); max-width: 460px; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding: 90px 0 120px; min-height: calc(100svh - 187px); align-content: start; }
.contact-layout .section-label { margin-bottom: 23px; }
.contact-layout h1 { font-size: clamp(46px, 5vw, 65px); }
.contact-intro { color: var(--muted); font-size: 18px; max-width: 480px; margin-top: 27px; }
.contact-email { display: inline-block; border: 0; padding: 0; background: none; color: inherit; cursor: pointer; text-align: left; max-width: 100%; margin-top: 38px; font-size: clamp(18px, 2vw, 24px); letter-spacing: -.025em; text-decoration: underline; text-decoration-color: #b9b9b9; text-underline-offset: 7px; overflow-wrap: anywhere; }
.contact-actions { margin-top: 27px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.copy-button { border: 0; padding: 10px 0; background: none; cursor: pointer; font-size: 14px; color: var(--muted); }
.copy-button:hover { color: var(--black); }
.copy-status { font-size: 13px; color: var(--muted); min-height: 22px; margin-top: 10px; }
.contact-note { padding-top: 53px; }
.contact-note h2 { font-size: 23px; letter-spacing: -.025em; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-note p { color: var(--muted); font-size: 16px; margin-top: 22px; }
.detail-list { list-style: none; margin: 22px 0 0; padding: 0; }
.detail-list li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.contact-note .note-small { font-size: 14px; margin-top: 23px; }
@media (min-width: 1600px) { .hero { padding-block: 112px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 72px); }
  .hero { gap: 40px; padding-block: 76px; }
  .hero-visual img { height: 420px; }
  .thesis { grid-template-columns: .6fr 1.4fr; gap: 40px; }
  .contact-layout { gap: 50px; }
  .step { grid-template-columns: 40px .85fr 1.3fr; gap: 20px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 122px; padding-block: 21px 13px; flex-direction: column; gap: 13px; align-items: flex-start; }
  .brand-mark { width: 32px; height: 32px; font-size: 14px; }
  .brand-name { font-size: 16px; }
  .nav { width: 100%; gap: 26px; font-size: 13px; }
  .nav a { padding-block: 5px; }
  .nav a.nav-contact { margin-left: auto; padding: 5px 13px; }
  .hero { grid-template-columns: 1fr; padding: 55px 0 47px; gap: 40px; }
  h1 { font-size: clamp(42px, 10vw, 62px); }
  .hero h1 { margin-bottom: 24px; }
  .hero-description { font-size: 17px; }
  .hero-visual img { height: 310px; object-position: center 45%; }
  .hero-visual figcaption { font-size: 12px; }
  .thesis { grid-template-columns: 1fr; gap: 23px; padding-block: 43px 48px; }
  .thesis h2 { font-size: 28px; }
  .thesis p { font-size: 16px; }
  .closing { align-items: flex-start; flex-direction: column; gap: 23px; padding-block: 12px 47px; }
  .closing h2 { font-size: 25px; }
  .footer { align-items: flex-start; flex-direction: column-reverse; gap: 20px; padding-block: 25px; }
  .page-intro { padding: 53px 0 43px; }
  .page-intro h1 { font-size: clamp(41px, 9vw, 60px); }
  .page-intro .intro-description { font-size: 17px; }
  .step { grid-template-columns: 28px 1fr; gap: 11px 17px; padding-block: 30px; }
  .step p { grid-column: 2; }
  .step h2 { font-size: 26px; }
  .outcomes { grid-template-columns: 1fr; gap: 34px; padding-block: 38px 45px; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; padding: 52px 0 64px; min-height: auto; }
  .contact-layout h1 { font-size: clamp(43px, 10vw, 62px); }
  .contact-intro { font-size: 17px; }
  .contact-note { padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.contact-layout > section { min-width: 0; }
.copy-hint { font-size: 14px; color: var(--muted); }
.property-form { margin-top: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 22px; min-width: 0; }
.form-field label { display: block; font-size: 14px; line-height: 1.5; margin-bottom: 8px; }
.form-field label span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.form-field input, .form-field textarea { display: block; width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #d7d7d7; border-radius: 5px; background: var(--white); color: var(--black); font-size: 16px; line-height: 1.5; }
.form-field textarea { resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #777; font-size: 14px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { margin-top: 22px; }
.button:disabled { opacity: .6; cursor: wait; }
.contact-note .form-status { font-size: 14px; line-height: 1.6; margin-top: 16px; }
.form-status:empty { display: none; }
.form-status[data-state="success"] { color: var(--black); }
.form-status[data-state="error"] { color: #963d31; }
@media (max-width: 380px) { .form-row { grid-template-columns: 1fr; gap: 0; } }
