:root {
  --ink: #151a2d;
  --ink-2: #252c49;
  --paper: #f7f2e8;
  --cream: #fffaf1;
  --white: #ffffff;
  --coral: #ff6b4a;
  --coral-dark: #dd4c30;
  --aqua: #3ac5cf;
  --muted: #62677a;
  --line: rgba(21, 26, 45, .14);
  --shadow: 0 24px 70px rgba(23, 28, 49, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--coral-dark);
}
.eyebrow::before { content: ""; width: 30px; height: 3px; border-radius: 2px; background: var(--coral); }
.section-title { margin: 0; max-width: 760px; font-size: clamp(2rem, 4.4vw, 4rem); line-height: 1.06; letter-spacing: -.045em; }
.section-copy { max-width: 710px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 241, .88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 9px 30px rgba(21, 26, 45, .06); }
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
.brand img { width: 45px; height: 45px; }
.brand-text { display: grid; line-height: 1.06; }
.brand-text small { margin-top: 5px; font-size: .65rem; font-weight: 750; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-size: .93rem; font-weight: 720; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--coral-dark); }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--ink); color: #fff !important; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { padding: 70px 0 64px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.hero h1 { margin: 0; font-size: clamp(3.2rem, 7.3vw, 6.6rem); line-height: .92; letter-spacing: -.065em; }
.hero h1 span { display: block; color: var(--coral); }
.hero-copy { max-width: 650px; margin: 28px 0 0; font-size: clamp(1.04rem, 1.8vw, 1.25rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(21, 26, 45, .18); }
.button-primary:hover { background: var(--ink-2); }
.button-secondary { border: 1px solid var(--line); background: #fff; }
.hero-art { position: relative; }
.hero-art::before { content: ""; position: absolute; inset: 12% 7% 4% 8%; border-radius: 44%; background: var(--aqua); filter: blur(80px); opacity: .18; z-index: -1; }
.hero-art img { width: 100%; }

.identity-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.58); }
.identity-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.identity-item { padding: 24px 22px; border-right: 1px solid var(--line); }
.identity-item:last-child { border-right: 0; }
.identity-item strong { display: block; font-size: 1rem; }
.identity-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .87rem; }

