/* =========================================================================
   HYPER GLOBAL K — Section & component styles
   ========================================================================= */

/* ───────────────────────── NAV ───────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--gutter); transition: all 0.4s var(--ease);
}
.nav.scrolled {
  background: rgba(0,0,0,0.72); backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--line-soft); padding: 14px var(--gutter);
}
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand .mark { width: 30px; height: 34px; position: relative; }
.nav-brand .mark img.hex { width: 100%; height: 100%; object-fit: contain; }
.nav-brand .mark img.k { position: absolute; inset: -6px -8px; width: calc(100% + 16px); height: calc(100% + 12px); object-fit: contain; }
.nav-brand .wordmark { line-height: 1; }
.nav-brand .wordmark b { display: block; font-weight: 800; font-size: 16px; letter-spacing: -0.01em; }
.nav-brand .wordmark small { display: block; font-size: 9px; letter-spacing: 0.32em; color: var(--gold); margin-top: 3px; }
.nav-links { display: flex; gap: 34px; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: rgba(255,255,255,0.7); transition: color 0.2s; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--gold); transition: width 0.3s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a.active::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.lang-toggle { display: inline-flex; border: 1px solid var(--line); border-radius: var(--r-pill); overflow: hidden; flex-shrink: 0; }
.lang-toggle button { background: transparent; border: none; color: var(--gray-dim); font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; padding: 8px 13px; cursor: pointer; transition: all 0.25s var(--ease); }
.lang-toggle button:hover { color: var(--white); }
.lang-toggle button.active { background: var(--gold); color: #1a1305; }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-burger span { width: 24px; height: 2px; background: #fff; transition: 0.3s; }

/* ───────────────────────── HERO ───────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--black); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg .glow { position: absolute; width: 70vw; height: 70vw; border-radius: 50%; filter: blur(120px);
  background: radial-gradient(circle, rgba(224,168,46,0.16), transparent 62%); top: -18%; right: -14%; }
.hero-bg .grid { position: absolute; inset: 0;
  background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 88px 88px; mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 30%, transparent 78%); opacity: 0.6; }
.hero-watermark {
  position: absolute; right: -2vw; bottom: -10vh; font-weight: 800; font-size: 40vh; line-height: 0.8;
  color: rgba(255,255,255,0.018); letter-spacing: -0.05em; pointer-events: none; user-select: none;
}
.hero-inner { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hero-copy { max-width: 640px; }
.hero-tag { margin-bottom: 30px; }
.hero h1 { font-weight: 800; letter-spacing: -0.035em; line-height: 1.0; font-size: clamp(44px, 6.4vw, 96px); margin: 0; }
.hero h1 .l2 { display: block; }
.hero h1 em { font-style: normal; color: transparent; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; }
.hero-sub { margin: 30px 0 0; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.7; color: var(--gray); max-width: 500px; }
.hero-sub .kr { display: block; margin-top: 8px; color: var(--gray-dim); font-size: 0.92em; }
.hero-actions { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.hero-pills { display: flex; gap: 28px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; color: var(--gray-dim); flex-wrap: wrap; }
.hero-pills b { color: var(--white); font-weight: 700; }
.hero-pills .dot { color: var(--gold); }

/* Hero logo lockup (right) */
.hero-logo { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-logo .lockup { position: relative; width: min(40vh, 420px); aspect-ratio: 1/1.08; }
.hero-logo .hex { position: absolute; inset: 8%; width: 84%; height: 84%; object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.6)); animation: floaty 7s var(--ease-io) infinite; }
.hero-logo .k { position: absolute; inset: -4% -6%; width: 112%; height: 112%; object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(224,168,46,0.35)); animation: floaty 7s var(--ease-io) infinite reverse; }
.hero-logo .ring { position: absolute; inset: -6%; border: 1px solid var(--line-gold); border-radius: 50%; }
.hero-logo .ring.r2 { inset: 6%; border-style: dashed; opacity: 0.5; animation: spin 40s linear infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }

.scroll-cue { position: absolute; bottom: 30px; left: var(--gutter); z-index: 3; display: flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gray-dim); }
.scroll-cue .line { width: 46px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); position: relative; overflow: hidden; }
.scroll-cue .line::after { content: ""; position: absolute; inset: 0; width: 14px; background: var(--gold); animation: cue 2s var(--ease-io) infinite; }
@keyframes cue { 0% { transform: translateX(-14px); } 100% { transform: translateX(46px); } }

