:root {
  --ink: #122e38;
  --ink-soft: #49636b;
  --aqua: #82c5c5;
  --aqua-deep: #2f7e84;
  --aqua-pale: #e8f5f3;
  --ivory: #fbf8f1;
  --white: #fff;
  --gold: #b99b62;
  --gold-pale: #eadfc8;
  --line: rgba(18, 46, 56, .13);
  --shadow: 0 18px 55px rgba(22, 63, 72, .11);
  --radius: 22px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  line-height: 1.8;
  letter-spacing: .035em;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--aqua-deep); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #a7dcda; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(28px, 4.2vw, 48px); font-weight: 500; line-height: 1.35; letter-spacing: .04em; }
.section-lead { max-width: 720px; margin: 18px 0 0; color: var(--ink-soft); font-size: 16px; }
.section { padding: 96px 0; }
.section.sm { padding: 64px 0; }
.section.aqua { background: var(--aqua-pale); }
.section.white { background: var(--white); }
.section.ink { color: #fff; background: var(--ink); }
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }
.note { color: #6d7d81; font-size: 12px; line-height: 1.7; }
.kicker { color: var(--gold); font-family: var(--serif); font-style: italic; letter-spacing: .12em; }
.gold { color: var(--gold); }

/* Header */
.notice-bar { color: #eaf7f6; background: var(--ink); font-size: 11px; text-align: center; padding: 7px 42px; letter-spacing: .09em; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,241,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 19px; color: var(--gold); }
.brand-logo { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(75,45,29,.15)); }
.brand-name { font-family: Georgia, var(--serif); font-size: 22px; letter-spacing: .12em; }
.brand-sub { display: block; margin-top: 5px; color: var(--ink-soft); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; gap: 19px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.desktop-nav a { position: relative; padding: 26px 0 23px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 1px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.nav-entry { padding: 11px 17px !important; color: #fff; background: var(--ink); border-radius: 999px; }
.nav-entry::after { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--ink); }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: .25s; }
.mobile-drawer { display: none; }

/* Hero */
.hero { position: relative; min-height: 700px; overflow: hidden; display: grid; align-items: center; background: #f6f3ea; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,248,241,.98) 0%, rgba(251,248,241,.9) 40%, rgba(251,248,241,.14) 74%), url("./hero-aqua.png") center right / cover no-repeat; }
.hero::after { content: "AQUA"; position: absolute; right: -20px; bottom: -70px; color: rgba(255,255,255,.5); font: 150px/1 Georgia, serif; letter-spacing: .08em; }
.hero-inner { position: relative; z-index: 1; padding: 84px 0 92px; }
.hero-copy { max-width: 660px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 14px; color: var(--ink); background: rgba(255,255,255,.6); border: 1px solid rgba(185,155,98,.45); border-radius: 999px; font-size: 12px; font-weight: 700; backdrop-filter: blur(6px); }
.hero-badge::before { content: ""; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(39px, 6.3vw, 70px); font-weight: 500; line-height: 1.28; letter-spacing: .035em; }
.hero h1 .small { display: block; margin-bottom: 9px; color: var(--aqua-deep); font-family: var(--sans); font-size: .27em; font-weight: 800; letter-spacing: .18em; }
.hero h1 em { color: var(--aqua-deep); font-style: normal; }
.hero-lead { max-width: 590px; margin: 22px 0 0; color: #37525a; font-size: 16px; font-weight: 600; }
.hero-proof { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-proof li { padding: 9px 14px; color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid rgba(47,126,132,.2); border-radius: 99px; font-size: 12px; font-weight: 700; backdrop-filter: blur(5px); }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 9px; padding: 12px 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; letter-spacing: .07em; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--aqua-deep); box-shadow: 0 12px 28px rgba(47,126,132,.25); }
.btn-dark { color: #fff; background: var(--ink); box-shadow: 0 12px 28px rgba(18,46,56,.18); }
.btn-outline { color: var(--ink); background: rgba(255,255,255,.65); border-color: rgba(18,46,56,.22); }
.btn-line { color: #fff; background: #28a967; }

.quick-answer { position: relative; z-index: 2; margin-top: -48px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.quick-item { min-height: 178px; padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.quick-item:last-child { border: 0; }
.quick-label { color: #94cbc9; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.quick-main { margin: 7px 0 5px; font-family: var(--serif); font-size: clamp(23px, 3vw, 34px); line-height: 1.35; }
.quick-main strong { color: #d9c28f; font-size: 1.27em; font-weight: 500; }
.quick-text { margin: 0; color: #c7d3d5; font-size: 12px; line-height: 1.7; }

/* Cards and grids */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 36px rgba(18,46,56,.055); }
.card-number { display: inline-grid; width: 36px; height: 36px; place-items: center; margin-bottom: 18px; color: var(--aqua-deep); border: 1px solid var(--aqua); border-radius: 50%; font: italic 16px Georgia, serif; }
.card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.5; }
.card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.icon-card { position: relative; overflow: hidden; }
.icon-card::before { content: ""; position: absolute; width: 115px; height: 115px; top: -55px; right: -48px; background: var(--aqua-pale); border-radius: 50%; }
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 40px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
.stat { padding: 34px 20px; background: rgba(255,255,255,.04); text-align: center; }
.stat strong { display: block; color: #e3ca96; font: 500 clamp(32px, 5vw, 50px)/1.1 var(--serif); }
.stat span { display: block; margin-top: 10px; color: #d2dfe0; font-size: 12px; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 42px; }
.comparison-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.comparison-card.featured { color: #fff; background: var(--ink); }
.comparison-card .income { margin: 12px 0; font: 500 clamp(35px, 5vw, 52px)/1 var(--serif); color: var(--aqua-deep); }
.comparison-card.featured .income { color: #e3ca96; }
.fact-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.fact-list li { position: relative; padding-left: 25px; font-size: 14px; }
.fact-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--aqua-deep); font-weight: 900; }
.featured .fact-list li::before { color: #a8d8d6; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; }
.step { position: relative; padding: 0 32px; text-align: center; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 25px; right: -12%; width: 24%; border-top: 1px solid var(--gold); }
.step-no { display: grid; width: 52px; height: 52px; place-items: center; margin: 0 auto 18px; color: #fff; background: var(--ink); border-radius: 50%; font: italic 17px Georgia, serif; }
.step h3 { margin: 0 0 9px; font-family: var(--serif); font-weight: 500; }
.step p { margin: 0; color: var(--ink-soft); font-size: 13px; }

/* Editorial sections */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.visual-panel { min-height: 470px; padding: 44px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(155deg, rgba(18,46,56,.2), rgba(18,46,56,.9)), url("./hero-aqua.png") center/cover; border-radius: 180px 180px 22px 22px; box-shadow: var(--shadow); }
.visual-panel p { margin: 8px 0 0; color: #dce7e8; }
.pullquote { margin: 30px 0 0; padding: 21px 24px; background: #fff; border-left: 2px solid var(--gold); box-shadow: 0 8px 25px rgba(18,46,56,.06); }
.pullquote strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.rule-box { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.rule { padding: 22px; border-radius: 14px; }
.rule.no { background: #e9f4f2; border: 1px solid #c3dfdc; }
.rule.option { background: #fbf4e7; border: 1px solid #e7d7b7; }
.rule-label { display: block; margin-bottom: 7px; color: var(--aqua-deep); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.rule.option .rule-label { color: #8f6e2e; }
.rule strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }

/* Page hero */
.page-hero { position: relative; padding: 90px 0 74px; overflow: hidden; background: linear-gradient(120deg, var(--aqua-pale), var(--ivory) 70%); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; top: -230px; right: -70px; border: 1px solid rgba(47,126,132,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.18), 0 0 0 140px rgba(255,255,255,.12); }
.breadcrumbs { margin-bottom: 24px; color: var(--ink-soft); font-size: 11px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.page-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(36px, 6vw, 64px); font-weight: 500; line-height: 1.3; }
.page-hero p { max-width: 690px; margin: 21px 0 0; color: var(--ink-soft); font-size: 16px; }
.page-hero .tag-row { margin-top: 26px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 7px 12px; color: var(--aqua-deep); background: rgba(255,255,255,.7); border: 1px solid rgba(47,126,132,.22); border-radius: 99px; font-size: 11px; font-weight: 700; }
.article-section { padding: 76px 0; border-bottom: 1px solid var(--line); }
.article-section:last-child { border-bottom: 0; }
.article-section h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(27px, 4vw, 42px); font-weight: 500; line-height: 1.45; }
.article-section h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.article-section p { color: var(--ink-soft); }
.table-wrap { margin-top: 30px; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
.data-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 14px; }
.data-table th, .data-table td { padding: 17px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 0; }
.data-table th { width: 28%; color: var(--ink); background: #f2f8f6; }
.important-box { margin-top: 28px; padding: 28px; background: var(--ink); color: #fff; border-radius: var(--radius); }
.important-box p { margin: 8px 0 0; color: #d4e0e1; }
.caution { margin-top: 24px; padding: 20px 22px; color: #6f5a36; background: #faf3e5; border: 1px solid #e8d9ba; border-radius: 13px; font-size: 13px; }
.subnav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 20px 0; }
.subnav a { padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; text-align: center; }

/* CTA / Footer */
.cta-section { position: relative; overflow: hidden; padding: 85px 0; color: #fff; background: var(--aqua-deep); }
.cta-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background: url("./hero-aqua.png") center/cover; mix-blend-mode: screen; }
.cta-inner { position: relative; text-align: center; }
.cta-inner h2 { margin: 0; font-family: var(--serif); font-size: clamp(29px, 5vw, 48px); font-weight: 500; }
.cta-inner p { margin: 15px auto 28px; max-width: 660px; color: #e9f6f5; }
.cta-buttons { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.site-footer { padding: 62px 0 104px; color: #ccd9db; background: #0c252d; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 2fr; gap: 70px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { max-width: 370px; margin-top: 20px; color: #9db2b7; font-size: 12px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; align-content: start; font-size: 12px; }
.footer-nav a { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #78939a; font-size: 10px; }
.mobile-cta { display: none; }
.preview-pill { position: fixed; z-index: 120; right: 14px; bottom: 14px; padding: 8px 12px; color: #fff; background: rgba(18,46,56,.9); border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: 10px; letter-spacing: .1em; backdrop-filter: blur(6px); }

/* Form / accordion */
.faq { margin-top: 32px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 42px 22px 4px; cursor: pointer; list-style: none; font-weight: 700; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 10px; top: 17px; color: var(--aqua-deep); font-size: 24px; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 35px 22px 4px; font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; color: var(--ink); background: #fff; border: 1px solid #cbd9da; border-radius: 10px; }
.field textarea { min-height: 130px; resize: vertical; }
.placeholder-message { padding: 15px; background: #fff7e6; border: 1px solid #ead7ae; border-radius: 10px; color: #745b2b; font-size: 12px; }

/* Application form */
.application-form { display: grid; gap: 20px; margin-top: 30px; }
.application-form fieldset { min-width: 0; margin: 0; border: 0; }
.form-section { padding: 25px; background: rgba(255,255,255,.88); border: 1px solid rgba(111,32,54,.13) !important; border-radius: 18px; box-shadow: 0 9px 26px rgba(72,43,51,.045); }
.form-section legend { padding: 0 8px; color: var(--ink); font-family: var(--sans); font-size: 14px; font-weight: 800; }
.form-section h3 { margin: 0 0 12px; font-family: var(--sans); font-size: 13px; font-weight: 800; }
.required-badge, .optional-badge { display: inline-block; margin-left: 5px; padding: 2px 7px; border-radius: 99px; font-family: var(--sans); font-size: 9px; font-weight: 800; line-height: 1.6; vertical-align: 2px; }
.required-badge { color: #fff; background: var(--wine); }
.optional-badge { color: var(--ink-soft); background: #eee6e3; }
.choice-grid { display: grid; gap: 9px; }
.choice-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice-card span { min-height: 48px; display: grid; place-items: center; padding: 9px 10px; color: var(--ink); background: #fff; border: 1px solid #d8c8c5; border-radius: 12px; font-size: 12px; font-weight: 700; text-align: center; transition: border-color .18s, background .18s, color .18s, box-shadow .18s; }
.choice-card input:checked + span { color: #fff; background: linear-gradient(135deg, var(--wine), var(--rose)); border-color: var(--wine); box-shadow: 0 7px 17px rgba(111,32,54,.16); }
.choice-card input:focus-visible + span { outline: 3px solid rgba(180,95,114,.28); outline-offset: 2px; }
.compact-form-grid { margin-top: 0; }
.input-with-unit { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; }
.input-with-unit span { color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.conditional-section { border-left: 4px solid var(--rose) !important; }
.conditional-fields { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.interview-grid { display: grid; gap: 12px; }
.interview-choice { padding: 17px; background: #fffaf8; border: 1px solid #eadcda; border-radius: 13px; }
.date-time-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 12px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.experience-grid .form-section { padding: 20px; }
.contact-value-field { margin-top: 17px; }
.consent-group { display: grid; gap: 10px; padding: 22px 24px; background: #fff; border: 1px solid rgba(111,32,54,.13); border-radius: 16px; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--ink); font-size: 13px; cursor: pointer; }
.consent-row input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--wine); }
.consent-row a { color: var(--wine); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.privacy-policy { padding: 17px 20px; background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 13px; }
.privacy-policy summary { color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }
.privacy-policy p { margin: 12px 0 0; font-size: 12px; line-height: 1.85; }
.form-submit { width: 100%; min-height: 58px; font-size: 14px; }
.form-status { margin-top: 24px; padding: 17px 19px; border-radius: 12px; font-size: 13px; font-weight: 700; }
.form-status.success { color: #1b633f; background: #e9f7ef; border: 1px solid #b8dec8; }
.form-status.error { color: #8a3040; background: #fff0f2; border: 1px solid #e9c2c9; }
.form-honeypot { display: none !important; }
[hidden] { display: none !important; }

/* Deeper content / internal links */
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.content-block { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.content-block h3 { margin-top: 0; }
.content-block p:last-child { margin-bottom: 0; }
.mini-label { display: block; margin-bottom: 8px; color: var(--aqua-deep); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.plain-list { margin: 18px 0 0; padding-left: 1.3em; color: var(--ink-soft); font-size: 14px; }
.plain-list li + li { margin-top: 8px; }
.answer-box { margin-top: 24px; padding: 24px 26px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.answer-box dt { margin-top: 16px; font-weight: 800; }
.answer-box dt:first-child { margin-top: 0; }
.answer-box dd { margin: 5px 0 0; color: var(--ink-soft); font-size: 14px; }
.salary-factors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.salary-factor { padding: 20px 15px; background: #fff; border: 1px solid var(--line); border-radius: 13px; text-align: center; }
.salary-factor strong { display: block; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.salary-factor span { color: var(--ink-soft); font-size: 11px; }
.proof-story { margin-top: 30px; padding: 32px; color: #fff; background: linear-gradient(135deg, #173b45, #285b61); border-radius: var(--radius); }
.proof-story h3 { margin: 6px 0 12px; color: #fff; }
.proof-story p { color: #d6e5e6; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.contact-option { padding: 26px 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; text-align: center; }
.contact-option strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.contact-option p { min-height: 48px; margin: 0 0 16px; color: var(--ink-soft); font-size: 12px; }
.contact-option .btn { width: 100%; min-height: 48px; }
.related-section { padding: 62px 0; background: #f4f1e9; border-top: 1px solid var(--line); }
.related-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.related-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 3.6vw, 37px); font-weight: 500; }
.related-head p { max-width: 450px; margin: 0; color: var(--ink-soft); font-size: 12px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.related-card { min-height: 138px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border: 1px solid var(--line); border-radius: 14px; transition: transform .2s, box-shadow .2s; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(18,46,56,.08); }
.related-card strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.related-card span { color: var(--aqua-deep); font-size: 11px; font-weight: 800; }
.related-card span::after { content: " →"; }
.require-confirmation { margin-top: 30px; padding: 18px 20px; color: #695634; background: #fbf3e4; border: 1px dashed #d5bc87; border-radius: 12px; font-size: 12px; }
.require-confirmation strong { display: block; margin-bottom: 5px; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-drawer { position: fixed; z-index: 99; inset: 106px 0 0; display: block; padding: 22px 20px 120px; overflow: auto; visibility: hidden; opacity: 0; transform: translateY(-12px); background: rgba(251,248,241,.985); transition: .22s; }
  .mobile-drawer.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-drawer a { display: flex; justify-content: space-between; padding: 15px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 17px; }
  .mobile-drawer a::after { content: "→"; color: var(--gold); }
  .hero { min-height: 640px; }
  .hero::before { background: linear-gradient(90deg, rgba(251,248,241,.96) 0%, rgba(251,248,241,.78) 60%, rgba(251,248,241,.16) 100%), url("./hero-aqua.png") center/cover; }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 42px; }
  .visual-panel { min-height: 360px; order: 2; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .cards-3 .card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .salary-factors { grid-template-columns: 1fr 1fr; }
  .card .timeline .step { padding-bottom: 34px; }
  .card .timeline .step:not(:last-child)::after { top: 56px; left: 50%; right: auto; width: 1px; height: 24px; border: 0; border-left: 1px solid var(--gold); }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .notice-bar { min-height: 32px; display: grid; place-items: center; padding: 5px 46px 5px 12px; line-height: 1.4; }
  .header-inner { height: 64px; }
  .brand-mark { width: 30px; height: 30px; font-size: 16px; }
  .brand-logo { width: 36px; height: 36px; flex-basis: 36px; }
  .brand-name { font-size: 19px; }
  .brand-sub { font-size: 8px; }
  .mobile-drawer { inset: 96px 0 0; }
  .section { padding: 68px 0; }
  .section.sm { padding: 48px 0; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(180deg, rgba(251,248,241,.87) 0%, rgba(251,248,241,.94) 69%, #fbf8f1 100%), url("./hero-aqua.png") 64% center / cover; }
  .hero::after { font-size: 75px; bottom: 0; opacity: .7; }
  .hero-inner { padding: 64px 0 92px; }
  .hero-badge { font-size: 10px; margin-bottom: 18px; }
  .hero h1 { font-size: clamp(37px, 11.5vw, 49px); }
  .hero-lead { font-size: 14px; line-height: 1.8; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .btn { min-height: 52px; padding: 10px 16px; font-size: 13px; }
  .quick-answer { margin-top: -36px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item { min-height: 0; padding: 23px 25px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .quick-main { font-size: 25px; }
  .cards-3, .comparison, .stat-band, .timeline, .rule-box { grid-template-columns: 1fr; }
  .cards-3 .card:last-child { grid-column: auto; }
  .card { padding: 25px; }
  .stat { border-bottom: 1px solid rgba(255,255,255,.11); }
  .step { padding: 0 12px 34px; }
  .step:not(:last-child)::after { top: 56px; left: 50%; width: 1px; height: 24px; border: 0; border-left: 1px solid var(--gold); }
  .visual-panel { min-height: 320px; padding: 30px; border-radius: 110px 110px 20px 20px; }
  .page-hero { padding: 60px 0 53px; }
  .page-hero h1 { font-size: 37px; }
  .subnav { grid-template-columns: 1fr 1fr; }
  .article-section { padding: 58px 0; }
  .table-wrap { margin-left: -5px; margin-right: -5px; }
  .data-table th, .data-table td { padding: 14px 13px; font-size: 12px; }
  .data-table th { width: 34%; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: block; }
  .mobile-cta { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 7px 9px calc(7px + env(safe-area-inset-bottom)); background: rgba(251,248,241,.95); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-cta a { min-height: 47px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 8px; font-size: 12px; font-weight: 800; }
  .mobile-cta a:first-child { background: #28a967; }
  .preview-pill { display: none; }
  .form-grid, .content-grid, .contact-options { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .experience-grid { grid-template-columns: 1fr; }
  .choice-grid-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-grid-5 .choice-card:last-child { grid-column: 1 / -1; }
  .form-section { padding: 20px 16px; border-radius: 15px; }
  .date-time-grid { grid-template-columns: 1fr 1fr; }
  .choice-card span { min-height: 50px; padding: 8px 6px; font-size: 11px; }
  .consent-group { padding: 19px 16px; }
  .related-head { display: block; }
  .related-head p { margin-top: 8px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .related-card { min-height: 116px; padding: 17px; }
  .related-card strong { font-size: 15px; }
  .mobile-cta { grid-template-columns: repeat(3, 1fr); }
  .mobile-cta a { font-size: 10px; }
}

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

/* 2026-08 feminine luxury redesign */
:root {
  --ink: #34292d;
  --ink-soft: #746368;
  --aqua: #d8a8ae;
  --aqua-deep: #7f2f43;
  --aqua-pale: #f8e9e6;
  --ivory: #fcf8f1;
  --white: #fffdfb;
  --gold: #b78b4f;
  --gold-pale: #eee0c7;
  --rose: #b45f72;
  --rose-deep: #8c3149;
  --blush: #efd8d6;
  --mauve: #b9a0ad;
  --wine: #6f2036;
  --charcoal: #30282b;
  --line: rgba(111, 32, 54, .13);
  --shadow: 0 22px 60px rgba(92, 53, 59, .13);
  --shadow-soft: 0 12px 34px rgba(92, 53, 59, .09);
}

html { scroll-padding-top: 120px; }
body {
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 10%, rgba(233, 193, 194, .22), transparent 26rem),
    radial-gradient(circle at 98% 38%, rgba(214, 183, 145, .16), transparent 28rem),
    var(--ivory);
}
body::selection { color: #fff; background: var(--rose-deep); }
a { text-underline-offset: 3px; }

.notice-bar {
  color: #fff7f3;
  background: linear-gradient(90deg, #552030, #7a3046 48%, #4d222e);
  letter-spacing: .08em;
}
.site-header {
  border-bottom-color: rgba(111, 32, 54, .09);
  background: rgba(255, 252, 248, .9);
  box-shadow: 0 8px 30px rgba(92, 53, 59, .05);
  backdrop-filter: blur(18px) saturate(130%);
}
.brand-mark {
  color: #fff;
  background: linear-gradient(145deg, #7f2f43, #b45f72 62%, #c89e64);
  box-shadow: 0 8px 22px rgba(127, 47, 67, .22);
}
.brand-name { color: var(--wine); }
.brand-sub { color: #a77d68; letter-spacing: .16em; }
.desktop-nav a { color: #5f5055; }
.desktop-nav a::after { background: linear-gradient(90deg, var(--rose), var(--gold)); }
.desktop-nav .nav-entry {
  color: #fff;
  background: linear-gradient(135deg, var(--rose-deep), #a64f65);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(127, 47, 67, .2);
}

.btn {
  border-radius: 999px;
  letter-spacing: .03em;
  box-shadow: 0 9px 24px rgba(92, 53, 59, .1);
}
.btn-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--wine), var(--rose));
}
.btn-primary:hover { background: linear-gradient(135deg, #5e172b, #a14d62); }
.btn-outline { color: var(--wine); border-color: rgba(111, 32, 54, .3); background: rgba(255, 253, 251, .72); }
.btn-dark { color: #fff; background: linear-gradient(135deg, #30282b, #6f2036); }
.btn-line { box-shadow: 0 10px 25px rgba(40, 169, 103, .18); }
.text-link { display: inline-flex; margin-top: 20px; color: var(--rose-deep); font-weight: 800; }

.eyebrow, .soft-label {
  color: var(--rose-deep);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: none;
}
.eyebrow::before, .soft-label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 10px 4px 0;
  background: linear-gradient(90deg, var(--gold), var(--rose));
}
.section-title { color: #3f2f34; letter-spacing: .01em; }
.section-heading-v2 { margin-bottom: 32px; }
.section-heading-v2.center { max-width: 760px; margin-right: auto; margin-left: auto; }
.section-heading-v2 > p:last-child { max-width: 680px; margin: 14px auto 0; color: var(--ink-soft); }
.section-heading-v2:not(.center) > p:last-child { margin-left: 0; }
.section { padding: 86px 0; }
.section.white, .article-section:nth-of-type(even) { background: rgba(255, 253, 251, .72); }
.section.aqua { background: linear-gradient(140deg, #fbefec, #f7e4e6 60%, #f1e6d6); }
.section.ink { background: linear-gradient(135deg, #3d2b31, #6f2036); }
.card, .proof-story, .important, .caution, .data-table, .contact-card, .form-panel {
  border-color: rgba(111, 32, 54, .12);
  border-radius: 22px;
  background: rgba(255, 253, 251, .86);
  box-shadow: var(--shadow-soft);
}
.card::before { background: linear-gradient(90deg, var(--gold), var(--rose), transparent); }
.tag { color: var(--wine); border-color: rgba(180, 95, 114, .28); background: #fff8f6; border-radius: 999px; }

/* New TOP hero */
.hero-v2 {
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(255,255,255,.95), transparent 25rem),
    linear-gradient(118deg, #fbf3ea 0%, #f7e7e3 48%, #e8c8c7 100%);
}
.hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 75% 15%, rgba(255,255,255,.65), transparent 13rem),
    linear-gradient(120deg, transparent 55%, rgba(183,139,79,.12));
}
.hero-v2::after {
  content: "AQUA";
  position: absolute;
  right: -18px;
  bottom: -65px;
  z-index: -1;
  color: rgba(255,255,255,.36);
  font-family: var(--serif);
  font-size: clamp(120px, 17vw, 255px);
  line-height: 1;
  letter-spacing: -.06em;
}
.hero-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(350px, .78fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
  padding-top: 66px;
  padding-bottom: 70px;
}
.hero-copy-v2 { position: relative; z-index: 2; }
.hero-question { margin: 0 0 10px; color: var(--rose-deep); font-size: 16px; font-weight: 800; }
.hero-income { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; }
.hero-income span { display: block; margin-bottom: 9px; color: #5b454c; font-family: var(--sans); font-size: 19px; font-weight: 800; letter-spacing: .12em; }
.hero-income strong {
  display: inline-block;
  color: var(--wine);
  font-size: clamp(52px, 6.1vw, 87px);
  font-weight: 600;
  letter-spacing: -.065em;
  text-shadow: 0 2px 0 rgba(255,255,255,.7);
}
.hero-income em { margin-left: 10px; color: var(--rose-deep); font-family: var(--sans); font-size: 17px; font-style: normal; font-weight: 800; }
.hero-month { margin: 18px 0 0; color: #4c363d; font-family: var(--serif); font-size: clamp(21px, 2.4vw, 32px); font-weight: 700; }
.hero-lead-v2 { margin: 18px 0 0; color: #68575c; line-height: 1.8; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.feature-chips li {
  padding: 8px 12px;
  color: #6d3e4b;
  border: 1px solid rgba(180,95,114,.22);
  border-radius: 999px;
  background: rgba(255,253,251,.7);
  box-shadow: inset 0 1px 0 #fff;
  font-size: 11px;
  font-weight: 800;
}
.feature-chips li::before { content: "✓"; margin-right: 5px; color: var(--gold); }
.hero-v2 .hero-actions { margin-top: 27px; }
.hero-photo-card {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 210px 210px 34px 34px;
  background: rgba(255,255,255,.38);
  box-shadow: 0 32px 70px rgba(100,52,65,.22);
  backdrop-filter: blur(8px);
}
.hero-photo-card::before {
  content: "";
  position: absolute;
  inset: -18px 20% auto -25px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hero-photo-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 198px 198px 26px 26px; }
.hero-photo-card figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  padding: 18px 18px 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 16px;
  background: rgba(72,38,48,.52);
  box-shadow: 0 16px 35px rgba(0,0,0,.17);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 700;
}
.hero-photo-card figcaption span { display: block; margin-bottom: 4px; color: #f0d9b8; font-family: var(--serif); font-size: 16px; font-style: italic; }
.hero-stamp {
  position: absolute;
  top: 13%;
  left: -28px;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--wine), var(--rose));
  box-shadow: 0 14px 30px rgba(111,32,54,.25);
  transform: rotate(-8deg);
}
.hero-stamp strong { display: block; align-self: end; font-family: var(--serif); font-size: 22px; line-height: 1; }
.hero-stamp span { align-self: start; font-size: 12px; font-weight: 800; }

.salary-ribbon { color: #fff; background: linear-gradient(90deg, #4b2631, #7a3046 46%, #4f2c32); box-shadow: 0 12px 36px rgba(75,38,49,.18); }
.salary-ribbon-grid { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr; }
.salary-ribbon-grid div { display: grid; gap: 4px; min-height: 84px; place-content: center; padding: 14px 28px; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.salary-ribbon-grid div:last-child { border-right: 0; }
.salary-ribbon-grid span { color: #dcbc8d; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.salary-ribbon-grid strong { font-family: var(--serif); font-size: 18px; }

/* Scope cards */
.scope-section { position: relative; overflow: hidden; background: rgba(255,253,251,.86); }
.scope-section::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(183,139,79,.22);
  border-radius: 48% 52% 64% 36%;
  transform: rotate(20deg);
}
.scope-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.scope-card {
  position: relative;
  min-height: 230px;
  padding: 28px 22px;
  overflow: hidden;
  border: 1px solid rgba(180,95,114,.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,239,236,.82));
  box-shadow: var(--shadow-soft);
}
.scope-card::after { content: ""; position: absolute; right: -28px; bottom: -45px; width: 120px; height: 120px; border-radius: 50%; background: rgba(239,216,214,.55); }
.scope-card.choose { background: linear-gradient(145deg, #fffdfa, #f1e8da); }
.scope-card.choose::after { background: rgba(224,201,162,.34); }
.scope-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; border-radius: 50%; background: var(--rose); font-size: 21px; font-weight: 400; }
.scope-card.choose .scope-icon { background: var(--gold); }
.scope-card h3 { margin: 20px 0 7px; font-size: 14px; }
.scope-card strong { position: relative; z-index: 1; color: var(--wine); font-family: var(--serif); font-size: 28px; }
.scope-card p { position: relative; z-index: 1; margin-top: 12px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.scope-highlight {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
  padding: 22px 25px;
  border: 1px solid rgba(183,139,79,.25);
  border-radius: 20px;
  background: linear-gradient(115deg, #fff9ef, #fffdfb 58%, #f9ecea);
  box-shadow: var(--shadow-soft);
}
.scope-highlight-mark { display: grid; width: 57px; height: 57px; place-items: center; color: #fff; border-radius: 50%; background: var(--wine); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.scope-highlight p { margin: 0; font-size: 13px; }
.scope-highlight a { color: var(--rose-deep); font-size: 12px; font-weight: 800; white-space: nowrap; }

/* Salary showcase */
.income-section-v2 { position: relative; overflow: hidden; background: linear-gradient(135deg, #f5e5e3, #fbf3eb 45%, #efe1d0); }
.income-section-v2::after { content: "¥"; position: absolute; top: -90px; left: 3%; color: rgba(255,255,255,.45); font-family: var(--serif); font-size: 330px; line-height: 1; }
.salary-showcase { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.salary-case { padding: 30px; color: var(--ink); border: 1px solid rgba(111,32,54,.12); border-radius: 26px; background: rgba(255,253,251,.84); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.salary-case.primary { color: #fff; border-color: rgba(255,255,255,.14); background: linear-gradient(145deg, #4a2832, #7f2f43 67%, #9e5c67); }
.salary-case-head { display: flex; justify-content: space-between; gap: 16px; color: var(--rose-deep); font-size: 12px; font-weight: 800; }
.salary-case.primary .salary-case-head { color: #efd7b5; }
.salary-amount { display: flex; align-items: baseline; margin: 22px 0 26px; font-family: var(--serif); }
.salary-amount strong { font-size: clamp(45px, 5vw, 68px); font-weight: 600; letter-spacing: -.055em; line-height: 1; }
.salary-amount span { margin-left: 5px; font-size: 18px; }
.salary-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid rgba(111,32,54,.11); border-bottom: 1px solid rgba(111,32,54,.11); }
.salary-case.primary .salary-meta { border-color: rgba(255,255,255,.15); }
.salary-meta div { padding: 14px 10px; border-right: 1px solid rgba(111,32,54,.11); text-align: center; }
.salary-case.primary .salary-meta div { border-color: rgba(255,255,255,.15); }
.salary-meta div:last-child { border-right: 0; }
.salary-meta dt { font-size: 10px; opacity: .65; }
.salary-meta dd { margin: 4px 0 0; font-size: 13px; font-weight: 800; }
.salary-footnote { margin: 15px 0 0; font-size: 11px; opacity: .72; }
.income-note-v2 { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-top: 24px; }
.income-note-v2 p { margin: 0; color: #725f64; font-size: 12px; line-height: 1.75; }

/* Work flow */
.work-section-v2 { background: #fffdfb; }
.work-flow-v2 { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: center; margin-bottom: 30px; }
.work-card-v2 { position: relative; min-height: 255px; padding: 26px; overflow: hidden; border: 1px solid rgba(180,95,114,.16); border-radius: 24px; background: linear-gradient(150deg, #fff, #fbefed); box-shadow: var(--shadow-soft); }
.work-card-v2:nth-of-type(2) { background: linear-gradient(150deg, #fff, #f4ebe7); }
.work-card-v2:nth-of-type(3) { color: #fff; background: linear-gradient(145deg, #5a2a38, #8c3149); }
.work-card-v2 > span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.work-icon { position: absolute; top: 12px; right: 18px; color: rgba(180,95,114,.12); font-family: var(--serif); font-size: 80px; line-height: 1; }
.work-card-v2:nth-of-type(3) .work-icon { color: rgba(255,255,255,.11); }
.work-card-v2 h3 { position: relative; margin: 85px 0 10px; font-family: var(--serif); font-size: 22px; }
.work-card-v2 p { position: relative; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.work-card-v2:nth-of-type(3) p { color: rgba(255,255,255,.75); }
.flow-arrow { color: var(--gold); font-size: 22px; }

/* Editorial repeat section */
.repeat-section-v2 { background: linear-gradient(130deg, #f3e5df, #f9f3ec 55%, #eadbc9); }
.editorial-split { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; gap: clamp(42px, 7vw, 92px); align-items: center; }
.editorial-photo { position: relative; margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 160px 160px 28px 28px; background: rgba(255,255,255,.35); box-shadow: var(--shadow); }
.editorial-photo img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; border-radius: 148px 148px 20px 20px; }
.editorial-photo figcaption { position: absolute; right: -24px; bottom: 28px; width: 220px; padding: 16px 18px; color: #fff; border-radius: 15px; background: rgba(77,38,49,.78); box-shadow: var(--shadow-soft); font-family: var(--serif); font-size: 13px; }
.editorial-copy blockquote { margin: 22px 0; padding: 19px 22px; color: #6d3e4b; border: 0; border-left: 3px solid var(--gold); background: rgba(255,255,255,.55); font-family: var(--serif); font-size: 16px; line-height: 1.85; }

/* Welcome and work style */
.welcome-section-v2 { background: rgba(255,253,251,.86); }
.welcome-tags { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; }
.welcome-tags span { padding: 12px 18px; color: var(--wine); border: 1px solid rgba(180,95,114,.2); border-radius: 999px; background: linear-gradient(135deg, #fff, #f9e9e7); box-shadow: 0 7px 18px rgba(92,53,59,.06); font-weight: 800; }
.welcome-tags span:nth-child(3n+2) { color: #76552e; border-color: rgba(183,139,79,.22); background: linear-gradient(135deg, #fff, #f6edde); }
.welcome-message { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-top: 34px; padding: 27px 30px; border-radius: 22px; background: linear-gradient(120deg, #f6e2e0, #fff9f4); }
.welcome-message p { margin: 0; }
.workstyle-section-v2 { padding-top: 0; background: rgba(255,253,251,.86); }
.workstyle-panel { position: relative; padding: 45px; overflow: hidden; color: #fff; border-radius: 30px; background: linear-gradient(120deg, #4b2832, #7f2f43 55%, #a36d6c); box-shadow: var(--shadow); }
.workstyle-panel::after { content: "AQUA"; position: absolute; right: -20px; bottom: -28px; color: rgba(255,255,255,.07); font-family: var(--serif); font-size: 125px; line-height: 1; }
.workstyle-panel .soft-label, .workstyle-panel .section-title, .workstyle-panel p { position: relative; z-index: 1; color: #fff; }
.workstyle-panel .soft-label { color: #eed5b2; }
.workstyle-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 18px; }
.workstyle-tags span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); font-size: 12px; font-weight: 800; }
.workstyle-panel .note { color: rgba(255,255,255,.7); }
.faq-section-v2 { background: linear-gradient(180deg, #fbf3ed, #fffdfb); }
.faq-list details { border-color: rgba(111,32,54,.13); border-radius: 17px; background: rgba(255,255,255,.8); box-shadow: 0 8px 22px rgba(92,53,59,.05); }
.faq-list summary::after { color: var(--rose); }

/* Shared inner pages */
.page-hero {
  position: relative;
  min-height: 410px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(112deg, #fbf3eb 0%, #f4e2df 58%, #e7ccc5 100%);
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43%;
  opacity: .3;
  background: linear-gradient(90deg, #f4e2df, transparent 45%), url("./lifestyle-v2.png") center / cover;
  mix-blend-mode: multiply;
}
.page-hero::after { color: rgba(255,255,255,.42); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--wine); }
.page-hero .lead { color: #6d5a60; }
.subnav-wrap { border-color: rgba(111,32,54,.09); background: rgba(255,252,248,.92); }
.subnav a { color: #6a565c; border-color: rgba(111,32,54,.08); }
.article-section { padding: 72px 0; }
.article-section:nth-child(even) { background: rgba(255,253,251,.64); }
.content-grid > article, .salary-factor, .contact-option {
  border-color: rgba(111,32,54,.12);
  border-radius: 20px;
  background: rgba(255,253,251,.84);
  box-shadow: var(--shadow-soft);
}
.mini-label, .rule-label, .kicker { color: var(--rose-deep); letter-spacing: .08em; }
.visual-panel {
  color: #fff;
  background:
    linear-gradient(150deg, rgba(74,40,50,.12), rgba(74,40,50,.72)),
    url("./lifestyle-v2.png") center / cover;
  box-shadow: var(--shadow);
}
.visual-panel::after { background: linear-gradient(180deg, transparent, rgba(65,28,39,.68)); }
.visual-panel .section-title, .visual-panel p, .visual-panel .kicker { position: relative; z-index: 1; color: #fff; }
.comparison-card.featured { background: linear-gradient(145deg, #4a2832, #7f2f43); }
.important { border-left-color: var(--rose); background: linear-gradient(120deg, #fff8f4, #f7e4e3); }
.caution { color: #76552e; background: #fbf2e3; border-color: rgba(183,139,79,.25); }
.data-table th { color: var(--wine); background: #f8e8e5; }
.data-table td { background: rgba(255,253,251,.82); }

.related-section { background: linear-gradient(180deg, #f7ebe7, #fff9f4); }
.related-card { border-color: rgba(111,32,54,.12); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-soft); }
.related-card:hover { border-color: rgba(180,95,114,.35); transform: translateY(-3px); }
.related-card span { color: var(--rose-deep); }
.cta-section { position: relative; overflow: hidden; background: linear-gradient(125deg, #492731, #762d43 58%, #9b5c65); }
.cta-section::after { content: "AQUA"; position: absolute; right: -20px; bottom: -55px; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: 210px; line-height: 1; }
.cta-inner { position: relative; z-index: 1; }
.cta-section .eyebrow { color: #edcfaa; }
.cta-section .btn-outline { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.site-footer { background: #30262a; }
.preview-pill { color: #fff; background: var(--wine); }

@media (max-width: 960px) {
  .hero-v2-grid { grid-template-columns: 1fr 390px; gap: 34px; }
  .hero-income strong { font-size: clamp(49px, 7vw, 66px); }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .work-flow-v2 { grid-template-columns: 1fr 1fr 1fr; }
  .flow-arrow { display: none; }
  .page-hero::before { width: 52%; opacity: .2; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 102px; }
  .section { padding: 61px 0; }
  .section-title { font-size: clamp(29px, 8.8vw, 39px); }
  .hero-v2-grid { display: flex; flex-direction: column; gap: 22px; padding-top: 36px; padding-bottom: 45px; }
  .hero-copy-v2 { width: 100%; }
  .hero-question { font-size: 13px; }
  .hero-income span { font-size: 14px; }
  .hero-income strong { font-size: clamp(47px, 14.6vw, 64px); }
  .hero-income em { display: inline-block; margin-left: 4px; font-size: 12px; white-space: nowrap; }
  .hero-month { margin-top: 12px; font-size: 21px; }
  .hero-lead-v2 { margin-top: 14px; font-size: 13px; }
  .feature-chips { gap: 6px; margin-top: 18px; }
  .feature-chips li { padding: 7px 9px; font-size: 10px; }
  .hero-v2 .hero-actions { grid-template-columns: 1fr 1fr; margin-top: 21px; }
  .hero-photo-card { width: 88%; margin-left: auto; border-radius: 160px 160px 24px 24px; }
  .hero-photo-card img { aspect-ratio: 4 / 4.1; object-position: center 28%; border-radius: 148px 148px 18px 18px; }
  .hero-photo-card figcaption { right: 18px; bottom: 17px; left: 18px; padding: 13px; font-size: 10px; }
  .hero-photo-card figcaption span { font-size: 13px; }
  .hero-stamp { top: 10%; left: -32px; width: 72px; height: 72px; }
  .hero-stamp strong { font-size: 18px; }
  .hero-stamp span { font-size: 10px; }
  .hero-v2::after { right: -8px; bottom: -22px; font-size: 85px; }
  .salary-ribbon-grid { grid-template-columns: 1fr 1fr; }
  .salary-ribbon-grid div { min-height: 72px; padding: 10px 7px; }
  .salary-ribbon-grid div:nth-child(2) { border-right: 0; }
  .salary-ribbon-grid div:last-child { grid-column: 1 / -1; min-height: 55px; border-top: 1px solid rgba(255,255,255,.1); }
  .salary-ribbon-grid strong { font-size: 13px; }
  .scope-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .scope-card { min-height: 210px; padding: 20px 16px; border-radius: 19px; }
  .scope-card h3 { font-size: 12px; }
  .scope-card strong { font-size: 21px; }
  .scope-card p { font-size: 10px; }
  .scope-highlight { grid-template-columns: auto 1fr; gap: 13px; padding: 18px 16px; }
  .scope-highlight-mark { width: 46px; height: 46px; }
  .scope-highlight a { grid-column: 1 / -1; padding-top: 5px; text-align: right; }
  .salary-showcase { grid-template-columns: 1fr; gap: 14px; }
  .salary-case { padding: 23px 18px; border-radius: 21px; }
  .salary-amount { margin: 18px 0 22px; }
  .salary-amount strong { font-size: clamp(43px, 13vw, 56px); }
  .salary-meta dd { font-size: 11px; }
  .income-note-v2 { grid-template-columns: 1fr; gap: 17px; }
  .income-note-v2 .btn { width: 100%; }
  .work-flow-v2 { grid-template-columns: 1fr; gap: 12px; }
  .work-card-v2 { min-height: 174px; padding: 21px; }
  .work-card-v2 h3 { margin-top: 54px; }
  .work-icon { font-size: 64px; }
  .editorial-split { grid-template-columns: 1fr; gap: 44px; }
  .editorial-photo { width: 88%; border-radius: 130px 130px 23px 23px; }
  .editorial-photo img { aspect-ratio: 4 / 4; border-radius: 118px 118px 17px 17px; }
  .editorial-photo figcaption { right: -27px; bottom: -18px; width: 195px; font-size: 11px; }
  .editorial-copy blockquote { padding: 16px; font-size: 14px; }
  .welcome-tags { gap: 7px; }
  .welcome-tags span { padding: 9px 12px; font-size: 11px; }
  .welcome-message { grid-template-columns: 1fr; padding: 22px; }
  .workstyle-panel { padding: 31px 23px; border-radius: 23px; }
  .page-hero { min-height: 330px; padding: 52px 0 45px; }
  .page-hero::before { width: 75%; opacity: .14; }
  .page-hero h1 { font-size: 36px; }
  .article-section { padding: 56px 0; }
  .cta-section { padding-bottom: 96px; }
  .mobile-cta { background: rgba(255,249,246,.95); border-top-color: rgba(111,32,54,.13); }
  .mobile-cta a { background: linear-gradient(135deg, var(--wine), var(--rose)); border-radius: 999px; }
  .mobile-cta a:first-child { background: #28a967; }
}
