:root {
  --ink: #0c2237;
  --ink-soft: #385064;
  --paper: #f5f1e8;
  --paper-light: #fbfaf6;
  --line: #d9d4c9;
  --accent: #ff6542;
  --accent-light: #ffb39f;
  --lime: #c8ed62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--lime); color: var(--ink); }

.site-header {
  height: 88px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(12, 34, 55, .14);
  background: rgba(245, 241, 232, .88);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; }
.brand-mark {
  width: 42px; height: 42px; display: grid; grid-template-columns: 1fr 1fr;
  background: var(--ink); color: var(--paper); border-radius: 50%; overflow: hidden;
  font: 600 10px "SFMono-Regular", Consolas, "Liberation Mono", monospace; letter-spacing: -.5px;
}
.brand-mark span { display: grid; place-items: center; }
.brand-mark span:last-child { background: var(--accent); color: var(--ink); }
.brand-name { letter-spacing: -.4px; font-size: 17px; }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-contact) { position: relative; }
.nav-links > a:not(.nav-contact)::after {
  content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px;
  background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.nav-links > a:not(.nav-contact):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { border: 1px solid var(--ink); padding: 11px 18px; border-radius: 999px; transition: .2s ease; }
.nav-contact:hover { background: var(--ink); color: var(--paper); }

.hero {
  min-height: calc(100svh - 88px); max-height: 900px; padding: clamp(68px, 9vw, 135px) clamp(24px, 5vw, 80px);
  display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr); gap: 7vw; overflow: hidden;
}
.hero-copy { align-self: center; position: relative; z-index: 2; }
.eyebrow, .section-label {
  margin: 0 0 26px; display: flex; align-items: center; gap: 10px;
  font: 600 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255, 101, 66, .12); }
