:root {
  --bg: #0b0d10;
  --bg-soft: #111419;
  --panel: #15191f;
  --panel-2: #191e25;
  --text: #f4f1ea;
  --muted: #a6adb7;
  --faint: #737b86;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.18);
  --accent: #4d7cff;
  --accent-2: #85a4ff;
  --max: 1180px;
  --radius: 24px;
  --radius-sm: 16px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --mx: 70%;
  --my: 25%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(77, 124, 255, 0.35); color: var(--text); }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--text);
  color: #090a0c;
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.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;
}

:focus-visible {
  outline: 3px solid var(--accent-2);
  outline-offset: 4px;
}

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
section[id] { scroll-margin-top: 94px; }
.section-muted { background: var(--bg-soft); border-block: 1px solid var(--line); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 13, 16, 0.78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(11, 13, 16, 0.92); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid var(--line-strong); border-radius: 12px; font-weight: 800;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015));
  box-shadow: inset 0 1px rgba(255,255,255,.07);
}
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 14px; letter-spacing: -.01em; }
.brand-copy span { margin-top: 3px; color: var(--faint); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: #c4c9d0; font-size: 14px; text-decoration: none; transition: color .2s ease; }
.site-nav > a:not(.button):hover { color: var(--text); }
.menu-button { display: none; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(122, 156, 255, .46);
  border-radius: 12px;
  background: linear-gradient(180deg, #5d88ff, #3e6dec);
  color: white;
  font-weight: 720;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(45, 87, 212, .22), inset 0 1px rgba(255,255,255,.2);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(45, 87, 212, .3), inset 0 1px rgba(255,255,255,.2); filter: brightness(1.05); }
.button-small { min-height: 42px; padding-inline: 15px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #d8dce2; font-weight: 650; text-decoration: none; border-bottom: 1px solid var(--line-strong); padding-bottom: 3px; }
.text-link:hover { color: white; border-color: white; }

.hero { min-height: calc(100svh - 78px); display: grid; align-items: center; overflow: hidden; padding-top: 72px; }
.hero-grid {
  position: absolute; inset: 0; opacity: .36; pointer-events: none;
  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: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 86%);
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px circle at var(--mx) var(--my), rgba(77, 124, 255, .18), transparent 58%);
  transition: background .08s linear;
}
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: #aeb6c2; font-size: 12px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #73e0a4; box-shadow: 0 0 0 5px rgba(115, 224, 164, .08); }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(58px, 7vw, 102px); line-height: .93; letter-spacing: -.072em; font-weight: 820; }
.hero-lede { max-width: 690px; margin: 28px 0 0; color: #b7bec7; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 36px; color: #858d98; font-size: 12px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #5e6874; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.browser-card {
  width: min(100%, 530px); overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px;
  background: #ecede8; color: #12151a; box-shadow: 0 34px 100px rgba(0,0,0,.5); transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}
.browser-bar { height: 46px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #14181d; color: #929aa4; font-size: 10px; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #444b55; }
.browser-badge { justify-self: end; padding: 4px 7px; border-radius: 999px; background: rgba(115, 224, 164, .12); color: #80dda9; }
.mock-site { min-height: 420px; position: relative; background: #ecece7; overflow: hidden; }
.mock-nav { display: flex; justify-content: space-between; padding: 25px 28px; font-size: 10px; letter-spacing: .04em; }
.mock-nav b { letter-spacing: .18em; }
.mock-hero { padding: 56px 30px 66px; position: relative; z-index: 1; }
.mock-kicker { font-size: 9px; letter-spacing: .16em; color: #5d6670; }
.mock-hero h2 { max-width: 380px; margin: 16px 0 14px; font-size: 49px; line-height: .94; letter-spacing: -.06em; }
.mock-hero p { max-width: 330px; margin: 0 0 24px; color: #5e6670; font-size: 12px; }
.mock-button { display: inline-block; padding: 11px 16px; border-radius: 8px; background: #15191d; color: #fff; font-size: 10px; font-weight: 700; }
.mock-site::after { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: 105px; border-radius: 50%; background: linear-gradient(145deg, #416ff1, #8eaeff); filter: saturate(.85); }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); background: #d5d7d3; border-top: 1px solid #c7cac6; }
.mock-stats div { padding: 17px; border-right: 1px solid #c2c5c1; }
.mock-stats div:last-child { border-right: 0; }
.mock-stats strong, .mock-stats span { display: block; }
.mock-stats strong { font-size: 11px; }
.mock-stats span { margin-top: 4px; color: #677078; font-size: 9px; }
.floating-note { position: absolute; z-index: 3; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(19, 23, 29, .88); color: #cdd2d9; font-size: 11px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-note span { color: var(--accent-2); margin-right: 8px; }
.note-one { left: -15px; top: 110px; }
.note-two { right: -15px; bottom: 96px; }

.section-heading { max-width: 760px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child, .split-heading > p { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 4px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.problem-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.card-number { color: #6e7783; font-size: 12px; font-weight: 760; letter-spacing: .1em; }
.problem-card h3 { margin: 72px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.problem-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.transformation-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.transformation .section-heading .text-link { margin-top: 30px; }
.comparison { display: grid; grid-template-columns: 1fr 52px 1fr; align-items: center; }
.comparison-card { min-height: 390px; position: relative; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow); }
.comparison-label { position: absolute; left: 14px; top: 14px; z-index: 4; padding: 6px 9px; border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.comparison-before { background: #f4f4f4; color: #222; transform: rotate(-2deg); }
.comparison-before .comparison-label { background: #282828; color: white; }
.old-nav { padding: 26px 22px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 3px solid #a0a0a0; font-family: Georgia, serif; font-weight: bold; font-size: 12px; }
.old-nav span { font-family: Arial, sans-serif; font-size: 8px; }
.old-body { padding: 78px 24px 24px; text-align: center; }
.old-body h3 { font-family: Georgia, serif; font-size: 23px; }
.old-body p { color: #5b5b5b; font-family: Arial, sans-serif; font-size: 11px; line-height: 1.5; }
.old-button { display: inline-block; margin-top: 20px; padding: 2px 5px; border: 2px outset #aaa; background: #dedede; font-size: 10px; }
.comparison-after { background: #141922; color: #f4f1ea; border: 1px solid rgba(255,255,255,.12); transform: rotate(1.5deg); }
.comparison-after .comparison-label { background: var(--accent); color: white; }
.after-nav { padding: 24px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .05em; border-bottom: 1px solid rgba(255,255,255,.08); }
.after-nav strong { letter-spacing: .16em; }
.after-body { padding: 68px 25px; }
.after-body > span { color: #91a9ef; font-size: 8px; letter-spacing: .14em; }
.after-body h3 { margin: 14px 0; font-size: 38px; line-height: .98; letter-spacing: -.055em; }
.after-body p { max-width: 240px; color: #aeb6c2; font-size: 11px; line-height: 1.6; }
.after-button { display: inline-block; margin-top: 18px; padding: 10px 13px; border-radius: 7px; background: var(--accent); font-size: 9px; font-weight: bold; }
.comparison-arrow { position: relative; z-index: 5; width: 42px; height: 42px; display: grid; place-items: center; justify-self: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--bg); color: var(--accent-2); box-shadow: var(--shadow); }

.work-list { display: grid; gap: 80px; margin-top: 70px; }
.project-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: center; }
.project-reverse { grid-template-columns: .65fr 1.35fr; }
.project-reverse .project-visual { order: 2; }
.project-visual { min-height: 500px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.project-copy { padding-block: 16px; }
.project-type { color: #8993a0; font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.project-copy h3 { margin: 12px 0 28px; font-size: 38px; letter-spacing: -.045em; }
.project-copy dl, .project-copy dd { margin: 0; }
.project-copy dl { display: grid; gap: 20px; }
.project-copy dl div { padding-top: 18px; border-top: 1px solid var(--line); }
.project-copy dt { margin-bottom: 6px; color: #e9ebee; font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.project-copy dd { color: var(--muted); font-size: 14px; line-height: 1.65; }
.beauty-visual { background: #efe7df; color: #171513; }
.visual-top, .service-nav, .coffee-nav { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 25px 28px; font-size: 10px; letter-spacing: .12em; }
.beauty-copy { position: relative; z-index: 2; max-width: 380px; padding: 85px 34px; }
.beauty-copy small { display: block; color: #8a6f66; font-size: 9px; letter-spacing: .18em; }
.beauty-copy strong { display: block; margin: 16px 0 24px; font-family: Georgia, serif; font-weight: 400; font-size: 53px; line-height: .94; letter-spacing: -.045em; }
.beauty-copy em { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #222; font-size: 11px; }
.beauty-orb { position: absolute; right: -80px; bottom: -95px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffd7d6, #bf786f 58%, #6e3d3c); box-shadow: inset 20px 14px 50px rgba(255,255,255,.35); }
.service-visual { background: #0e3050; color: #eff7ff; }
.service-nav span { color: #87d0ff; }
.service-copy { position: relative; z-index: 2; max-width: 550px; padding: 82px 36px; }
.service-copy small { color: #79bee9; font-size: 9px; letter-spacing: .16em; }
.service-copy strong { display: block; max-width: 450px; margin: 15px 0 26px; font-size: 58px; line-height: .95; letter-spacing: -.06em; }
.service-cta { display: inline-block; padding: 11px 15px; background: #eff7ff; color: #0e3050; border-radius: 8px; font-size: 10px; font-weight: bold; }
.service-lines { position: absolute; width: 470px; height: 470px; border: 1px solid rgba(120,205,255,.22); border-radius: 50%; right: -205px; top: 55px; box-shadow: 0 0 0 70px rgba(120,205,255,.05), 0 0 0 140px rgba(120,205,255,.03); }
.coffee-visual { background: #493827; color: #f7e8d1; }
.coffee-copy { position: relative; z-index: 2; max-width: 420px; padding: 88px 34px; }
.coffee-copy small { display: block; color: #d8ba91; font-size: 9px; letter-spacing: .18em; }
.coffee-copy strong { display: block; margin: 18px 0 24px; font-family: Georgia, serif; font-size: 52px; line-height: .96; font-weight: 400; letter-spacing: -.045em; }
.coffee-copy span { font-size: 10px; letter-spacing: .1em; }
.coffee-circle { position: absolute; right: 48px; bottom: 40px; width: 160px; height: 160px; display: grid; place-items: center; border: 1px solid rgba(247,232,209,.35); border-radius: 50%; font-family: Georgia, serif; font-size: 44px; font-style: italic; transform: rotate(-12deg); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.service-card { position: relative; min-height: 385px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 11px; color: var(--accent-2); font-size: 19px; }
.service-card h3 { margin: 86px 0 12px; font-size: 27px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-card ul { margin: 24px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: #c6cbd2; font-size: 13px; }
.service-card li { padding: 5px 0; }
.service-card li::before { content: "·"; color: var(--accent-2); margin-right: 8px; }

.direct-section { overflow: hidden; border-top: 1px solid var(--line); }
.direct-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 60px; }
.direct-number { color: transparent; font-size: clamp(120px, 20vw, 300px); font-weight: 850; line-height: .8; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(255,255,255,.12); user-select: none; }
.direct-copy h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.direct-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.pill-row span { padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: 999px; color: #bfc5cd; font-size: 11px; }

.process-list { margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--accent-2); font-size: 12px; font-weight: 760; letter-spacing: .1em; }
.process-list h3 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.process-list p { max-width: 730px; margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 88px; }
.about-card { aspect-ratio: 1; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 70% 20%, rgba(77,124,255,.18), transparent 38%), linear-gradient(145deg, #191e25, #101318); }
.about-monogram { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(244,241,234,.07); font-size: clamp(190px, 28vw, 430px); font-weight: 850; letter-spacing: -.12em; transform: translateX(-4%); }
.about-card > span, .about-card > small { position: relative; z-index: 2; }
.about-card > span { font-size: 28px; font-weight: 800; letter-spacing: .08em; }
.about-card > small { margin-top: 5px; color: #8a93a0; font-size: 9px; letter-spacing: .16em; }
.about-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; }

.check-section { background: linear-gradient(145deg, #131a2c 0%, #0d1118 58%, #0b0d10 100%); border-block: 1px solid rgba(97,130,225,.2); }
.check-layout, .contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.check-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(44px, 5.8vw, 76px); line-height: .98; letter-spacing: -.06em; }
.check-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 11px 0; color: #c4cbd6; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; }
.check-list li::before { content: "✓"; color: #83a1ff; margin-right: 10px; }
.lead-form, .project-form { padding: 30px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(17,21,28,.76); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading strong { font-size: 18px; }
.form-heading span { color: #89919c; font-size: 11px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; margin-bottom: 14px; }
.field label { color: #c5cbd3; font-size: 12px; font-weight: 680; }
.field label span { color: #737c88; font-weight: 500; }
.field input, .field textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(6,8,11,.48); color: var(--text); padding: 13px 14px; outline: 0; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.field input { min-height: 48px; }
.field textarea { resize: vertical; min-height: 132px; }
.field input::placeholder, .field textarea::placeholder { color: #626b76; }
.field input:focus, .field textarea:focus { border-color: rgba(104,141,255,.76); background: rgba(9,12,17,.72); box-shadow: 0 0 0 3px rgba(77,124,255,.10); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #df7e7e; }
.form-note { margin: 13px 0 0; color: #727b87; font-size: 10px; line-height: 1.55; }
.form-status { min-height: 18px; margin: 8px 0 0; color: #9ab1ff; font-size: 11px; }
.contact-section { border-top: 1px solid var(--line); }
.project-form { background: var(--panel); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: #090b0e; }
.footer-layout { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; }
.footer-layout > p { margin: 0; color: #757e89; font-size: 11px; text-align: center; }
.footer-meta { display: flex; justify-content: flex-end; gap: 20px; color: #7f8894; font-size: 11px; }
.footer-meta a { text-decoration: none; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal[data-delay="1"] { transition-delay: .08s; }
.js .reveal[data-delay="2"] { transition-delay: .16s; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .hero-layout { grid-template-columns: 1fr; gap: 30px; }
  .hero { min-height: auto; }
  .hero-copy { max-width: 860px; }
  .hero-visual { min-height: 520px; }
  .browser-card { width: min(90%, 650px); }
  .transformation-layout, .about-layout, .check-layout, .contact-layout { grid-template-columns: 1fr; gap: 52px; }
  .transformation .section-heading { max-width: 780px; }
  .comparison { max-width: 760px; margin-inline: auto; }
  .project-card, .project-reverse { grid-template-columns: 1fr; gap: 30px; }
  .project-reverse .project-visual { order: 0; }
  .project-copy { max-width: 780px; }
  .direct-layout { grid-template-columns: .5fr 1.5fr; }
  .about-card { max-width: 620px; }
}

@media (max-width: 820px) {
  .section { padding: 86px 0; }
  .nav-shell { min-height: 70px; }
  .menu-button {
    width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); cursor: pointer;
  }
  .menu-button span:not(.sr-only) { width: 18px; height: 1px; display: block; background: #e1e4e8; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .js .site-nav {
    position: absolute; left: 20px; right: 20px; top: 68px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(13,16,21,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease;
  }
  .js .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  html:not(.js) .nav-shell { flex-wrap: wrap; padding-block: 12px; }
  html:not(.js) .menu-button { display: none; }
  html:not(.js) .site-nav { width: 100%; display: grid; gap: 0; padding-top: 8px; }
  .site-nav > a:not(.button) { padding: 13px 12px; border-bottom: 1px solid var(--line); }
  .site-nav .button { margin-top: 10px; }
  .hero h1 { font-size: clamp(56px, 13vw, 88px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .problem-grid, .services-grid { grid-template-columns: 1fr; }
  .problem-card, .service-card { min-height: 250px; }
  .problem-card h3, .service-card h3 { margin-top: 50px; }
  .project-visual { min-height: 430px; }
  .direct-layout { grid-template-columns: 1fr; gap: 30px; }
  .direct-number { font-size: 150px; }
  .footer-layout { grid-template-columns: 1fr; text-align: left; }
  .footer-layout > p { text-align: left; }
  .footer-meta { justify-content: space-between; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .brand-copy span { display: none; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lede { font-size: 17px; }
  .trust-row { display: grid; grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; margin-top: 10px; }
  .browser-card { width: 94%; transform: none; }
  .browser-bar { grid-template-columns: 1fr auto; }
  .browser-bar > span:not(.browser-badge) { display: none; }
  .mock-nav span { display: none; }
  .mock-hero { padding: 42px 22px 52px; }
  .mock-hero h2 { max-width: 280px; font-size: 39px; }
  .mock-site::after { width: 220px; height: 220px; right: -120px; }
  .mock-stats div { padding: 12px; }
  .floating-note { font-size: 9px; }
  .note-one { left: 0; top: 86px; }
  .note-two { right: 0; bottom: 48px; }
  .section-heading h2, .direct-copy h2, .about-copy h2, .check-copy h2, .contact-copy h2 { font-size: clamp(38px, 11vw, 54px); }
  .comparison { grid-template-columns: 1fr; gap: 14px; }
  .comparison-card { min-height: 330px; transform: none; }
  .comparison-arrow { transform: rotate(90deg); }
  .project-visual { min-height: 360px; }
  .beauty-copy, .service-copy, .coffee-copy { padding: 65px 24px; }
  .beauty-copy strong, .coffee-copy strong { font-size: 42px; }
  .service-copy strong { font-size: 46px; }
  .beauty-orb { width: 260px; height: 260px; right: -100px; bottom: -60px; }
  .coffee-circle { width: 110px; height: 110px; right: 20px; bottom: 20px; font-size: 30px; }
  .process-list li { grid-template-columns: 46px 1fr; gap: 12px; }
  .process-list h3 { font-size: 23px; }
  .about-card { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form, .project-form { padding: 20px; border-radius: 18px; }
  .form-heading { display: grid; gap: 5px; }
  .footer-meta { flex-direction: column; gap: 8px; }
}

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

/* Professional studio v2 */
.inclusions-section { overflow: hidden; }
.inclusions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.inclusion-card { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.018); }
.inclusion-card > span { color: var(--accent-2); font-size: 10px; font-weight: 760; letter-spacing: .12em; }
.inclusion-card h3 { margin: 78px 0 10px; font-size: 23px; letter-spacing: -.035em; }
.inclusion-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.expectations-section { border-top: 1px solid var(--line); }
.expectations-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: start; }
.expectations-layout .section-heading { margin: 0; }
.expectations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.expectation-card { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(150deg, rgba(255,255,255,.028), rgba(255,255,255,.008)); }
.expectation-card strong { display: block; margin-top: 52px; font-size: 20px; letter-spacing: -.025em; }
.expectation-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.process-list-six { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; }
.process-list-six li { grid-template-columns: 54px 1fr; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.faq-layout .section-heading { margin: 0; position: sticky; top: 118px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 2px; cursor: pointer; color: #e9ebee; font-size: 17px; font-weight: 680; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent-2); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -3px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.footer-meta { flex-wrap: wrap; }
.footer-meta a:hover { color: var(--text); }

.legal-page { min-height: 100vh; background: var(--bg); }
.legal-header { border-bottom: 1px solid var(--line); background: rgba(11,13,16,.96); }
.legal-header .nav-shell { min-height: 78px; }
.legal-back { color: var(--muted); font-size: 12px; text-decoration: none; }
.legal-back:hover { color: var(--text); }
.legal-shell { width: min(calc(100% - 40px), 820px); margin-inline: auto; padding: 100px 0 120px; }
.legal-shell .eyebrow { margin-bottom: 16px; }
.legal-shell h1 { margin: 0 0 20px; font-size: clamp(48px, 8vw, 82px); line-height: .96; letter-spacing: -.06em; }
.legal-intro { margin: 0 0 54px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.legal-content { display: grid; gap: 34px; }
.legal-content section { padding-top: 28px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.03em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-content ul { margin: 12px 0 0; padding-left: 20px; }
.legal-note { padding: 18px 20px; border: 1px solid rgba(77,124,255,.25); border-radius: 14px; background: rgba(77,124,255,.07); color: #cdd8ff; font-size: 13px; line-height: 1.65; }

@media (max-width: 1040px) {
  .expectations-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-layout .section-heading { position: static; }
}

@media (max-width: 820px) {
  .inclusions-grid { grid-template-columns: 1fr 1fr; }
  .process-list-six { grid-template-columns: 1fr; column-gap: 0; }
  .expectation-card { min-height: 185px; }
}

@media (max-width: 620px) {
  .inclusions-grid, .expectations-grid { grid-template-columns: 1fr; }
  .inclusion-card { min-height: 220px; }
  .inclusion-card h3 { margin-top: 55px; }
  .expectation-card { min-height: 170px; }
  .expectation-card strong { margin-top: 34px; }
  .faq-list summary { padding: 22px 0; font-size: 16px; }
  .legal-shell { width: min(calc(100% - 28px), 820px); padding: 72px 0 90px; }
}
.contact-email { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #dce4ff; font-size: 13px; font-weight: 700; text-decoration: none; }
.contact-email:hover { color: var(--text); }
.form-note a, .form-status a, .legal-content a { color: #a9bdff; text-underline-offset: 3px; }
.form-status a { font-weight: 700; }

/* Professional detail pass */
.field select {
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background-color: rgba(255,255,255,.025);
  background-image: linear-gradient(45deg, transparent 50%, #7f8793 50%), linear-gradient(135deg, #7f8793 50%, transparent 50%);
  background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: var(--text);
  font: inherit;
  appearance: none;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.field select:hover { border-color: rgba(255,255,255,.17); }
.field select:focus-visible { outline: none; border-color: rgba(77,124,255,.72); box-shadow: 0 0 0 3px rgba(77,124,255,.12); }
.field select[aria-invalid="true"] { border-color: #d97373; box-shadow: 0 0 0 3px rgba(217,115,115,.08); }
.field select option { background: #111419; color: var(--text); }
.not-found-page { display: grid; grid-template-rows: auto 1fr; }
.not-found-shell { width: min(calc(100% - 40px), 860px); margin: auto; padding: 84px 0 120px; }
.not-found-shell h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 10vw, 118px); line-height: .88; letter-spacing: -.07em; }
.not-found-shell > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 34px; color: var(--muted); font-size: 17px; line-height: 1.75; }
@media (max-width: 620px) {
  .not-found-shell { width: min(calc(100% - 28px), 860px); padding: 64px 0 90px; }
}

/* Professional operations pass */
.eyebrow-divider { color: #4f5864; margin-inline: 4px; }
.standards-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(77,124,255,.035), transparent 34%); }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 56px; }
.standard-card { min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.018); }
.standard-card > span { display: inline-flex; color: var(--accent-2); font-size: 10px; font-weight: 760; letter-spacing: .12em; }
.standard-card h3 { margin: 88px 0 10px; font-size: 22px; letter-spacing: -.035em; }
.standard-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.next-steps-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #090b0e; }
.next-steps-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: start; }
.next-steps-layout .section-heading { margin: 0; }
.next-steps-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.next-steps-list li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.next-steps-list li > span { color: var(--accent-2); font-size: 10px; font-weight: 760; letter-spacing: .12em; padding-top: 6px; }
.next-steps-list h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.03em; }
.next-steps-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.project-fit { margin-top: 30px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.018); }
.fit-label { color: var(--accent-2); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-fit h3 { margin: 12px 0 14px; font-size: 20px; letter-spacing: -.03em; }
.project-fit ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.project-fit li { position: relative; padding-left: 19px; color: #aab1bb; font-size: 12px; line-height: 1.6; }
.project-fit li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent-2); font-weight: 800; }
.project-fit > p { margin: 16px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: #737c88; font-size: 11px; line-height: 1.65; }
.footer-status { display: inline-flex; align-items: center; gap: 7px; }
.footer-status i { width: 6px; height: 6px; border-radius: 50%; background: #7cc895; box-shadow: 0 0 0 4px rgba(124,200,149,.08); }

@media (max-width: 1040px) {
  .standards-grid { grid-template-columns: 1fr 1fr; }
  .next-steps-layout { grid-template-columns: 1fr; gap: 46px; }
}
@media (max-width: 620px) {
  .standards-grid { grid-template-columns: 1fr; }
  .standard-card { min-height: 220px; }
  .standard-card h3 { margin-top: 54px; }
  .next-steps-list li { grid-template-columns: 44px 1fr; gap: 10px; }
  .project-fit { margin-top: 24px; padding: 18px; }
}

/* Concept case-study pages */
.case-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; color: #dce4ff; font-size: 12px; font-weight: 760; text-decoration: none; border-bottom: 1px solid rgba(133,164,255,.34); padding-bottom: 4px; }
.case-link:hover { color: var(--text); border-color: var(--text); }
.case-page { background: var(--bg); }
.case-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(11,13,16,.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.case-hero { padding: 96px 0 110px; overflow: hidden; }
.case-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; }
.case-hero-copy h1 { margin: 0; font-size: clamp(64px, 8vw, 112px); line-height: .88; letter-spacing: -.07em; }
.case-lede { max-width: 650px; margin: 28px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.case-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 28px; }
.case-meta div { padding: 15px 0; border-top: 1px solid var(--line); }
.case-meta span { display: block; margin-bottom: 7px; color: var(--faint); font-size: 9px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.case-meta strong { display: block; font-size: 12px; font-weight: 680; }
.concept-notice { padding: 18px 19px; border: 1px solid rgba(133,164,255,.24); border-radius: 14px; background: rgba(77,124,255,.055); }
.concept-notice strong { display: block; margin-bottom: 6px; color: #dce4ff; font-size: 11px; letter-spacing: .02em; }
.concept-notice p { margin: 0; color: #929ba8; font-size: 11px; line-height: 1.65; }
.case-visual { min-height: 650px; border-radius: 28px; box-shadow: var(--shadow); }
.case-visual .beauty-copy strong, .case-visual .coffee-copy strong { font-size: clamp(48px, 5vw, 78px); }
.case-visual .service-copy strong { font-size: clamp(52px, 5vw, 82px); }
.case-section { padding: 110px 0; border-top: 1px solid var(--line); }
.case-section-muted { background: var(--bg-soft); }
.case-two-col { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.case-two-col h2, .case-proof-grid h2, .case-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.case-body-copy { max-width: 760px; margin: 0; color: #b0b7c1; font-size: 18px; line-height: 1.8; }
.case-decisions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.case-decision { min-height: 300px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.018); }
.case-decision > span { color: var(--accent-2); font-size: 10px; font-weight: 760; letter-spacing: .12em; }
.case-decision h3 { margin: 92px 0 10px; font-size: 23px; letter-spacing: -.035em; }
.case-decision p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.case-path { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.case-path li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.case-path li > span { color: var(--accent-2); font-size: 10px; font-weight: 760; padding-top: 5px; }
.case-path h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.025em; }
.case-path p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.case-proof-section { background: linear-gradient(135deg, rgba(77,124,255,.07), rgba(255,255,255,.008)); }
.case-proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.case-proof-grid > div > p:last-child { max-width: 480px; color: var(--muted); line-height: 1.7; }
.case-proof-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.case-proof-grid li { padding: 22px 0 22px 27px; border-bottom: 1px solid var(--line); color: #c8cdd4; font-size: 14px; position: relative; }
.case-proof-grid li::before { content: '↗'; position: absolute; left: 0; color: var(--accent-2); }
.case-cta { padding: 88px 0; border-top: 1px solid var(--line); }
.case-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.case-cta p:not(.eyebrow) { color: var(--muted); }
@media (max-width: 1040px) {
  .case-hero-grid, .case-two-col, .case-proof-grid { grid-template-columns: 1fr; gap: 48px; }
  .case-visual { min-height: 560px; }
}
@media (max-width: 820px) {
  .case-hero { padding: 72px 0 86px; }
  .case-decisions { grid-template-columns: 1fr; }
  .case-decision { min-height: 220px; }
  .case-decision h3 { margin-top: 52px; }
  .case-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .case-hero-copy h1 { font-size: clamp(54px, 16vw, 74px); }
  .case-lede { font-size: 16px; }
  .case-meta { grid-template-columns: 1fr; }
  .case-visual { min-height: 400px; }
  .case-section { padding: 78px 0; }
  .case-body-copy { font-size: 16px; }
  .case-path li { grid-template-columns: 44px 1fr; gap: 10px; }
}

/* Client guide + case-study continuation */
.guide-index { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 0 0 64px; }
.guide-index a { padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; color: #c8cdd4; font-size: 12px; text-decoration: none; background: rgba(255,255,255,.015); }
.guide-index a:hover { border-color: rgba(133,164,255,.45); color: var(--text); }
.guide-shell section { scroll-margin-top: 100px; }
.guide-cta { margin-top: 70px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(77,124,255,.08), rgba(255,255,255,.012)); }
.guide-cta h2 { max-width: 620px; margin: 8px 0 26px; font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -.05em; }
.faq-list details a { color: #a9bdff; text-underline-offset: 3px; }
.case-next-section { padding: 54px 0; border-top: 1px solid var(--line); background: rgba(255,255,255,.012); }
.case-next-inner { display: flex; justify-content: space-between; align-items: end; gap: 32px; }
.case-next-inner h2 { margin: 4px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }
@media (max-width: 700px) {
  .guide-index { grid-template-columns: 1fr; margin-bottom: 48px; }
  .guide-cta { padding: 28px; }
  .case-next-inner { align-items: flex-start; flex-direction: column; }
}


.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

form [type="submit"][disabled] {
  cursor: wait;
  opacity: .68;
}
