:root {
  --ink: #161213;
  --paper: #fff8df;
  --yellow: #ffd329;
  --red: #f4443e;
  --cyan: #22c7e5;
  --blue: #284cd6;
  --green: #4cc76b;
  --white: #fffef8;
  --shadow: 7px 7px 0 var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 1px 1px, rgba(22, 18, 19, 0.18) 1px, transparent 0) 0 0 / 12px 12px,
    linear-gradient(135deg, #fff4bf 0%, #fff8df 46%, #dff7ff 100%);
}

.top-promo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px clamp(18px, 4vw, 44px);
  padding: 9px 18px;
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background: var(--ink);
}

.top-promo span {
  position: relative;
}

.top-promo span + span::before {
  position: absolute;
  left: -24px;
  color: var(--yellow);
  content: "!";
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 5px solid var(--ink);
  background: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 70px;
  aspect-ratio: 1;
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 27px;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18) 0 32%, transparent 33%),
    linear-gradient(135deg, var(--blue), var(--red));
  border: 4px solid var(--ink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-3deg);
}

.brand-mark::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 3px dashed rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.logo-atom {
  position: absolute;
  width: 69px;
  height: 22px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: transparent;
  opacity: 0.92;
}

.orbit-one {
  transform: rotate(27deg);
}

.orbit-two {
  transform: rotate(-31deg);
}

.logo-core {
  position: relative;
  z-index: 4;
  color: var(--white);
  line-height: 0.82;
  text-shadow:
    3px 3px 0 var(--ink),
    -2px 2px 0 var(--ink),
    2px -2px 0 var(--ink);
}

.brand strong,
h1,
h2,
h3,
.button,
.eyebrow,
.panel-title,
.burst,
.offer-strip strong {
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand strong {
  display: block;
  font-size: clamp(23px, 2.6vw, 38px);
  line-height: 0.9;
  text-shadow: 3px 3px 0 var(--yellow);
}

.brand strong span {
  color: var(--red);
  text-shadow: 2px 2px 0 var(--ink);
}

.brand small {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  background: var(--blue);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-1deg);
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

nav a {
  min-height: 40px;
  padding: 10px 13px;
  font-weight: 900;
  text-decoration: none;
  border: 3px solid transparent;
}

nav a:hover,
nav a:focus-visible {
  background: var(--yellow);
  border-color: var(--ink);
  outline: none;
  box-shadow: 4px 4px 0 var(--ink);
}

.header-email {
  background: var(--cyan);
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 88px);
  padding: clamp(32px, 6vw, 78px) clamp(18px, 5vw, 72px) 36px;
  border-bottom: 6px solid var(--ink);
}

.hero-art {
  position: relative;
  min-height: 430px;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  inset: 28px;
  z-index: -2;
  content: "";
  background:
    repeating-radial-gradient(circle, var(--red) 0 3px, transparent 3px 13px),
    var(--yellow);
  border: 6px solid var(--ink);
  clip-path: polygon(50% 0%, 58% 24%, 82% 9%, 75% 36%, 100% 42%, 75% 55%, 91% 80%, 62% 72%, 50% 100%, 38% 72%, 9% 80%, 25% 55%, 0 42%, 25% 36%, 18% 9%, 42% 24%);
}

.device-scene {
  position: absolute;
  inset: 65px 46px 40px;
}