h1, h2 { margin: 0; letter-spacing: -.06em; font-weight: 640; line-height: .94; }
.hero h1 { font-size: clamp(58px, 6.8vw, 112px); }
h1 em, h2 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 620px; margin: 38px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 16px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 32px rgba(12, 34, 55, .15); transition: transform .2s ease, background .2s ease; }
.button-primary:hover { transform: translateY(-2px); background: #163b58; }
.text-link { font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero-visual { min-height: 590px; position: relative; align-self: center; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; position: absolute; width: min(46vw, 670px); aspect-ratio: 1; border-radius: 50%;
  background: var(--accent); right: -6vw; top: 50%; transform: translateY(-50%);
}
.hero-visual::after {
  content: ""; position: absolute; width: 115px; height: 115px; border-radius: 50%;
  background: var(--lime); left: 2%; bottom: 7%; mix-blend-mode: multiply;
}
.orbit { position: absolute; border: 1px solid rgba(12, 34, 55, .35); border-radius: 50%; z-index: 1; }
.orbit-one { width: 122%; aspect-ratio: 1; }
.orbit-two { width: 86%; aspect-ratio: 1; border-style: dashed; animation: spin 40s linear infinite; }
.phone-card {
  width: 285px; min-height: 540px; z-index: 2; padding: 22px 20px; border-radius: 36px;
  background: var(--paper-light); box-shadow: 0 35px 70px rgba(12, 34, 55, .28); border: 7px solid var(--ink); transform: rotate(3deg);
}
.phone-status { display: flex; justify-content: space-between; font: 650 9px "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.phone-greeting { margin-top: 42px; font-size: 26px; font-weight: 700; letter-spacing: -.05em; }
.phone-date { margin-top: 5px; font-size: 11px; color: #6d7d89; }
.progress-ring {
  width: 150px; height: 150px; margin: 29px auto; border-radius: 50%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; background: radial-gradient(circle at center, var(--paper-light) 59%, transparent 60%), conic-gradient(var(--accent) 0 72%, #e4e1d9 72%);
}
.progress-ring span { font-size: 32px; font-weight: 700; letter-spacing: -.05em; }
.progress-ring small { margin-top: 4px; font: 600 7px "SFMono-Regular", Consolas, "Liberation Mono", monospace; letter-spacing: .16em; }
.task-row { display: flex; align-items: center; gap: 10px; padding: 13px 8px; border-top: 1px solid #dfdcd3; }
.task-row i { width: 11px; height: 11px; border: 1px solid #87949e; border-radius: 50%; }
.task-row span { display: flex; flex-direction: column; flex: 1; }
.task-row b { font-size: 10px; }
.task-row small { font-size: 8px; color: #7b8994; margin-top: 3px; }
.task-row strong { font-size: 12px; }
.task-active { border: 0; border-radius: 13px; background: var(--ink); color: white; padding: 14px 12px; margin-bottom: 9px; }
.task-active small { color: #b5c1c9; }
.task-active i { background: var(--lime); border-color: var(--lime); }
.floating-note { position: absolute; z-index: 4; background: white; box-shadow: 0 18px 40px rgba(12, 34, 55, .18); border-radius: 14px; display: flex; }
.note-one { right: 1%; top: 12%; padding: 15px 19px; flex-direction: column; transform: rotate(-4deg); }
.note-one small, .note-two small { font: 600 7px "SFMono-Regular", Consolas, "Liberation Mono", monospace; letter-spacing: .1em; color: #71818d; }
.note-one b { font-size: 22px; margin: 5px 0 2px; }
.note-one span { font-size: 9px; }
.note-two { left: 1%; bottom: 15%; align-items: center; gap: 9px; padding: 13px 15px; }
.note-two b { font-size: 10px; }
.note-two small { color: #6c7b86; }
.pulse { width: 9px; height: 9px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(200, 237, 98, .25); }

.statement { padding: clamp(100px, 12vw, 190px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: .45fr 1.55fr; gap: 40px; border-top: 1px solid var(--line); background: var(--paper-light); }
.section-label { color: #647482; }
.statement h2, .principles-section h2, .contact-section h2 { font-size: clamp(50px, 6vw, 92px); }
.statement > div:last-child { max-width: 920px; }
.statement p:not(.section-label) { max-width: 660px; margin: 40px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }

.services-section { background: var(--ink); color: var(--paper); padding: clamp(100px, 11vw, 170px) clamp(24px, 5vw, 80px); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; }
.section-label.light { color: #95a7b5; }
.section-heading h2, .company-card h2 { font-size: clamp(56px, 6.5vw, 100px); }
.section-heading > p { max-width: 480px; margin: 0 0 10px; color: #afbdc6; font-size: 18px; line-height: 1.65; }
.service-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b5062; }
.service-card { min-height: 340px; padding: 26px 34px 36px 0; border-right: 1px solid #3b5062; display: flex; flex-direction: column; justify-content: space-between; }
.service-card:not(:first-child) { padding-left: 34px; }
.service-card:last-child { border-right: 0; }
.service-card > span, .principle > span { font: 500 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace; color: var(--accent-light); }
.service-card h3 { font-size: 25px; letter-spacing: -.03em; margin: 0 0 16px; }
.service-card p { max-width: 330px; margin: 0; color: #9fb0bc; line-height: 1.65; font-size: 15px; }

.principles-section { padding: clamp(100px, 11vw, 170px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.principles-intro { position: sticky; top: 130px; align-self: start; }
.principles-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 50px .6fr 1fr; gap: 20px; align-items: start; padding: 37px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--accent); padding-top: 5px; }
.principle h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.principle p { margin: 0; color: var(--ink-soft); line-height: 1.65; }

.company-section { margin: 0 clamp(24px, 5vw, 80px) clamp(100px, 11vw, 170px); display: grid; grid-template-columns: 1.3fr .7fr; min-height: 650px; }
.company-card { background: var(--ink); color: white; padding: clamp(45px, 7vw, 105px); }
.company-copy { max-width: 600px; margin: 32px 0 55px; color: #afbdc6; line-height: 1.7; font-size: 17px; }
.company-card dl { margin: 0; border-top: 1px solid #415465; }
.company-card dl > div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #415465; }
.company-card dt { font: 500 10px "SFMono-Regular", Consolas, "Liberation Mono", monospace; text-transform: uppercase; letter-spacing: .1em; color: #8ea0ad; }
.company-card dd { margin: 0; font-size: 14px; }
.company-accent { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--accent); color: var(--ink); }
.company-accent::before, .company-accent::after { content: ""; position: absolute; border: 1px solid rgba(12,34,55,.35); border-radius: 50%; width: 150%; aspect-ratio: 1; }
.company-accent::after { width: 90%; }
.company-accent span { z-index: 1; font-size: clamp(60px, 8vw, 130px); font-weight: 750; letter-spacing: -.09em; transform: rotate(-90deg); }

.contact-section { text-align: center; padding: clamp(100px, 12vw, 180px) 24px; background: var(--paper-light); border-top: 1px solid var(--line); }
.contact-section .section-label { justify-content: center; }
.contact-email { display: inline-flex; align-items: center; gap: 20px; margin: 60px 0 36px; font-size: clamp(18px, 2vw, 28px); font-weight: 650; border-bottom: 2px solid var(--accent); padding-bottom: 8px; }
.contact-email span { color: var(--accent); }
.contact-section address { color: #637481; font-style: normal; font-size: 14px; line-height: 1.75; }

footer { min-height: 210px; padding: 50px clamp(24px, 5vw, 80px); background: var(--paper-light); border-top: 1px solid var(--line); display: grid; grid-template-columns: .75fr 1.25fr auto; gap: 35px; align-items: center; }
.footer-company { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-company span { color: #77858e; }
.footer-links { display: flex; align-items: center; gap: 28px; font-size: 12px; }
.footer-links a { border-bottom: 1px solid var(--ink); }
.footer-links span { color: #77858e; }

.privacy-page { background: var(--paper-light); min-height: 100vh; }
.privacy-header { position: sticky; top: 0; background: rgba(251,250,246,.91); }
.back-link { font-size: 13px; font-weight: 650; }
.privacy-layout { padding: clamp(75px, 10vw, 145px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .45fr 1.55fr; gap: 50px; }
.privacy-layout aside > span { display: block; font: 500 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace; color: #7b898f; }
.privacy-content { max-width: 840px; }
.privacy-content h1 { font-size: clamp(64px, 8vw, 120px); margin-bottom: 70px; }
.privacy-lead { font-size: clamp(19px, 2vw, 25px); line-height: 1.6; color: var(--ink-soft); margin: 0 0 95px; }
.privacy-content section { padding: 38px 0; border-top: 1px solid var(--line); }
.privacy-content section h2 { font-size: 24px; letter-spacing: -.03em; margin-bottom: 19px; line-height: 1.2; }
.privacy-content section p, .privacy-content section li { color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.privacy-content section p { margin: 0 0 12px; }
.privacy-content section ul { margin: 16px 0; padding-left: 22px; }
.privacy-content section address { color: var(--ink-soft); font-style: normal; line-height: 1.8; }
.privacy-content section address a { border-bottom: 1px solid var(--accent); }
.privacy-footer { min-height: 110px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; max-height: none; }
  .hero-copy { padding-top: 30px; }
  .hero-visual { min-height: 650px; }
  .hero-visual::before { width: min(88vw, 650px); right: 2%; }
  .section-heading, .principles-section { grid-template-columns: 1fr; }
  .principles-intro { position: static; }
  .company-section { grid-template-columns: 1fr; }
  .company-accent { min-height: 250px; }
  .company-accent span { transform: none; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; }
  .brand-mark { width: 36px; height: 36px; }
  .nav-links { gap: 17px; }
  .nav-links a:nth-child(1), .nav-links a:nth-child(2) { display: none; }
  .nav-contact { padding: 9px 13px; }
  .hero { padding-top: 70px; }
  .hero h1 { font-size: clamp(52px, 15vw, 76px); }
  .hero-intro { font-size: 17px; }
  .hero-visual { min-height: 580px; }
  .phone-card { width: 250px; min-height: 480px; }
  .phone-greeting { margin-top: 28px; }
  .progress-ring { width: 130px; height: 130px; margin: 22px auto; }
  .note-one { right: -2%; }
  .note-two { left: -2%; }
  .statement { grid-template-columns: 1fr; }
  .statement h2, .principles-section h2, .contact-section h2 { font-size: 51px; }
  .section-heading h2, .company-card h2 { font-size: 54px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:not(:first-child) { min-height: 250px; padding: 26px 0 34px; border-right: 0; border-bottom: 1px solid #3b5062; }
  .principle { grid-template-columns: 35px 1fr; }
  .principle p { grid-column: 2; }
  .company-section { margin-left: 0; margin-right: 0; }
  .company-card { padding: 65px 24px; }
  .company-card dl > div { grid-template-columns: 1fr; gap: 8px; }
  .contact-email { gap: 10px; font-size: 17px; }
  footer { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; gap: 18px; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-content h1 { margin-bottom: 50px; }
  .privacy-lead { margin-bottom: 70px; }
  .privacy-footer { align-items: flex-start; }
}

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

@media (forced-colors: active) {
  .brand-mark, .button-primary, .task-active { border: 1px solid CanvasText; }
}
