:root {
  --ink: #11120f;
  --muted: #66665f;
  --paper: #f3f1e9;
  --paper-deep: #e7e3d7;
  --white: #fbfaf6;
  --acid: #d7ff4f;
  --line: rgba(17, 18, 15, 0.16);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--ink); }

.skip-link {
  position: fixed;
  top: -60px;
  left: 16px;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 6px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(24px, 4vw, 72px);
  transition: background .3s ease, border-color .3s ease, padding .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(243, 241, 233, .88);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.brand-mark {
  width: 31px;
  height: 31px;
  background: var(--ink);
  border-radius: 50%;
  display: grid;
  grid-template-columns: repeat(3, 5px);
  place-content: center;
  gap: 2px;
  transform: rotate(-18deg);
}
.brand-mark i { display: block; width: 5px; height: 14px; border-radius: 5px; background: var(--acid); }
.brand-mark i:nth-child(2) { height: 19px; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 13px; font-weight: 600; }
.site-header nav > a:not(.nav-contact) { position: relative; }
.site-header nav > a:not(.nav-contact)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--ink);
  transition: right .25s ease;
}
.site-header nav > a:hover::after { right: 0; }
.nav-contact { border: 1px solid var(--ink); padding: 11px 16px; border-radius: 999px; transition: .25s ease; }
.nav-contact:hover { background: var(--ink); color: var(--white); }