.section { padding: 110px 0; }
.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: start; }
.about-panel { position: sticky; top: 130px; padding: 34px; border-radius: var(--radius-lg); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.about-panel .big-number { margin: 0; font-size: clamp(4.8rem, 10vw, 8.3rem); font-weight: 900; line-height: .85; letter-spacing: -.08em; color: var(--aqua); }
.about-panel p { margin: 18px 0 0; color: rgba(255,255,255,.74); }
.about-copy p { margin: 0 0 24px; font-size: 1.15rem; color: var(--muted); }
.about-copy p:first-child { color: var(--ink); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.35; font-weight: 700; letter-spacing: -.025em; }
.note { margin-top: 32px; padding: 20px 22px; border-left: 4px solid var(--coral); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: #fff; color: var(--muted); }

.focus { background: var(--ink); color: #fff; }
.focus .eyebrow { color: #ff9b83; }
.focus .section-copy { color: rgba(255,255,255,.66); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.focus-card { min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.055); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.focus-card:hover { transform: translateY(-5px); border-color: rgba(58,197,207,.58); background: rgba(255,255,255,.08); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 15px; background: var(--coral); color: #fff; }
.icon-box.aqua { background: var(--aqua); color: var(--ink); }
.icon-box.paper { background: var(--paper); color: var(--ink); }
.icon-box svg { width: 27px; height: 27px; }
.focus-card h3 { margin: 0; font-size: 1.45rem; letter-spacing: -.025em; }
.focus-card p { margin: 14px 0 0; color: rgba(255,255,255,.65); }

.timeline { position: relative; margin-top: 64px; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 10px; bottom: 10px; width: 2px; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 0 0 46px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot { position: relative; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font-size: .75rem; font-weight: 900; box-shadow: 0 0 0 8px var(--cream); }
.timeline-body { padding: 2px 0 0; }
.timeline-body h3 { margin: 0; font-size: 1.4rem; letter-spacing: -.025em; }
.timeline-body .years { display: inline-block; margin: 8px 0 10px; color: var(--coral-dark); font-size: .8rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.timeline-body p { margin: 0; color: var(--muted); }

.values-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: center; }
.values-art { min-height: 500px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--coral); box-shadow: var(--shadow); }
.values-art .frame { position: absolute; inset: 70px 70px 90px; border: 14px solid var(--paper); border-radius: 18px; transform: rotate(-7deg); }
.values-art .circle { position: absolute; width: 190px; height: 190px; right: -32px; top: 60px; border-radius: 50%; background: var(--aqua); }
.values-art .triangle { position: absolute; left: 90px; bottom: 72px; width: 0; height: 0; border-left: 95px solid transparent; border-right: 95px solid transparent; border-bottom: 165px solid var(--ink); transform: rotate(14deg); }
.values-art .caption { position: absolute; left: 34px; top: 30px; margin: 0; color: var(--ink); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.value-list { display: grid; gap: 15px; margin-top: 35px; }
.value-item { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid var(--line); }
.value-number { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 850; }
.value-item h3 { margin: 0; font-size: 1.15rem; }
.value-item p { margin: 5px 0 0; color: var(--muted); }

.contact { padding: 95px 0; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .8fr; gap: 50px; padding: clamp(34px, 6vw, 72px); border-radius: 36px; background: var(--ink); color: #fff; }
.contact-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -90px; bottom: -130px; border-radius: 50%; border: 42px solid var(--aqua); opacity: .7; }
.contact-card .eyebrow { color: #ff9b83; }
.contact-card h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.contact-card p { max-width: 620px; color: rgba(255,255,255,.7); }
.contact-details { position: relative; z-index: 2; display: grid; align-content: center; gap: 14px; }
.contact-line { padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); }
.contact-line span { display: block; color: rgba(255,255,255,.55); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-line a, .contact-line address { display: block; margin-top: 5px; color: #fff; font-style: normal; font-weight: 700; text-decoration: none; }
.contact-line a:hover { color: var(--aqua); }

.site-footer { padding: 40px 0 46px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; }
.footer-meta { margin: 14px 0 0; max-width: 650px; color: var(--muted); font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.footer-links a { color: var(--muted); font-size: .86rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--coral-dark); }

.legal-page { min-height: 68vh; padding: 84px 0 110px; }
.legal-shell { max-width: 820px; }
.legal-shell h1 { margin: 0; font-size: clamp(2.7rem, 7vw, 5.4rem); line-height: .96; letter-spacing: -.055em; }
.legal-shell h2 { margin: 42px 0 8px; font-size: 1.45rem; }
.legal-shell p, .legal-shell li { color: var(--muted); }
.legal-shell ul { padding-left: 22px; }
.back-link { display: inline-flex; margin-bottom: 30px; font-weight: 800; color: var(--coral-dark); text-decoration: none; }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .values-wrap, .contact-card { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; }
  .hero-art { max-width: 700px; margin-inline: auto; }
  .identity-grid { grid-template-columns: repeat(2, 1fr); }
  .identity-item:nth-child(2) { border-right: 0; }
  .identity-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-panel { position: static; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .focus-card:last-child { grid-column: 1 / -1; }
  .values-art { min-height: 420px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .navbar { min-height: 72px; }
  .brand-text small { display: none; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 14px; right: 14px; top: 74px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 12px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero h1 { font-size: clamp(3.15rem, 17vw, 5.6rem); }
  .section { padding: 82px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .focus-card:last-child { grid-column: auto; }
  .focus-card { min-height: 280px; }
  .timeline-item { grid-template-columns: 64px 1fr; }
  .values-art .frame { inset: 68px 44px 78px; }
  .contact { padding: 68px 0; }
  .contact-card { border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .identity-grid { grid-template-columns: 1fr; }
  .identity-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .identity-item:last-child { border-bottom: 0; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .values-art { min-height: 360px; }
  .values-art .triangle { left: 38px; bottom: 48px; transform: scale(.72) rotate(14deg); transform-origin: left bottom; }
  .contact-card { padding: 30px 23px 100px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
