:root {
  color: #1e2328;
  background: #f7f4ee;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-shell[data-ready="false"] {
  height: 100svh;
}

.site-shell[data-ready="true"] .tour-loader {
  display: none;
}

.tour-loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(240, 198, 111, 0.12), transparent 30%),
    #101416;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.tour-loader img {
  width: min(280px, 70vw);
  height: auto;
}

.tour-loader-spinner {
  width: 42px;
  height: 42px;
  margin: 30px 0 18px;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-top-color: #f0c66f;
  border-radius: 50%;
  animation: tour-loader-spin 0.85s linear infinite;
}

.tour-loader p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@keyframes tour-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(18px, 4vw, 64px);
  color: #fff;
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(13, 17, 19, 0.82);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.brand-logo {
  display: block;
  width: clamp(128px, 16vw, 190px);
  height: auto;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.site-nav {
  gap: clamp(14px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: #fff;
}

.hero-section {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: end;
  padding: 128px clamp(18px, 6vw, 96px) clamp(52px, 7vw, 80px);
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media .tour-embed-frame,
.hero-media iframe {
  width: 100%;
  height: 100%;
}

.hero-media .tour-embed-frame {
  position: absolute;
  inset: 0;
}

.tour-embed-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.tour-embed-frame {
  position: relative;
}

.hero-media .tour-embed-frame {
  position: absolute;
}

.hotspot-hint {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  width: min(390px, calc(100% - 32px));
  align-items: center;
  padding: 12px 13px;
  border: 1px solid rgba(240, 198, 111, 0.55);
  border-radius: 12px;
  background: rgba(13, 17, 19, 0.9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  line-height: 1.4;
  backdrop-filter: blur(12px);
}

.hotspot-hint strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 0.86rem;
}

.hotspot-hint-marker {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid #f0c66f;
  border-radius: 50%;
  color: #f0c66f;
  font-size: 1.4rem;
  font-weight: 500;
  animation: hotspot-marker-pulse 1.6s ease-in-out infinite;
}

.hotspot-hint button {
  align-self: start;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font: inherit;
  font-size: 1.3rem;
  line-height: 1;
}

.hotspot-hint button:hover,
.hotspot-hint button:focus-visible {
  color: #fff;
}

@keyframes hotspot-marker-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(240, 198, 111, 0.12);
  }
}

.hero-media iframe {
  filter: saturate(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(11, 15, 18, 0.9), rgba(11, 15, 18, 0.35) 56%, rgba(11, 15, 18, 0.1)),
    linear-gradient(0deg, rgba(11, 15, 18, 0.84), transparent 48%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  max-width: 790px;
  pointer-events: none;
}

.hero-content a {
  pointer-events: auto;
}

.interaction-hint {
  position: absolute;
  z-index: 2;
  top: clamp(104px, 15vh, 150px);
  right: clamp(18px, 4vw, 64px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  width: min(360px, calc(100% - 36px));
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background: rgba(13, 17, 19, 0.82);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

.interaction-hint strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 0.9rem;
}

.interaction-hint-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #f0c66f;
  color: #17191b;
  font-size: 0.78rem;
  font-weight: 900;
}

.interaction-hint button {
  align-self: start;
  padding: 0 3px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
}

.interaction-hint button:hover,
.interaction-hint button:focus-visible {
  color: #fff;
}

.eyebrow {
  margin: 0 0 16px;
  color: #f0c66f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #9b6d15;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 9vw, 7.2rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.25rem;
}

.hero-content p:not(.eyebrow),
.cta-section p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}

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

.button {
  display: inline-flex;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.button-primary {
  background: #f0c66f;
  color: #17191b;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}

.intro-section,
.device-section,
.portfolio-section,
.cta-section,
.enquiry-section,
.site-footer {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 6vw, 96px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 7vw, 100px);
  background: #f7f4ee;
}

.intro-copy {
  color: #4f575c;
  font-size: 1.08rem;
  line-height: 1.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8d1c5;
}

.feature-card {
  min-height: 260px;
  padding: clamp(28px, 4vw, 54px);
  background: #fffaf1;
}

.feature-card p {
  color: #5c6468;
  line-height: 1.7;
}

.device-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  background: #202528;
  color: #fff;
}

.macbook {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  filter: drop-shadow(0 34px 34px rgba(0, 0, 0, 0.38));
}

.macbook-screen {
  position: relative;
  padding: clamp(9px, 1.4vw, 15px);
  border: 2px solid #52585d;
  border-bottom: 0;
  border-radius: clamp(12px, 2vw, 20px) clamp(12px, 2vw, 20px) 4px 4px;
  background: linear-gradient(145deg, #252a2e, #090b0c);
}

.macbook-camera {
  position: absolute;
  z-index: 2;
  top: clamp(3px, 0.55vw, 6px);
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5f6970;
  transform: translateX(-50%);
}

.tour-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #0f1214;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.tour-frame-large {
  aspect-ratio: 16 / 9;
}

.macbook-screen .tour-frame {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}

.macbook-base {
  position: relative;
  width: 112%;
  height: clamp(12px, 2vw, 20px);
  margin-left: -6%;
  border-radius: 2px 2px 35% 35%;
  background: linear-gradient(180deg, #d9dcde 0%, #989da0 48%, #676c70 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 4px 0 #3d4144;
}

.macbook-base span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15%;
  height: 38%;
  border-radius: 0 0 8px 8px;
  background: #7e8386;
  transform: translateX(-50%);
}

.device-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  border-bottom: 2px solid #f0c66f;
  color: #f0c66f;
  font-weight: 800;
}