.phone,
.laptop,
.watch,
.console {
  position: absolute;
  border: 6px solid var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.phone {
  left: 19%;
  top: 14%;
  width: 28%;
  min-width: 115px;
  aspect-ratio: 0.58;
  border-radius: 22px;
  transform: rotate(-12deg);
}

.phone span {
  position: absolute;
  inset: 20px 14px 34px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  border: 4px solid var(--ink);
  border-radius: 12px;
}

.phone i {
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 34px;
  height: 8px;
  background: var(--ink);
  border-radius: 999px;
  transform: translateX(-50%);
}

.laptop {
  right: 3%;
  bottom: 10%;
  width: 48%;
  aspect-ratio: 1.5;
  transform: rotate(6deg);
}

.laptop span {
  position: absolute;
  inset: 18px;
  background: linear-gradient(135deg, var(--green), #c7ff66);
  border: 4px solid var(--ink);
}

.laptop i {
  position: absolute;
  left: -14%;
  right: -14%;
  bottom: -28px;
  height: 25px;
  background: var(--ink);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
}

.watch {
  left: 6%;
  bottom: 8%;
  width: 18%;
  min-width: 82px;
  aspect-ratio: 0.72;
  border-radius: 22px;
  transform: rotate(10deg);
}

.watch::before,
.watch::after {
  position: absolute;
  left: 26%;
  width: 48%;
  height: 32px;
  content: "";
  background: var(--ink);
}

.watch::before {
  top: -34px;
}

.watch::after {
  bottom: -34px;
}

.watch span {
  position: absolute;
  inset: 15px;
  background: var(--red);
  border: 4px solid var(--ink);
  border-radius: 14px;
}

.console {
  right: 18%;
  top: 8%;
  width: 24%;
  min-width: 112px;
  aspect-ratio: 1.25;
  border-radius: 26px;
  transform: rotate(12deg);
}

.console span::before,
.console span::after,
.console i::before,
.console i::after {
  position: absolute;
  content: "";
  background: var(--ink);
}

.console span::before {
  left: 18%;
  top: 44%;
  width: 38px;
  height: 10px;
}

.console span::after {
  left: calc(18% + 14px);
  top: calc(44% - 14px);
  width: 10px;
  height: 38px;
}

.console i::before,
.console i::after {
  right: 22%;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.console i::before {
  top: 30%;
}

.console i::after {
  top: 56%;
}

.burst {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 118px;
  aspect-ratio: 1;
  font-size: 34px;
  color: var(--white);
  text-shadow: 3px 3px 0 var(--ink);
  background: var(--blue);
  border: 5px solid var(--ink);
  clip-path: polygon(50% 0, 60% 28%, 88% 15%, 75% 45%, 100% 58%, 68% 62%, 75% 95%, 50% 74%, 25% 95%, 32% 62%, 0 58%, 25% 45%, 12% 15%, 40% 28%);
}

.burst-one {
  left: 2%;
  top: 2%;
  transform: rotate(-13deg);
}

.burst-two {
  right: 0;
  bottom: 2%;
  background: var(--red);
  transform: rotate(14deg);
}

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

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 12px;
  font-size: 16px;
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.92;
  text-shadow: 5px 5px 0 var(--yellow);
}

h2 {
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 0.98;
}

h3 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.hero-copy p:not(.eyebrow),
.booking-copy p,
.process span,
footer span {
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 20px;
  color: var(--ink);
  font-size: 18px;
  text-decoration: none;
  border: 4px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
  outline: none;
}

.primary {
  background: var(--red);
  color: var(--white);
  text-shadow: 2px 2px 0 var(--ink);
}

.secondary {
  background: var(--cyan);
}

.text-action {
  background: var(--yellow);
}

.share-action {
  background: var(--green);
}

.photo-banner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 30px);
  padding: clamp(30px, 5vw, 58px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 211, 41, 0.82), rgba(34, 199, 229, 0.72)),
    repeating-linear-gradient(-45deg, transparent 0 13px, rgba(22, 18, 19, 0.12) 13px 16px);
  border-bottom: 6px solid var(--ink);
}

.photo-panel {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background: var(--white);
  border: 6px solid var(--ink);
  box-shadow: var(--shadow);
}

.photo-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.08);
}

.photo-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.24) 1px, transparent 0) 0 0 / 8px 8px,
    linear-gradient(180deg, transparent 48%, rgba(22, 18, 19, 0.46));
  mix-blend-mode: overlay;
}

.photo-panel span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  color: var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(23px, 3vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  background: var(--yellow);
  border: 4px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.tilt-left {
  transform: rotate(-1.5deg);
}

.tilt-right {
  transform: rotate(1.5deg);
}

.lift {
  transform: translateY(-8px);
}

.offer-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom: 6px solid var(--ink);
}

.offer-strip article {
  min-height: 138px;
  padding: 22px clamp(18px, 3vw, 34px);
  background: var(--white);
  border-right: 5px solid var(--ink);
}

