:root {
  --navy: #061b35;
  --navy-deep: #031326;
  --navy-mid: #0a2a4c;
  --navy-soft: #123b63;
  --blue: #53a8ff;
  --blue-bright: #73bcff;
  --blue-light: #b8dcff;
  --blue-pale: #eaf5ff;
  --paper: #f7f9fc;
  --white: #ffffff;
  --ink: #0b1f33;
  --muted: #56697b;
  --line: #dbe5ee;
  --accent: #53a8ff;
  --accent-dark: #126fb8;
  --radius: 18px;
  --radius-small: 11px;
  --shadow: 0 22px 60px rgba(3, 19, 38, 0.13);
  --shadow-soft: 0 12px 34px rgba(3, 19, 38, 0.08);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p,
ul,
ol,
dl {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
}

h2 {
  font-size: clamp(2.05rem, 3.8vw, 3.55rem);
}

h3 {
  font-size: 1.25rem;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

section,
[id] {
  scroll-margin-top: 88px;
}

.container {
  margin: 0 auto;
  max-width: calc(var(--container) + 3rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.section-pad {
  padding: 7rem 0;
}

.skip-link {
  background: var(--white);
  border-radius: 0 0 8px 8px;
  color: var(--navy);
  font-weight: 800;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -100px;
  transition: top 160ms ease;
  z-index: 2000;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 1rem;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--blue-bright);
}

.section-heading {
  margin-bottom: 3.2rem;
}

.section-heading h2 {
  max-width: 820px;
}

.section-heading > p:last-child,
.split-heading > p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 590px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.split-heading > div h2 {
  margin-bottom: 0;
}

.split-heading > p {
  margin-bottom: 0.25rem;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 50px;
  padding: 0.86rem 1.2rem;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--blue-bright), var(--blue));
  box-shadow: 0 10px 26px rgba(83, 168, 255, 0.24);
  color: #031326;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button-dark-outline,
.button-secondary {
  background: var(--white);
  border-color: #b8c8d6;
  color: var(--navy);
}

.full-width {
  width: 100%;
}

.text-link {
  align-items: center;
  color: var(--blue-light);
  display: inline-flex;
  font-weight: 800;
  gap: 0.45rem;
  text-decoration: none;
}

.text-link span {
  font-size: 1.1em;
}

.small-note {
  color: #657788;
  font-size: 0.86rem;
}

/* Header */
.site-header {
  background: rgba(3, 19, 38, 0.94);
  border-bottom: 1px solid rgba(184, 220, 255, 0.13);
  inset: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 100;
}

@supports (backdrop-filter: blur(16px)) {
  .site-header {
    backdrop-filter: blur(16px);
    background: rgba(3, 19, 38, 0.84);
  }
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 76px;
}

.brand {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo {
  height: 50px;
  width: 50px;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.brand-copy small {
  color: #91b6d7;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-top: 0.3rem;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 1.45rem;
}

.site-nav a {
  color: #d9e8f5;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav .nav-cta {
  background: var(--blue);
  border-radius: 8px;
  color: var(--navy-deep);
  padding: 0.7rem 0.9rem;
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 44px;
}

.nav-line {
  background: var(--white);
  display: block;
  height: 2px;
  left: 11px;
  position: absolute;
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
  width: 20px;
}

.nav-line:nth-of-type(2) { top: 13px; }
.nav-line:nth-of-type(3) { top: 20px; }
.nav-line:nth-of-type(4) { top: 27px; }

.nav-toggle[aria-expanded="true"] .nav-line:nth-of-type(2) { top: 20px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-line:nth-of-type(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-line:nth-of-type(4) { top: 20px; transform: rotate(-45deg); }

/* Hero */
.hero {
  background: radial-gradient(circle at 78% 28%, rgba(30, 110, 188, 0.26), transparent 31%), linear-gradient(138deg, #031326 0%, #061b35 53%, #0a3155 100%);
  color: var(--white);
  overflow: hidden;
  padding: 6.2rem 0 0;
  position: relative;
}

.hero::after {
  background-image: linear-gradient(rgba(184, 220, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(184, 220, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  pointer-events: none;
  position: absolute;
}

.hero-glow {
  border: 1px solid rgba(83, 168, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  height: 540px;
  right: -220px;
  top: -210px;
  width: 540px;
}

.hero-glow-two {
  bottom: 40px;
  height: 340px;
  left: -190px;
  width: 340px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(440px, 0.9fr);
  padding-bottom: 5.5rem;
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  color: var(--white);
  margin-bottom: 1.4rem;
  max-width: 790px;
}

.hero-copy h1 span {
  color: var(--blue-bright);
}

.hero-lede {
  color: #d1e1ee;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.55;
  margin-bottom: 1.8rem;
  max-width: 680px;
}

.hero-note {
  border-left: 2px solid var(--blue);
  color: #aac4da;
  font-size: 0.9rem;
  margin: 1.6rem 0 1rem;
  max-width: 610px;
  padding-left: 0.85rem;
}

.planner-inline {
  color: var(--blue-light);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 0.45rem;
  text-underline-offset: 0.22em;
}

.hero-showcase {
  align-items: center;
  display: grid;
  min-height: 480px;
  padding-bottom: 2rem;
  position: relative;
}

.work-browser-bar i {
  background: #7891a7;
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
}

.studio-device-scene {
  min-height: 440px;
  position: relative;
  width: 100%;
}

.studio-laptop {
  position: absolute;
  right: 0;
  top: 1.2rem;
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
  width: 94%;
}

.studio-laptop-frame {
  aspect-ratio: 16 / 10;
  background: #071320;
  border: 7px solid #111e2b;
  border-bottom-width: 12px;
  border-radius: 18px 18px 10px 10px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.studio-preview-header {
  align-items: center;
  background: #f5f9fc;
  color: var(--navy);
  display: flex;
  height: 13%;
  justify-content: space-between;
  padding: 0 1rem;
}

.studio-preview-brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  gap: 0.4rem;
}

.studio-preview-brand img {
  height: 23px;
  width: 23px;
}

.studio-preview-nav {
  color: #4c6173;
  font-size: 0.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.studio-preview-hero {
  background:
    radial-gradient(circle at 75% 30%, rgba(83, 168, 255, 0.24), transparent 36%),
    linear-gradient(135deg, #04162a 0%, #082d54 62%, #061b35 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(135px, 0.9fr);
  height: 87%;
  overflow: hidden;
  padding: 1.25rem;
}

.studio-preview-copy {
  align-content: center;
  display: grid;
  padding-right: 1rem;
}

.studio-preview-copy small {
  color: var(--blue-light);
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.studio-preview-copy strong {
  color: var(--white);
  font-size: clamp(1.15rem, 2.05vw, 2rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.studio-preview-copy > span {
  color: #b8cede;
  font-size: 0.55rem;
  line-height: 1.4;
  margin-top: 0.55rem;
  max-width: 220px;
}

.studio-preview-copy i,
.studio-phone-screen i {
  align-self: flex-start;
  background: var(--blue);
  border-radius: 5px;
  color: var(--white);
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 0.7rem;
  padding: 0.46rem 0.58rem;
  text-transform: uppercase;
}

.studio-preview-projects {
  align-content: center;
  display: grid;
  gap: 0.38rem;
}

.studio-preview-projects figure {
  background: #0c2137;
  border: 1px solid rgba(184, 220, 255, 0.2);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 52px;
  margin: 0;
  min-height: 54px;
  overflow: hidden;
}

.studio-preview-projects img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.studio-preview-projects figcaption {
  align-items: center;
  color: #d7e8f6;
  display: flex;
  font-size: 0.48rem;
  font-weight: 900;
  justify-content: center;
  padding: 0.25rem;
  text-transform: uppercase;
}

.studio-laptop-base {
  background: linear-gradient(#cbd6de, #71828f);
  border-radius: 3px 3px 18px 18px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.32);
  height: 14px;
  margin-left: -5%;
  position: relative;
  width: 110%;
}

.studio-laptop-base::after {
  background: #8c9aa5;
  border-radius: 0 0 7px 7px;
  content: "";
  height: 4px;
  left: 42%;
  position: absolute;
  top: 0;
  width: 16%;
}

.studio-phone {
  background: #07111c;
  border: 7px solid #07111c;
  border-radius: 28px;
  bottom: 0;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.5);
  height: 295px;
  overflow: hidden;
  position: absolute;
  right: -0.5rem;
  transform: rotate(2deg);
  width: 145px;
  z-index: 2;
}

.studio-phone-speaker {
  background: #5e7485;
  border-radius: 20px;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 9px;
  transform: translateX(-50%);
  width: 38px;
  z-index: 2;
}

.studio-phone-screen {
  align-content: center;
  background:
    radial-gradient(circle at 85% 25%, rgba(83, 168, 255, 0.32), transparent 34%),
    linear-gradient(155deg, #061b35, #0a315a);
  color: var(--white);
  display: grid;
  height: 100%;
  padding: 1.2rem 0.85rem;
}

.studio-phone-brand {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 0.58rem;
  font-weight: 900;
  gap: 0.35rem;
  margin-bottom: 1.4rem;
}

.studio-phone-brand img {
  height: 20px;
  width: 20px;
}

.studio-phone-screen small {
  color: var(--blue-light);
  font-size: 0.45rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.studio-phone-screen strong {
  font-size: 0.94rem;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.studio-device-caption {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 99px;
  bottom: 0;
  box-shadow: var(--shadow-soft);
  color: var(--navy);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  gap: 0.45rem;
  left: 0;
  margin: 0;
  padding: 0.65rem 0.85rem;
  position: absolute;
  z-index: 3;
}

.studio-device-caption span {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.hero-proof {
  border-top: 1px solid rgba(184, 220, 255, 0.15);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  z-index: 2;
}

.hero-proof::before,
.hero-proof::after {
  border-radius: 50%;
  border-top: 1px solid rgba(125, 192, 246, 0.26);
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  top: -14px;
  width: 55%;
}

.hero-proof::before {
  left: 0;
  transform: rotate(0.8deg);
}

.hero-proof::after {
  right: 0;
  transform: rotate(-0.8deg);
}

.hero-proof > span {
  display: grid;
  gap: 0.1rem;
  padding: 1.25rem 1.5rem;
}

.hero-proof > span + span {
  border-left: 1px solid rgba(184, 220, 255, 0.15);
}

.hero-proof b {
  color: var(--white);
  font-size: 0.87rem;
}

.hero-proof small {
  color: #8fb1cc;
  font-size: 0.72rem;
}

/* Website review offer */
.website-review-offer {
  background: linear-gradient(135deg, #e8f4ff, #f9fcff);
  border-bottom: 1px solid #c8e2f7;
  padding: 3rem 0;
}

.website-review-offer-inner {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.website-review-offer-copy {
  align-items: end;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
}

.website-review-offer-copy h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.55rem);
  margin-bottom: 0;
}

.website-review-offer-copy > p {
  color: var(--muted);
  margin-bottom: 0.15rem;
  max-width: 680px;
}

.website-review-offer-inner > .button {
  max-width: 275px;
}

/* Benefits */
.standards {
  background: var(--white);
}

.benefit-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.benefit-card {
  border-left: 1px solid var(--line);
  min-height: 250px;
  padding: 1.65rem 1.35rem;
}

.benefit-card:first-child {
  border-left: 0;
}

.feature-icon {
  align-items: center;
  background: var(--blue-pale);
  border-radius: 12px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 48px;
}

.feature-icon svg {
  fill: none;
  height: 25px;
  stroke: var(--accent-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 25px;
}

.benefit-card h3 {
  color: var(--navy);
  margin-bottom: 0.7rem;
}

.benefit-card p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

/* Services */
.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  min-height: 230px;
  padding: 1.55rem;
  position: relative;
}

.service-card > span {
  color: var(--accent-dark);
  display: block;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 2.2rem;
}

.service-card h3 {
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.service-detail-panel {
  align-items: center;
  background: linear-gradient(135deg, #e8f4ff, #f9fcff);
  border: 1px solid #c8e2f7;
  border-left: 5px solid var(--blue);
  border-radius: var(--radius-small);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 1.25rem;
  padding: 1.6rem;
}

.service-detail-panel h3 {
  margin-bottom: 0.55rem;
}

.service-detail-panel p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 760px;
}

.service-detail-actions {
  display: grid;
  gap: 0.65rem;
}

/* Work */
.work {
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
  color: var(--white);
}

.heading-on-dark h2 {
  color: var(--white);
}

.section-heading.heading-on-dark > p:last-child {
  color: #aec6d9;
}

.work-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(184, 220, 255, 0.15);
  border-radius: var(--radius);
  overflow: hidden;
}

.work-card-wide {
  align-items: stretch;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
}

.work-media {
  background: #e8eef2;
  display: block;
  overflow: hidden;
  padding-top: 28px;
  position: relative;
}

.work-media img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.work-site-ui {
  display: flex;
  flex-direction: column;
  inset: 28px 0 0;
  padding: 1rem 1.1rem 1.15rem;
  pointer-events: none;
  position: absolute;
}

.work-site-ui-roof {
  background: linear-gradient(90deg, rgba(17, 23, 27, 0.93) 0%, rgba(17, 23, 27, 0.62) 50%, rgba(17, 23, 27, 0.06) 80%);
  color: #ffffff;
}

.work-site-ui-land {
  background: linear-gradient(90deg, rgba(25, 52, 38, 0.88) 0%, rgba(25, 52, 38, 0.48) 52%, rgba(25, 52, 38, 0.04) 82%);
  color: #fffdf7;
}

.work-site-ui-home {
  background: linear-gradient(90deg, rgba(14, 37, 34, 0.95) 0%, rgba(14, 37, 34, 0.76) 50%, rgba(14, 37, 34, 0.08) 84%);
  color: #ffffff;
}

.work-site-ui-stay {
  background: linear-gradient(90deg, rgba(18, 34, 30, 0.94) 0%, rgba(18, 34, 30, 0.68) 52%, rgba(18, 34, 30, 0.05) 84%);
  color: #fffdf7;
}

.work-site-nav {
  align-items: center;
  display: flex;
  font-size: 0.58rem;
  justify-content: space-between;
}

.work-site-nav b {
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.work-site-nav small {
  font-size: 0.5rem;
  opacity: 0.82;
}

.work-site-copy {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 65%;
}

.work-site-copy small {
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.work-site-copy strong {
  font-size: clamp(0.95rem, 1.55vw, 1.35rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.work-site-ui-land .work-site-copy strong,
.work-site-ui-stay .work-site-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.work-site-copy i {
  background: var(--blue-bright);
  border-radius: 5px;
  color: #041321;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 0.65rem;
  padding: 0.35rem 0.5rem;
}

.work-site-ui-roof .work-site-copy i {
  background: #f3a31c;
  color: #1a1307;
}

.work-site-ui-land .work-site-copy i {
  background: #d26f52;
  color: #ffffff;
}

.work-site-ui-home .work-site-copy i {
  background: #f2c84b;
  color: #211e12;
}

.work-site-ui-stay .work-site-copy i {
  background: #ad593f;
  color: #ffffff;
}

.work-card-wide .work-media img {
  height: 100%;
  min-height: 360px;
}

.work-browser-bar {
  align-items: center;
  background: #eef3f6;
  display: flex;
  gap: 0.3rem;
  height: 28px;
  left: 0;
  padding-left: 0.7rem;
  position: absolute;
  right: 0;
  top: 0;
}

.work-browser-bar i {
  height: 6px;
  width: 6px;
}

.work-badge {
  background: var(--navy);
  border-radius: 6px;
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.48rem 0.6rem;
  position: absolute;
  right: 0.8rem;
  text-transform: uppercase;
  top: 2.4rem;
  z-index: 2;
}

.work-site-ui + .work-badge {
  bottom: 0.75rem;
  top: auto;
}

.work-card-copy {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
}

.work-card-copy h3 {
  color: var(--white);
  font-size: 1.55rem;
  margin-bottom: 0.8rem;
}

.work-card-copy > p:not(.work-type) {
  color: #b8cede;
}

.work-type {
  color: var(--blue-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.work-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0.45rem 0 1.15rem;
  padding: 0;
}

.work-highlights li {
  background: rgba(83, 168, 255, 0.1);
  border: 1px solid rgba(147, 205, 255, 0.2);
  border-radius: 999px;
  color: #c7def0;
  font-size: 0.68rem;
  font-weight: 750;
  padding: 0.36rem 0.58rem;
}

.work-card-copy .text-link {
  margin-top: auto;
}

.work-cta {
  align-items: center;
  background: rgba(83, 168, 255, 0.1);
  border: 1px solid rgba(83, 168, 255, 0.3);
  border-radius: var(--radius-small);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding: 1.35rem 1.5rem;
}

.work-cta > div {
  display: grid;
  gap: 0.18rem;
}

.work-cta h3 {
  color: var(--white);
  font-size: 1rem;
  margin: 0;
}

.work-cta p {
  color: #a9c1d4;
  font-size: 0.87rem;
  margin: 0;
}

/* Process */
.process {
  background: var(--white);
}

.process-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  border-left: 1px solid var(--line);
  min-height: 270px;
  padding: 1.3rem 1.25rem 1.5rem;
}

.process-list li:first-child {
  border-left: 0;
}

.process-list li > span {
  align-items: center;
  background: var(--blue-pale);
  border-radius: 50%;
  color: var(--accent-dark);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  margin-bottom: 2rem;
  width: 40px;
}

.process-list h3 {
  color: var(--navy);
  margin-bottom: 0.7rem;
}

.process-list p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.included-panel {
  align-items: start;
  background: var(--navy);
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  margin-top: 2.4rem;
  padding: 2rem;
}

.included-panel h3 {
  color: var(--white);
  font-size: 1.7rem;
}

.included-panel ul {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.included-panel li {
  border-bottom: 1px solid rgba(184, 220, 255, 0.15);
  color: #d1e2ef;
  font-size: 0.88rem;
  padding: 0.65rem 0.5rem 0.65rem 1.4rem;
  position: relative;
}

.included-panel li::before,
.pricing-detail li::before,
.contact-points li::before {
  color: var(--blue-bright);
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
}

/* Pricing */
.pricing {
  background: var(--paper);
}

.pricing-heading {
  text-align: center;
}

.pricing-heading h2,
.pricing-heading > p:last-child {
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  min-height: 360px;
  padding: 1.45rem;
  position: relative;
}

.featured-price {
  border-color: var(--blue);
  box-shadow: 0 16px 40px rgba(21, 121, 201, 0.12);
}

.popular-label {
  background: var(--blue);
  border-radius: 0 0 7px 7px;
  color: var(--navy);
  font-size: 0.64rem;
  font-weight: 900;
  left: 1.2rem;
  letter-spacing: 0.08em;
  padding: 0.4rem 0.6rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.price-kicker {
  color: var(--accent-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 1.4rem 0 0.55rem;
  text-transform: uppercase;
}

.price-card:not(.featured-price) .price-kicker {
  margin-top: 0;
}

.price-card h3 {
  min-height: 2.7em;
}

.price {
  color: var(--navy);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.price-quote {
  font-size: 1.35rem;
}

.price-card > p:last-child {
  color: var(--muted);
  font-size: 0.9rem;
}

.pricing-detail {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-soft);
  margin-top: 1.2rem;
  padding: 1.6rem;
}

.pricing-detail > p:first-child {
  color: var(--navy);
}

.pricing-detail ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1.2rem 0;
  padding: 0;
}

.pricing-detail li {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  position: relative;
}

.pricing-detail li::before {
  color: var(--accent-dark);
  top: 0.72rem;
}

/* About */
.about {
  background: linear-gradient(145deg, #071b33, #0a3155);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.about::before {
  background: var(--blue);
  border-radius: 50%;
  content: "";
  filter: blur(110px);
  height: 260px;
  left: -120px;
  opacity: 0.12;
  position: absolute;
  top: 20%;
  width: 260px;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  position: relative;
}

.about-identity {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.about-identity img {
  aspect-ratio: 1 / 1;
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.36));
  height: auto;
  max-width: 330px;
  object-fit: contain;
  width: 100%;
}

.about-identity > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.about-identity span {
  border: 1px solid rgba(184, 220, 255, 0.24);
  border-radius: 99px;
  color: #c4d9e9;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.45rem 0.65rem;
}

.about-copy h2 {
  color: var(--white);
}

.about-copy > p:not(.eyebrow) {
  color: #c0d2e0;
  font-size: 1.02rem;
}

.about-facts {
  border-top: 1px solid rgba(184, 220, 255, 0.17);
  margin-top: 2rem;
}

.about-facts div {
  display: grid;
  gap: 1rem;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 0.75rem 0;
}

.about-facts div + div {
  border-top: 1px solid rgba(184, 220, 255, 0.12);
}

.about-facts dt {
  color: #7fb6e6;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-facts dd {
  color: var(--white);
  margin: 0;
}

/* FAQ */
.faq-section {
  background: var(--white);
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
}

.faq-heading {
  margin-bottom: 0;
  position: sticky;
  top: 110px;
}

.faq-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 1.25rem 2.2rem 1.25rem 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--accent-dark);
  content: "+";
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  right: 0.25rem;
  top: 0.9rem;
}

.faq-list details[open] summary::after {
  content: "\2212";
}

.faq-list details p {
  color: var(--muted);
  margin-bottom: 1.3rem;
  max-width: 760px;
  padding-right: 2rem;
}

/* Contact */
.contact-section {
  background: radial-gradient(circle at 10% 80%, rgba(83, 168, 255, 0.18), transparent 30%), linear-gradient(135deg, var(--navy-deep), #0b365d);
  color: var(--white);
  padding: 7rem 0;
}

.contact-grid {
  align-items: center;
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
}

.contact-copy h2 {
  color: var(--white);
}

.contact-copy > p:not(.eyebrow) {
  color: #bfd2e0;
  font-size: 1.06rem;
}

.contact-points {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.8rem 0;
  padding: 0;
}

.contact-points li {
  color: #d9e7f1;
  padding-left: 1.45rem;
  position: relative;
}

.contact-direct {
  border-top: 1px solid rgba(184, 220, 255, 0.2);
  display: grid;
  gap: 0.2rem;
  margin-top: 2.2rem;
  padding-top: 1.3rem;
}

.contact-direct span {
  color: #82aed1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-direct a {
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.enquiry-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  padding: 2rem;
}

#free-review {
  scroll-margin-top: 96px;
}

.enquiry-card-heading h3 {
  font-size: 1.75rem;
  margin-bottom: 0.45rem;
}

.enquiry-card-heading > p:last-child {
  color: var(--muted);
  font-size: 0.9rem;
}

.enquiry-form {
  display: grid;
  gap: 1rem;
}

.form-honeypot {
  left: -10000px;
  position: absolute;
  top: auto;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
  display: grid;
  gap: 0.38rem;
}

.form-field > span {
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
}

.form-field > span b {
  color: #b73535;
}

.field-helper {
  color: #637480;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.45;
}

.form-field input,
.form-field select,
.form-field textarea {
  background: #fbfdff;
  border: 1px solid #bdcad6;
  border-radius: 7px;
  color: var(--ink);
  min-width: 0;
  padding: 0.72rem 0.78rem;
  width: 100%;
}

.form-field input,
.form-field select {
  height: 47px;
}

.form-field textarea {
  min-height: 126px;
  resize: vertical;
}

.form-field textarea.has-planner-brief {
  min-height: clamp(300px, 52vh, 520px);
}

.form-field input::placeholder {
  color: #748594;
}

.form-note {
  color: #637480;
  font-size: 0.76rem;
  margin: 0;
}

.form-note a {
  color: var(--accent-dark);
  font-weight: 800;
}

.planner-prefill-status {
  background: var(--blue-pale);
  border-left: 3px solid var(--blue);
  border-radius: 5px;
  color: var(--navy);
  padding: 0.7rem;
}

/* Footer */
.site-footer {
  background: #020f1e;
  color: #a8bed0;
  padding: 4rem 0 1.5rem;
}

.footer-main {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(150px, 0.5fr) minmax(170px, 0.5fr);
}

.footer-brand {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  gap: 0.85rem;
  text-decoration: none;
}

.footer-brand img {
  height: 68px;
  width: 68px;
}

.footer-brand span {
  display: grid;
  line-height: 1.2;
}

.footer-brand strong {
  font-size: 1.05rem;
}

.footer-brand small {
  color: #7fa5c4;
  font-size: 0.72rem;
  margin-top: 0.22rem;
}

.footer-brand-block > p {
  max-width: 530px;
}

.footer-brand-block > a:last-child {
  color: var(--blue-light);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.footer-main nav {
  align-content: start;
  display: grid;
  gap: 0.48rem;
}

.footer-main nav strong {
  color: var(--white);
  margin-bottom: 0.35rem;
}

.footer-main nav a {
  color: #a8bed0;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(184, 220, 255, 0.12);
  display: grid;
  font-size: 0.72rem;
  gap: 2rem;
  grid-template-columns: 0.5fr 1.5fr;
  margin-top: 3rem;
  padding-top: 1.4rem;
}

.footer-bottom p:last-child {
  text-align: right;
}

/* Privacy and thank-you pages */
.policy-hero {
  background: radial-gradient(circle at 80% 20%, rgba(83, 168, 255, 0.2), transparent 30%), linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
  padding: 6rem 0 5rem;
}

.policy-heading {
  max-width: 760px;
}

.policy-heading h1,
.policy-heading p:not(.eyebrow) {
  color: var(--white);
}

.policy-heading p:not(.eyebrow) {
  color: #bfd2e0;
  font-size: 1.08rem;
}

.policy-section {
  padding: 5rem 0 6rem;
}

.policy-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
}

.policy-content {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
}

.policy-content section + section {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 2rem;
}

.policy-content h2 {
  font-size: 1.55rem;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content a,
.policy-aside a {
  color: var(--accent-dark);
  overflow-wrap: anywhere;
}

.policy-aside {
  background: var(--navy);
  border-radius: var(--radius);
  color: #d1e2ef;
  padding: 1.5rem;
  position: sticky;
  top: 102px;
}

.policy-aside-label {
  color: var(--blue-bright);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-aside ul {
  padding-left: 1.2rem;
}

.policy-aside li + li {
  margin-top: 0.55rem;
}

.policy-aside .button-secondary {
  color: var(--navy);
  margin-top: 1rem;
}

.policy-aside .small-note {
  color: #99b6ca;
  margin-top: 1rem;
}

.thank-you-section {
  align-items: center;
  background: radial-gradient(circle at 50% 30%, rgba(83, 168, 255, 0.18), transparent 36%), linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
  display: flex;
  min-height: 68vh;
  padding: 6rem 0;
}

.thank-you-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 760px;
  padding: 2.6rem;
  text-align: center;
}

.thank-you-card h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.thank-you-card > p:not(.eyebrow) {
  color: var(--muted);
}

.thank-you-card .button-row {
  justify-content: center;
  margin: 1.6rem 0;
}

/* Interaction */
@media (prefers-reduced-motion: no-preference) {
  .button,
  .site-nav a,
  .work-media img,
  .service-card,
  .benefit-card {
    transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
  }

  .button:hover {
    transform: translateY(-2px);
  }

  .button-primary:hover {
    box-shadow: 0 14px 32px rgba(83, 168, 255, 0.34);
  }

  .site-nav > a:not(.nav-cta):hover,
  .footer-main nav a:hover {
    color: var(--white);
  }

  .service-card:hover {
    border-color: #b4d9f7;
    box-shadow: var(--shadow-soft);
    transform: translateY(-3px);
  }

  .work-media:hover img {
    transform: scale(1.025);
  }
}

:focus-visible {
  outline: 3px solid #ffd166;
  outline-offset: 3px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 3px rgba(83, 168, 255, 0.2);
  outline: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .hero-grid {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
  }

  .benefit-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .benefit-card {
    grid-column: span 2;
  }

  .benefit-card:nth-child(4) {
    border-left: 0;
    grid-column: span 3;
  }

  .benefit-card:nth-child(5) {
    grid-column: span 3;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card {
    min-height: 320px;
  }
}

@media (max-width: 940px) {
  .section-pad,
  .contact-section {
    padding: 5.5rem 0;
  }

  .site-nav {
    gap: 0.95rem;
  }

  .site-nav a {
    font-size: 0.82rem;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding-top: 5rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .website-review-offer-inner {
    grid-template-columns: 1fr;
  }

  .website-review-offer-inner > .button {
    justify-self: start;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-showcase {
    margin: 0 auto;
    max-width: 700px;
    min-height: 490px;
    width: 100%;
  }

  .studio-laptop {
    width: 92%;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .process-list li {
    grid-column: span 2;
  }

  .process-list li:nth-child(4) {
    border-left: 0;
    grid-column: span 3;
  }

  .process-list li:nth-child(5) {
    grid-column: span 3;
  }

  .about-grid,
  .contact-grid {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .about-identity img {
    max-width: 250px;
  }

  .contact-copy {
    max-width: 760px;
  }

  .enquiry-card {
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 70px;
  }

  .brand-logo {
    height: 44px;
    width: 44px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    align-items: stretch;
    background: rgba(3, 19, 38, 0.99);
    border-bottom: 1px solid rgba(184, 220, 255, 0.16);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 0.8rem 1.5rem 1.5rem;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid rgba(184, 220, 255, 0.12);
    font-size: 1rem;
    padding: 0.85rem 0;
  }

  .site-nav .nav-cta {
    border: 0;
    margin-top: 0.8rem;
    padding: 0.9rem;
    text-align: center;
  }

  .split-heading,
  .included-panel,
  .faq-layout,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 1.1rem;
  }

  .faq-heading,
  .policy-aside {
    position: static;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof > span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(184, 220, 255, 0.15);
  }

  .hero-proof > span:nth-child(4) {
    border-top: 1px solid rgba(184, 220, 255, 0.15);
  }

  .work-card-wide {
    display: block;
  }

  .work-card-wide .work-media img {
    height: auto;
    min-height: 0;
  }

  .benefit-grid,
  .service-grid,
  .work-grid,
  .pricing-grid,
  .process-list,
  .pricing-detail ul,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .benefit-card:nth-child(4),
  .process-list li,
  .process-list li:nth-child(4) {
    border-left: 0;
    grid-column: auto;
  }

  .benefit-card {
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 1.3rem 0;
  }

  .benefit-card:first-child {
    border-top: 0;
  }

  .feature-icon {
    margin-bottom: 1rem;
  }

  .service-card,
  .price-card {
    min-height: 0;
  }

  .service-card > span {
    margin-bottom: 1.2rem;
  }

  .service-detail-panel {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .service-detail-actions,
  .service-detail-actions .button {
    width: 100%;
  }

  .work-card-copy {
    padding: 1.3rem;
  }

  .work-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .process-list li {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 1rem;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 1.25rem 0;
  }

  .process-list li:first-child {
    border-top: 0;
  }

  .process-list li > span {
    margin-bottom: 0;
  }

  .price-card h3 {
    min-height: 0;
  }

  .included-panel ul {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .container {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .section-pad,
  .contact-section {
    padding: 4.4rem 0;
  }

  .section-heading {
    margin-bottom: 2.2rem;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .brand-copy strong {
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-grid {
    padding-bottom: 3.8rem;
  }

  .hero-lede {
    font-size: 1.04rem;
  }

  .hero .button-row,
  .hero .button {
    width: 100%;
  }

  .website-review-offer {
    padding: 2.6rem 0;
  }

  .website-review-offer-copy {
    align-items: start;
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }

  .website-review-offer-inner {
    gap: 1.4rem;
  }

  .website-review-offer-inner > .button {
    max-width: none;
    width: 100%;
  }

  .hero-showcase {
    min-height: clamp(330px, 68vw, 440px);
    padding-bottom: 1.6rem;
  }

  .studio-device-scene {
    min-height: clamp(295px, 64vw, 410px);
  }

  .studio-laptop {
    top: 0.5rem;
    transform: none;
    width: calc(100% - 1.5rem);
  }

  .studio-laptop-frame {
    border-width: 5px;
    border-bottom-width: 9px;
    border-radius: 13px 13px 8px 8px;
  }

  .studio-preview-header {
    padding: 0 0.65rem;
  }

  .studio-preview-brand {
    font-size: 0.55rem;
  }

  .studio-preview-brand img {
    height: 19px;
    width: 19px;
  }

  .studio-preview-nav {
    font-size: 0.4rem;
  }

  .studio-preview-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(90px, 0.85fr);
    padding: 0.75rem;
  }

  .studio-preview-copy {
    padding-right: 0.65rem;
  }

  .studio-preview-copy small {
    font-size: 0.38rem;
    margin-bottom: 0.35rem;
  }

  .studio-preview-copy strong {
    font-size: clamp(0.92rem, 5vw, 1.5rem);
  }

  .studio-preview-copy > span {
    font-size: 0.42rem;
    margin-top: 0.4rem;
  }

  .studio-preview-copy i,
  .studio-phone-screen i {
    font-size: 0.36rem;
    margin-top: 0.5rem;
    padding: 0.36rem 0.44rem;
  }

  .studio-preview-projects {
    gap: 0.25rem;
  }

  .studio-preview-projects figure {
    grid-template-columns: 1fr 38px;
    min-height: 36px;
  }

  .studio-preview-projects figcaption {
    font-size: 0.35rem;
  }

  .studio-laptop-base {
    height: 10px;
  }

  .studio-phone {
    border-width: 5px;
    border-radius: 22px;
    height: 215px;
    right: 0;
    width: 108px;
  }

  .studio-phone-screen {
    padding: 0.85rem 0.65rem;
  }

  .studio-phone-brand {
    margin-bottom: 0.8rem;
  }

  .studio-phone-screen strong {
    font-size: 0.76rem;
  }

  .studio-device-caption {
    bottom: 0;
    left: 0;
    padding: 0.52rem 0.65rem;
  }

  .hero-proof {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-proof > span {
    padding: 1rem 1.1rem;
  }

  .included-panel,
  .enquiry-card,
  .policy-content,
  .policy-aside,
  .thank-you-card {
    padding: 1.3rem;
  }

  .about-grid {
    gap: 2.5rem;
  }

  .about-identity img {
    max-width: 210px;
  }

  .about-facts div {
    gap: 0.35rem;
    grid-template-columns: 1fr;
  }

  .contact-grid {
    gap: 2.8rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    grid-column: auto;
  }

  .footer-brand img {
    height: 58px;
    width: 58px;
  }

  .policy-hero {
    padding: 4rem 0 3.5rem;
  }

  .policy-section {
    padding: 3.5rem 0 4rem;
  }
}

@media (max-width: 390px) {
  .brand-copy strong {
    font-size: 0.82rem;
  }

  .brand-logo {
    height: 40px;
    width: 40px;
  }

  .hero-showcase {
    min-height: 310px;
  }

  .studio-device-scene {
    min-height: 285px;
  }

  .studio-preview-nav,
  .studio-preview-projects figure:nth-child(3),
  .studio-device-caption {
    display: none;
  }

  .studio-preview-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(82px, 0.8fr);
  }

  .studio-phone {
    height: 185px;
    width: 92px;
  }

  .studio-phone-screen strong {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