/* ───────────────────────── ABOUT ───────────────────────── */
.about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 8px; }
.biz-tile {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 26px; min-height: 210px; display: flex; flex-direction: column;
  transition: all 0.4s var(--ease); position: relative; overflow: hidden;
}
.biz-tile::after { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 0; background: var(--gold); transition: width 0.5s var(--ease); }
.biz-tile:hover { border-color: var(--line-gold); transform: translateY(-5px); background: var(--surface-2); }
.biz-tile:hover::after { width: 100%; }
.biz-tile .ico { color: var(--gold); margin-bottom: auto; }
.biz-tile .en { font-weight: 800; font-size: 19px; letter-spacing: -0.01em; margin: 24px 0 8px; }
.biz-tile .kr { font-size: 13px; line-height: 1.6; color: var(--gray-dim); margin: 0; }

.value-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.value-cell { padding: 34px 30px; border-right: 1px solid var(--line); position: relative; transition: background 0.4s var(--ease); }
.value-cell:last-child { border-right: none; }
.value-cell:hover { background: rgba(224,168,46,0.05); }
.value-cell .vnum { font-size: 11px; letter-spacing: 0.2em; color: var(--gold); font-weight: 700; }
.value-cell .ven { font-weight: 800; font-size: clamp(24px,2.4vw,34px); letter-spacing: -0.02em; margin: 14px 0 6px; }
.value-cell .vkr { font-size: 12.5px; color: var(--gray-dim); margin: 0; }

/* ───────────────────────── BUSINESS (tabs) ───────────────────────── */
.biz-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 44px; }
.biz-tab {
  display: flex; align-items: center; gap: 12px; cursor: pointer; background: transparent;
  border: 1px solid var(--line); color: var(--gray); font-family: inherit;
  padding: 14px 24px; border-radius: var(--r-pill); font-size: 14px; font-weight: 600;
  letter-spacing: 0.01em; transition: all 0.3s var(--ease);
}
.biz-tab .tnum { font-size: 11px; color: var(--gold); font-weight: 700; opacity: 0.7; }
.biz-tab:hover { border-color: var(--line-gold); color: var(--white); }
.biz-tab.active { background: var(--gold); border-color: var(--gold); color: #1a1305; }
.biz-tab.active .tnum { color: #1a1305; opacity: 0.6; }

.biz-panel { display: none; }
.biz-panel.active { display: block; animation: fadeUp 0.6s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.biz-layout { display: grid; grid-template-columns: 1fr 0.9fr; gap: 56px; align-items: start; }
.biz-detail .ptag { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.biz-detail h3 { font-weight: 800; font-size: clamp(28px,3vw,42px); letter-spacing: -0.02em; margin: 16px 0 0; }
.biz-detail .quote { margin: 24px 0 0; font-size: clamp(18px,1.6vw,22px); font-weight: 600; line-height: 1.45; color: var(--gold-light); }
.biz-detail .body { margin: 24px 0 0; font-size: 15px; line-height: 1.75; color: var(--gray); }
.biz-detail .feats { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.biz-detail .feats li { font-size: 12.5px; font-weight: 600; color: var(--white); padding: 9px 16px; border: 1px solid var(--line); border-radius: var(--r-pill); }
.biz-detail .feats li::before { content: "›"; color: var(--gold); margin-right: 7px; }

.biz-aside { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; }
.biz-stat { padding: 22px 0; border-bottom: 1px solid var(--line); }
.biz-stat:first-child { padding-top: 0; }
.biz-stat:last-child { border-bottom: none; padding-bottom: 0; }
.biz-stat .num { font-weight: 800; font-size: clamp(30px,3.2vw,44px); letter-spacing: -0.03em; line-height: 1; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.biz-stat .lbl { font-size: 12.5px; color: var(--gray-dim); margin-top: 10px; line-height: 1.5; }
.biz-visual { margin-top: 26px; }

/* on-theme PM lifecycle (replaces clashing brochure infographic) */
.pm-flow { padding: 34px 36px 38px; }
.pm-flow-head { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 30px; }
.pm-flow-head .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.pm-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.pm-steps::before { content: ""; position: absolute; top: 19px; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-deep)); opacity: 0.45; }
.pm-step { text-align: center; padding: 0 10px; position: relative; }
.pm-step .n { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); border: 1px solid var(--line-gold); color: var(--gold); font-weight: 800; font-size: 13px; position: relative; z-index: 2; transition: all 0.3s var(--ease); }
.pm-step:hover .n { background: var(--gold); color: #1a1305; transform: translateY(-3px); }
.pm-step b { display: block; font-size: 14.5px; font-weight: 700; margin-top: 18px; letter-spacing: -0.01em; }
.pm-step small { display: block; font-size: 11.5px; color: var(--gray-dim); margin-top: 7px; line-height: 1.5; }

/* business panel feature image */
.biz-feature { margin-bottom: 40px; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--ink-2); position: relative; }
.biz-feature img { width: 100%; display: block; }
.biz-feature figcaption { position: absolute; left: 0; bottom: 0; right: 0; display: flex; align-items: center; gap: 12px; padding: 14px 20px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--white); background: linear-gradient(0deg, rgba(0,0,0,0.78), transparent); }
.biz-feature figcaption .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* image placeholder */
.ph {
  position: relative; background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 12px, rgba(255,255,255,0.04) 12px 24px);
  border: 1px dashed var(--line-gold); border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--gray-faint); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  min-height: 160px;
}
.ph.light { border-color: var(--line-dark); color: #b3aa97; background:
    repeating-linear-gradient(45deg, rgba(10,10,10,0.015) 0 12px, rgba(10,10,10,0.035) 12px 24px); }

