/* Famousguys Production site — shared styles, built on the design system tokens */
/* =========================================================================
   Famousguys Design System — Colors & Type (inlined)
   ========================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&family=JetBrains+Mono:wght@400;500;700&family=M+PLUS+1p:wght@400;500;700;800&display=swap");

:root {
  --bg-deep:        #1f1633;
  --bg-deeper:      #150f23;
  --bg-border:      #362d59;
  --purple-500:     #6a5fc1;
  --purple-400:     #79628c;
  --purple-700:     #422082;
  --purple-800:     #584674;
  --purple-300:     #362d59;
  --accent-lime:    #c2ef4e;
  --accent-coral:   #ffb287;
  --accent-pink:    #fa7faa;
  --accent-yellow:  #dcdcaa;
  --fg-1:           #ffffff;
  --fg-2:           #e5e7eb;
  --fg-dark:        #1f1633;
  --fg-muted-dark:  #584674;
  --surface-glass-light:  rgba(255, 255, 255, 0.18);
  --surface-glass-dark:   rgba(54, 22, 107, 0.14);
  --surface-input:        #ffffff;
  --surface-input-border: #cfcfdb;
  --shadow-inset:    inset 0 1px 3px 0 rgba(0, 0, 0, 0.10);
  --shadow-1:        0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-2:        0 10px 15px -3px rgba(0, 0, 0, 0.10);
  --shadow-3:        0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
  --shadow-ambient:  0 4px 4px 9px rgba(22, 15, 36, 0.90);
  --shadow-input-focus: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 13px;
  --radius-pill: 18px;
  --font-display: "Space Grotesk", "M PLUS 1p", -apple-system, system-ui, sans-serif;
  --font-ui:      "Rubik", "M PLUS 1p", -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-ja:      "M PLUS 1p", sans-serif;
  --font-mono:    "JetBrains Mono", "Monaco", "Menlo", "Ubuntu Mono", monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg-deep); color: var(--fg-1); font-family: var(--font-ui); }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }

/* --------- CJK FONT OVERRIDE --------- */
@font-face {
  font-family: "Space Grotesk";
  src: local("M PLUS 1p");
  unicode-range: U+3000-9FFF, U+F900-FAFF, U+20000-2A6DF;
}
:lang(ja), :lang(ko),
.nav-links a,
.site-nav,
.btn {
  font-family: "Rubik", "M PLUS 1p", sans-serif;
}

/* --------- NAV --------- */
.site-nav {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; gap: 32px;
  padding: 18px 4rem;
  background: rgba(21, 15, 35, 0.75);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid var(--bg-border);
}
.site-brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 20px; color: #fff; letter-spacing: -0.01em; }
.site-brand .ko { font-family: var(--font-ui); font-size: 11px; color: var(--fg-2); font-weight: 500; margin-left: 4px; letter-spacing: 0.25px; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; margin-left: 8px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--fg-1); transition: color 160ms ease; padding: 6px 0; }
.nav-links a:hover { color: var(--purple-500); }
.nav-links a.active { color: var(--accent-lime); }
.nav-right { margin-left: auto; display: flex; gap: 12px; align-items: center; }

