:root {
  --ink: #17232c;
  --ink-deep: #0f171d;
  --slate: #273b49;
  --blue: #4f7e96;
  --blue-deep: #3a657a;
  --blue-light: #dbe7ec;
  --mist: #edf2f3;
  --paper: #f7f5f0;
  --paper-deep: #e9e5dd;
  --white: #ffffff;
  --muted: #66727a;
  --line: rgba(23, 35, 44, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 30px 90px rgba(15, 23, 29, 0.18);
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shell: 1280px;
  --gutter: clamp(1.1rem, 4vw, 3.5rem);
  --section: clamp(5rem, 8vw, 8rem);
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-family: var(--sans);
}

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

a {
  color: inherit;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3 {
  margin: 0;
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
}

h2 em {
  color: var(--blue);
  font-weight: 400;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.25;
}

.shell {
  width: min(var(--shell), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.section-pad {
  padding-block: var(--section);
}

.section-dark {
  color: var(--white);
  background: var(--ink-deep);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.8rem 1rem;
  color: var(--ink-deep);
  background: var(--white);
  border-radius: 4px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: #9fc0cf;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  min-height: 3.75rem;
  padding: 0.95rem 1.45rem;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--blue-deep);
  border-color: var(--blue-deep);
  transform: translateY(-2px);
}

.button-small {
  min-height: 3.25rem;
  padding-inline: 1.25rem;
  font-size: 0.72rem;
}

.button-light {
  color: var(--ink-deep);
  background: var(--white);
  border-color: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link-light {
  color: var(--white);
}

.site-header {
  position: relative;
  z-index: 20;
  color: var(--white);
  background: var(--ink-deep);
  border-bottom: 1px solid var(--line-light);
}

.header-inner {
  min-height: 6.4rem;
  display: flex;
  align-items: center;
}

.brand {
  width: clamp(18rem, 29vw, 26rem);
  flex: 0 0 auto;
}

.brand img {
  position: static;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.header-copy {
  display: none;
}

.header-copy strong,
.header-copy span {
  display: block;
}

.header-copy strong {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header-copy span {
  margin-top: 0.25rem;
  color: #aab5bb;
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header-phone {
  display: block;
  text-align: right;
  text-decoration: none;
}

.header-phone span,
.header-phone strong {
  display: block;
}

.header-phone span {
  color: #96a5ad;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-phone strong {
  margin-top: 0.18rem;
  font-size: 0.95rem;
}

.hero {
  position: relative;
  min-height: 54rem;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-deep);
}

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

.hero-image {
  background-image: url("assets/hero.jpg");
  background-position: 59% center;
  background-size: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 23, 29, 0.98) 0%, rgba(15, 23, 29, 0.91) 35%, rgba(15, 23, 29, 0.47) 68%, rgba(15, 23, 29, 0.6) 100%),
    linear-gradient(0deg, rgba(15, 23, 29, 0.52), transparent 50%);
}

.hero-line {
  position: absolute;
  border: 1px solid rgba(159, 192, 207, 0.14);
  border-radius: 50%;
}

.hero-line-one {
  width: 35rem;
  height: 35rem;
  right: -18rem;
  top: -10rem;
}

.hero-line-two {
  width: 23rem;
  height: 23rem;
  right: -12rem;
  top: -4rem;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.69fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(5rem, 8vw, 8rem);
}

.hero-content {
  max-width: 47rem;
}

.hero h1 {
  max-width: 45rem;
  font-size: clamp(4rem, 6.5vw, 7.6rem);
  line-height: 0.88;
}

.hero h1 em {
  display: block;
  color: #9fc0cf;
  font-weight: 400;
}

.hero-copy {
  max-width: 40rem;
  margin-top: 2rem;
  color: #d2dade;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-checks li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #e3eaed;
  font-size: 0.79rem;
  font-weight: 700;
}

.hero-checks span {
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  color: var(--ink-deep);
  background: #9fc0cf;
  border-radius: 50%;
  font-size: 0.7rem;
}

.hero-cta-row {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.hero-review {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.review-stars {
  color: #9fc0cf;
  letter-spacing: 0.08em;
}

.hero-review p strong,
.hero-review p span {
  display: block;
}

.hero-review p strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
}

.hero-review p span {
  margin-top: 0.15rem;
  color: #96a5ad;
  font-size: 0.68rem;
}

.quote-card {
  padding: clamp(1.7rem, 3vw, 2.6rem);
  color: var(--ink);
  background: rgba(247, 245, 240, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.quote-card h2 {
  font-size: clamp(2.3rem, 3.4vw, 3.5rem);
  line-height: 1;
}

.quote-card-heading > p:last-child {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.65;
}

.ghl-form-placeholder {
  margin-top: 1.8rem;
  padding: 1rem;
  background: var(--white);
  border: 1px dashed rgba(79, 126, 150, 0.42);
  border-radius: 8px;
}

.placeholder-badge {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.55rem;
  color: var(--blue-deep);
  background: var(--blue-light);
  border-radius: 2px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.placeholder-field {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}

.placeholder-field span {
  display: block;
  color: #536068;
  font-size: 0.65rem;
  font-weight: 700;
}

.placeholder-field i {
  display: block;
  width: 52%;
  height: 0.55rem;
  margin-top: 0.5rem;
  background: #e8ecee;
  border-radius: 999px;
}

.placeholder-field-large i {
  width: 78%;
}

.placeholder-button {
  min-height: 3.2rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--white);
  background: var(--blue);
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.form-note {
  margin-top: 1rem;
  color: #7c878d;
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: center;
}

.proof-strip {
  color: var(--white);
  background: var(--slate);
}

.proof-grid {
  min-height: 7.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem clamp(1rem, 2.5vw, 2rem);
  border-left: 1px solid var(--line-light);
}

.proof-item:last-child {
  border-right: 1px solid var(--line-light);
}

.proof-item strong {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 400;
}

.proof-item span {
  margin-top: 0.3rem;
  color: #b5c1c7;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-logos {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
}

.proof-logos img {
  max-width: 4.8rem;
  max-height: 2.6rem;
  object-fit: contain;
}

.opening {
  background: var(--paper);
}

.opening-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.68fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.section-heading h2 {
  max-width: 50rem;
}

.opening-copy {
  padding-bottom: 0.3rem;
}

.lead-copy {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 600;
}

.opening-copy p + p {
  margin-top: 1.25rem;
}

.room-grid {
  margin-top: clamp(3.5rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.room-card {
  position: relative;
  min-height: 19rem;
  padding: 2rem;
  border-left: 1px solid var(--line);
}

.room-card:last-child {
  border-right: 1px solid var(--line);
}

.room-number {
  color: #8d989d;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.room-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 3rem;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(79, 126, 150, 0.45);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.room-card h3 {
  margin-top: 1.3rem;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
}

.room-card p {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  line-height: 1.65;
}

.showcase {
  position: relative;
  overflow: hidden;
}

.showcase::after {
  position: absolute;
  width: 32rem;
  height: 32rem;
  right: -12rem;
  bottom: -15rem;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  content: "";
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.showcase-copy h2 {
  font-size: clamp(2.7rem, 4.6vw, 4.8rem);
}

.showcase-copy > p:not(.eyebrow) {
  margin: 1.6rem 0 2rem;
  color: #afbcc2;
}

.showcase-main {
  position: relative;
  margin: 0;
}

.showcase-main::before {
  position: absolute;
  inset: -1.2rem 1.2rem 1.2rem -1.2rem;
  z-index: -1;
  border: 1px solid rgba(159, 192, 207, 0.24);
  content: "";
}

.showcase-main img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.showcase-main figcaption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  color: var(--white);
  background: rgba(15, 23, 29, 0.86);
  backdrop-filter: blur(9px);
}

.showcase-main figcaption strong {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
}

.showcase-main figcaption span {
  color: #aebbc1;
  font-size: 0.7rem;
}

.properly {
  background: var(--mist);
}

.properly-heading {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: end;
}

.properly-heading > p {
  padding-bottom: 0.4rem;
}

.properly-grid {
  margin-top: clamp(3.5rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
}

.properly-card {
  min-height: 18rem;
  padding: clamp(2rem, 4vw, 3.4rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.properly-card:nth-child(2n) {
  border-right: 0;
}

.properly-card:nth-child(n + 3) {
  border-bottom: 0;
}

.properly-card > span {
  display: inline-flex;
  padding-bottom: 0.5rem;
  color: var(--blue-deep);
  border-bottom: 2px solid var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.properly-card h3 {
  margin-top: 3rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
}

.properly-card p {
  max-width: 30rem;
  margin-top: 0.9rem;
}

.difference {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--slate);
}

.difference-image {
  min-height: 47rem;
}

.difference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.difference-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem);
  color: var(--white);
}

.difference-copy h2 {
  font-size: clamp(2.8rem, 4.6vw, 5rem);
}

.difference-copy > p:not(.eyebrow) {
  margin-top: 1.6rem;
  color: #bec9ce;
}

.line-list {
  margin: 2.5rem 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.line-list li {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-light);
  color: #eef3f4;
  font-size: 0.9rem;
}

.line-list span {
  color: #9fc0cf;
  font-size: 0.65rem;
}

.testimonial {
  background: var(--paper);
}

.testimonial-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.testimonial-intro h2 {
  font-size: clamp(2.6rem, 4vw, 4.3rem);
}

.featured-quote {
  position: relative;
  margin: 0;
  padding: clamp(2.6rem, 5vw, 5rem);
  color: var(--white);
  background: var(--ink);
}

.quote-mark {
  color: #9fc0cf;
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 0.7;
}

.featured-quote > p {
  margin-top: 1.5rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.16;
}

.featured-quote footer,
.mini-quote footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.featured-quote footer strong,
.mini-quote footer strong {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding-left: calc(40% + 4rem);
}

.mini-quote {
  margin: 0;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.mini-quote > p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.4;
}

.mini-quote footer span {
  color: var(--blue);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.process {
  position: relative;
  overflow: hidden;
}

.process::before {
  position: absolute;
  width: 42rem;
  height: 42rem;
  left: -24rem;
  top: -18rem;
  border: 1px solid rgba(159, 192, 207, 0.12);
  border-radius: 50%;
  content: "";
}

.process-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}

.process-heading > div {
  max-width: 50rem;
}

.process-grid {
  position: relative;
  margin-top: clamp(3.5rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}

.process-card {
  min-height: 19rem;
  padding: 2rem;
  border-left: 1px solid var(--line-light);
}

.process-card:last-child {
  border-right: 1px solid var(--line-light);
}

.process-number {
  color: #9fc0cf;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.process-card h3 {
  margin-top: 4.5rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.process-card p {
  margin-top: 0.9rem;
  color: #aebbc1;
  font-size: 0.9rem;
}

.about {
  background: var(--paper);
}

.about-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: center;
}

.about-collage {
  position: relative;
  min-height: 44rem;
}

.about-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(15, 23, 29, 0.16);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-one {
  width: 73%;
  height: 72%;
  left: 0;
  top: 0;
}

.about-image-two {
  width: 56%;
  height: 48%;
  right: 0;
  bottom: 0;
  border: 0.8rem solid var(--paper);
}

.about-stamp {
  position: absolute;
  left: 5%;
  bottom: 6%;
  width: 9rem;
  height: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(15, 23, 29, 0.2);
}

.about-stamp strong {
  font-family: var(--serif);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
}

.about-stamp span {
  margin-top: 0.35rem;
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-copy h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
}

.about-copy > p:not(.eyebrow) {
  margin-top: 1.5rem;
}

.about-points {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.about-points > div {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.8rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.about-points > div > span {
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.7rem;
}

.about-points p {
  font-size: 0.82rem;
  line-height: 1.5;
}

.about-points strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--ink);
}

.faq {
  background: var(--mist);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 2rem;
}

.faq-intro h2 {
  font-size: clamp(2.7rem, 4.3vw, 4.5rem);
}

.faq-intro > p:not(.eyebrow) {
  margin: 1.4rem 0 1.8rem;
}

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

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

.faq-list summary {
  position: relative;
  padding: 1.65rem 3.5rem 1.65rem 0;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  color: var(--blue-deep);
  border: 1px solid rgba(79, 126, 150, 0.45);
  border-radius: 50%;
  content: "+";
  font-family: var(--sans);
  font-size: 1rem;
  transform: translateY(-50%);
}

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

.faq-list details p {
  max-width: 46rem;
  padding: 0 3.5rem 1.6rem 0;
}

.final-cta {
  position: relative;
  min-height: 43rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-deep);
}

.final-cta-image,
.final-cta-overlay {
  position: absolute;
  inset: 0;
}

.final-cta-image {
  background: url("assets/hero.jpg") center / cover no-repeat;
}

.final-cta-overlay {
  background: linear-gradient(90deg, rgba(15, 23, 29, 0.97), rgba(15, 23, 29, 0.74) 58%, rgba(15, 23, 29, 0.45));
}

.final-cta-content {
  position: relative;
  z-index: 2;
}

.final-cta-content h2 {
  max-width: 55rem;
  font-size: clamp(3.4rem, 6.5vw, 7rem);
}

.final-cta-content > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1.6rem 0 2rem;
  color: #d0d9dd;
  font-size: 1.05rem;
}

.final-assurances {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.5rem;
  color: #becacf;
  font-size: 0.72rem;
  font-weight: 700;
}

.site-footer {
  color: var(--white);
  background: var(--ink-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding-block: 4.5rem;
  border-bottom: 1px solid var(--line-light);
}

.footer-brand img {
  width: min(25rem, 100%);
  height: auto;
}

.footer-brand p {
  margin-top: 1rem;
  color: #9eabb1;
  font-family: var(--serif);
}

.footer-label {
  margin-bottom: 1rem;
  color: #7895a3;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact a {
  display: block;
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.9;
  text-decoration: none;
}

.footer-area p:last-child {
  max-width: 22rem;
  color: #9eabb1;
  font-size: 0.85rem;
}

.footer-bottom {
  min-height: 5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #829098;
  font-size: 0.65rem;
}

.footer-bottom a {
  margin-left: auto;
  color: #a9b5bb;
}

.mobile-cta {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .skip-link {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .hero-layout {
    grid-template-columns: 1fr 24rem;
    gap: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 7vw, 6rem);
  }

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

  .room-card:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .room-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .quote-grid {
    padding-left: 0;
  }

  .difference-copy {
    padding-inline: clamp(3rem, 6vw, 5rem);
  }
}

@media (max-width: 860px) {
  :root {
    --section: 5.2rem;
  }

  body {
    padding-bottom: 4.25rem;
  }

  .header-inner {
    min-height: 5.3rem;
  }

  .brand {
    width: min(19rem, calc(100vw - 2rem));
  }

  .header-phone,
  .header-actions .button {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    background-position: 55% top;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(15, 23, 29, 0.88), rgba(15, 23, 29, 0.96) 56%, rgba(15, 23, 29, 1));
  }

  .hero-layout,
  .opening-layout,
  .showcase-layout,
  .properly-heading,
  .testimonial-layout,
  .about-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    padding-block: 4.5rem 5.5rem;
  }

  .hero-content {
    max-width: 42rem;
  }

  .quote-card {
    max-width: 38rem;
  }

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

  .proof-item:nth-child(2) {
    border-right: 1px solid var(--line-light);
  }

  .proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .showcase-layout {
    gap: 4rem;
  }

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

  .difference-image {
    min-height: 32rem;
  }

  .difference-copy {
    padding-block: 5rem;
  }

  .process-heading {
    display: block;
  }

  .process-heading .button {
    margin-top: 2rem;
  }

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

  .process-card {
    min-height: auto;
    padding: 2rem 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .process-card:last-child {
    border-right: 0;
  }

  .process-card h3 {
    margin-top: 2rem;
  }

  .faq-intro {
    position: static;
  }

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

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

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    color: var(--white);
    background: var(--blue);
    box-shadow: 0 -10px 30px rgba(15, 23, 29, 0.18);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 1rem;
    --section: 4.5rem;
  }

  h2 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.3rem);
    line-height: 0.89;
  }

  .hero-copy {
    font-size: 0.95rem;
  }

  .hero-checks {
    display: grid;
  }

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

  .hero-cta-row .text-link {
    align-self: flex-start;
  }

  .hero-review {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-card {
    padding: 1.4rem;
  }

  .proof-grid,
  .room-grid,
  .properly-grid,
  .quote-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .proof-item,
  .proof-item:nth-child(2),
  .proof-item:last-child {
    min-height: 6rem;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .room-card,
  .room-card:nth-child(2),
  .room-card:last-child {
    min-height: 16rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .room-card:last-child {
    border-bottom: 0;
  }

  .room-icon {
    margin-top: 2rem;
  }

  .showcase-main::before {
    display: none;
  }

  .showcase-main figcaption {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .properly-card,
  .properly-card:nth-child(2n),
  .properly-card:nth-child(n + 3) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .properly-card:last-child {
    border-bottom: 0;
  }

  .difference-image {
    min-height: 24rem;
  }

  .difference-copy {
    padding: 4rem 1rem;
  }

  .featured-quote {
    padding: 2rem;
  }

  .featured-quote > p {
    font-size: 2rem;
  }

  .about-collage {
    min-height: 31rem;
  }

  .about-image-one {
    width: 86%;
    height: 67%;
  }

  .about-image-two {
    width: 64%;
    height: 45%;
  }

  .about-stamp {
    width: 7rem;
    height: 7rem;
    left: 2%;
    bottom: 8%;
  }

  .about-stamp strong {
    font-size: 2.5rem;
  }

  .final-cta {
    min-height: 40rem;
  }

  .final-cta-content h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .footer-main {
    gap: 2.5rem;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1.5rem;
  }

  .footer-bottom a {
    margin-left: 0;
  }
}
