:root {
  --black: #000000;
  --ink: #111111;
  --charcoal: #1d1d1d;
  --graphite: #303030;
  --mid: #777777;
  --line: #cfcfcf;
  --soft-line: #292929;
  --paper: #f1f1ef;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { left: 8px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: rgba(0,0,0,.9);
  backdrop-filter: blur(14px);
}
.header-shell {
  width: min(1440px, calc(100% - 56px));
  height: 84px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.wordmark { display: grid; width: max-content; line-height: 1.05; }
.wordmark strong { font-family: var(--serif); font-size: 1.02rem; font-style: italic; font-weight: 400; letter-spacing: -.02em; }
.wordmark span { margin-top: 4px; color: #8a8a8a; font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 32px; align-items: center; justify-content: center; }
.desktop-nav a { color: #bcbcbc; font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-contact { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid #fff; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-toggle, .nav-links { display: none; }

.hero { min-height: 100svh; padding-top: 84px; background: #000; display: flex; flex-direction: column; }
.hero-shell {
  width: min(1440px, calc(100% - 56px));
  min-height: 620px;
  margin-inline: auto;
  padding: 62px 0 38px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.hero-kicker { display: flex; justify-content: space-between; gap: 20px; color: #7b7b7b; font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-title-wrap { align-self: center; display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: end; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(5rem, 12vw, 11rem); font-weight: 400; line-height: .72; letter-spacing: -.075em; }
h1 em { display: inline-block; padding-left: .42em; font-weight: 400; }
.hero-title-wrap > p { max-width: 310px; margin: 0 0 14px; color: #a5a5a5; font-size: .95rem; }
.hero-footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.outline-button { min-height: 48px; padding: 0 20px; border: 1px solid #666; display: inline-flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.outline-button:hover { background: #fff; color: #000; }
.hero-index { color: #4f4f4f; font-family: var(--serif); font-size: 2rem; font-style: italic; }
.logo-band { margin-top: auto; border-top: 1px solid #222; border-bottom: 1px solid #222; background: #0b0b0b; overflow: hidden; }
.logo-band-inner { width: min(1440px, 100%); height: clamp(190px, 24vw, 340px); margin-inline: auto; display: grid; place-items: center; overflow: hidden; }
.logo-band img { width: min(780px, 86%); filter: grayscale(1) contrast(1.2) brightness(.92); opacity: .92; }

.statement-section {
  width: min(1440px, calc(100% - 56px));
  margin-inline: auto;
  padding: 130px 0 150px;
  display: grid;
  grid-template-columns: 120px minmax(0,1.4fr) minmax(290px,.6fr);
  gap: 55px;
  align-items: start;
  border-bottom: 1px solid #242424;
}
.section-index { color: #3a3a3a; font-family: var(--serif); font-size: 4.8rem; line-height: 1; }
.section-label { margin: 0 0 22px; color: #7d7d7d; font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.statement-copy h2, .services-head h2, .process-title h2, .enquiry-heading h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.055em;
}
.statement-detail { padding-top: 43px; }
.statement-detail p { color: #a6a6a6; font-size: 1rem; }
.text-arrow { display: inline-flex; gap: 30px; align-items: center; margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid #777; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-arrow span { font-size: 1rem; }

.controller-section {
  min-height: 760px;
  padding: 120px max(28px, calc((100vw - 1440px)/2));
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 80px;
  align-items: center;
  background: var(--paper);
  color: var(--ink);
}
.dark-label { color: #666; }
.controller-intro h2 { margin-bottom: 34px; font-family: var(--serif); font-size: clamp(3.3rem, 6.2vw, 7rem); font-weight: 400; line-height: .86; letter-spacing: -.06em; }
.controller-intro h2 em { font-weight: 400; }
.controller-intro > p:not(.section-label) { max-width: 600px; color: #515151; font-size: 1rem; }
.dark-button { min-height: 52px; margin-top: 24px; padding: 0 22px; border: 1px solid #111; background: #111; color: #fff; display: inline-flex; align-items: center; font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.dark-button:hover { background: transparent; color: #111; }
.controller-art { max-width: 640px; width: 100%; justify-self: end; }
.device { padding: 24px; border: 1px solid #929292; background: #d5d5d2; box-shadow: 22px 22px 0 #bdbdb9; }
.device-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #8a8a8a; }
.device-topline span { font-family: var(--serif); font-style: italic; }
.device-topline small { color: #666; font-size: .58rem; font-weight: 700; letter-spacing: .15em; }
.device-screen { min-height: 300px; margin: 22px 0; padding: 36px; background: #101010; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.device-screen > small { color: #777; font-size: .55rem; letter-spacing: .18em; }
.device-screen > strong { margin: 6px 0 34px; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 400; line-height: 1; letter-spacing: -.055em; }
.pressure-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #393939; border-left: 1px solid #393939; }
.pressure-grid span { min-height: 70px; border-right: 1px solid #393939; border-bottom: 1px solid #393939; display: grid; place-items: center; color: #a5a5a5; font-size: .65rem; letter-spacing: .12em; }
.device-keys { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.device-keys i { height: 46px; border: 1px solid #999; background: #c5c5c1; }
.controller-art > p { margin: 36px 0 0; color: #737373; font-size: .67rem; text-align: right; }

.services-section { width: min(1440px, calc(100% - 56px)); margin-inline: auto; padding: 140px 0; }
.services-head { display: grid; grid-template-columns: 220px 1fr; gap: 35px; align-items: start; margin-bottom: 62px; }
.services-head .section-label { padding-top: 20px; }
.service-list { border-top: 1px solid #343434; }
.service-row { min-height: 190px; display: grid; grid-template-columns: 100px 1.1fr 1fr 60px; gap: 36px; align-items: center; border-bottom: 1px solid #343434; }
.service-no { color: #5f5f5f; font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem,3vw,3.6rem); font-weight: 400; letter-spacing: -.04em; }
.service-row p { max-width: 480px; margin: 0; color: #919191; font-size: .91rem; }
.row-link { width: 48px; height: 48px; border: 1px solid #515151; display: grid; place-items: center; font-size: 1.2rem; transition: background .2s ease, color .2s ease; }
.row-link:hover { background: #fff; color: #000; }

.process-section {
  padding: 130px max(28px, calc((100vw - 1440px)/2));
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 100px;
  background: #141414;
}
.process-title { position: sticky; top: 140px; align-self: start; }
.process-title h2 { font-size: clamp(3.4rem,6.2vw,6.7rem); }
.process-steps { border-top: 1px solid #3a3a3a; }
.step { min-height: 210px; padding: 42px 0; display: grid; grid-template-columns: 90px 1fr; gap: 35px; border-bottom: 1px solid #3a3a3a; }
.step > span { color: #646464; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.step h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; letter-spacing: -.035em; }
.step p { max-width: 560px; margin: 0; color: #8f8f8f; }

.enquiry-section {
  width: min(1440px, calc(100% - 56px));
  margin-inline: auto;
  padding: 140px 0 110px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 90px;
}
.enquiry-heading h2 em { font-weight: 400; }
.contact-block { margin-top: 54px; padding-top: 24px; border-top: 1px solid #383838; display: grid; max-width: 360px; }
.contact-block > span { color: #696969; font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-block > strong { margin-top: 9px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.contact-block > a { width: max-content; margin-top: 4px; color: #b0b0b0; font-size: .92rem; border-bottom: 1px solid #555; }
.enquiry-form { padding: 46px; background: #ececea; color: #111; }
.form-intro { display: grid; grid-template-columns: 150px 1fr; gap: 30px; margin-bottom: 46px; padding-bottom: 26px; border-bottom: 1px solid #bfbfbc; }
.form-intro span { color: #666; font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.form-intro p { margin: 0; color: #555; font-size: .86rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.enquiry-form label { display: grid; gap: 8px; margin-bottom: 20px; color: #4d4d4d; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid #9a9a97; border-radius: 0; background: transparent; color: #111; padding: 13px 0; outline: none; text-transform: none; letter-spacing: normal; }
.enquiry-form input, .enquiry-form select { min-height: 50px; }
.enquiry-form textarea { min-height: 120px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: #111; }
.enquiry-form select { color-scheme: light; }
.form-submit { width: 100%; min-height: 64px; margin-top: 20px; padding: 0 22px; border: 1px solid #111; background: #111; color: #fff; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.form-submit span { font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-submit b { font-size: 1.2rem; font-weight: 400; }

.site-footer { padding: 72px max(28px, calc((100vw - 1440px)/2)) 28px; background: var(--paper); color: #111; }
.footer-main { min-height: 220px; display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 45px; align-items: start; }
.footer-wordmark { font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.8rem); font-style: italic; letter-spacing: -.055em; line-height: .9; }
.footer-main p { color: #555; }
.footer-main > a { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid #333; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-meta { padding-top: 22px; border-top: 1px solid #c4c4c0; display: flex; justify-content: space-between; gap: 30px; color: #727272; font-size: .64rem; }

.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 50px; padding: 7px 16px 7px 7px; border: 1px solid #686868; background: #0b0b0b; color: #fff; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 10px 34px rgba(0,0,0,.32); }
.whatsapp-float span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #777; font-family: var(--serif); font-size: .7rem; font-style: italic; }
.whatsapp-float b { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1020px) {
  .header-shell, .hero-shell, .statement-section, .services-section, .enquiry-section { width: min(100% - 36px, 1440px); }
  .desktop-nav, .header-contact { display: none; }
  .header-shell { grid-template-columns: 1fr auto; }
  .nav-toggle { justify-self: end; display: block; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: #fff; }
  .nav-links { position: absolute; top: 84px; left: 18px; right: 18px; padding: 18px; border: 1px solid #333; background: #070707; display: none; flex-direction: column; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 4px; border-bottom: 1px solid #222; color: #bdbdbd; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .nav-links a:last-child { border-bottom: 0; color: #fff; }
  .hero-title-wrap { grid-template-columns: 1fr; gap: 30px; }
  .hero-title-wrap > p { max-width: 540px; }
  .statement-section { grid-template-columns: 90px 1fr; }
  .statement-detail { grid-column: 2; max-width: 620px; padding-top: 0; }
  .controller-section { grid-template-columns: 1fr; gap: 70px; padding-inline: 28px; }
  .controller-art { justify-self: start; }
  .services-head { grid-template-columns: 1fr; gap: 8px; }
  .service-row { grid-template-columns: 70px 1fr 60px; padding: 36px 0; }
  .service-row p { grid-column: 2; }
  .row-link { grid-column: 3; grid-row: 1 / span 2; }
  .process-section { grid-template-columns: 1fr; gap: 65px; padding-inline: 28px; }
  .process-title { position: static; }
  .enquiry-section { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-wordmark { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .header-shell, .hero-shell, .statement-section, .services-section, .enquiry-section { width: min(100% - 28px, 1440px); }
  .header-shell { height: 74px; }
  .nav-links { top: 74px; left: 14px; right: 14px; }
  .hero { padding-top: 74px; min-height: auto; }
  .hero-shell { min-height: 590px; padding-top: 44px; }
  .hero-kicker { font-size: .56rem; }
  h1 { font-size: clamp(4.4rem, 24vw, 7.8rem); line-height: .76; }
  h1 em { padding-left: .08em; }
  .hero-title-wrap { align-self: center; }
  .hero-footer { align-items: center; }
  .hero-index { font-size: 1.3rem; }
  .logo-band-inner { height: 170px; }
  .logo-band img { width: 94%; }
  .statement-section { padding: 90px 0 100px; grid-template-columns: 1fr; gap: 16px; }
  .section-index { font-size: 2.2rem; }
  .statement-detail { grid-column: 1; padding-top: 22px; }
  .statement-copy h2, .services-head h2, .process-title h2, .enquiry-heading h2 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .controller-section { padding: 90px 20px; }
  .controller-intro h2 { font-size: clamp(3rem, 15vw, 5rem); }
  .device { padding: 14px; box-shadow: 10px 10px 0 #bdbdb9; }
  .device-screen { min-height: 250px; padding: 24px 18px; }
  .device-screen > strong { font-size: clamp(2.6rem, 15vw, 4.5rem); }
  .pressure-grid span { min-height: 56px; }
  .device-topline small { display: none; }
  .services-section { padding: 90px 0; }
  .service-row { grid-template-columns: 42px 1fr 44px; gap: 14px; }
  .service-row h3 { font-size: 2rem; }
  .service-row p { font-size: .84rem; }
  .row-link { width: 42px; height: 42px; }
  .process-section { padding: 90px 20px; }
  .step { grid-template-columns: 44px 1fr; gap: 18px; }
  .step h3 { font-size: 1.75rem; }
  .enquiry-section { padding: 90px 0; gap: 60px; }
  .enquiry-form { padding: 28px 20px; }
  .form-intro, .field-row { grid-template-columns: 1fr; gap: 12px; }
  .form-intro { margin-bottom: 30px; }
  .site-footer { padding-inline: 20px; }
  .footer-main { min-height: 270px; grid-template-columns: 1fr; }
  .footer-wordmark { grid-column: auto; }
  .footer-main > a { justify-self: start; }
  .footer-meta { flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}