/* --------- BUTTONS --------- */
.btn { font-family: var(--font-ui); font-weight: 700; font-size: 14px; letter-spacing: 0.2px; text-transform: uppercase; border: 0; cursor: pointer; transition: all 160ms ease; display: inline-flex; align-items: center; gap: 8px; }
.btn-muted { background: var(--purple-400); color: #fff; border: 1px solid var(--purple-800); border-radius: 13px; padding: 10px 18px; box-shadow: var(--shadow-inset); }
.btn-muted:hover { box-shadow: var(--shadow-3); }
.btn-white { background: #fff; color: var(--fg-dark); border-radius: 8px; padding: 12px 18px; }
.btn-white:hover { background: var(--purple-500); color: #fff; }
.btn-glass { background: rgba(255,255,255,0.12); color: #fff; backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%); border-radius: 12px; padding: 12px 18px; border: 1px solid rgba(255,255,255,0.1); }
.btn-glass:hover { background: rgba(54,22,107,0.5); }
.btn-lime { background: var(--accent-lime); color: var(--fg-dark); border-radius: 8px; padding: 12px 18px; }
.btn-lime:hover { filter: brightness(0.92); }

/* --------- CONTAINER / SECTION --------- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 4rem; }
section { padding: 96px 0; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.25px; color: var(--accent-lime); text-transform: uppercase; margin-bottom: 14px; }
.section-title { font-family: var(--font-display); font-weight: 700; font-size: 56px; line-height: 1.1; letter-spacing: -0.02em; color: #fff; margin: 0 0 18px; }
.section-title--ui { font-family: var(--font-ui); font-weight: 500; font-size: 40px; line-height: 1.15; letter-spacing: -0.01em; }
.section-sub { font-size: 16px; line-height: 1.6; color: var(--fg-2); max-width: 620px; margin: 0 0 48px; }

/* --------- FOOTER --------- */
.site-footer { padding: 64px 4rem 32px; background: var(--bg-deeper); border-top: 1px solid var(--bg-border); }
.footer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 48px; }
.footer-brand p { margin-top: 14px; font-size: 13px; color: var(--fg-2); line-height: 1.7; max-width: 320px; }
.footer-col ul { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: var(--fg-1); }
.footer-col a:hover { color: var(--purple-500); }
.footer-bot { max-width: 1280px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid var(--bg-border); display: flex; justify-content: space-between; font-size: 12px; color: var(--fg-2); }

/* --------- CARD PRIMITIVES --------- */
.card-dark { background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; padding: 24px; box-shadow: var(--shadow-2); }
.card-glass { background: rgba(255,255,255,0.05); backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 24px; }

/* --------- HOME: HERO --------- */
.home-hero { padding: 72px 0 48px; background: radial-gradient(circle at 50% 10%, #362d59 0%, #1f1633 55%, #150f23 100%); text-align: center; }
.home-hero-badge { display: inline-block; padding: 6px 14px; border-radius: 18px; background: rgba(255,255,255,0.08); border: 1px solid var(--bg-border); font-size: 11px; font-weight: 600; letter-spacing: 0.25px; color: var(--accent-lime); margin-bottom: 20px; }
.home-hero h1 { font-family: "M PLUS 1p", "Space Grotesk", sans-serif; font-weight: 800; font-size: 96px; line-height: 1.05; letter-spacing: -0.03em; color: #fff; margin: 0 0 20px; }
.home-hero h1 {
  font-family: "M PLUS 1p", "Space Grotesk", sans-serif;
}
.home-hero h1 .lime { color: var(--accent-lime); }
.home-hero p.lead { font-size: 18px; line-height: 1.6; color: var(--fg-2); max-width: 620px; margin: 0 auto 32px; }
.home-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Featured showcase window (homepage signature) */
.showcase {
  max-width: 1152px; margin: 64px auto 0;
  background: #150f23; border: 1px solid var(--bg-border);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 4px 9px rgba(22,15,36,0.9), 0 30px 60px rgba(0,0,0,0.4);
}
.showcase-head { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: #1f1633; border-bottom: 1px solid var(--bg-border); }
.showcase-head .dot { width: 10px; height: 10px; border-radius: 50%; }
.showcase-head .dot:nth-child(1) { background: #fa7faa; }
.showcase-head .dot:nth-child(2) { background: #ffb287; }
.showcase-head .dot:nth-child(3) { background: #c2ef4e; }
.showcase-head .title { margin-left: 12px; font-family: var(--font-mono); font-size: 12px; color: var(--fg-2); }

/* Metrics row on home */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 48px 0; }
.metric { text-align: left; padding: 28px; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; }
.metric .num { font-family: var(--font-display); font-weight: 700; font-size: 52px; color: #fff; letter-spacing: -0.02em; line-height: 1; }
.metric .lbl { margin-top: 10px; font-size: 12px; font-weight: 600; letter-spacing: 0.25px; text-transform: uppercase; color: var(--fg-2); }

/* Service grid on home */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service { padding: 28px; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; box-shadow: var(--shadow-2); }
.service h3 { font-family: var(--font-ui); font-weight: 600; font-size: 22px; color: #fff; margin: 12px 0 10px; }
.service p { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0; }
.service .icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: var(--purple-700); color: var(--accent-lime); }

/* --------- PORTFOLIO: TABS + GRID --------- */
.filter-bar { display: flex; gap: 10px; align-items: center; margin-bottom: 32px; flex-wrap: wrap; }
.chip { font-family: var(--font-ui); font-size: 12px; font-weight: 600; letter-spacing: 0.25px; text-transform: uppercase; padding: 8px 14px; border-radius: 18px; border: 1px solid var(--bg-border); background: transparent; color: var(--fg-1); cursor: pointer; transition: all 160ms ease; }
.chip:hover { border-color: var(--purple-500); }
.chip.active { background: var(--accent-lime); color: var(--fg-dark); border-color: var(--accent-lime); }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-grid.shorts { grid-template-columns: repeat(5, 1fr); gap: 14px; }

.video-card { position: relative; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; text-align: left; display: flex; flex-direction: column; }
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-3); border-color: var(--purple-500); }
.video-thumb { position: relative; aspect-ratio: 16 / 9; background: #0a0614 center / cover no-repeat; }
.video-card.short .video-thumb { aspect-ratio: 9 / 16; }
.video-thumb .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 160ms ease; background: rgba(21,15,35,0.4); }
.video-card:hover .video-thumb .play { opacity: 1; }
.video-thumb .play svg { width: 54px; height: 54px; fill: var(--accent-lime); filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6)); }
.video-thumb .duration { position: absolute; bottom: 10px; right: 10px; padding: 3px 8px; border-radius: 4px; background: rgba(0,0,0,0.75); color: #fff; font-family: var(--font-mono); font-size: 11px; font-weight: 500; }
.video-thumb .tag { position: absolute; top: 10px; left: 10px; padding: 3px 8px; border-radius: 4px; background: var(--accent-lime); color: var(--fg-dark); font-size: 10px; font-weight: 700; letter-spacing: 0.25px; text-transform: uppercase; }
.video-meta { padding: 14px 16px 18px; }
.video-meta .cat { font-size: 10px; font-weight: 600; letter-spacing: 0.25px; color: var(--accent-lime); text-transform: uppercase; margin-bottom: 6px; }
.video-meta .ttl { font-family: var(--font-ui); font-weight: 600; font-size: 16px; color: #fff; line-height: 1.3; margin: 0 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.video-meta .sub { font-size: 12px; color: var(--fg-2); display: flex; gap: 10px; align-items: center; }

/* --------- PROCESS --------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { position: relative; padding: 28px 22px; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; display: flex; flex-direction: column; gap: 12px; }
.step .num { font-family: var(--font-display); font-weight: 700; font-size: 32px; color: var(--purple-500); letter-spacing: -0.02em; line-height: 1; }
.step h4 { font-family: var(--font-ui); font-weight: 600; font-size: 18px; color: #fff; margin: 0; }
.step p { font-size: 13px; line-height: 1.55; color: var(--fg-2); margin: 0; }

/* Process timeline (alternating) */
.timeline { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.tl-item { display: grid; grid-template-columns: 80px 1fr; gap: 20px; align-items: start; padding: 24px; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; }
.tl-item .tl-num { font-family: var(--font-display); font-weight: 700; font-size: 44px; color: var(--accent-lime); letter-spacing: -0.02em; line-height: 1; }
.tl-item h4 { font-family: var(--font-ui); font-weight: 600; font-size: 20px; color: #fff; margin: 0 0 8px; }
.tl-item p { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0; }
.tl-item .meta { margin-top: 10px; font-family: var(--font-mono); font-size: 11px; color: var(--purple-500); text-transform: uppercase; letter-spacing: 0.2px; }

/* --------- PRICING --------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tier { position: relative; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; padding: 32px 28px; display: flex; flex-direction: column; }
.tier.popular { border-color: var(--accent-lime); box-shadow: 0 0 0 2px rgba(194,239,78,0.15), var(--shadow-2); }
.tier .pop-badge { position: absolute; top: -11px; left: 24px; background: var(--accent-lime); color: var(--fg-dark); padding: 4px 10px; border-radius: 18px; font-size: 10px; font-weight: 700; letter-spacing: 0.25px; }
.tier .t-name { font-size: 11px; font-weight: 600; letter-spacing: 0.25px; color: var(--fg-2); text-transform: uppercase; margin-bottom: 12px; }
.tier .t-price { font-family: var(--font-display); font-weight: 700; font-size: 44px; color: #fff; line-height: 1; letter-spacing: -0.02em; }
.tier .t-price .unit { font-family: var(--font-ui); font-size: 14px; font-weight: 500; color: var(--fg-2); margin-left: 4px; }
.tier .t-sub { font-size: 13px; color: var(--fg-2); margin: 8px 0 20px; }
.tier ul { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.tier li { padding-left: 22px; position: relative; font-size: 14px; color: #fff; line-height: 1.4; }
.tier li::before { content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: var(--purple-500); }
.tier.popular li::before { background: var(--accent-lime); }

.add-ons { margin-top: 64px; padding: 32px; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; }
.add-ons h3 { font-family: var(--font-ui); font-weight: 500; font-size: 22px; color: #fff; margin: 0 0 20px; }
.add-ons-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; }
.add-on-row { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed var(--bg-border); font-size: 14px; }
.add-on-row span:first-child { color: #fff; }
.add-on-row span:last-child { color: var(--accent-lime); font-family: var(--font-mono); font-weight: 500; }

/* --------- ABOUT --------- */
.about-hero { background: radial-gradient(circle at 30% 20%, #362d59 0%, #1f1633 55%, #150f23 100%); padding: 96px 0; }
.about-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.about-split h2 { font-family: var(--font-ui); font-weight: 500; font-size: 36px; line-height: 1.2; color: #fff; margin: 0 0 20px; letter-spacing: -0.01em; }
.about-split p { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 0 0 14px; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.value { padding: 24px; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; }
.value .k { font-family: var(--font-display); font-weight: 700; font-size: 32px; color: var(--accent-lime); letter-spacing: -0.02em; line-height: 1; margin-bottom: 10px; }
.value h4 { font-family: var(--font-ui); font-weight: 600; font-size: 18px; color: #fff; margin: 0 0 8px; }
.value p { font-size: 13px; line-height: 1.6; color: var(--fg-2); margin: 0; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.member { padding: 24px; background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; text-align: center; }
.member .avatar { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 14px; background: linear-gradient(135deg, var(--purple-500), var(--purple-700)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 28px; color: #fff; }
.member .name { font-weight: 600; font-size: 16px; color: #fff; }
.member .role { font-size: 12px; font-weight: 600; color: var(--accent-lime); letter-spacing: 0.25px; text-transform: uppercase; margin-top: 4px; }
.member .bio { font-size: 12px; line-height: 1.5; color: var(--fg-2); margin-top: 10px; }

/* --------- CONTACT --------- */
.contact-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.contact-info h3 { font-family: var(--font-ui); font-weight: 600; font-size: 20px; color: #fff; margin: 0 0 10px; }
.contact-info .info-row { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--bg-border); align-items: center; }
.contact-info .info-row .icn { width: 36px; height: 36px; border-radius: 8px; background: var(--purple-700); color: var(--accent-lime); display: flex; align-items: center; justify-content: center; flex: 0 0 36px; }
.contact-info .info-row .k { font-size: 10px; font-weight: 600; letter-spacing: 0.25px; text-transform: uppercase; color: var(--fg-2); }
.contact-info .info-row .v { font-size: 15px; color: #fff; }

.contact-form { background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; padding: 32px; box-shadow: var(--shadow-2); }
.contact-form h3 { font-family: var(--font-display); font-weight: 700; font-size: 28px; color: #fff; margin: 0 0 8px; letter-spacing: -0.01em; }
.contact-form p.hint { font-size: 13px; color: var(--fg-2); margin: 0 0 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 10px; font-weight: 600; letter-spacing: 0.25px; text-transform: uppercase; color: var(--fg-2); }
.field input, .field textarea, .field select { width: 100%; padding: 10px 14px; border-radius: 6px; border: 1px solid var(--surface-input-border); background: #fff; color: var(--fg-dark); font-family: var(--font-ui); font-size: 15px; outline: none; }
.field input:focus, .field textarea:focus { box-shadow: var(--shadow-input-focus); }
.field textarea { min-height: 120px; resize: vertical; }
.budget-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.budget-chip { padding: 8px 14px; border-radius: 18px; border: 1px solid var(--bg-border); background: transparent; color: var(--fg-1); font-size: 12px; font-weight: 600; letter-spacing: 0.2px; text-transform: uppercase; cursor: pointer; }
.budget-chip.active { background: var(--accent-lime); color: var(--fg-dark); border-color: var(--accent-lime); }

/* --------- FAQ (Sentry-ish card grid) --------- */
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.faq-card { background: var(--bg-deeper); border: 1px solid var(--bg-border); border-radius: 12px; padding: 22px; min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; transition: all 160ms ease; }
.faq-card:hover { border-color: var(--purple-500); }
.faq-card.highlight { background: #fff; color: var(--fg-dark); border-color: #fff; }
.faq-card .cat { font-size: 10px; font-weight: 600; letter-spacing: 0.25px; text-transform: uppercase; color: var(--fg-2); }
.faq-card.highlight .cat { color: var(--fg-muted-dark); }
.faq-card .q { font-family: var(--font-ui); font-weight: 600; font-size: 16px; line-height: 1.35; color: #fff; margin-top: 28px; }
.faq-card.highlight .q { color: var(--fg-dark); }
.faq-card.highlight .a { font-size: 13px; line-height: 1.55; color: var(--fg-dark); margin-top: 8px; }

/* --------- Video modal --------- */
.modal-backdrop { position: fixed; inset: 0; background: rgba(10,6,20,0.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal-video { width: 100%; max-width: 960px; background: #000; border-radius: 14px; overflow: hidden; position: relative; box-shadow: var(--shadow-3); }
.modal-video.short { max-width: 380px; aspect-ratio: 9/16; }
.modal-video iframe { width: 100%; aspect-ratio: 16/9; border: 0; display: block; }
.modal-video.short iframe { height: 100%; aspect-ratio: auto; }
.modal-close { position: absolute; top: -44px; right: 0; background: transparent; border: 0; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.2px; text-transform: uppercase; cursor: pointer; }

/* --------- RESPONSIVE --------- */
@media (max-width: 1080px) {
  .services, .steps, .metrics, .tiers, .video-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid.shorts { grid-template-columns: repeat(3, 1fr); }
  .team-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .about-split, .contact-split { grid-template-columns: 1fr; gap: 32px; }
  .home-hero h1 { font-size: 64px; }
  .section-title { font-size: 40px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

/* --------- HAMBURGER / MOBILE NAV --------- */
.nav-hamburger {
  display: none;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: background 160ms ease;
}
.nav-hamburger:hover { background: rgba(255,255,255,0.1); }

.nav-mobile-menu {
  width: 100%;
  flex-direction: column;
  padding: 8px 0 16px;
  border-top: 1px solid var(--bg-border);
  margin-top: 12px;
}
.nav-mobile-link {
  font-family: "Rubik", "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--fg-1);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 160ms ease;
  display: block;
}
.nav-mobile-link:last-child { border-bottom: none; }
.nav-mobile-link:hover { color: var(--accent-lime); }
.nav-mobile-link.active { color: var(--accent-lime); }

@media (max-width: 640px) {
  .site-nav { padding: 14px 1.5rem; flex-wrap: wrap; }
  .container { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 64px 0; }
  .metrics, .services, .tiers, .video-grid, .video-grid.shorts, .team-grid, .faq-grid, .steps, .about-values { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: 44px; }
  .section-title { font-size: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }

  /* 페이지별 대형 h1 모바일 축소 */
  .about-hero h1,
  .about-hero [style*="font-size:72"],
  .about-hero [style*="font-size: 72"] { font-size: 36px !important; line-height: 1.15 !important; }

  section h1.section-title { font-size: 32px !important; line-height: 1.2 !important; }
  section [style*="font-size:72"],
  section [style*="font-size: 72"] { font-size: 36px !important; line-height: 1.2 !important; }
  section [style*="font-size:96"],
  section [style*="font-size: 96"] { font-size: 40px !important; line-height: 1.1 !important; }
}