.portfolio-section {
  background: #fff;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 14px;
}

.portfolio-card {
  display: flex;
  min-height: 220px;
  align-items: flex-end;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(32, 37, 40, 0.15), rgba(32, 37, 40, 0.82)),
    linear-gradient(135deg, #8ba49c, #22282b 65%, #f0c66f);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.portfolio-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(32, 37, 40, 0.1), rgba(32, 37, 40, 0.82)),
    linear-gradient(135deg, #a8b0bd, #26313a 60%, #d7a858);
}

.portfolio-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(32, 37, 40, 0.1), rgba(32, 37, 40, 0.82)),
    linear-gradient(135deg, #cab6a0, #333335 60%, #90aaa0);
}

.portfolio-card:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(32, 37, 40, 0.1), rgba(32, 37, 40, 0.82)),
    linear-gradient(135deg, #94a6b2, #283035 60%, #e3c374);
}

.portfolio-empty-state {
  grid-column: 1 / -1;
  min-height: 140px;
  display: grid;
  place-items: center;
  border: 1px dashed #d8d1c5;
  border-radius: 8px;
  color: #5c6468;
  font-weight: 800;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1.58fr);
  align-items: start;
  gap: clamp(36px, 5vw, 72px);
  background: #101416;
  color: #fff;
}

.cta-section h2 {
  max-width: 860px;
}

.cta-copy .button {
  margin-top: 20px;
}

.tour-browser {
  display: grid;
  min-width: 0;
  gap: 18px;
}

.tour-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(150px, 0.75fr);
  gap: 12px;
  align-items: end;
}

.tour-filters label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tour-filters input,
.tour-filters select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #171d20;
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
}

.tour-filters input:focus,
.tour-filters select:focus {
  border-color: #f0c66f;
  outline: 3px solid rgba(240, 198, 111, 0.22);
}

.tour-results {
  display: flex;
  gap: 12px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 8px;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
}

.tour-result-tile {
  display: grid;
  flex: 0 0 clamp(280px, 32vw, 380px);
  grid-template-rows: auto 1fr;
  min-height: 420px;
  overflow: hidden;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #171d20;
  color: rgba(255, 255, 255, 0.76);
  font: inherit;
  text-align: left;
  scroll-snap-align: start;
}

