:root {
  --ink: #07131f;
  --navy: #0b2440;
  --blue: #136db1;
  --royal: #275fbd;
  --teal: #209891;
  --green: #25b985;
  --mint: #a8f0d1;
  --ice: #eaf7f7;
  --paper: #f5f7f7;
  --line: rgba(9, 34, 56, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Arial", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--green); color: var(--ink); }

.cursor-glow {
  position: fixed; inset: -260px auto auto -260px; width: 520px; height: 520px;
  border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(37,185,133,.1), transparent 67%);
  transition: transform .08s linear;
}
.section-shell { width: min(1220px, calc(100% - 64px)); margin: 0 auto; position: relative; }
.site-header {
  position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%);
  width: min(1280px, calc(100% - 36px)); height: 70px; display: flex; align-items: center;
  justify-content: space-between; padding: 8px 10px 8px 20px;
  border: 1px solid rgba(255,255,255,.65); border-radius: 18px;
  background: rgba(247,250,250,.8); backdrop-filter: blur(22px);
  box-shadow: 0 12px 45px rgba(8,35,59,.08);
}
.brand { background: transparent; border: 0; cursor: pointer; padding: 0; width: 52px; height: 52px; display: grid; place-items: center; }
.brand img { width: 44px; height: 44px; object-fit: contain; display: block; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav button { border: 0; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: color .25s; }
.nav button:hover { color: var(--teal); }
.header-cta, .button {
  border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  gap: 18px; font-weight: 800; transition: transform .25s, background .25s, color .25s;
}
.header-cta { height: 50px; padding: 0 20px; border-radius: 12px; background: var(--ink); color: white; font-size: 13px; }
.header-cta:hover, .button:hover { transform: translateY(-3px); }
.menu-button { display: none; }

.hero {
  position: relative; min-height: 100vh; padding: 145px max(32px, calc((100vw - 1220px)/2)) 70px;
  display: flex; align-items: center;
  background:
    linear-gradient(90deg, rgba(4,16,28,.94) 0%, rgba(5,22,35,.84) 38%, rgba(5,22,35,.35) 66%, rgba(5,22,35,.08) 100%),
    linear-gradient(0deg, rgba(4,15,25,.45), transparent 42%),
    url("../images/hero-robson-workspace.png") center center / cover no-repeat;
  overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .32; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 83%);
}
.hero-copy { position: relative; z-index: 2; width: min(720px, 60%); color: white; }
.eyebrow, .section-index {
  font-size: 11px; letter-spacing: .18em; font-weight: 800; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #b6d0d8; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(37,185,133,.12); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  font-size: clamp(54px, 6vw, 88px); line-height: .95; letter-spacing: -.065em;
  font-weight: 760; margin: 30px 0 28px; max-width: 790px;
}
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--teal); }
.hero-copy > p { max-width: 610px; color: #c4d5db; line-height: 1.7; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; margin: 35px 0 50px; flex-wrap: wrap; }
.button { min-height: 56px; border-radius: 12px; padding: 0 24px; font-size: 13px; }
.button.primary { background: linear-gradient(115deg, var(--green), var(--teal)); color: white; box-shadow: 0 16px 32px rgba(32,152,145,.2); }
.button.secondary { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); color: white; backdrop-filter: blur(10px); }
.hero-proof { display: flex; gap: 35px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.22); max-width: 620px; }
.hero-proof div { display: flex; gap: 10px; align-items: center; }
.hero-proof strong { font-size: 24px; letter-spacing: -.04em; }
.hero-proof span { font-size: 10px; line-height: 1.35; color: #b3c4cb; text-transform: uppercase; letter-spacing: .07em; }
.signal-card {
  position: relative; min-height: 530px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.83), rgba(224,242,239,.68));
  box-shadow: 0 45px 90px rgba(14,57,79,.16); backdrop-filter: blur(18px); overflow: hidden;
  transform: rotateY(-4deg) rotateX(2deg); animation: float 6s ease-in-out infinite;
}
.signal-top { display: flex; justify-content: space-between; padding: 22px 25px; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.live { color: var(--teal); display: flex; align-items: center; gap: 6px; }
.live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 1.8s infinite; }
.signal-stage { height: 365px; position: relative; display: grid; place-items: center; }
.signal-stage::before { content: ""; position: absolute; width: 240px; height: 240px; background: radial-gradient(circle, rgba(37,185,133,.22), transparent 67%); }
.signal-logo { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 28px; color: white; font-size: 30px; font-weight: 900; background: linear-gradient(135deg, var(--green), var(--blue)); box-shadow: 0 22px 55px rgba(16,107,149,.28); z-index: 3; }
.orbit { position: absolute; border: 1px dashed rgba(20,108,150,.28); border-radius: 50%; animation: rotate 18s linear infinite; }
.orbit-one { width: 250px; height: 250px; }
.orbit-two { width: 360px; height: 360px; animation-direction: reverse; animation-duration: 27s; }
.node { position: absolute; z-index: 4; padding: 9px 12px; border-radius: 9px; background: white; box-shadow: 0 8px 25px rgba(12,54,74,.13); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.node-one { top: 72px; left: 80px; }.node-two { top: 92px; right: 60px; }.node-three { bottom: 70px; right: 70px; }.node-four { bottom: 58px; left: 68px; }
.signal-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.signal-metrics div { padding: 18px; border-right: 1px solid var(--line); }
.signal-metrics div:last-child { border: 0; }
.signal-metrics small { display: block; font-size: 8px; letter-spacing: .12em; color: #70828d; margin-bottom: 7px; }
.signal-metrics strong { font-size: 11px; }
.float-chip { position: absolute; z-index: 5; border-radius: 9px; padding: 12px 15px; background: var(--ink); color: white; font-size: 9px; letter-spacing: .11em; font-weight: 800; box-shadow: 0 14px 40px rgba(7,19,31,.2); }
.chip-one { left: -32px; top: 135px; }.chip-two { right: -18px; bottom: 105px; background: var(--green); }
.scroll-hint { position: absolute; left: 22px; bottom: 28px; display: flex; gap: 8px; align-items: center; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .18em; font-weight: 800; color: white; }
.scroll-hint span { height: 40px; width: 1px; background: white; }

.manifesto { padding: 0 0 130px; background: var(--ink); color: white; overflow: hidden; }
.ticker { padding: 22px 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--mint); white-space: nowrap; font-size: 12px; letter-spacing: .18em; font-weight: 800; }
.ticker div { width: max-content; animation: ticker 22s linear infinite; }
.ticker i { margin: 0 24px; font-style: normal; }
.manifesto-inner { padding-top: 125px; display: grid; grid-template-columns: 1fr 3.2fr; gap: 20px; }
.section-index { color: #6f8593; }
.manifesto h2 { font-size: clamp(44px, 5vw, 74px); line-height: 1.05; letter-spacing: -.05em; font-weight: 650; margin: 0; grid-column: 2; }
.manifesto p { grid-column: 2; max-width: 740px; margin: 35px 0 0; color: #a8b6be; font-size: 17px; line-height: 1.75; }

.solutions, .method, .faq { padding-top: 130px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: 1.7fr .7fr; gap: 50px; align-items: end; margin-bottom: 75px; }
.section-heading h2, .method-intro h2, .about-copy h2, .comparison h2, .closing h2 {
  font-size: clamp(42px, 5vw, 70px); line-height: 1.02; letter-spacing: -.055em; margin: 20px 0 0; font-weight: 680;
}
.section-heading > p { color: #607381; line-height: 1.7; margin: 0; max-width: 420px; }
.solution-row {
  display: grid; grid-template-columns: 70px 1.25fr 1.15fr 1fr 40px; gap: 26px; align-items: center;
  padding: 35px 0; border-top: 1px solid var(--line); transition: padding .3s, background .3s;
}
.solution-row:last-child { border-bottom: 1px solid var(--line); }
.solution-row:hover { padding-left: 16px; padding-right: 16px; background: rgba(255,255,255,.55); }
.solution-number { font-size: 10px; color: var(--teal); font-weight: 800; }
.solution-row h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.solution-row p { margin: 0; font-size: 13px; color: #627581; line-height: 1.65; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags span { border: 1px solid var(--line); padding: 7px 9px; border-radius: 99px; font-size: 9px; font-weight: 700; color: #496473; }
.row-arrow { font-size: 22px; transition: transform .3s; }.solution-row:hover .row-arrow { transform: rotate(45deg); }

.work { background: var(--navy); color: white; padding: 130px 0 145px; }
.section-heading.light .section-index { color: #6fa8b9; }.section-heading.light > p { color: #9fb0bd; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { min-height: 490px; border-radius: 22px; overflow: hidden; position: relative; color: var(--ink); padding: 26px; transition: transform .35s; }
.project-card:hover { transform: translateY(-8px); }
.project-card.blue,
.project-card.green,
.project-card.cyan,
.project-card.mint,
.project-card.navy,
.project-card.lime { background: #92d9ca; }
.project-top { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; }
.project-art { height: 285px; position: relative; margin-top: 18px; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.35); border: 1px solid rgba(255,255,255,.55); }
.project-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.project-card:hover .project-art img { transform: scale(1.045); }
.project-image-shade { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(5,25,40,.08), rgba(5,25,40,.42)); }
.art-window { position: absolute; left: 12%; right: 12%; top: 20%; bottom: 16%; border-radius: 12px; background: rgba(6,27,43,.9); box-shadow: 0 24px 45px rgba(7,30,46,.2); }
.art-window i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--green); margin: 12px 0 0 6px; }
.art-window i:first-child { margin-left: 14px; }
.art-type { position: absolute; z-index: 2; right: 22px; bottom: 10px; font-size: 54px; font-weight: 900; color: rgba(255,255,255,.86); letter-spacing: -.12em; text-shadow: 0 6px 25px rgba(0,0,0,.28); }
.art-line { position: absolute; height: 4px; background: rgba(255,255,255,.65); border-radius: 9px; transform: rotate(-18deg); }
.line-a { width: 180px; left: -20px; top: 80px; }.line-b { width: 140px; right: -20px; bottom: 55px; }
.project-meta { display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding-top: 24px; }
.project-meta span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.project-meta h3 { grid-row: 2; font-size: 30px; letter-spacing: -.045em; margin: 6px 0 0; }
.project-meta p { grid-column: 2; grid-row: 1 / 3; margin: 0; text-align: right; font-size: 11px; line-height: 1.5; }

.method { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.method-intro { position: sticky; top: 130px; align-self: start; }
.method-intro p { color: #607381; line-height: 1.7; max-width: 440px; margin: 28px 0; }
.method-cta { display: inline-flex; gap: 14px; border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 6px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.method-step { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 36px 0 55px; border-top: 1px solid var(--line); }
.method-step > span { font-size: 10px; color: var(--teal); font-weight: 800; }
.method-step h3 { font-size: 33px; margin: 0 0 14px; letter-spacing: -.045em; }
.method-step p { margin: 0; color: #607381; line-height: 1.7; max-width: 500px; }

.about { background: #e4f4f1; padding: 140px 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.about-portrait { height: 650px; border-radius: 26px; background: linear-gradient(145deg, var(--teal), var(--blue)); position: relative; overflow: hidden; box-shadow: 0 30px 70px rgba(12,86,116,.17); }
.about-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,30,.72), transparent 48%); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; transform: scale(1.16); }
.portrait-caption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 25px; display: flex; justify-content: space-between; color: white; font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.about-copy h2 { margin-bottom: 35px; }
.about-copy .lead { font-size: 21px; line-height: 1.6; color: #203d4d; }
.about-copy > p:not(.lead) { color: #5e737e; line-height: 1.75; }
.about-values { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.about-values span { padding: 14px 16px; border: 1px solid rgba(12,67,83,.16); border-radius: 10px; font-size: 11px; font-weight: 800; }

.comparison { padding: 145px 0; background: var(--ink); color: white; }
.comparison-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.comparison h2 em { color: var(--mint); }
.comparison-card { border: 1px solid rgba(255,255,255,.15); border-radius: 20px; overflow: hidden; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-head { padding: 22px 26px; color: #718795; background: rgba(255,255,255,.04); font-size: 9px; letter-spacing: .14em; }
.comparison-head strong { color: var(--mint); }
.comparison-row { padding: 24px 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.comparison-row span { color: #718795; }.comparison-row strong { color: white; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq .section-heading { display: block; margin: 0; }
.faq .section-heading > p { margin-top: 25px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 26px 0; background: transparent; border: 0; display: flex; justify-content: space-between; text-align: left; cursor: pointer; font-weight: 750; font-size: 17px; }
.faq-item button i { font-style: normal; font-size: 25px; color: var(--teal); }
.faq-answer { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .4s ease, opacity .25s ease; }
.faq-answer p { color: #617582; line-height: 1.7; margin: 0; max-width: 650px; padding: 0; }
.faq-item.open .faq-answer { max-height: 240px; opacity: 1; }
.faq-item.open .faq-answer p { padding-bottom: 28px; }

.closing { background: linear-gradient(135deg, #1cad85, #1176a4 75%); color: white; position: relative; overflow: hidden; }
.closing-inner { padding-top: 140px; padding-bottom: 150px; text-align: center; z-index: 2; }
.closing .section-index { color: rgba(255,255,255,.67); }
.closing h2 { font-size: clamp(54px, 7vw, 95px); }.closing h2 em { color: white; }
.closing p { max-width: 600px; margin: 30px auto; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.light-button { background: white !important; color: var(--ink) !important; box-shadow: 0 18px 45px rgba(8,55,77,.2) !important; }
.closing-orb { position: absolute; width: 720px; height: 720px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.closing-orb::before, .closing-orb::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; inset: 80px; }
.closing-orb::after { inset: 170px; }

footer { background: #050d14; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 50px; padding-top: 70px; padding-bottom: 70px; }
.footer-main img { width: 210px; }
.footer-main p { color: #81919b; line-height: 1.6; margin: 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-links button { color: white; border: 0; background: transparent; padding: 0; cursor: pointer; font-size: 12px; font-weight: 800; display: flex; gap: 10px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; padding-bottom: 28px; color: #63747e; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(3,13,22,.76); backdrop-filter: blur(12px); animation: fade .25s; }
.modal { width: min(610px, 100%); max-height: 92vh; overflow-y: auto; position: relative; border-radius: 24px; background: #f7faf9; padding: 46px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.modal-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; background: #e7eeee; border-radius: 50%; font-size: 25px; cursor: pointer; }
.modal h2 { font-size: 44px; line-height: 1; letter-spacing: -.05em; margin: 20px 0; }
.modal > p { color: #657884; line-height: 1.6; }
.modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.modal label { font-size: 10px; letter-spacing: .08em; font-weight: 800; text-transform: uppercase; }
.modal input, .modal select { display: block; width: 100%; height: 50px; margin-top: 8px; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 0 14px; outline: none; text-transform: none; }
.modal input:focus, .modal select:focus { border-color: var(--teal); }
.modal form .button { grid-column: 1 / -1; margin-top: 8px; }
.success { text-align: center; padding: 35px 0; }
.success > span { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 22px; background: var(--green); color: white; font-size: 30px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: rotateY(-4deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-2deg) rotateX(1deg) translateY(-10px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(37,185,133,.45); } 50% { box-shadow: 0 0 0 7px rgba(37,185,133,0); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes fade { from { opacity: 0; } }

@media (max-width: 980px) {
  .site-header { height: 64px; }.brand { width: 46px; height: 46px; }.brand img { width: 40px; height: 40px; }
  .nav { position: fixed; top: 75px; left: 0; right: 0; background: #f7faf9; border-radius: 16px; padding: 28px; flex-direction: column; align-items: flex-start; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .3s; box-shadow: 0 20px 50px rgba(8,35,59,.14); }
  .nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .header-cta { display: none; }.menu-button { display: flex; width: 48px; height: 48px; border: 0; border-radius: 12px; background: var(--ink); flex-direction: column; justify-content: center; gap: 6px; padding: 0 13px; }
  .menu-button span { height: 1px; background: white; width: 100%; }
  .hero { padding-top: 125px; background-position: 62% center; }
  .hero-copy { width: min(680px, 75%); }.scroll-hint { display: none; }
  .manifesto-inner { grid-template-columns: 1fr; }.manifesto h2, .manifesto p { grid-column: 1; }
  .section-heading, .about-grid, .comparison-grid, .method, .faq { grid-template-columns: 1fr; gap: 55px; }
  .solution-row { grid-template-columns: 45px 1fr 40px; }.solution-row p, .tags { grid-column: 2 / 4; }
  .method-intro { position: relative; top: 0; }
  .about-portrait { height: 520px; max-width: 550px; width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 34px, 1220px); }
  .site-header { top: 10px; width: calc(100% - 20px); }
  .hero { padding: 115px 18px 70px; min-height: 850px; align-items: flex-end; background-position: 68% center; }
  .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.98) 0%, rgba(4,16,28,.7) 48%, rgba(4,16,28,.12) 78%); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 50px; }.hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }.button { width: 100%; }
  .hero-proof { gap: 16px; flex-wrap: wrap; }.hero-proof div { width: calc(50% - 8px); }
  .manifesto { padding-bottom: 90px; }.manifesto-inner { padding-top: 85px; }
  .manifesto h2, .section-heading h2, .method-intro h2, .about-copy h2, .comparison h2 { font-size: 42px; }
  .solutions, .method, .faq { padding-top: 90px; padding-bottom: 95px; }
  .section-heading { margin-bottom: 45px; }
  .solution-row { gap: 15px; padding: 28px 0; }.solution-row h3 { font-size: 21px; }
  .portfolio-grid { grid-template-columns: 1fr; }.work { padding: 95px 0; }
  .project-card { min-height: 430px; }.project-art { height: 240px; }.project-meta { grid-template-columns: 1fr; }.project-meta p { grid-column: 1; grid-row: 3; text-align: left; margin-top: 8px; }
  .about { padding: 95px 0; }.about-grid { gap: 55px; }.about-portrait { height: 430px; }.portrait-monogram { font-size: 130px; }
  .about-values { grid-template-columns: 1fr; }
  .comparison { padding: 95px 0; }.comparison-grid { gap: 55px; }.comparison-head, .comparison-row { gap: 12px; padding-left: 16px; padding-right: 16px; }.comparison-row { font-size: 11px; }
  .closing-inner { padding: 100px 0; }.closing h2 { font-size: 52px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 55px; padding-bottom: 45px; }.footer-links { grid-column: 1; grid-row: auto; align-items: flex-start; margin-top: 15px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .modal { padding: 38px 24px 28px; }.modal h2 { font-size: 38px; }.modal form { grid-template-columns: 1fr; }.modal form .button { grid-column: 1; }
}

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

[hidden] { display: none !important; }
