:root {
  --ink: #0b0b0d;
  --ink-soft: #17171b;
  --paper: #f4f0e8;
  --paper-bright: #fcfbf8;
  --muted: #716f6b;
  --muted-dark: #aaa9a5;
  --line: #d8d2c8;
  --white-line: rgba(255, 255, 255, 0.14);
  --orange: #f27a42;
  --orange-light: #ffb26d;
  --green: #8bd66b;
  --blue: #71c8e7;
  --yellow: #f7ce67;
  --max-width: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-bright);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 14px; color: var(--ink); background: var(--orange-light); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 5; width: 100%; color: #fff; }
.header-inner { display: flex; align-items: center; min-height: 82px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 750; letter-spacing: -0.04em; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; color: var(--ink); background: var(--orange-light); font-size: 17px; font-weight: 850; line-height: 1; transform: rotate(-8deg); }
.brand-accent { color: var(--orange-light); }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: rgba(255, 255, 255, .68); font-size: 13px; font-weight: 650; }
.site-nav a, .footer-links a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.header-cta { margin-left: 10px; }
.nav-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; font-size: 13px; font-weight: 750; letter-spacing: -0.01em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--orange-light); }
.button-primary:hover, .button-primary:focus-visible { background: #ffc487; }
.button-light { color: var(--ink); background: var(--paper-bright); }
.button-light:hover, .button-light:focus-visible { background: var(--orange-light); }
.button-outline { border-color: rgba(255, 255, 255, .36); color: #fff; }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--orange-light); color: var(--orange-light); }
.button-small { min-height: 40px; padding: 0 15px; font-size: 12px; }
.button-row { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .76); font-size: 13px; font-weight: 700; }
.text-link:hover, .text-link:focus-visible { color: var(--orange-light); }
.text-link-dark { color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 155px 0 108px; color: #fff; background: var(--ink); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000 0, transparent 77%); }
.hero::after { position: absolute; right: -10%; bottom: -50%; width: 650px; height: 650px; content: ""; background: radial-gradient(circle, rgba(242,122,66,.25), transparent 66%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .91fr) minmax(440px, 1.09fr); align-items: center; gap: 68px; }
.hero-copy { max-width: 570px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--muted-dark); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; background: var(--orange); transform: rotate(45deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.065em; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(48px, 6.1vw, 83px); font-weight: 780; line-height: .98; }
h1 em, h2 em { color: var(--orange-light); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; letter-spacing: -0.075em; }
.hero-intro { max-width: 480px; margin-bottom: 0; color: rgba(255, 255, 255, .66); font-size: 17px; line-height: 1.65; }
.hero-proof { display: flex; gap: 0; margin-top: 72px; border-top: 1px solid var(--white-line); padding-top: 19px; }
.hero-proof > div { display: flex; align-items: center; gap: 12px; min-width: 145px; padding-right: 20px; color: var(--muted-dark); font-size: 10px; line-height: 1.35; }
.hero-proof > div + div { padding-left: 20px; border-left: 1px solid var(--white-line); }
.hero-proof strong { color: #fff; font-size: 23px; font-weight: 800; letter-spacing: -.07em; }
.hero-proof strong span { color: var(--orange-light); }
.hero-visual { position: relative; margin: 0; }
.hero-image-wrap { position: relative; height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #1c2b32; }
.hero-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(11,11,13,.1), transparent 55%, rgba(11,11,13,.55)); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.image-label { position: absolute; z-index: 1; color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.image-label-top { top: 19px; left: 19px; }
.image-label-bottom { right: 20px; bottom: 19px; color: rgba(255,255,255,.72); }
.hero-visual figcaption { margin-top: 13px; color: var(--muted-dark); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-signal { position: absolute; z-index: 0; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.1); transform: rotate(45deg); }
.signal-one { top: 122px; left: 39%; }
.signal-two { right: -80px; bottom: 110px; width: 220px; height: 220px; border-color: rgba(242,122,66,.32); }

.credibility-bar { background: var(--orange-light); }
.credibility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 30px; }
.credibility-inner p { margin: 0; font-size: 12px; font-weight: 750; letter-spacing: -.02em; }
.credibility-items { display: flex; align-items: center; gap: 28px; color: rgba(11,11,13,.7); font-size: 11px; font-weight: 700; }
.credibility-items span { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.credibility-items span::before { width: 5px; height: 5px; content: ""; background: var(--ink); }

.section { padding: 145px 0; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.section-heading h2, .themes-intro h2, .timeline-grid h2 { margin-bottom: 28px; font-size: clamp(43px, 5vw, 66px); font-weight: 760; line-height: .98; }
.section-heading h2 em, .themes-intro h2 em, .timeline-grid h2 em { color: var(--orange); }
.section-lead { max-width: 390px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.about-content { display: grid; grid-template-columns: minmax(200px, .8fr) 1fr; align-items: end; gap: 42px; }
.portrait-frame { position: relative; }
.portrait-frame img { width: 100%; height: 390px; object-fit: cover; object-position: center top; filter: grayscale(18%); }
.portrait-frame::after { position: absolute; right: -13px; bottom: -13px; width: 88px; height: 88px; content: ""; border-right: 1px solid var(--orange); border-bottom: 1px solid var(--orange); }
.portrait-note { position: absolute; bottom: 13px; left: 13px; color: #fff; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.about-copy { padding-bottom: 9px; }
.about-copy p { color: #4f4c48; line-height: 1.7; }
.about-copy p + p { margin-top: 23px; }
.signature { margin-top: 36px; color: var(--orange); font-family: Georgia, serif; font-size: 49px; font-style: italic; line-height: 1; }
.signature span { color: var(--ink); }

.dark-section { color: #fff; background: var(--ink); }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 64px; }
.section-topline h2 { margin: 0; font-size: clamp(43px, 5vw, 67px); font-weight: 760; line-height: .98; }
.section-topline h2 em { color: var(--orange-light); }
.section-side-copy { max-width: 220px; margin: 0 2% 6px 0; color: var(--muted-dark); font-size: 13px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.service-card { position: relative; min-height: 385px; padding: 31px 30px 29px; border-right: 1px solid var(--white-line); }
.service-card:first-child { border-left: 1px solid var(--white-line); }
.service-card-featured { background: linear-gradient(145deg, rgba(242,122,66,.18), transparent 64%); }
.card-number { color: var(--muted-dark); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.service-icon { margin: 58px 0 26px; color: var(--orange-light); font-size: 31px; line-height: 1; }
.service-card h3 { margin-bottom: 15px; font-size: 27px; font-weight: 700; }
.service-card p { max-width: 280px; margin-bottom: 30px; color: var(--muted-dark); font-size: 13px; line-height: 1.65; }
.card-link { position: absolute; bottom: 29px; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 11px; font-weight: 750; }
.card-link span { color: var(--orange-light); transition: transform .2s ease; }
.card-link:hover span, .card-link:focus-visible span { transform: translateX(4px); }

.themes { background: var(--paper-bright); }
.themes-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.topic-list { border-top: 1px solid var(--line); }
.topic-item { display: grid; grid-template-columns: 45px 1fr 24px; align-items: center; min-height: 79px; gap: 18px; border-bottom: 1px solid var(--line); color: var(--muted); transition: padding .2s ease, color .2s ease; }
.topic-item span:first-child { color: var(--orange); font-size: 10px; font-weight: 800; }
.topic-item strong { color: var(--ink); font-size: clamp(18px, 2vw, 25px); font-weight: 650; letter-spacing: -.05em; }
.topic-item span:last-child { color: var(--muted); text-align: right; transition: transform .2s ease, color .2s ease; }
.topic-item:hover, .topic-item:focus-visible { padding-left: 9px; color: var(--orange); }
.topic-item:hover span:last-child, .topic-item:focus-visible span:last-child { color: var(--orange); transform: translateX(4px); }

.visual-proof { padding-top: 35px; background: var(--paper); }
.visual-proof-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.stage-photo { margin: 0; }
.stage-photo img { width: 100%; height: 500px; object-fit: cover; object-position: 45% center; }
.stage-photo figcaption { margin-top: 11px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.visual-proof-copy blockquote { max-width: 500px; margin: 0 0 29px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 51px); font-style: italic; letter-spacing: -.06em; line-height: .99; }
.visual-proof-copy > p:not(.eyebrow) { max-width: 420px; color: var(--muted); line-height: 1.7; }
.proof-tags { display: flex; gap: 8px; margin-top: 32px; }
.proof-tags span { padding: 8px 11px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.timeline-section { background: var(--paper-bright); }
.timeline-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 105px; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.timeline-year { color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.timeline-item h3 { margin: 0 0 7px; font-size: 24px; font-weight: 700; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-section { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.contact-section::before { position: absolute; top: -210px; right: -120px; width: 480px; height: 480px; content: ""; border: 1px solid rgba(242,122,66,.35); transform: rotate(45deg); }
.contact-section::after { position: absolute; right: 7%; bottom: -90px; width: 250px; height: 250px; content: ""; border: 1px solid rgba(113,200,231,.28); transform: rotate(45deg); }
.contact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; padding-top: 112px; padding-bottom: 112px; }
.contact-inner h2 { margin: 0; font-size: clamp(44px, 5.2vw, 71px); line-height: .96; }
.contact-inner h2 em { color: var(--orange-light); }
.contact-action { max-width: 330px; }
.contact-action p { margin-bottom: 27px; color: var(--muted-dark); font-size: 14px; line-height: 1.65; }
.contact-action small { display: block; margin-top: 14px; color: var(--muted-dark); font-size: 10px; }
.contact-links { display: grid; gap: 9px; margin: 21px 0 16px; }
.contact-link { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--white-line); color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; transition: color .2s ease, padding .2s ease; }
.contact-link:hover, .contact-link:focus-visible { padding-left: 8px; color: var(--orange-light); }
.hub-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 18px 0 0; border-top: 1px solid var(--white-line); color: var(--muted-dark); font-size: 12px; }
.hub-note p { margin: 0; }
.hub-note p span { color: var(--yellow); font-weight: 800; }

.site-footer { color: rgba(255,255,255,.62); background: var(--ink-soft); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 30px; font-size: 11px; }
.footer-inner .brand { color: #fff; }
.footer-inner .brand-mark { color: var(--ink); }
.footer-inner p { margin: 0; }
.footer-links { display: flex; align-items: center; gap: 20px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--orange-light); }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--max-width)); }
  .site-header { background: rgba(11,11,13,.85); }
  .header-inner { min-height: 70px; }
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 38px; height: 38px; margin-left: auto; border: 0; color: #fff; background: transparent; cursor: pointer; }
  .nav-toggle > span:not(.sr-only) { display: block; width: 21px; height: 1px; background: currentColor; }
  .site-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px; border: 1px solid var(--white-line); background: var(--ink-soft); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 128px 0 82px; }
  .hero-grid, .about-grid, .themes-grid, .visual-proof-grid, .timeline-grid, .contact-inner { grid-template-columns: 1fr; gap: 52px; }
  .hero-grid { gap: 60px; }
  .hero-visual { max-width: 650px; }
  .hero-image-wrap { height: min(560px, 68vw); }
  .hero-proof { margin-top: 52px; }
  .credibility-inner { align-items: flex-start; flex-direction: column; padding: 24px 0; gap: 12px; }
  .credibility-items { flex-wrap: wrap; gap: 10px 20px; }
  .section { padding: 100px 0; }
  .about-grid, .themes-grid, .timeline-grid, .contact-inner { gap: 58px; }
  .about-content { max-width: 700px; }
  .section-topline { align-items: flex-start; flex-direction: column; gap: 23px; margin-bottom: 45px; }
  .section-side-copy { margin: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { min-height: 330px; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
  .service-card:last-child { border-bottom: 0; }
  .service-icon { margin-top: 38px; }
  .visual-proof { padding-top: 0; }
  .stage-photo img { height: min(500px, 68vw); }
  .contact-inner { align-items: start; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 30px), var(--max-width)); }
  .hero { padding-top: 113px; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(45px, 13vw, 65px); }
  .hero-intro { font-size: 15px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .hero-proof { gap: 9px; margin-top: 42px; }
  .hero-proof > div { display: block; min-width: 0; padding-right: 9px; font-size: 9px; }
  .hero-proof > div + div { padding-left: 9px; }
  .hero-proof strong { display: block; margin-bottom: 6px; font-size: 21px; }
  .hero-image-wrap { height: 113vw; max-height: 500px; }
  .hero-image-wrap img { object-position: 57% center; }
  .section { padding: 78px 0; }
  .section-heading h2, .themes-intro h2, .timeline-grid h2, .section-topline h2 { font-size: 45px; }
  .about-content { grid-template-columns: 1fr; gap: 35px; }
  .portrait-frame img { height: 380px; }
  .section-topline { margin-bottom: 36px; }
  .service-card { padding-right: 22px; padding-left: 22px; }
  .topic-item { grid-template-columns: 30px 1fr 20px; gap: 11px; }
  .topic-item strong { font-size: 18px; }
  .stage-photo img { height: 108vw; max-height: 500px; }
  .visual-proof-copy blockquote { font-size: 40px; }
  .timeline-item { grid-template-columns: 55px 1fr; gap: 14px; }
  .timeline-item h3 { font-size: 21px; }
  .contact-inner { padding-top: 82px; padding-bottom: 82px; }
  .contact-inner h2 { font-size: 45px; }
  .hub-note { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 0; gap: 19px; }
  .footer-links { flex-wrap: wrap; gap: 12px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