.hero {
  min-height: 100svh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 140px clamp(24px, 6vw, 96px) 38px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: 1fr auto;
  gap: 40px;
  overflow: hidden;
}
.hero-copy { align-self: center; padding-bottom: 30px; position: relative; z-index: 3; }
.eyebrow, .section-number {
  margin: 0 0 34px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span, .availability span, .project-status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6daa3b;
  box-shadow: 0 0 0 4px rgba(109, 170, 59, .13);
}
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
h1 { font-size: clamp(72px, 8.6vw, 142px); line-height: .82; margin: 0 0 42px; }
.hero-intro { max-width: 550px; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.55; letter-spacing: -.025em; color: #44443f; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 44px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 35px; padding: 16px 21px; border-radius: 4px; font-size: 13px; font-weight: 700; }
.button-dark { background: var(--ink); color: var(--white); transition: transform .25s ease, background .25s ease; }
.button-dark:hover { transform: translateY(-3px); background: #30312b; }
.text-link { font-size: 12px; font-weight: 650; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero-art { position: relative; min-height: 620px; align-self: center; }
.orbit { position: absolute; border: 1px solid rgba(17,18,15,.17); border-radius: 50%; }
.orbit-one { width: 590px; height: 590px; top: 45%; left: 50%; transform: translate(-50%,-50%); }
.orbit-two { width: 410px; height: 410px; top: 45%; left: 50%; transform: translate(-50%,-50%); }
.device { position: absolute; background: #07090a; overflow: hidden; box-shadow: 0 35px 80px rgba(27,25,17,.27); }
.device img { width: 100%; height: 100%; object-fit: cover; }
.device-phone { width: 205px; aspect-ratio: 9/19.5; border: 7px solid #20211e; border-radius: 36px; left: 13%; top: 17%; transform: rotate(-8deg); z-index: 3; }
.device-bar { position: absolute; width: 60px; height: 17px; background: #010101; border-radius: 20px; top: 9px; left: 50%; transform: translateX(-50%); z-index: 4; }
.device-tablet { width: 350px; aspect-ratio: 1/1.3; border: 8px solid #20211e; border-radius: 27px; right: 0; top: 7%; transform: rotate(5deg); z-index: 2; }
.tablet-camera { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #303333; top: 8px; left: 50%; z-index: 4; }
.floating-note { position: absolute; z-index: 5; background: rgba(251,250,246,.88); backdrop-filter: blur(10px); border: 1px solid rgba(17,18,15,.13); box-shadow: 0 14px 35px rgba(17,18,15,.08); border-radius: 4px; padding: 13px 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.floating-note span { color: #88877f; margin-right: 17px; }
.note-top { right: 1%; top: 7%; }
.note-bottom { left: 2%; bottom: 17%; }
.hero-footer { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid var(--line); padding-top: 24px; }
.hero-footer p { margin: 0; font-size: 13px; }
.hero-footer strong { font-weight: 750; }
.availability { display: flex; align-items: center; gap: 10px; color: var(--muted); }

.marquee { overflow: hidden; background: var(--ink); color: var(--paper); padding: 19px 0; }
.marquee div { width: max-content; display: flex; align-items: center; gap: 35px; animation: marquee 28s linear infinite; }
.marquee span { font-family: Georgia, serif; font-size: 19px; font-style: italic; }
.marquee i { color: var(--acid); font-style: normal; font-size: 11px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: 140px clamp(24px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: minmax(180px, .55fr) 1.45fr; align-items: start; margin-bottom: 80px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(54px, 6vw, 96px); line-height: .95; }
.section-number { color: var(--muted); margin-top: 13px; }

.project-card { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; }
.project-visual { min-height: 690px; background: #c9ff55; position: relative; overflow: hidden; display: grid; place-items: center; }
.project-glow { position: absolute; width: 650px; height: 650px; background: radial-gradient(circle, #f0ffb4 0, transparent 65%); }
.project-phone { position: relative; width: 276px; aspect-ratio: 9/19.5; border: 8px solid #20211e; background: #060809; border-radius: 43px; overflow: hidden; transform: rotate(6deg); box-shadow: 0 35px 70px rgba(12,30,6,.27); }
.project-phone img { width: 100%; height: 100%; object-fit: cover; }
.visual-caption { position: absolute; left: 25px; bottom: 20px; margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #34420f; font-weight: 750; }
.project-copy { padding: clamp(45px, 6vw, 82px); display: flex; flex-direction: column; justify-content: space-between; }
.project-status { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; margin: 0 0 28px; color: #b9b9af; }
.project-status span { background: var(--acid); box-shadow: 0 0 0 4px rgba(215,255,79,.1); }
.project-copy h3 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(72px, 7vw, 112px); letter-spacing: -.06em; margin: 0; }
.project-lead { font-size: 19px; color: #c6c6bd; line-height: 1.45; max-width: 350px; }
.project-details > p { color: #b8b8af; max-width: 480px; line-height: 1.65; font-size: 14px; margin-bottom: 40px; }
.project-details ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.project-details li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 15px; font-size: 11px; }
.project-details li span { color: #8f9088; }
.project-details li strong { font-weight: 600; }

.principles { border-top: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { padding: 34px 40px 48px; min-height: 430px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.principle:last-child { border-right: 0; }
.principle-index { margin: 0 0 70px; font-size: 10px; color: var(--muted); }
.principle-icon { width: 62px; height: 62px; margin-bottom: 35px; position: relative; }
.principle h3 { font-family: Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: -.04em; margin: 0 0 18px; }
.principle > p:last-child { color: var(--muted); line-height: 1.65; font-size: 13px; max-width: 310px; margin: auto 0 0; }
.icon-focus { border: 1px solid var(--ink); border-radius: 50%; }
.icon-focus::before, .icon-focus::after { content: ""; position: absolute; background: var(--paper); }
.icon-focus::before { width: 80px; height: 25px; top: 18px; left: -9px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.icon-focus::after { height: 80px; width: 25px; left: 18px; top: -9px; border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.icon-focus i { position: absolute; z-index: 2; width: 9px; height: 9px; background: var(--acid); border-radius: 50%; left: 26px; top: 26px; }
.icon-durable i { position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.icon-durable i:first-child { inset: 0; }
.icon-durable i:last-child { inset: 13px; background: var(--acid); }
.icon-private { border: 1px solid var(--ink); border-radius: 31px 31px 9px 9px; height: 48px; margin-top: 14px; }
.icon-private::before { content: ""; position: absolute; width: 30px; height: 30px; border: 1px solid var(--ink); border-bottom: 0; border-radius: 20px 20px 0 0; left: 15px; top: -19px; }
.icon-private i { position: absolute; width: 7px; height: 7px; background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; left: 26px; top: 17px; }

.statement { background: #d9ff63; padding: 150px clamp(24px, 8vw, 130px); }
.statement-inner { max-width: 1120px; margin: 0 auto; }
.statement blockquote { font-size: clamp(50px, 6.5vw, 105px); line-height: .98; margin: 70px 0 80px; max-width: 1100px; }
.signature { font-family: Georgia, serif; font-style: italic; font-size: 18px; }
.signature span { font-family: Inter, sans-serif; font-style: normal; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; margin-left: 14px; }

.contact { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; min-height: 680px; }
.contact-copy > p:last-child { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.65; margin-top: 38px; }
.contact-circle { justify-self: end; width: min(330px, 28vw); aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: flex; flex-direction: column; justify-content: space-between; padding: 45px; transition: background .35s ease, color .35s ease, transform .35s ease; }
.contact-circle:hover { background: var(--ink); color: var(--white); transform: rotate(4deg); }
.contact-circle span { font-family: Georgia, serif; font-size: 28px; max-width: 150px; line-height: 1.05; }
.contact-circle strong { font-size: 38px; font-weight: 300; align-self: flex-end; }

footer { background: var(--ink); color: var(--white); padding: 62px clamp(24px, 6vw, 96px) 30px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 35px; align-items: start; }
.footer-brand .brand-mark { background: var(--white); }
.footer-brand .brand-mark i { background: var(--ink); }
.footer-legal { color: #93948d; font-size: 11px; line-height: 1.7; }
.footer-legal p { margin: 3px 0 0; }
.footer-links { display: flex; gap: 24px; font-size: 11px; padding-top: 4px; }
.footer-links a:hover { color: var(--acid); }
.copyright { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.17); padding-top: 24px; margin: 35px 0 0; font-size: 10px; color: #7d7e77; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--white); }
.legal-header { position: static; border-bottom: 1px solid var(--line); }
.legal-main { max-width: 820px; margin: 0 auto; padding: 100px 24px 140px; }
.legal-main .eyebrow { margin-bottom: 28px; }
.legal-main h1 { font-size: clamp(58px, 9vw, 100px); margin-bottom: 35px; }
.legal-intro { font-size: 20px; line-height: 1.55; color: #4b4b46; margin-bottom: 70px; }
.legal-section { border-top: 1px solid var(--line); padding: 32px 0; display: grid; grid-template-columns: 180px 1fr; gap: 35px; }
.legal-section h2 { font-family: Inter, sans-serif; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; margin: 4px 0; }
.legal-section p { margin: 0; color: #52524c; line-height: 1.7; font-size: 15px; }
.legal-section a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 135px; }
  .hero-art { min-height: 610px; max-width: 650px; width: 100%; margin: -20px auto 0; }
  .hero-footer { margin-top: 10px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .section-number { margin-bottom: 35px; }
  .project-card { grid-template-columns: 1fr; }
  .project-copy { min-height: 650px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle { border-right: 0; border-bottom: 1px solid var(--line); min-height: 360px; }
  .principle:last-child { border-bottom: 0; }
  .contact { grid-template-columns: 1fr; gap: 65px; }
  .contact-circle { justify-self: start; width: 280px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
}

@media (max-width: 640px) {
  .site-header { padding: 16px 20px; }
  .site-header nav > a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 9px 13px; }
  .brand { font-size: 13px; }
  .hero { padding: 120px 20px 30px; }
  h1 { font-size: clamp(66px, 22vw, 90px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-art { min-height: 470px; margin-top: 10px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 290px; height: 290px; }
  .device-phone { width: 145px; border-width: 5px; border-radius: 28px; left: 5%; top: 15%; }
  .device-tablet { width: 250px; right: -13%; top: 9%; }
  .note-top { right: 0; top: 3%; }
  .note-bottom { left: 0; bottom: 10%; }
  .hero-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section { padding: 95px 20px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading h2, .contact h2 { font-size: clamp(49px, 15vw, 70px); }
  .project-visual { min-height: 560px; }
  .project-phone { width: 220px; }
  .project-copy { min-height: 600px; padding: 45px 28px; }
  .principle { padding: 30px 24px 40px; }
  .statement { padding: 100px 20px; }
  .statement blockquote { font-size: 48px; }
  .contact-circle { width: 240px; padding: 35px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .legal-main { padding-top: 70px; }
  .legal-section { grid-template-columns: 1fr; gap: 12px; }
}

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