/* ───────────────────────── GLOBAL ───────────────────────── */
.globe-feature { margin: 0 0 44px; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.globe-feature img { width: 100%; display: block; }
.globe-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.globe-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 26px 30px; display: flex; flex-direction: column; min-height: 320px;
  transition: all 0.4s var(--ease); position: relative; overflow: hidden;
}
.globe-card:hover { transform: translateY(-6px); border-color: var(--line-gold); background: var(--surface-2); box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
.globe-card .flag { font-size: 34px; line-height: 1; }
.globe-card .cc { font-size: 11px; letter-spacing: 0.24em; color: var(--gold); font-weight: 700; margin-top: 22px; }
.globe-card .cname { font-weight: 800; font-size: 24px; letter-spacing: -0.01em; margin: 8px 0 0; }
.globe-card .crole { font-size: 13px; color: var(--gold-light); font-weight: 600; margin: 10px 0 0; }
.globe-card .cdesc { font-size: 13px; line-height: 1.65; color: var(--gray-dim); margin: 16px 0 0; }
.globe-card .cnum { margin-top: auto; padding-top: 22px; }
.globe-card .cnum b { font-weight: 800; font-size: 30px; letter-spacing: -0.02em; color: var(--white); font-variant-numeric: tabular-nums; }
.globe-card .cnum span { display: block; font-size: 11px; color: var(--gray-faint); margin-top: 4px; letter-spacing: 0.04em; }

/* ───────────────────────── BRANDS ───────────────────────── */
.brand-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.brand-figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--ink); position: relative; transition: all 0.4s var(--ease); }
.brand-figure:hover { transform: translateY(-5px); border-color: var(--line-gold); box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
.brand-figure .imgwrap { overflow: hidden; }
.brand-figure img { width: 100%; display: block; transition: transform 0.6s var(--ease); }
.brand-figure:hover img { transform: scale(1.03); }
.brand-figure figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-top: 1px solid var(--line); }
.brand-figure figcaption .bn { font-weight: 800; font-size: 16px; letter-spacing: -0.01em; color: var(--white); }
.brand-figure figcaption .bt { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; text-align: right; }
.brand-figure.feat { grid-column: span 2; }
.brand-figure.feat .imgwrap { max-height: 460px; display: flex; align-items: center; justify-content: center; }

/* ───────────────────────── PARTNERS ───────────────────────── */
.partner-block { margin-top: 40px; }
.partner-block + .partner-block { margin-top: 36px; }
.partner-label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 18px; display: flex; align-items: center; gap: 14px; }
.partner-label span { flex: 1; height: 1px; background: var(--line); }
.partner-logos { display: flex; flex-wrap: wrap; gap: 12px; }
.partner-chip {
  display: flex; align-items: center; justify-content: center; padding: 16px 26px;
  border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface);
  font-size: 14px; font-weight: 600; color: var(--gray); transition: all 0.3s var(--ease); min-width: 120px;
}
.partner-chip:hover { border-color: var(--line-gold); color: var(--white); background: var(--surface-2); }

/* ───────────────────────── GROWTH ───────────────────────── */
.road { position: relative; margin-top: 20px; }
.road-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.road-track::before { content: ""; position: absolute; top: 28px; left: 6%; right: 6%; height: 1px; background: linear-gradient(90deg, var(--gold), var(--gold-deep)); opacity: 0.4; }
.road-step { position: relative; }
.road-step .node { width: 56px; height: 56px; border-radius: 50%; background: var(--ink); border: 1px solid var(--line-gold); display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--gold); position: relative; z-index: 2; }
.road-step .yr { font-size: 12px; color: var(--gold); font-weight: 700; letter-spacing: 0.04em; margin: 24px 0 0; }
.road-step .stitle { font-weight: 800; font-size: 19px; letter-spacing: -0.01em; margin: 8px 0 0; }
.road-step .sdesc { font-size: 13px; line-height: 1.6; color: var(--gray-dim); margin: 12px 0 0; }