.offer-strip article:nth-child(2) {
  background: var(--yellow);
}

.offer-strip article:nth-child(3) {
  border-right: 0;
  background: var(--cyan);
}

.offer-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1;
}

.offer-strip span {
  font-size: 18px;
  font-weight: 800;
}

.quote-showcase,
.price-guide,
.booking,
.process {
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 950px;
}

.quote-showcase {
  background:
    repeating-linear-gradient(135deg, rgba(22, 18, 19, 0.08) 0 10px, transparent 10px 20px),
    var(--white);
  border-bottom: 6px solid var(--ink);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.quote-tile {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 255px;
  padding: 22px;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  background: var(--yellow);
  border: 5px solid var(--ink);
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.quote-tile:hover,
.quote-tile:focus-visible {
  transform: translate(4px, 4px) rotate(0deg);
  box-shadow: 3px 3px 0 var(--ink);
  outline: none;
}

.quote-tile::after {
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 112px;
  aspect-ratio: 1;
  content: "";
  background: rgba(255, 255, 255, 0.35);
  border: 5px solid var(--ink);
  border-radius: 50%;
}

.quote-tile span {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 6px 10px;
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--ink);
  background: var(--red);
  border: 3px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}

.quote-tile strong {
  position: relative;
  z-index: 1;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 0.98;
  text-transform: uppercase;
}

.quote-tile em {
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.quote-tile.apple {
  transform: rotate(-1.5deg);
}

.quote-tile.samsung {
  background: var(--cyan);
  transform: rotate(1deg);
}

.quote-tile.google {
  background: #a3f0ac;
  transform: rotate(-0.7deg);
}

.quote-tile.laptop-quote {
  background: #ffe56f;
  transform: rotate(0.8deg);
}

.quote-tile.smart-watch-quote {
  background: #9bebff;
  transform: rotate(-1deg);
}

.quote-tile.console-quote {
  background: #ff817a;
  transform: rotate(1.4deg);
}

.price-guide {
  background:
    radial-gradient(circle at 1px 1px, rgba(22, 18, 19, 0.13) 1px, transparent 0) 0 0 / 13px 13px,
    var(--paper);
  border-bottom: 6px solid var(--ink);
}

.price-tool {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 5px solid var(--ink);
  box-shadow: var(--shadow);
}

.price-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-result {
  display: grid;
  gap: 8px;
  min-height: 122px;
  padding: 20px;
  background: #eefbff;
  border: 4px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.price-result strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.95;
  text-transform: uppercase;
}

.price-result span {
  font-size: 18px;
  font-weight: 800;
}

.price-note {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.card-icon {
  position: relative;
  height: 92px;
  margin-bottom: 22px;
}

.phone-icon::before,
.laptop-icon::before,
.game-icon::before,
.watch-icon::before {
  position: absolute;
  content: "";
  border: 5px solid var(--ink);
  background: var(--white);
}

.phone-icon::before {
  width: 52px;
  height: 80px;
  border-radius: 12px;
  box-shadow: 11px 11px 0 var(--red);
  transform: rotate(-9deg);
}

.laptop-icon::before {
  left: 0;
  top: 8px;
  width: 104px;
  height: 62px;
  box-shadow: 18px 18px 0 var(--blue);
}

.game-icon::before {
  top: 18px;
  width: 115px;
  height: 58px;
  border-radius: 24px;
  box-shadow: 14px 14px 0 var(--yellow);
}

.watch-icon::before {
  left: 20px;
  width: 62px;
  height: 82px;
  border-radius: 20px;
  box-shadow: 13px 13px 0 var(--cyan);
}

.process {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  background: var(--blue);
  color: var(--white);
  border-block: 6px solid var(--ink);
}

.panel-title {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 20px;
  color: var(--ink);
  font-size: 42px;
  line-height: 0.95;
  text-align: center;
  background: var(--yellow);
  border: 5px solid var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
}

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

.process li {
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 5px solid var(--ink);
  box-shadow: 6px 6px 0 #000;
}

.process strong {
  display: block;
  margin-bottom: 10px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.booking {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.12fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 254, 248, 0.44), rgba(255, 248, 223, 0.88)),
    radial-gradient(circle at 1px 1px, rgba(22, 18, 19, 0.14) 1px, transparent 0) 0 0 / 14px 14px;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(180deg, #fffef8, #fff9e9);
  border: 5px solid var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
  position: relative;
}

.booking-form::before {
  position: absolute;
  top: -18px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 116px;
  height: 34px;
  content: "Fill This";
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--ink);
  background: var(--red);
  border: 4px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(2deg);
}

.form-heading,
.form-field.full,
.booking-form .button {
  grid-column: 1 / -1;
}

.form-heading {
  display: grid;
  gap: 6px;
  padding-bottom: 6px;
  border-bottom: 3px solid rgba(22, 18, 19, 0.16);
}

.form-heading strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  text-transform: uppercase;
}

.form-heading span {
  font-size: 15px;
  font-weight: 700;
}

.form-field {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fffdf2;
  border: 2px solid var(--ink);
  border-radius: 6px;
  box-shadow: 3px 3px 0 rgba(22, 18, 19, 0.18);
}

select {
  min-height: 56px;
  padding-right: 46px;
  font-weight: 400;
  cursor: pointer;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%) calc(100% - 25px) 25px / 8px 8px no-repeat,
    linear-gradient(135deg, var(--ink) 50%, transparent 50%) calc(100% - 17px) 25px / 8px 8px no-repeat,
    linear-gradient(90deg, #fff1a8, #fff1a8) right / 42px 100% no-repeat,
    #fffdf2;
}

select:hover,
select:focus {
  background:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%) calc(100% - 25px) 25px / 8px 8px no-repeat,
    linear-gradient(135deg, var(--ink) 50%, transparent 50%) calc(100% - 17px) 25px / 8px 8px no-repeat,
    linear-gradient(90deg, var(--yellow), var(--yellow)) right / 42px 100% no-repeat,
    #fffdf2;
}