.tour-result-tile:hover,
.tour-result-tile[data-active="true"] {
  border-color: rgba(240, 198, 111, 0.72);
  background:
    linear-gradient(135deg, rgba(240, 198, 111, 0.18), rgba(139, 164, 156, 0.12)),
    #171d20;
  outline: 0;
}

.tour-result-preview {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0c1012;
}

.tour-result-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.tour-result-content {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
}

.tour-result-tile strong {
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.18;
}

.tour-result-tile span,
.tour-result-tile p {
  line-height: 1.45;
}

.tour-result-short-description {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tour-result-meta,
.tour-result-tile small,
.tour-result-description summary {
  color: #f0c66f;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tour-result-description {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.76);
}

.tour-result-description summary {
  cursor: pointer;
  list-style-position: inside;
}

.tour-result-description p {
  margin: 0;
  max-height: 180px;
  overflow: auto;
  color: rgba(255, 255, 255, 0.78);
}

.tour-result-action {
  justify-self: start;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(240, 198, 111, 0.48);
  border-radius: 999px;
  background: rgba(240, 198, 111, 0.12);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
}

.tour-result-action:hover,
.tour-result-action:focus-visible {
  border-color: #f0c66f;
  background: rgba(240, 198, 111, 0.22);
  outline: 3px solid rgba(240, 198, 111, 0.2);
}

.tour-empty-state {
  flex: 1 0 100%;
  min-height: 120px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.selected-tour {
  position: relative;
  min-width: 0;
}

.selected-tour-frame {
  aspect-ratio: 16 / 9;
  min-height: 360px;
  border-color: rgba(240, 198, 111, 0.5);
  border-radius: 14px;
}

.selected-tour-label {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: flex;
  max-width: calc(100% - 32px);
  gap: 9px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(13, 17, 19, 0.78);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.selected-tour-label span {
  flex: 0 0 auto;
  color: #f0c66f;
}

.selected-tour-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.selected-tour-prompts span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(240, 198, 111, 0.24);
  border-radius: 999px;
  background: rgba(240, 198, 111, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

.enquiry-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
  background: #fffaf1;
}

.enquiry-copy {
  position: sticky;
  top: 110px;
}

.enquiry-copy p:not(.eyebrow) {
  color: #5c6468;
  font-size: 1.08rem;
  line-height: 1.75;
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-direct a {
  color: #394248;
  font-weight: 800;
}

.enquiry-form {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid #ded6ca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(48, 42, 34, 0.08);
}

.required-note {
  margin: 0;
  color: #6d6255;
  font-size: 0.82rem;
  font-weight: 800;
}

.required-marker {
  color: #9b351e;
  font-weight: 900;
}

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

.enquiry-form label {
  display: grid;
  gap: 8px;
  color: #394248;
  font-size: 0.88rem;
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfc8bc;
  border-radius: 6px;
  background: #fbfaf7;
  color: #1e2328;
  font: inherit;
  font-weight: 500;
}

.enquiry-form textarea {
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  border-color: #9b6d15;
  outline: 3px solid rgba(240, 198, 111, 0.32);
}

.checkbox-field {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: #4f575c;
  font-weight: 600;
  line-height: 1.5;
}

.checkbox-field input {
  min-height: auto;
  margin-top: 3px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.form-message {
  margin: 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 800;
}

.form-message.error {
  background: #fff1ed;
  color: #9f351e;
}

.form-message.success {
  background: #eff8ef;
  color: #276d33;
}

.mobile-tour-overlay {
  position: fixed;
  z-index: 900;
  inset: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  background: #080b0c;
  color: #fff;
}

.mobile-tour-overlay-header {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 44px 12px 12px;
  border: 1px solid rgba(240, 198, 111, 0.28);
  border-radius: 12px;
  background: #101416;
}

.mobile-tour-overlay-header h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.mobile-tour-overlay-header p {
  margin: 0;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.35;
}

.mobile-tour-prompt-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #f0c66f;
  color: #17191b;
  font-size: 0.9rem;
  font-weight: 900;
}

.mobile-tour-prompt-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%);
}

.mobile-tour-rotate-note {
  display: grid;
  min-height: 40px;
  place-items: center;
  padding: 8px 12px;
  border: 1px dashed rgba(240, 198, 111, 0.28);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.mobile-tour-overlay-frame {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 198, 111, 0.35);
  border-radius: 12px;
  background: #0c1012;
}

.mobile-tour-overlay-frame iframe {
  height: 100%;
}

@media (orientation: landscape) and (max-height: 600px) {
  .mobile-tour-overlay {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
  }

  .mobile-tour-overlay-header {
    min-height: 48px;
    padding-block: 8px;
  }

  .mobile-tour-prompt-icon,
  .mobile-tour-rotate-note {
    display: none;
  }
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(190px, 1fr) minmax(150px, 0.7fr);
  gap: 32px;
  background: #f7f4ee;
}

.site-footer p {
  color: #5c6468;
}

address,
.footer-links {
  display: grid;
  gap: 8px;
  font-style: normal;
}

address a,
.footer-links a {
  color: #4c5960;
}

@media (max-width: 1180px) {
  .cta-section {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
  }

  .tour-result-tile {
    flex-basis: clamp(300px, 46vw, 420px);
  }
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  .site-nav {
    display: none;
  }

  .intro-section,
  .device-section,
  .cta-section,
  .enquiry-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .feature-card {
    min-height: 0;
  }

  .cta-section {
    align-items: flex-start;
  }

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

  .tour-result-tile {
    flex-basis: clamp(300px, 72vw, 440px);
  }

  .enquiry-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .site-header {
    align-items: flex-start;
    padding-top: 14px;
  }

  .brand-logo {
    width: clamp(122px, 38vw, 172px);
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 4.1rem);
  }

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

  .hero-section {
    min-height: 100svh;
    padding-top: 104px;
    padding-bottom: 28px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(11, 15, 18, 0.56), rgba(11, 15, 18, 0.2) 38%, rgba(11, 15, 18, 0.9)),
      linear-gradient(90deg, rgba(11, 15, 18, 0.72), rgba(11, 15, 18, 0.18));
  }

  .interaction-hint {
    top: 92px;
    right: 14px;
    left: 14px;
    width: auto;
  }

  .intro-section,
  .device-section,
  .portfolio-section,
  .cta-section,
  .enquiry-section,
  .site-footer {
    padding-block: 54px;
  }

  .tour-filters {
    grid-template-columns: 1fr;
  }

  .tour-result-tile {
    flex-basis: min(86vw, 380px);
    min-height: 390px;
  }

  .selected-tour-frame {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

  .selected-tour {
    display: none;
  }

  .selected-tour-prompts span {
    flex: 1 1 150px;
    justify-content: center;
    text-align: center;
  }

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

@media (max-width: 560px) {
  .hero-section {
    min-height: 100svh;
  }

  .hero-media iframe {
    transform: none;
  }

  .brand small {
    display: none;
  }

  .brand {
    padding: 8px 10px;
  }

  .interaction-hint {
    top: 82px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 11px 12px;
    font-size: 0.78rem;
  }

  .interaction-hint-icon {
    width: 38px;
    height: 38px;
  }

  .button {
    width: 100%;
  }

  .portfolio-card {
    min-height: 170px;
  }

  .selected-tour-label {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 420px) {
  .hero-section {
    min-height: 100svh;
  }

  .hero-content p:not(.eyebrow),
  .cta-section p {
    font-size: 1rem;
  }

  .interaction-hint {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .interaction-hint-icon {
    display: none;
  }

  .tour-result-tile {
    flex-basis: calc(100vw - 36px);
  }

  .selected-tour-frame {
    min-height: 240px;
  }

  .enquiry-form {
    padding: 20px 16px;
  }
}
