:root {
  --ink: #0c1b26;
  --navy: #071c2c;
  --navy-2: #0b2a3d;
  --green: #16a36a;
  --green-dark: #08794d;
  --mint: #dff5e9;
  --gold: #d9a74b;
  --paper: #f6f7f3;
  --white: #fff;
  --muted: #5f6c74;
  --line: rgba(12, 27, 38, .13);
  --shadow: 0 24px 70px rgba(5, 28, 43, .14);
  --radius: 24px;
  --wrap: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.signal-bar { background: #041521; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .02em; }
.signal-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.signal-inner span { display: flex; align-items: center; gap: 8px; }
.signal-inner i { width: 7px; height: 7px; border-radius: 50%; background: #35d78d; box-shadow: 0 0 0 5px rgba(53,215,141,.1); }
.signal-inner a { color: #fff; font-weight: 700; }

.topbar { position: absolute; z-index: 20; inset: 36px 0 auto; color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); transition: .25s ease; }
.topbar.scrolled { position: fixed; inset: 0 0 auto; color: var(--ink); background: rgba(250,251,248,.94); border-color: var(--line); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(5,28,43,.08); }
.topbar-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.34); border-radius: 14px 4px 14px 4px; background: rgba(255,255,255,.1); overflow: hidden; }
.brand-logo::before { content: ""; position: absolute; width: 34px; height: 34px; border-radius: 50%; background: var(--green); transform: translate(13px,-13px); opacity: .85; }
.brand-logo b { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 25px; font-weight: 500; color: #fff; }
.brand-name { display: block; font-size: 17px; line-height: 1.1; letter-spacing: .22em; }
.brand-tag { display: block; margin-top: 4px; font-size: 9px; letter-spacing: .12em; opacity: .7; }
.topbar.scrolled .brand-logo { background: var(--navy); border-color: var(--navy); }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .2s ease; }
.nav > a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border-radius: 999px; color: var(--navy); background: #fff; }
.topbar.scrolled .nav-cta { color: #fff; background: var(--navy); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 790px; height: min(900px, 92vh); overflow: hidden; color: #fff; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,29,.97) 0%, rgba(3,18,29,.82) 35%, rgba(3,18,29,.28) 69%, rgba(3,18,29,.1) 100%), linear-gradient(0deg, rgba(3,18,29,.78), transparent 43%), url('/assets/sylora-hero.jpg') center/cover no-repeat; transform: scale(1.01); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 60%); }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; padding-top: 100px; }
.hero-copy { width: min(100%, 760px); min-width: 0; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #55d99b; }
.hero h1, .section-head h2, .survey-panel h2, .about-intro h2, .inquiry-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 750px; font-size: clamp(52px, 6vw, 84px); text-wrap: balance; }
.hero h1 em, .section-head h2 em, .survey-panel h2 em, .about-intro h2 em { color: #50d596; font-weight: 400; }
.hero-sub { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; padding: 0 24px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--green); box-shadow: 0 12px 30px rgba(22,163,106,.28); }
.btn-primary:hover { background: #12b573; box-shadow: 0 16px 38px rgba(22,163,106,.35); }
.btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.hero-proof { margin-top: 48px; display: flex; gap: 0; }
.hero-proof div { min-width: 155px; display: flex; align-items: center; gap: 13px; padding: 0 25px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; color: #fff; }
.hero-proof span { color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; right: max(24px, calc((100% - var(--wrap))/2)); bottom: 30px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.scroll-cue i::after { content: "↓"; display: grid; height: 100%; place-items: center; color: #fff; font-style: normal; }

.trust-band { color: #fff; background: var(--green-dark); }
.trust-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-inner p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .74; }
.trust-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 3vw, 44px); color: rgba(255,255,255,.92); font-family: Georgia, serif; font-size: 16px; }

.section { padding: 120px 0; }
.section-head { margin-bottom: 55px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 70px; }
.section-head h2, .about-intro h2 { font-size: clamp(46px, 5vw, 70px); }
.section-head > p { max-width: 560px; margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.section-head.compact { margin-bottom: 45px; }
.services-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 8px 25px rgba(5,28,43,.04); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card.featured { margin-top: 28px; }
.service-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #dbe5df; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,29,.48), transparent 45%); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-number { position: absolute; z-index: 1; left: 22px; bottom: 15px; color: #fff; font-family: Georgia, serif; font-size: 30px; }
.service-body { padding: 30px 28px 32px; }
.service-label { margin: 0 0 11px; color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.service-body h3 { min-height: 62px; margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; }
.service-body > p:not(.service-label) { min-height: 76px; margin: 16px 0; color: var(--muted); font-size: 14px; }
.service-body ul { min-height: 190px; margin: 0; padding: 17px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-body li { position: relative; margin: 8px 0; padding-left: 18px; color: #34444e; font-size: 13px; }
.service-body li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.text-link { margin-top: 23px; display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 12px; font-weight: 900; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }

.survey-feature { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.survey-visual { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,21,33,.18), rgba(4,21,33,.12) 38%, rgba(4,21,33,.92) 69%, #041521 100%), linear-gradient(0deg, rgba(4,21,33,.38), transparent), url('/assets/service-engineering.jpg') left center/cover no-repeat; }
.survey-wrap { position: relative; display: flex; justify-content: flex-end; }
.survey-panel { width: min(610px, 55%); padding: 70px 0 70px 65px; }
.survey-panel h2 { font-size: clamp(45px, 5vw, 67px); }
.survey-panel > p:not(.eyebrow) { max-width: 580px; margin: 25px 0; color: rgba(255,255,255,.72); font-size: 16px; }
.survey-services { margin: 28px 0 36px; display: flex; flex-wrap: wrap; gap: 9px; }
.survey-services span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.06); font-size: 11px; backdrop-filter: blur(8px); }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { position: relative; padding: 28px 30px 22px 0; border-top: 1px solid var(--line); }
.process-grid article::after { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px var(--paper); }
.process-grid span { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.process-grid h3 { margin: 34px 0 9px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.process-grid p { max-width: 240px; margin: 0; color: var(--muted); font-size: 14px; }

.systems-section { position: relative; overflow: hidden; background: #fff; }
.systems-section::before { content: ""; position: absolute; left: -140px; top: -190px; width: 430px; height: 430px; border-radius: 50%; background: rgba(22,163,106,.055); }
.systems-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.systems-visual { position: relative; min-height: 620px; overflow: hidden; border-radius: 30px 8px 30px 8px; box-shadow: var(--shadow); }
.systems-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,21,33,.82), transparent 48%); }
.systems-visual img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 57% center; }
.systems-caption { position: absolute; z-index: 1; left: 32px; right: 32px; bottom: 30px; color: #fff; }
.systems-caption span { display: block; margin-bottom: 7px; color: #5be2a4; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.systems-caption strong { max-width: 420px; display: block; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 37px); font-weight: 400; line-height: 1.15; }
.systems-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 68px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.systems-copy h2 em { color: var(--green); font-weight: 400; }
.systems-lead { margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.systems-flow { display: grid; border-top: 1px solid var(--line); }
.systems-flow article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.systems-flow article > b { color: var(--green); font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.systems-flow article span { display: grid; gap: 4px; }
.systems-flow strong { color: var(--ink); font-size: 14px; }
.systems-flow small { color: var(--muted); font-size: 12px; }
.systems-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.btn-dark { color: #fff; background: var(--navy); box-shadow: 0 12px 30px rgba(5,28,43,.16); }
.btn-dark:hover { background: #0b2f43; }

.about-section { color: #fff; background: var(--navy); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.about-intro .lead { margin-top: 30px; color: #fff; font-size: 20px; line-height: 1.65; }
.about-intro > p:last-child { color: rgba(255,255,255,.62); font-size: 15px; }
.about-manifesto { position: relative; padding: 55px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.03)); }
.quote-mark { position: absolute; right: 40px; top: 8px; color: rgba(80,213,150,.26); font-family: Georgia, serif; font-size: 140px; line-height: 1; }
.about-manifesto blockquote { position: relative; margin: 0; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 39px); line-height: 1.32; }
.about-manifesto p { color: rgba(255,255,255,.6); }
.manifesto-line { height: 1px; margin: 30px 0 24px; background: rgba(255,255,255,.14); }
.about-manifesto strong { display: inline-block; margin-right: 18px; color: #52d799; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }

.inquiry-section { color: #fff; background: linear-gradient(135deg, #08794d, #0a5b43 55%, #074333); }
.inquiry-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.inquiry-copy { padding-top: 34px; }
.inquiry-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.inquiry-copy > p:not(.eyebrow) { max-width: 480px; margin: 25px 0 40px; color: rgba(255,255,255,.73); font-size: 17px; }
.contact-stack { border-top: 1px solid rgba(255,255,255,.18); }
.contact-stack a, .contact-stack div { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-stack span { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-stack strong { font-size: 13px; font-weight: 700; }
.form { padding: clamp(28px, 4vw, 48px); border-radius: var(--radius); color: var(--ink); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-head { margin-bottom: 28px; }
.form-head span { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.form-head h3 { margin: 6px 0 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: block; margin-bottom: 16px; color: #52606a; font-size: 11px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.form input, .form select, .form textarea { width: 100%; margin-top: 7px; border: 1px solid #d8dfdc; border-radius: 11px; outline: 0; padding: 13px 14px; color: var(--ink); background: #fafbf9; font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.form textarea { min-height: 130px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(22,163,106,.1); }
.btn-full { width: 100%; border-radius: 12px; }
.btn:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: 13px; font-weight: 700; text-align: center; }
.form-status.ok { color: var(--green-dark); }
.form-status.err { color: #ba2d38; }
.form-note { margin: 4px 0 0; color: #879198; font-size: 10px; text-align: center; }

.footer { color: rgba(255,255,255,.72); background: #041521; }
.footer-top { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; }
.footer-brand { color: #fff; }
.footer-top > p { max-width: 500px; margin: 0; font-size: 14px; }
.footer-arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .04em; }
.footer-bottom a { color: #57d89c; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

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

@media (max-width: 1040px) {
  .trust-list span:nth-child(even) { display: none; }
  .service-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .service-card, .service-card.featured { display: grid; grid-template-columns: .85fr 1.15fr; margin-top: 0; }
  .service-image { height: 100%; aspect-ratio: auto; }
  .service-body h3, .service-body > p:not(.service-label), .service-body ul { min-height: 0; }
  .survey-panel { width: 62%; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .systems-grid { grid-template-columns: 1fr; }
  .systems-visual { min-height: 520px; }
  .systems-visual img { min-height: 520px; }
  .about-grid { gap: 55px; }
  .about-manifesto { padding: 40px; }
  .inquiry-grid { grid-template-columns: 1fr; }
  .inquiry-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; }
  .inquiry-copy .eyebrow, .inquiry-copy h2 { grid-column: 1; }
  .inquiry-copy > p:not(.eyebrow) { grid-column: 1; }
  .contact-stack { grid-column: 2; grid-row: 1/5; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .signal-inner { justify-content: center; text-align: center; font-size: 9px; }
  .signal-inner a { display: none; }
  .topbar-inner { min-height: 72px; }
  .brand-tag { display: none; }
  .menu-toggle { display: inline-flex; border: 1px solid currentColor; border-radius: 999px; padding: 8px 13px; color: inherit; background: transparent; font-size: 11px; font-weight: 800; }
  .nav { position: absolute; left: 16px; right: 16px; top: 80px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 17px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 13px; }
  .nav-cta { margin-top: 6px; justify-content: center; color: #fff; background: var(--navy); }
  .hero { min-height: 780px; height: auto; }
  .hero-media { background: linear-gradient(90deg, rgba(3,18,29,.94), rgba(3,18,29,.58)), linear-gradient(0deg, rgba(3,18,29,.82), transparent 55%), url('/assets/sylora-hero.jpg') 60% center/cover no-repeat; }
  .hero-inner { min-height: 780px; padding: 145px 0 70px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(41px, 12vw, 54px); }
  .hero-sub { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof div { min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; gap: 5px; padding: 0 10px; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 8px; }
  .scroll-cue { display: none; }
  .trust-inner { padding: 20px 0; flex-direction: column; gap: 10px; }
  .trust-list { width: 100%; justify-content: space-around; gap: 12px; font-size: 14px; }
  .trust-list span:nth-child(n+5) { display: none; }
  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
  .section-head h2, .about-intro h2 { font-size: 47px; }
  .section-head > p { font-size: 15px; }
  .service-card, .service-card.featured { display: block; }
  .service-image { aspect-ratio: 4/3; }
  .service-body { padding: 26px 22px 28px; }
  .survey-feature { min-height: 820px; align-items: flex-end; }
  .survey-visual { background: linear-gradient(0deg, #041521 19%, rgba(4,21,33,.82) 55%, rgba(4,21,33,.12)), url('/assets/service-engineering.jpg') 43% top/auto 55% no-repeat; }
  .survey-panel { width: 100%; padding: 300px 0 60px; }
  .survey-panel h2 { font-size: 46px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { padding-bottom: 16px; }
  .systems-visual { min-height: 440px; }
  .systems-visual img { min-height: 440px; }
  .systems-caption { left: 22px; right: 22px; bottom: 22px; }
  .systems-copy h2 { font-size: 46px; }
  .systems-actions .btn { width: 100%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-manifesto { padding: 32px 26px; }
  .inquiry-copy { display: block; padding-top: 0; }
  .inquiry-copy h2 { font-size: 50px; }
  .form { padding: 28px 20px; }
  .row2 { grid-template-columns: 1fr; gap: 0; }
  .contact-stack { margin-bottom: 35px; }
  .footer-top { grid-template-columns: 1fr auto; gap: 20px; padding: 45px 0; }
  .footer-top > p { grid-column: 1/3; grid-row: 2; }
  .footer-bottom { min-height: 100px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
}
