:root{--ink:#17324D;--accent:#B5212B;--accent-2:#D9A441;--soft:#F7F1EA;--soft-2:#EAF1F6;--paper:#FFFFFF;}

:root {
  --ink: #17324D; --accent: #B5212B; --accent-2: #D9A441;
  --soft: #F7F1EA; --soft-2: #EAF1F6; --paper: #fff;
  --shadow: 0 18px 48px rgba(24, 44, 62, .13);
  --radius: 24px; --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 18px; line-height: 1.58; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
button, input, textarea { font: inherit; }
button, a.button { -webkit-tap-highlight-color: transparent; }
.skip-link { position:absolute; left:-999px; top:8px; background:var(--ink); color:#fff; padding:.7rem 1rem; z-index:999; border-radius:10px; }
.skip-link:focus { left:8px; }
.operator { background: var(--ink); color:#fff; font-size:.88rem; letter-spacing:.01em; text-align:center; padding:.48rem 1rem; }
.header { background:rgba(255,255,255,.97); border-bottom:1px solid rgba(23,50,77,.12); position:sticky; top:0; z-index:50; backdrop-filter: blur(10px); }
.header-inner { width:min(var(--max), calc(100% - 2rem)); margin:auto; min-height:88px; display:grid; grid-template-columns:minmax(210px,1fr) auto auto; gap:1.4rem; align-items:center; }
.brand { font-size:clamp(1.15rem,2.2vw,1.5rem); font-weight:800; text-decoration:none; overflow-wrap:anywhere; letter-spacing:-.02em; }
.logo { width:118px; height:72px; object-fit:contain; }
.nav { display:flex; gap:1.05rem; align-items:center; }
.nav a { text-decoration:none; font-size:.92rem; font-weight:650; padding:.55rem .15rem; border-bottom:2px solid transparent; }
.nav a:hover, .nav a:focus-visible { border-color:var(--accent); }
.menu-button { display:none; border:1px solid rgba(23,50,77,.22); background:#fff; padding:.65rem .8rem; border-radius:12px; font-weight:700; color:var(--ink); }
main { overflow:clip; }
.section { padding:clamp(3.8rem,7vw,6.5rem) 1rem; }
.container { width:min(var(--max),100%); margin:auto; }
.hero { padding:clamp(2.4rem,5vw,5.2rem) 1rem 3.3rem; background:linear-gradient(145deg,var(--soft),#fff 56%,var(--soft-2)); }
.hero-grid { width:min(var(--max),100%); margin:auto; display:grid; grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr); grid-template-areas:"copy image" "actions image"; gap:1.4rem 2.6rem; align-items:center; }
.hero-copy { grid-area:copy; }
.eyebrow { margin:0 0 .7rem; color:var(--accent); font-weight:800; text-transform:uppercase; letter-spacing:.08em; font-size:.78rem; }
h1,h2,h3 { line-height:1.12; letter-spacing:-.035em; margin-top:0; }
h1 { font-size:clamp(2.55rem,5.15vw,4.15rem); margin-bottom:1rem; max-width:13ch; }
h2 { font-size:clamp(1.9rem,3.5vw,2.7rem); margin-bottom:1rem; }
h3 { font-size:clamp(1.2rem,2vw,1.45rem); margin-bottom:.55rem; }
.lead { font-size:clamp(1.03rem,1.7vw,1.22rem); max-width:58ch; margin:0; }
.hero-media { grid-area:image; position:relative; aspect-ratio:16/10; border-radius:32px; overflow:hidden; box-shadow:var(--shadow); border:8px solid rgba(255,255,255,.88); }
.hero-media img { width:100%; height:100%; object-fit:cover; }
.hero-actions { grid-area:actions; display:flex; flex-wrap:wrap; align-items:center; gap:.8rem; }
.button { border:0; border-radius:999px; padding:.88rem 1.2rem; text-decoration:none; font-weight:800; display:inline-flex; align-items:center; justify-content:center; gap:.45rem; min-height:50px; cursor:pointer; transition:transform .16s ease,box-shadow .16s ease,background .16s ease; }
.button:hover { transform:translateY(-2px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible, .menu-button:focus-visible { outline:3px solid color-mix(in srgb,var(--accent) 55%,white); outline-offset:3px; }
.button-primary { background:var(--accent); color:#fff; box-shadow:0 12px 28px color-mix(in srgb,var(--accent) 25%,transparent); }
.button-secondary { background:#fff; color:var(--ink); border:1px solid rgba(23,50,77,.18); }
.small-note { font-size:.86rem; color:color-mix(in srgb,var(--ink) 72%,white); margin:0; }
.pathways { margin-top:-1.4rem; position:relative; z-index:5; }
.path-grid { display:grid; grid-template-columns:2fr 1fr; gap:1rem; align-items:stretch; }
.path-main, .path-side { border-radius:var(--radius); box-shadow:var(--shadow); }
.path-main { background:var(--ink); color:#fff; padding:1.8rem; display:flex; justify-content:space-between; gap:1.2rem; align-items:center; }
.path-main h2 { font-size:clamp(1.55rem,2.5vw,2.2rem); margin-bottom:.45rem; }
.path-main p { margin:0; max-width:55ch; color:rgba(255,255,255,.82); }
.path-side { background:#fff; padding:1.15rem; display:grid; gap:.75rem; }
.path-side .button { width:100%; border-radius:16px; justify-content:flex-start; }
.editorial { display:grid; grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr); gap:clamp(2rem,5vw,5rem); align-items:center; }
.editorial.reverse { grid-template-columns:minmax(360px,1.05fr) minmax(0,.95fr); }
.editorial.reverse .visual { order:2; }
.visual { aspect-ratio:3/2; border-radius:30px; overflow:hidden; box-shadow:var(--shadow); background:var(--soft); }
.visual img { width:100%; height:100%; object-fit:cover; }
.prose p { max-width:66ch; }
.prose p:last-child { margin-bottom:0; }
.pill { display:inline-block; background:var(--soft-2); color:var(--ink); padding:.4rem .75rem; border-radius:999px; font-size:.82rem; font-weight:800; margin-bottom:1rem; }
.skill-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.85rem; margin:1.4rem 0 0; padding:0; list-style:none; }
.skill-grid li { background:#fff; border:1px solid color-mix(in srgb,var(--ink) 13%,white); border-radius:18px; padding:1rem 1rem 1rem 2.9rem; position:relative; box-shadow:0 10px 24px rgba(23,50,77,.06); }
.skill-grid li::before { content:""; position:absolute; left:1rem; top:1.18rem; width:1rem; height:1rem; border-radius:50%; background:var(--accent); box-shadow:inset 0 0 0 4px #fff,0 0 0 1px var(--accent); }
.tinted { background:linear-gradient(145deg,var(--soft-2),#fff); }
.success-card { border-radius:30px; padding:clamp(1.6rem,4vw,2.8rem); background:var(--ink); color:#fff; display:grid; grid-template-columns:.65fr 1.35fr; gap:2rem; align-items:start; box-shadow:var(--shadow); }
.success-card h2 { margin:0; }
.success-card p { margin:.15rem 0 0; color:rgba(255,255,255,.85); }
.facts { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:2rem; }
.fact { background:#fff; border:1px solid rgba(23,50,77,.12); border-radius:22px; padding:1.35rem; text-align:center; }
.fact strong { display:block; font-size:clamp(1.55rem,3vw,2.2rem); color:var(--accent); line-height:1.1; }
.fact span { font-size:.9rem; }
.secondary-ways { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.secondary-card { border:1px solid rgba(23,50,77,.13); background:#fff; border-radius:24px; padding:1.5rem; box-shadow:0 10px 28px rgba(23,50,77,.06); }
.secondary-card p { margin:.35rem 0 1rem; }
.portal { background:var(--soft); border-radius:28px; padding:clamp(1.6rem,4vw,2.5rem); display:flex; justify-content:space-between; align-items:center; gap:2rem; border:1px solid color-mix(in srgb,var(--accent) 16%,white); }
.portal h2 { font-size:clamp(1.5rem,2.8vw,2.15rem); margin-bottom:.4rem; }
.portal p { margin:0; max-width:66ch; }
.form-section { background:linear-gradient(180deg,var(--soft-2),#fff 38%); }
.form-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr); gap:2.5rem; align-items:start; }
.form-intro { position:sticky; top:125px; }
.form-intro p { max-width:46ch; }
.form-card { background:#fff; border-radius:30px; padding:clamp(1.35rem,3vw,2.3rem); box-shadow:var(--shadow); border:1px solid rgba(23,50,77,.11); }
.intent { display:grid; grid-template-columns:1.35fr 1fr 1fr; gap:.7rem; margin:0 0 1.4rem; }
.intent label { border:1px solid rgba(23,50,77,.18); border-radius:16px; padding:.9rem; cursor:pointer; display:flex; align-items:center; gap:.55rem; font-weight:750; min-height:62px; }
.intent label:has(input:checked) { background:var(--ink); color:#fff; border-color:var(--ink); }
.intent input { width:19px; height:19px; accent-color:var(--accent); flex:0 0 auto; }
.field { margin-bottom:1rem; }
.field label { display:block; font-weight:750; margin-bottom:.35rem; }
input[type=text],input[type=email],input[type=tel],textarea { width:100%; border:1px solid rgba(23,50,77,.25); border-radius:14px; padding:.82rem .9rem; color:var(--ink); background:#fff; }
textarea { min-height:160px; resize:vertical; }
details { border:1px solid rgba(23,50,77,.15); border-radius:16px; padding:.2rem 1rem; margin:1rem 0; background:var(--soft); }
summary { cursor:pointer; font-weight:800; padding:.9rem 0; }
.optional-grid { display:grid; grid-template-columns:1fr 1fr; gap:.8rem; padding:.2rem 0 1rem; }
.optional-grid .full { grid-column:1/-1; }
.consent { display:flex; gap:.65rem; align-items:flex-start; font-size:.91rem; margin:1.15rem 0; }
.consent input { margin-top:.25rem; width:18px; height:18px; accent-color:var(--accent); }
.confidentiality { padding:.9rem 1rem; border-left:5px solid var(--accent); background:var(--soft-2); border-radius:0 14px 14px 0; font-weight:700; margin:1rem 0; }
.status { min-height:1.6em; font-size:.9rem; font-weight:700; margin-top:.7rem; }
.status.error { color:#A0282D; }
.status.info { color:var(--ink); }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.contact { border-top:1px solid rgba(23,50,77,.12); padding:2.5rem 0 0; margin-top:2.5rem; }
.contact h3 { font-size:1rem; text-transform:uppercase; letter-spacing:.08em; color:var(--accent); }
.contact .contact-title { font-size:clamp(1.55rem,3vw,2.1rem); font-weight:850; line-height:1.15; margin:.3rem 0 .75rem; }
.contact-lines { display:flex; flex-wrap:wrap; gap:.6rem 1.2rem; }
.contact-lines a { font-weight:750; overflow-wrap:anywhere; }
.footer { background:var(--ink); color:#fff; padding:2.2rem 1rem; }
.footer-inner { width:min(var(--max),100%); margin:auto; display:grid; grid-template-columns:1fr auto; gap:1rem 2rem; align-items:start; }
.footer-links { display:flex; flex-wrap:wrap; gap:.8rem 1.1rem; }
.footer a { color:#fff; }
.image-note { grid-column:1/-1; font-size:.82rem; color:rgba(255,255,255,.72); margin:0; }
.copyright { margin:0; color:rgba(255,255,255,.82); }
body.theme-luxury .hero-media, body.theme-female-luxury .hero-media, body.theme-female-global .hero-media { border-radius:44px 12px 44px 12px; }
body.theme-direct .path-main, body.theme-regional-direct .path-main { background:linear-gradient(135deg,var(--ink),color-mix(in srgb,var(--ink) 75%,var(--accent))); }
body.theme-warm .button-primary, body.theme-warm-global .button-primary, body.theme-explore .button-primary { border-radius:16px; }
body.theme-performance .hero-copy, body.theme-performance-global .hero-copy { border-left:7px solid var(--accent); padding-left:1.25rem; }

/* Domain-family layout variants: same technical system, visibly different editorial rhythm. */
body.theme-luxury .hero-grid,
body.theme-female-luxury .hero-grid,
body.theme-female-global .hero-grid,
body.theme-female-performance .hero-grid,
body.theme-female-regional .hero-grid,
body.theme-professional .hero-grid,
body.theme-professional-global .hero-grid,
body.theme-warm .hero-grid,
body.theme-warm-global .hero-grid,
body.theme-performance-global .hero-grid {
  grid-template-columns:minmax(420px,1.06fr) minmax(0,.94fr);
  grid-template-areas:"image copy" "image actions";
}
body.theme-luxury .hero-copy,
body.theme-female-luxury .hero-copy,
body.theme-female-global .hero-copy,
body.theme-female-performance .hero-copy,
body.theme-female-regional .hero-copy {
  padding-left:clamp(.4rem,2vw,1.35rem);
}
body.theme-luxury .hero-media,
body.theme-female-luxury .hero-media,
body.theme-female-global .hero-media,
body.theme-female-performance .hero-media,
body.theme-female-regional .hero-media {
  border-radius:54px 16px 54px 16px;
  transform:rotate(-.35deg);
}
body.theme-luxury .path-main,
body.theme-female-luxury .path-main,
body.theme-female-global .path-main,
body.theme-female-performance .path-main,
body.theme-female-regional .path-main {
  background:linear-gradient(135deg,var(--accent),var(--ink));
  border-radius:42px 18px 42px 18px;
}
body.theme-professional .hero-copy,
body.theme-professional-global .hero-copy {
  border-top:6px solid var(--accent-2);
  padding-top:1.1rem;
}
body.theme-professional .hero-media,
body.theme-professional-global .hero-media {
  border-radius:18px 52px 18px 52px;
}
body.theme-professional .path-main,
body.theme-professional-global .path-main {
  background:linear-gradient(135deg,var(--accent-2),var(--ink));
}
body.theme-warm .hero,
body.theme-warm-global .hero,
body.theme-explore .hero {
  background:radial-gradient(circle at 18% 20%,var(--soft),transparent 42%),linear-gradient(145deg,#fff,var(--soft-2));
}
body.theme-warm .hero-media,
body.theme-warm-global .hero-media {
  border-radius:90px 24px 90px 24px;
}
body.theme-warm .path-main,
body.theme-warm-global .path-main,
body.theme-explore .path-main {
  background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--ink) 78%,var(--accent)));
  border-radius:18px 46px 18px 46px;
}
body.theme-explore .hero-grid {
  max-width:1000px;
  grid-template-columns:1fr;
  grid-template-areas:"copy" "image" "actions";
  text-align:center;
}
body.theme-explore .hero-copy { max-width:830px; margin:auto; }
body.theme-explore h1 { max-width:none; margin-left:auto; margin-right:auto; }
body.theme-explore .lead { margin-left:auto; margin-right:auto; }
body.theme-explore .hero-media { width:100%; max-width:930px; margin:auto; border-radius:28px 90px 28px 90px; }
body.theme-explore .hero-actions { justify-content:center; }
body.theme-performance-global .hero-media { border-radius:50px 18px; }
body.theme-performance-global .hero-copy { border-right:7px solid var(--accent); padding-right:1.25rem; border-left:0; padding-left:0; }

@media (max-width: 960px) {
  body[class] .hero-grid { grid-template-columns:1fr; grid-template-areas:"copy" "image" "actions"; max-width:none; text-align:left; }
  body[class] .hero-copy { padding-left:0; padding-right:0; border-left:0; border-right:0; }
  body[class] .hero-actions { justify-content:flex-start; }
  .header-inner { grid-template-columns:1fr auto auto; min-height:78px; gap:.8rem; }
  .logo { width:96px; height:60px; }
  .menu-button { display:block; }
  .nav { position:absolute; left:1rem; right:1rem; top:calc(100% + .3rem); padding:.8rem; background:#fff; border-radius:16px; box-shadow:var(--shadow); border:1px solid rgba(23,50,77,.12); display:none; flex-direction:column; align-items:stretch; }
  .nav.open { display:flex; }
  .nav a { padding:.7rem .8rem; }
  .hero-grid { grid-template-columns:1fr; grid-template-areas:"copy" "image" "actions"; }
  .hero-copy { max-width:760px; }
  h1 { max-width:16ch; }
  .hero-media { max-width:820px; }
  .path-grid { grid-template-columns:1fr; }
  .path-main { align-items:flex-start; flex-direction:column; }
  .path-side { grid-template-columns:1fr 1fr; }
  .editorial,.editorial.reverse { grid-template-columns:1fr; }
  .editorial.reverse .visual { order:0; }
  .form-layout { grid-template-columns:1fr; }
  .form-intro { position:static; }
  .success-card { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  body { font-size:17px; }
  .operator { font-size:.78rem; padding:.42rem .65rem; }
  .header-inner { width:calc(100% - 1rem); min-height:70px; grid-template-columns:minmax(0,1fr) 76px auto; }
  .logo { width:74px; height:52px; }
  .brand { font-size:1.02rem; }
  .menu-button { padding:.55rem .65rem; font-size:.86rem; }
  .hero { padding:2rem .65rem 2.7rem; }
  h1 { font-size:clamp(2rem,10.4vw,2.55rem); max-width:none; }
  h2 { font-size:clamp(1.7rem,8vw,2.15rem); }
  .hero-grid { gap:1.1rem; }
  .hero-media { border-width:5px; border-radius:22px; }
  .hero-actions { display:grid; width:100%; }
  .button { width:100%; min-height:52px; padding:.78rem 1rem; }
  .section { padding:3.6rem .7rem; }
  .pathways { margin-top:-.8rem; }
  .path-main { padding:1.35rem; }
  .path-side { grid-template-columns:1fr; }
  .skill-grid,.secondary-ways,.facts { grid-template-columns:1fr; }
  .portal { align-items:flex-start; flex-direction:column; }
  .intent { grid-template-columns:1fr; }
  .intent label { min-height:54px; }
  .optional-grid { grid-template-columns:1fr; }
  .optional-grid .full { grid-column:auto; }
  .form-card { border-radius:22px; padding:1.15rem; }
  .contact-lines { flex-direction:column; }
  .footer-inner { grid-template-columns:1fr; }
  .footer-links { flex-direction:column; }
  .image-note { grid-column:auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; animation:none !important; }
}