.goal-band { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 48px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); }
.goal { text-align: left; }
.goal b { display: block; font-weight: 800; font-size: clamp(34px,3.6vw,50px); letter-spacing: -0.03em; line-height: 1; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.goal span { display: block; font-size: 13px; color: var(--gray-dim); margin-top: 12px; line-height: 1.5; }
.vision-line { margin-top: 56px; text-align: center; font-weight: 800; font-size: clamp(22px,3vw,40px); letter-spacing: -0.02em; line-height: 1.3; }
.vision-line em { font-style: normal; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ───────────────────────── CONTACT ───────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-lead h2 { font-weight: 800; font-size: clamp(34px,4.4vw,64px); letter-spacing: -0.03em; line-height: 1.05; margin: 22px 0 0; }
.contact-lead h2 em { font-style: normal; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.contact-lead .kr { margin: 24px 0 0; font-size: 17px; line-height: 1.7; color: var(--gray); }
.contact-info { margin: 44px 0 0; display: flex; flex-direction: column; gap: 0; }
.contact-info .row { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); align-items: baseline; }
.contact-info .row:last-child { border-bottom: 1px solid var(--line); }
.contact-info dt { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.contact-info dd { margin: 0; font-size: 15px; color: var(--white); }
.contact-info dd .muted { color: var(--gray-faint); font-size: 12px; }

.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 40px; }
.form .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .field { margin-bottom: 18px; }
.form label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--gray); margin-bottom: 9px; }
.form input, .form textarea {
  width: 100%; font-family: inherit; font-size: 14px; color: var(--white);
  background: var(--black); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 14px 16px; transition: all 0.25s var(--ease);
}
.form input::placeholder, .form textarea::placeholder { color: var(--gray-faint); }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(224,168,46,0.14); }
.form textarea { resize: vertical; min-height: 120px; }
.form .submit { width: 100%; margin-top: 6px; justify-content: center; }
.form .note { margin: 16px 0 0; font-size: 11.5px; color: var(--gray-faint); text-align: center; }
.form .ok { display: none; text-align: center; color: var(--gold); font-weight: 700; padding: 14px; }
.form.sent .ok { display: block; }

/* ───────────────────────── FOOTER ───────────────────────── */
.footer { background: var(--black); border-top: 1px solid var(--line); padding: 70px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.footer-brand .lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.footer-brand .mark { width: 38px; height: 42px; position: relative; }
.footer-brand .mark img.hex { width: 100%; height: 100%; object-fit: contain; }
.footer-brand .mark img.k { position: absolute; inset: -7px -9px; width: calc(100% + 18px); height: calc(100% + 14px); object-fit: contain; }
.footer-brand .wname b { font-weight: 800; font-size: 19px; display: block; letter-spacing: -0.01em; }
.footer-brand .wname small { font-size: 9px; letter-spacing: 0.3em; color: var(--gold); }
.footer-brand p { font-size: 14px; line-height: 1.7; color: var(--gray-dim); max-width: 340px; }
.footer-col h5 { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin: 0 0 18px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14px; color: var(--gray); transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; gap: 20px; flex-wrap: wrap; }
.footer-bottom small { font-size: 12px; color: var(--gray-faint); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--gray); transition: all 0.3s var(--ease); }
.footer-social a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.footer-wordmark { font-weight: 800; font-size: clamp(40px, 11vw, 150px); letter-spacing: -0.04em; line-height: 0.9; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.07); text-align: center; margin: 50px 0 0; user-select: none; }

/* ───────────────────────── RESPONSIVE ───────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-logo { display: none; }
  .biz-layout { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid, .globe-grid { grid-template-columns: repeat(2, 1fr); }
  .road-track { grid-template-columns: repeat(2, 1fr); }
  .road-track::before { display: none; }
  .goal-band { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .brand-showcase { grid-template-columns: 1fr; }
  .brand-figure.feat { grid-column: span 1; }
}
@media (max-width: 680px) {
  :root { --gutter: 22px; }
  .nav { padding: 16px var(--gutter); }
  .nav.scrolled { padding: 12px var(--gutter); }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-brand .wordmark small { display: none; }
  .nav-cta .btn { display: none; }
  .value-row { grid-template-columns: 1fr 1fr; }
  .value-cell:nth-child(2) { border-right: none; }
  .value-cell:nth-child(1), .value-cell:nth-child(2) { border-bottom: 1px solid var(--line); }
  .about-grid, .globe-grid, .form .frow, .goal-band, .footer-top { grid-template-columns: 1fr; }
  .pm-steps { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .pm-steps::before { display: none; }
  .brand-figure figcaption { flex-direction: column; align-items: flex-start; gap: 6px; }
  .brand-figure figcaption .bt { text-align: left; }
  .hero-pills { gap: 16px; }
}
