:root {
  --petrol: #243760;
  --petrol-2: #334d7b;
  --copper: #d65f55;
  --copper-soft: #f9e4e1;
  --stone: #f2f5f9;
  --sage: #e3edf5;
  --ink: #21334f;
  --muted: #5b6879;
  --line: #d8dee8;
  --shadow: 0 22px 48px rgba(34, 51, 83, .13);
}

.operator-bar { background: #243760; }
.domain-mark span { color: #243760; }
.domain-mark b { color: #d65f55; border-left-color: #e2a42b; }
.hero { position: relative; background: linear-gradient(90deg,#fff 0 64%,#f2f5fa 64%); }
.hero::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 10px; background: linear-gradient(#64a6c3 0 32%,#d65f55 32% 66%,#e2a42b 66%); }
.hero-inner { grid-template-columns: .84fr 1.16fr; column-gap: 66px; }
.hero-media { min-height: 605px; border-radius: 104px 10px 10px 10px; box-shadow: var(--shadow); }
.hero-media img { object-position: 51% center; }
.hero-actions { border-top: 1px solid #cfd7e4; }
.button-primary { background: #243760; }
.button-primary:hover { background: #334d7b; }
.decision-section { background: #243760; color: #fff; }
.decision-grid { grid-template-columns: .82fr 1.18fr; }
.decision-grid>div>p:last-child { color: #dfe6f1; }
.decision-list { border: 0; gap: 14px; }
.decision-list li { min-height: 126px; border: 0; background: rgba(255,255,255,.09); }
.decision-list li:nth-child(1) { box-shadow: inset 5px 0 #64a6c3; }
.decision-list li:nth-child(2) { box-shadow: inset 5px 0 #d65f55; }
.decision-list li:nth-child(3) { box-shadow: inset 5px 0 #e2a42b; }
.decision-list li:nth-child(4) { box-shadow: inset 5px 0 #8aa3cf; }
.decision-list span { color: #f2b949; }
.experience-section { background: #fff; }
.split-layout { grid-template-columns: 1.08fr .92fr; }
.plan-media { height: 555px; border-radius: 96px 10px 10px 10px; }
.plan-media img { object-position: 49% center; }
.strength-grid span { border-left-color: #64a6c3; background: #f3f6fa; }
.welcome { background: #e7eef7; }
.work-section { background: #f2f5f9; color: var(--ink); }
.work-grid { grid-template-columns: .86fr 1.14fr; }
.work-copy>p { color: var(--muted); }
.support-note { border-left-color: #d65f55; background: #fff; }
.support-note p { color: var(--muted); }
.room-media { border-radius: 10px 10px 96px 10px; box-shadow: var(--shadow); }
.property-grid { grid-template-columns: 1.38fr .62fr; }
.property-grid article:first-child { background: #e3edf5; }
.trust-section { background: #f7f1e6; }
.contact-section { background: #edf2f8; }
form { border-top-color: #64a6c3; }
.intent-options input:checked + span { background: #243760; border-color: #243760; box-shadow: inset 0 -4px 0 #d65f55; }
.personal-contact { background: #243760; }
.personal-contact .contact-phone + .contact-phone { margin-top: 6px; font-size: 18px; }

@media (max-width: 900px) {
  .hero { background: #fff; }
  .hero-inner, .decision-grid, .split-layout, .work-grid, .property-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-inner { grid-template-areas: "copy" "media" "actions"; }
  .hero-copy, .hero-media, .hero-actions, .experience-copy, .work-copy, .media, form, .personal-contact { min-width: 0; }
  .hero-media, .plan-media, .room-media { width: 100%; min-height: 0; height: auto; aspect-ratio: 3 / 2; border-radius: 52px 7px 7px 7px; }
  .experience-copy { order: -1; }
}

@media (max-width: 720px) {
  .domain-mark { font-size: 16px; }
  .domain-mark b { margin-left: 5px; padding-left: 5px; }
  .domain-mark em { font-size: 11px; }
  .hero-inner { padding-top: 32px; }
  .hero-media { margin-top: 22px; aspect-ratio: 12 / 5; }
  .hero-media img { object-position: 51% 37%; }
  .hero-actions { margin-top: 12px; }
}

@media (max-width: 360px) {
  .header-inner, .section-inner, .hero-inner, .footer-inner { width: calc(100vw - 36px); max-width: calc(100vw - 36px); }
  .domain-mark { font-size: 13px; letter-spacing: -.05em; }
  .domain-mark em { font-size: 9px; }
  .button { padding-inline: 15px; }
  .trust-grid > div, .trust-grid dl { min-width: 0; }
  #trust-title { font-size: 27px; }
}