option {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid var(--cyan);
  box-shadow: 4px 4px 0 var(--ink);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
}

footer strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.call-modal {
  width: min(92vw, 560px);
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.call-modal::backdrop {
  background: rgba(22, 18, 19, 0.64);
}

.call-card {
  position: relative;
  padding: clamp(24px, 5vw, 42px);
  background:
    radial-gradient(circle at 1px 1px, rgba(22, 18, 19, 0.14) 1px, transparent 0) 0 0 / 10px 10px,
    var(--white);
  border: 6px solid var(--ink);
  box-shadow: 10px 10px 0 var(--yellow);
}

.call-card h2 {
  margin-bottom: 14px;
  font-size: clamp(38px, 7vw, 62px);
  color: var(--red);
  text-shadow: 4px 4px 0 var(--ink);
}

.call-card p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.5;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
}

@media (max-width: 1050px) {
  .hero,
  .booking {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    order: 2;
  }

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

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(43px, 16vw, 66px);
  }

  .hero-art {
    min-height: 330px;
  }

  .device-scene {
    inset: 52px 28px 36px;
  }

  .burst {
    width: 88px;
    font-size: 25px;
  }

  .offer-strip,
  .photo-banner,
  .quote-grid,
  .price-controls,
  .process ol {
    grid-template-columns: 1fr;
  }

  .quote-tile,
  .quote-tile.apple,
  .quote-tile.samsung,
  .quote-tile.google,
  .quote-tile.laptop-quote,
  .quote-tile.smart-watch-quote,
  .quote-tile.console-quote {
    min-height: 210px;
    transform: none;
  }

  .photo-panel,
  .photo-panel img {
    min-height: 230px;
  }

  .tilt-left,
  .tilt-right,
  .lift {
    transform: none;
  }

  .offer-strip article,
  .offer-strip article:nth-child(3) {
    border-right: 0;
    border-bottom: 5px solid var(--ink);
  }

  .offer-strip article:last-child {
    border-bottom: 0;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .brand {
    align-items: flex-start;
  }

  .brand-mark {
    width: 46px;
    font-size: 17px;
  }

  nav a {
    padding-inline: 9px;
  }

  .hero-actions,
  .modal-actions {
    flex-direction: column;
  }

  .button,
  .modal-actions a {
    width: 100%;
  }
}
