﻿/* =========================================================
   Han-Viet Couple Homepage v3
   Concept: bright sky + navy trust + gold license + red accent
========================================================= */
:root {
  --navy: #06265c;
  --navy-dark: #041a42;
  --blue: #126fe3;
  --sky: #e8f7ff;
  --gold: #c99746;
  --gold-soft: #f8dfb2;
  --red: #bd172b;
  --ivory: #fffaf2;
  --peach: #fff0dd;
  --text: #14213d;
  --muted: #6e6670;
  --line: #e5d5bd;
  --white: #fff;
  --shadow: 0 22px 70px rgba(19, 42, 78, .13);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Pretendard','Noto Sans KR','Apple SD Gothic Neo',Arial,sans-serif; color: var(--text); background: var(--ivory); word-break: keep-all; overflow-x:hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* Header */
.site-header { height: 86px; padding: 0 56px; display:flex; align-items:center; justify-content:space-between; gap:26px; background-image:linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 38%, rgba(255,255,255,.68) 66%, rgba(255,255,255,.46) 100%), url('../images/hero-background.jpg'); background-size:cover; background-position:center top; border-bottom:1px solid rgba(215,188,148,.45); position:sticky; top:0; z-index:50; backdrop-filter: blur(10px); }
.brand { display:flex; align-items:center; gap:12px; min-width:240px; }
.brand img { width:58px; height:58px; object-fit:contain; }
.brand strong { display:block; font-size:30px; font-weight:900; color:var(--navy); letter-spacing:-1px; }
.brand span { display:block; margin-top:2px; font-size:11px; letter-spacing:4px; color:#8d642d; font-weight:700; }
.main-nav { display:flex; align-items:center; gap:34px; font-size:15px; font-weight:800; color:#071a3d; }
.main-nav a { position:relative; }
.main-nav a::after { content:''; position:absolute; left:0; bottom:-8px; width:0; height:2px; background:var(--gold); transition:.2s; }
.main-nav a:hover::after { width:100%; }
.header-cta { background:var(--navy); color:#fff; padding:14px 22px; border-radius:10px; font-weight:900; box-shadow:0 12px 28px rgba(8,39,92,.22); }
.small-badge { display:inline-flex; margin-right:4px; color:#f9d08a; }
.mobile-menu {
  display:none;
  position:relative;
}
.mobile-menu summary {
  width:56px;
  height:56px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid rgba(6,38,92,.22);
  border-radius:14px;
  background:rgba(255,255,255,.94);
  cursor:pointer;
  list-style:none;
  box-shadow:0 10px 24px rgba(8,39,92,.08);
}
.mobile-menu summary::-webkit-details-marker {
  display:none;
}
.mobile-menu summary span {
  width:31px;
  height:3px;
  border-radius:999px;
  background:var(--navy);
}
.mobile-menu nav {
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:220px;
  padding:10px;
  border:1px solid rgba(213,188,151,.48);
  border-radius:14px;
  background:rgba(255,255,255,.98);
  box-shadow:0 18px 48px rgba(19,42,78,.18);
}
.mobile-menu nav a {
  display:block;
  padding:13px 12px;
  border-radius:10px;
  color:var(--navy-dark);
  font-weight:900;
}
.mobile-menu nav a:hover {
  background:#fff7ea;
  color:var(--red);
}

/* Hero */
.hero { min-height:670px; position:relative; display:flex; align-items:center; padding:74px 56px 112px; overflow:hidden; background-image: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.18)), url('../images/hero-background.jpg'); background-size:cover; background-position:center top; }
.hero::before { content:''; position:absolute; inset:0; background-image:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,.05) 45%, rgba(255,255,255,0) 100%), url('../images/hero-main.jpg'); background-size:cover; background-position:right center; opacity:.98; pointer-events:none; -webkit-mask-image:linear-gradient(90deg, transparent 0%, transparent 30%, rgba(0,0,0,.34) 43%, #000 58%, #000 100%); mask-image:linear-gradient(90deg, transparent 0%, transparent 30%, rgba(0,0,0,.34) 43%, #000 58%, #000 100%); }
.hero::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 25%, rgba(255,255,255,.72) 38%, rgba(255,255,255,.24) 53%, rgba(255,255,255,0) 68%), linear-gradient(180deg, rgba(255,250,242,0) 76%, var(--ivory) 100%); pointer-events:none; }
.hero-copy { position:relative; z-index:3; width:min(560px, 48vw); }
.hero-kicker { display:flex; align-items:center; gap:18px; font-size:26px; margin-bottom:18px; color:#121c35; }
.hero-kicker::after { content:''; width:84px; height:1px; background:var(--gold); }
.hero h1 { font-size: clamp(58px, 6.2vw, 90px); line-height:1.06; letter-spacing:-4px; color:var(--navy); margin-bottom:22px; }
.hero h1 span { color: var(--red); }
.hero-slogan-image { width:min(430px, 100%); margin:0 0 24px; }
.hero-actions { display:flex; gap:16px; flex-wrap:wrap; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:58px; padding:0 30px; border-radius:11px; font-size:17px; font-weight:900; transition:transform .16s ease, box-shadow .16s ease; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { background:var(--navy); color:#fff; box-shadow:0 14px 30px rgba(8,39,92,.22); }
.btn-outline { background:rgba(255,255,255,.88); color:var(--red); border:1px solid rgba(189,23,43,.42); }
.btn-outline.dark { color:var(--navy); border-color:rgba(8,39,92,.26); }
.license-badge { position:absolute; right:72px; top:40px; z-index:3; display:flex; align-items:center; gap:14px; padding:12px 18px; border-radius:999px; background:rgba(255,255,255,.72); border:1px solid rgba(201,151,70,.28); box-shadow:0 16px 44px rgba(19,42,78,.1); backdrop-filter:blur(5px); }
.medal { display:flex; align-items:center; justify-content:center; width:74px; height:74px; color:#fff; flex:0 0 auto; }
.medal svg { width:74px; height:74px; fill:var(--gold); stroke:#fff; stroke-width:1.15; filter:drop-shadow(0 8px 16px rgba(102,72,27,.18)); }
.medal svg path + path { fill:none; stroke:#fff; stroke-width:2; }
.license-badge b { display:block; color:var(--navy-dark); font-size:18px; }
.license-badge p { margin-top:5px; color:#fff; background:var(--gold); padding:5px 12px; border-radius:999px; font-size:13px; font-weight:800; }
.info-panel { position:absolute; left:56px; bottom:22px; z-index:4; width:min(980px,calc(100% - 112px)); display:grid; grid-template-columns:1fr 1fr 1.38fr; background:rgba(255,246,230,.9); border:1px solid rgba(214,176,112,.48); border-radius:18px; box-shadow:0 22px 60px rgba(65,48,22,.12); overflow:hidden; backdrop-filter:blur(7px); }
.info-item { display:flex; align-items:center; gap:18px; padding:18px 26px; border-right:1px solid rgba(206,166,103,.38); }
.info-item:last-child { border-right:0; }
.info-icon { display:flex; align-items:center; justify-content:center; width:62px; height:62px; border-radius:50%; background:rgba(255,255,255,.62); color:var(--gold); flex:0 0 auto; }
.info-icon svg { width:35px; height:35px; fill:none; stroke:currentColor; stroke-width:1.75; stroke-linecap:round; stroke-linejoin:round; }
.info-item b { display:block; font-size:18px; color:var(--navy-dark); }
.info-item p { margin-top:6px; color:var(--muted); font-size:15px; }

/* Common */
.section { padding:82px 56px; background:var(--white); }
.section:nth-of-type(even) { background:var(--ivory); }
.section-heading { text-align:center; max-width:840px; margin:0 auto 38px; }
.section-heading.leftish { text-align:center; }
.eyebrow { color:var(--gold); font-size:13px; font-weight:900; letter-spacing:2.5px; margin-bottom:10px; }
h2 { color:var(--navy-dark); letter-spacing:-1.3px; }
.section h2, .section-heading h2 { font-size:36px; line-height:1.25; }
p { line-height:1.75; }
.text-link { display:inline-flex; justify-content:center; font-weight:900; color:var(--blue); }

/* Why + story */
.status-section { background:linear-gradient(180deg,var(--ivory),#f7fbff); }
.status-panel {
  max-width:1220px;
  margin:0 auto;
  display:grid;
  grid-template-columns:320px 1fr;
  gap:28px;
  padding:34px;
  background:#fff;
  border:1px solid #dbe9f6;
  border-radius:28px;
  box-shadow:var(--shadow);
}
.status-summary {
  min-height:250px;
  padding:32px;
  border-radius:24px;
  background:linear-gradient(135deg,var(--navy),#0d3f8b);
  color:#fff;
}
.status-medal {
  display:flex;
  align-items:center;
  justify-content:center;
  width:66px;
  height:66px;
  margin-bottom:22px;
  border-radius:50%;
  background:linear-gradient(135deg,#f6d48b,#b9802d);
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.32);
  font-size:28px;
  font-weight:900;
}
.status-summary p {
  color:#f8dfb2;
  font-weight:900;
  line-height:1.4;
}
.status-summary strong {
  display:block;
  margin:8px 0 14px;
  font-size:46px;
  line-height:1.15;
  letter-spacing:-1.5px;
}
.status-summary span:not(.status-medal) {
  color:rgba(255,255,255,.8);
  font-size:14px;
  line-height:1.6;
}
.status-list {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px,1fr));
  gap:16px;
}
.status-card {
  min-height:250px;
  padding:28px 18px;
  text-align:center;
  border-radius:22px;
  background:#f8fbff;
  border:1px solid #dbe9f6;
}
.status-card:nth-child(odd) {
  background:#fff7ea;
  border-color:#ead2a8;
}
.status-card p {
  color:var(--gold);
  font-size:15px;
  font-weight:900;
  line-height:1.4;
}
.status-card strong {
  display:block;
  margin:22px 0 4px;
  color:var(--navy);
  font-size:54px;
  line-height:1;
  letter-spacing:-1.4px;
}
.status-card span {
  display:block;
  color:var(--navy-dark);
  font-size:17px;
  font-weight:900;
}
.status-card small {
  display:block;
  margin:24px auto 0;
  padding-top:20px;
  width:80%;
  border-top:1px solid rgba(201,151,70,.28);
  color:var(--muted);
  font-size:14px;
}
.status-card.muted strong {
  font-size:34px;
  margin-top:31px;
}
.status-notice {
  max-width:1030px;
  margin:28px auto 0;
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--peach);
}
.status-notice span {
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  flex:0 0 auto;
  border-radius:50%;
  border:2px solid var(--gold);
  background:#fff;
  color:var(--gold);
  font-weight:900;
}
.status-notice p {
  flex:1;
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
}
.status-notice b {
  color:var(--navy);
  margin-right:6px;
}
.status-notice .btn {
  min-height:44px;
  padding:0 20px;
  font-size:15px;
  border-radius:10px;
}

.home-grid { display:block; }
.why-area { max-width:1320px; margin:0 auto; }
.why-area { min-width:0; }
.why-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; }
.why-card { min-height:230px; padding:30px 22px; border:1px solid #dfe8f4; border-radius:20px; background:rgba(255,255,255,.92); box-shadow:0 16px 50px rgba(31,47,82,.06); text-align:center; }
.svg-icon { width:70px; height:70px; margin:0 auto 18px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#f1f8ff; box-shadow: inset 0 0 0 1px #d8e9ff; }
.svg-icon svg { width:36px; height:36px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.svg-icon.navy { color:var(--navy); }
.svg-icon.red { color:var(--red); background:#fff4f5; box-shadow: inset 0 0 0 1px #ffd7dc; }
.svg-icon.gold { color:var(--gold); background:#fff8ed; box-shadow: inset 0 0 0 1px #f4ddb4; }
.svg-icon.feature-license-icon svg {
  width:44px;
  height:44px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
}
.svg-icon.feature-license-icon .feature-fill {
  fill:currentColor;
  stroke:none;
}
.svg-icon.feature-license-icon .feature-check {
  fill:none;
  stroke:#fff;
  stroke-width:2.2;
}
.svg-icon.feature-fill-icon svg,
.svg-icon.feature-cooperation-icon svg {
  width:46px;
  height:46px;
  fill:currentColor;
  stroke:none;
}
.svg-icon.feature-aftercare-icon svg {
  width:46px;
  height:46px;
  fill:none;
  stroke:currentColor;
}
.svg-icon.feature-aftercare-icon .feature-heart {
  fill:currentColor;
  stroke:none;
}
.svg-icon.feature-aftercare-icon .feature-hand-line {
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.why-card h3 { font-size:21px; color:var(--navy-dark); margin-bottom:12px; }
.why-card p { color:var(--muted); font-size:15px; }
.story-card.compact { display:flex; gap:30px; align-items:center; background:linear-gradient(135deg,var(--navy),#073a86); color:#fff; border-radius:24px; padding:34px 38px; box-shadow:0 24px 70px rgba(8,39,92,.22); }
.story-photo-circle { width:170px; height:170px; flex:0 0 auto; border-radius:50%; overflow:hidden; border:8px solid rgba(255,255,255,.95); box-shadow:0 12px 30px rgba(0,0,0,.18); }
.story-photo-circle img { width:100%; height:100%; object-fit:cover; }
.story-card h2 { color:#f5cb7d; font-size:25px; margin-bottom:16px; }
.story-card p { color:rgba(255,255,255,.88); font-size:16px; }
.signature { margin-top:14px; }
.signature strong { font-size:22px; color:#fff; margin-left:6px; }
.story-card.ceo-greeting {
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(280px, 1fr);
  gap:34px;
  align-items:center;
  background:linear-gradient(90deg, #fff 0%, #fffaf3 58%, #fff3e5 100%);
  color:var(--navy-dark);
  border:1px solid rgba(210, 167, 100, .22);
  border-radius:6px;
  padding:40px 44px;
  box-shadow:0 20px 60px rgba(122, 85, 36, .08);
}
.ceo-greeting-section {
  max-width:1240px;
  margin:0 auto 84px;
}
.ceo-greeting-copy {
  position:relative;
  z-index:1;
}
.ceo-greeting-copy .eyebrow {
  color:var(--gold);
  margin-bottom:8px;
}
.story-card.ceo-greeting h2 {
  display:inline-block;
  position:relative;
  color:var(--navy-dark);
  font-size:30px;
  margin-bottom:24px;
}
.story-card.ceo-greeting h2::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:58px;
  height:2px;
  background:linear-gradient(90deg, var(--navy), var(--gold));
}
.story-card.ceo-greeting p {
  color:#34445d;
  font-size:16px;
  line-height:1.9;
  margin-bottom:16px;
}
.story-card.ceo-greeting .signature {
  display:flex;
  align-items:baseline;
  gap:12px;
  margin-top:22px;
  color:#28364d;
  font-weight:800;
}
.story-card.ceo-greeting .signature strong {
  color:var(--navy-dark);
  font-family:"Nanum Pen Script", "Segoe Script", "Bradley Hand ITC", cursive;
  font-size:38px;
  font-weight:400;
  line-height:1;
  transform:rotate(-3deg);
}
.ceo-watercolor-photo {
  position:relative;
  min-height:280px;
  overflow:hidden;
  background:radial-gradient(circle at 45% 45%, rgba(255,255,255,.04), rgba(255,255,255,.72) 72%);
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0 58%, rgba(0,0,0,.82) 70%, rgba(0,0,0,.25) 84%, transparent 94%);
  mask-image:radial-gradient(ellipse at center, #000 0 58%, rgba(0,0,0,.82) 70%, rgba(0,0,0,.25) 84%, transparent 94%);
}
.ceo-watercolor-photo::before {
  content:"";
  position:absolute;
  inset:4% 5%;
  border-radius:42% 58% 48% 52% / 48% 44% 56% 52%;
  background:rgba(206, 166, 103, .16);
  filter:blur(18px);
}
.ceo-watercolor-photo img {
  position:relative;
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  object-position:center 42%;
  filter:saturate(.9) contrast(.96) brightness(1.04);
  opacity:.9;
  mix-blend-mode:normal;
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0 60%, rgba(0,0,0,.76) 72%, rgba(0,0,0,.2) 86%, transparent 95%);
  mask-image:radial-gradient(ellipse at center, #000 0 60%, rgba(0,0,0,.76) 72%, rgba(0,0,0,.2) 86%, transparent 95%);
}

/* Process */
.process-section {
  text-align:center;
  background:linear-gradient(180deg, #fffaf2 0%, #fff 100%);
}
.process-steps {
  max-width:1240px;
  margin:6px auto 32px;
  display:grid;
  grid-template-columns:repeat(7, minmax(0, 1fr));
  gap:18px;
}
.process-steps article {
  position:relative;
  min-width:0;
}
.process-steps article:not(:last-child)::after {
  content:"›";
  position:absolute;
  top:36px;
  right:-15px;
  color:#b89156;
  font-size:34px;
  line-height:1;
}
.process-icon {
  width:82px;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
  border-radius:50%;
  background:#fff4e6;
  border:8px solid #fff;
  color:var(--navy);
  box-shadow:0 12px 28px rgba(122,85,36,.09), inset 0 0 0 1px rgba(201,151,70,.18);
}
.process-icon svg {
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.process-steps span {
  display:block;
  margin-bottom:4px;
  color:#a07a45;
  font-size:12px;
  font-weight:900;
}
.process-steps h3 {
  margin-bottom:6px;
  color:var(--navy-dark);
  font-size:17px;
}
.process-steps p {
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.section-heading.mini { margin-bottom:22px; }
.mini-table { width:100%; border-collapse:collapse; margin-bottom:22px; overflow:hidden; border-radius:14px; }
.mini-table th, .mini-table td { padding:16px 18px; text-align:left; border-bottom:1px solid #e9eef5; }
.mini-table th { background:#f5f9ff; color:var(--navy); width:54%; }
.mini-table tr:last-child th, .mini-table tr:last-child td { border-bottom:0; }

/* Board previews */
.board-section {
  background:linear-gradient(180deg,#fff,#fffaf2);
  padding-top:54px;
}
.board-layout {
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.18fr .62fr .82fr;
  gap:24px;
  align-items:stretch;
}
.board-summary-layout {
  grid-template-columns:1fr 1fr;
}
.vietnam-home-section {
  background:linear-gradient(180deg,#fff,#fffaf2);
}
.home-story-grid {
  max-width:1240px;
  margin:0 auto;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}
.home-story-grid article {
  padding:14px;
  border:1px solid rgba(213,188,151,.42);
  border-radius:8px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 52px rgba(72,48,18,.07);
}
.home-story-grid .gallery-link {
  height:100%;
}
.home-story-grid img,
.home-story-grid .empty-thumb {
  aspect-ratio:12 / 7;
}
.section-more {
  margin-top:28px;
  text-align:center;
}
.board-card {
  min-width:0;
  padding:24px;
  border:1px solid rgba(213,188,151,.42);
  border-radius:8px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 52px rgba(72,48,18,.07);
}
.board-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.board-head h2 {
  font-size:22px;
  letter-spacing:-.5px;
}
.board-head a {
  color:#8d642d;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}
.story-board-list {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.story-board-list article,
.story-board-list .gallery-link {
  display:block;
  min-width:0;
}
.story-board-list img,
.empty-thumb {
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:6px;
  background:linear-gradient(135deg,#f8efe2,#eef5fb);
  border:1px solid rgba(213,188,151,.38);
}
.story-board-list h3 {
  margin:10px 0 5px;
  color:var(--navy-dark);
  font-size:15px;
}
.story-board-list p {
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.post-list,
.faq-preview-list {
  display:grid;
  gap:0;
  list-style:none;
}
.post-list li {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 0;
  border-bottom:1px solid rgba(213,188,151,.28);
  color:var(--navy-dark);
  font-size:14px;
}
.post-list li:last-child,
.faq-preview-list li:last-child { border-bottom:0; }
.post-list a {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.post-list time {
  color:#9b8b78;
  font-size:12px;
  white-space:nowrap;
}
.faq-preview-list li {
  border-bottom:1px solid rgba(213,188,151,.28);
}
.faq-preview-list button {
  width:100%;
  min-height:47px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:0;
  background:transparent;
  color:var(--navy-dark);
  font:inherit;
  font-size:14px;
  font-weight:800;
  text-align:left;
  cursor:pointer;
}
.faq-preview-list span {
  color:var(--gold);
  font-size:22px;
  line-height:1;
}
.vietnam-section { background:linear-gradient(180deg,#fff,#f3f9ff); }
.gallery-grid { max-width:1220px; margin:0 auto 30px; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.gallery-grid article { background:#fff; border:1px solid #dbe9f6; border-radius:22px; overflow:hidden; box-shadow:0 18px 50px rgba(31,47,82,.08); }
.gallery-link { display:block; height:100%; }
.gallery-link:hover h3 { color:var(--blue); }
.gallery-grid img { width:100%; aspect-ratio:12/7; object-fit:cover; }
.gallery-grid h3 { padding:20px 22px 4px; color:var(--navy-dark); font-size:21px; }
.gallery-grid p { padding:0 22px 22px; color:var(--muted); }

/* Wide story */
.story-section-wide { display:grid; grid-template-columns:.95fr 1fr; gap:42px; align-items:center; max-width:1240px; margin:0 auto; background:var(--ivory); }
.story-photo-wide img { border-radius:28px; aspect-ratio:4/3; object-fit:cover; box-shadow:var(--shadow); border:10px solid #fff; }
.story-wide-copy h2 { font-size:38px; margin-bottom:18px; }
.story-wide-copy p { color:var(--muted); margin-bottom:24px; }

/* FAQ */
.faq-list { max-width:920px; margin:0 auto; }
.faq-list details { background:#fff; border:1px solid #dbe9f6; border-radius:16px; margin-bottom:12px; padding:20px 24px; }
.faq-list summary { cursor:pointer; font-weight:900; color:var(--navy-dark); }
.faq-list p { margin-top:14px; color:var(--muted); }

/* Sub pages */
.sub-hero { text-align:center; padding:104px 56px 78px; background:linear-gradient(180deg,#eaf7ff,var(--ivory)); }
.sub-hero h1 { font-size:54px; color:var(--navy-dark); letter-spacing:-2px; margin:10px 0 12px; }
.sub-hero p:not(.eyebrow) { color:var(--muted); }
.process-page, .fee-page { background:#fff; }
.timeline { max-width:980px; margin:0 auto 48px; display:grid; gap:16px; }
.timeline article { display:grid; grid-template-columns:76px 1fr; gap:22px; background:#fff; border:1px solid #dbe9f6; border-radius:20px; padding:28px; box-shadow:0 12px 38px rgba(31,47,82,.05); }
.timeline b { width:58px; height:58px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:var(--blue); color:#fff; }
.timeline h3 { font-size:24px; color:var(--navy-dark); margin-bottom:8px; }
.timeline p { color:var(--muted); }
.cta-panel { max-width:900px; margin:0 auto; padding:42px; text-align:center; border-radius:26px; background:linear-gradient(135deg,var(--navy),#0d62d7); color:#fff; }
.cta-panel h2 { color:#fff; margin-bottom:10px; }
.cta-panel p { color:rgba(255,255,255,.86); margin-bottom:24px; }
.fee-layout { max-width:1080px; margin:0 auto 44px; display:grid; grid-template-columns:1.15fr .85fr; gap:28px; }
.fee-table-wrap, .fee-note { background:#fff; border:1px solid #dbe9f6; border-radius:22px; padding:30px; box-shadow:0 18px 50px rgba(31,47,82,.08); }
.fee-table-wrap h2, .fee-note h3 { margin-bottom:18px; color:var(--navy-dark); }
.fee-table { width:100%; border-collapse:collapse; }
.fee-table th, .fee-table td { padding:18px 20px; border-bottom:1px solid #e9eef5; text-align:left; }
.fee-table th { color:var(--navy-dark); background:#f5f9ff; width:45%; }
.fee-table tr:last-child th, .fee-table tr:last-child td { border-bottom:0; }
.fee-note ul { padding-left:20px; line-height:2; color:var(--muted); margin-bottom:16px; }
.fee-note p { color:var(--muted); }

/* Footer */
.site-footer {
  padding:46px 56px;
  display:grid;
  grid-template-columns:1.15fr 1fr 1.25fr .9fr;
  gap:38px;
  align-items:start;
  background:var(--navy-dark);
  color:#fff;
}
.footer-brand { display:flex; gap:12px; align-items:center; }
.footer-brand img { width:56px; height:56px; object-fit:contain; background:#fff; border-radius:50%; padding:5px; }
.footer-brand strong { display:block; font-size:28px; }
.footer-brand span { color:#f0c885; font-size:12px; letter-spacing:2px; }
.site-footer h4 { margin-bottom:10px; font-size:18px; }
.site-footer p { color:rgba(255,255,255,.78); line-height:1.9; }
.site-footer a { color:rgba(255,255,255,.78); }
.site-footer a:hover { color:#f0c885; text-decoration:underline; }

/* Responsive */
@media (max-width: 1180px) {
  .main-nav { display:none; }
  .mobile-menu { display:block; }
  .site-footer { grid-template-columns:repeat(2, minmax(0,1fr)); }
  .section { padding:64px 32px; }
  .section h2, .section-heading h2 { font-size:42px; line-height:1.18; }
  .section-heading { margin-bottom:30px; }
  .section-heading p:not(.eyebrow) { font-size:20px; line-height:1.65; }
  .eyebrow { font-size:16px; letter-spacing:3px; }
  .hero {
    min-height:auto;
    display:block;
    padding:64px 32px 48px;
  }
  .hero::before {
    background-position:62% center;
    opacity:.42;
    -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.3) 42%, #000 100%);
    mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.3) 42%, #000 100%);
  }
  .hero-copy {
    width:min(560px, 100%);
  }
  .license-badge { right:32px; }
  .info-panel {
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:min(760px, 100%);
    margin-top:28px;
    grid-template-columns:1fr;
  }
  .info-item { border-right:0; border-bottom:1px solid rgba(206,166,103,.34); }
  .info-item:last-child { border-bottom:0; }
  .home-grid, .process-fee-grid, .story-section-wide, .fee-layout, .status-panel, .board-layout { grid-template-columns:1fr; }
  .home-story-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns:repeat(2,1fr); }
  .why-card { padding:36px 22px; }
  .why-card h3 { font-size:26px; }
  .why-card p { font-size:19px; line-height:1.7; }
  .process-steps { grid-template-columns:repeat(2, minmax(0, 1fr)); gap:34px 28px; margin:10px auto 26px; }
  .process-steps article:not(:last-child)::after { display:none; }
  .process-icon { width:124px; height:124px; margin-bottom:16px; border-width:10px; }
  .process-icon svg { width:62px; height:62px; }
  .process-steps span { font-size:17px; margin-bottom:8px; }
  .process-steps h3 { font-size:28px; margin-bottom:10px; }
  .process-steps p { font-size:20px; line-height:1.6; }
  .home-story-grid h3 { font-size:22px; line-height:1.35; }
  .home-story-grid p { font-size:18px; line-height:1.55; }
  .status-list { grid-template-columns:repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  body { font-size:19px; }
  .site-header { height:74px; padding:0 14px; gap:8px; }
  .brand { min-width:auto; }
  .brand img { width:44px; height:44px; }
  .brand strong { font-size:22px; }
  .brand span { font-size:9px; letter-spacing:2px; }
  .header-cta { padding:10px 12px; font-size:13px; border-radius:9px; }
  .mobile-menu summary { width:60px; height:60px; border-radius:15px; }
  .mobile-menu summary span { width:34px; height:3px; }
  .mobile-menu nav { right:-2px; width:min(220px, calc(100vw - 28px)); }
  .hero { min-height:auto; padding:48px 20px; background-position:64% center; }
  .hero::before { opacity:.22; background-position:68% center; }
  .hero-copy { width:100%; max-width:470px; }
  .hero h1 { letter-spacing:-2px; }
  .hero-kicker { font-size:23px; }
  .hero-slogan-image { width:min(360px, 100%); margin-bottom:20px; }
  .hero-actions .btn { width:100%; }
  .license-badge { display:none; }
  .info-panel { width:100%; left:auto; right:auto; bottom:auto; }
  .info-item { padding:22px 24px; gap:18px; }
  .info-item b { font-size:20px; }
  .info-item p { font-size:16px; }
  .section { padding:50px 16px; }
  .section h2, .section-heading h2 { font-size:40px; line-height:1.15; }
  .section-heading { margin-bottom:26px; }
  .section-heading p:not(.eyebrow) { font-size:20px; line-height:1.65; }
  .eyebrow { font-size:16px; letter-spacing:2.8px; }
  .why-grid, .gallery-grid, .process-line, .status-list, .process-steps, .story-board-list { grid-template-columns:1fr; }
  .why-grid, .status-list, .process-steps { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .why-card { min-height:230px; padding:28px 14px; }
  .why-card h3 { font-size:23px; }
  .why-card p { font-size:18px; line-height:1.65; }
  .home-story-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px; }
  .home-story-grid article { padding:10px; }
  .home-story-grid h3 { font-size:18px; line-height:1.35; }
  .home-story-grid p { display:none; }
  .board-card { padding:20px; }
  .status-panel { padding:20px; }
  .status-summary, .status-card { min-height:auto; }
  .status-summary p { font-size:16px; }
  .status-summary strong { font-size:48px; }
  .status-summary span:not(.status-medal) { font-size:16px; }
  .status-card p { font-size:17px; }
  .status-card strong { font-size:58px; }
  .status-card span { font-size:19px; }
  .status-card small { font-size:16px; }
  .status-notice { align-items:flex-start; flex-direction:column; }
  .status-notice p { font-size:16px; }
  .status-notice .btn { width:100%; }
  .process-steps { gap:30px 18px; margin-bottom:22px; }
  .process-steps article { padding:12px 4px; }
  .process-icon { width:116px; height:116px; margin-bottom:16px; border-width:9px; }
  .process-icon svg { width:58px; height:58px; }
  .process-steps span { font-size:17px; }
  .process-steps h3 { font-size:26px; }
  .process-steps p { font-size:19px; line-height:1.55; }
  .story-card.compact { flex-direction:column; text-align:center; padding:30px 22px; }
  .story-card.ceo-greeting {
    display:grid;
    grid-template-columns:1fr;
    text-align:left;
    padding:34px 24px;
  }
  .ceo-watercolor-photo {
    order:-1;
    min-height:220px;
  }
  .ceo-watercolor-photo img {
    min-height:220px;
  }
  .story-card.ceo-greeting .signature {
    justify-content:flex-start;
  }
  .sub-hero { padding:74px 20px 52px; }
  .sub-hero h1 { font-size:38px; }
  .sub-hero p:not(.eyebrow) { font-size:17px; }
  .timeline article { grid-template-columns:1fr; }
  .timeline h3 { font-size:25px; }
  .timeline p { font-size:17px; }
  .site-footer { grid-template-columns:1fr; padding:38px 22px; }
  .site-footer p,
  .site-footer a { font-size:16px; }
}

/* Application form */
.application-hero { background:linear-gradient(180deg,#eaf7ff,#fff7ea); }
.application-section { background:#f7fbff; }
.application-form { max-width:960px; margin:0 auto; display:grid; gap:22px; }
.form-card { background:#fff; border:1px solid #dbe9f6; border-radius:22px; padding:30px; box-shadow:0 18px 50px rgba(31,47,82,.07); }
.form-card h2 { font-size:24px; color:var(--navy-dark); margin-bottom:20px; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.form-grid.two { grid-template-columns:repeat(2,minmax(0,1fr)); }
.application-form label { display:grid; gap:8px; color:var(--navy-dark); font-weight:800; }
.application-form input,
.application-form select,
.application-form textarea { width:100%; border:1px solid #cfddeb; border-radius:12px; padding:13px 14px; font:inherit; color:var(--navy-dark); background:#fff; }
.application-form textarea { resize:vertical; line-height:1.65; }
.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus { outline:3px solid rgba(29,119,214,.16); border-color:var(--blue); }
.form-help { color:var(--muted); font-size:14px; line-height:1.7; margin-bottom:16px; }
.check-row { display:flex !important; grid-template-columns:none !important; align-items:flex-start; gap:10px !important; line-height:1.6; margin-bottom:10px; }
.check-row input { width:auto; margin-top:5px; }
.form-status { min-height:24px; padding:0 4px; font-weight:800; }
.form-status.info { color:#0d62d7; }
.form-status.success { color:#137333; }
.form-status.error { color:#b42318; }
.form-submit { width:100%; border:0; cursor:pointer; font-size:18px; }
.form-submit:disabled { opacity:.65; cursor:not-allowed; }



.consent-detail { margin-top:18px; padding:20px; border:1px solid #e3edf8; border-radius:16px; background:#f8fbff; }
.consent-detail:first-of-type { margin-top:0; }
.consent-grid .consent-detail { margin-top:0; }
.consent-detail h3 { margin-bottom:14px; color:var(--navy-dark); font-size:19px; }
.consent-detail dl { display:grid; gap:8px; margin-bottom:16px; }
.consent-detail dt { color:var(--navy); font-weight:900; }
.consent-detail dd { color:var(--muted); line-height:1.7; margin-bottom:8px; }

@media (max-width: 760px) {
  .form-card { padding:24px 18px; }
  .form-grid, .form-grid.two { grid-template-columns:1fr; }
}

