:root {
  --ink: #082a39;
  --muted: #5d727b;
  --paper: #f6f8f6;
  --stone: #e6ecec;
  --sage: #dce7e6;
  --clay: #eee7dc;
  --charcoal: #05293a;
  --gold: #c49b45;
  --line: rgba(8, 42, 57, 0.14);
  --panel: rgba(255, 255, 255, 0.9);
  --panel-strong: #ffffff;
  --shadow: 0 24px 70px rgba(8, 42, 57, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(197, 218, 220, 0.8), transparent 34rem),
    linear-gradient(180deg, #f7faf9 0, #f1f5f4 42rem, #fbfaf6 100%);
  color: var(--ink);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

::selection {
  background: var(--gold);
  color: #061f2b;
}

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

.nav,
.hero-content,
.hero-stats,
.intro,
.feature-grid,
.process-preview,
.catalog-intro,
.catalog-list,
.project-gallery,
.design-note,
.showroom-story,
.visit-strip,
.contact-page,
.map-placeholder,
.footer {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  color: white;
  isolation: isolate;
}

.home-hero {
  min-height: 94vh;
  padding: 22px 0 42px;
}

.page-hero {
  min-height: 62vh;
  padding: 22px 0 58px;
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero::after,
.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgb(0 13 20 / 98%) 0%, rgb(0 27 39 / 90%) 34%, rgb(0 43 61 / 48%) 62%, rgb(0 43 61 / 16%) 100%),
    linear-gradient(0deg, rgb(0 18 27 / 76%), transparent 54%);
}

.home-hero::before {
  background-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1800&q=85");
}

.collections-hero::before {
  background-image: url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1800&q=85");
}

.projects-hero::before {
  background-image: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1800&q=85");
}

.showroom-hero::before {
  background-image: url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1800&q=85");
}

.subpage-header {
  background: rgba(246, 248, 246, 0.94);
  padding: 22px 0 0;
}

.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.nav-dark {
  border-bottom-color: var(--line);
  color: var(--ink);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 235px;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 1px solid rgb(255 255 255 / 28%);
  background: var(--charcoal);
}

.nav-dark .brand img {
  border-color: var(--line);
}

.brand span {
  display: block;
}

.brand em {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nav-light .brand em {
  color: rgb(255 255 255 / 76%);
}

.nav-dark .brand em {
  color: var(--muted);
}

.brand strong {
  display: block;
  max-width: 190px;
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.08;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  font-size: 14px;
}

.nav-light .nav-links {
  color: rgb(255 255 255 / 84%);
}

.nav-dark .nav-links {
  color: var(--muted);
}

.nav-links a {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

.nav-links a:hover,
.nav-links .active {
  border-bottom-color: var(--gold);
  color: inherit;
}

.nav-cta,
.primary,
.secondary,
.contact-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 700;
}

.nav-cta,
.secondary {
  border: 1px solid rgb(255 255 255 / 30%);
  padding: 0 18px;
  backdrop-filter: blur(8px);
}

.nav-cta.dark {
  border-color: rgba(8, 42, 57, 0.22);
}

.hero-content {
  padding-top: clamp(92px, 18vh, 170px);
  max-width: 900px;
  margin-left: clamp(24px, 10vw, 170px);
  margin-right: auto;
}

.page-title {
  width: min(900px, calc(100% - 40px));
  margin: clamp(92px, 16vh, 150px) auto 0 clamp(24px, 10vw, 170px);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  max-width: 100%;
  border-left: 2px solid var(--gold);
  padding: 12px 16px;
  background: rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 82%);
}

h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 7.2vw, 92px);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.48);
}

.page-title h1,
.contact-page h1 {
  font-size: clamp(44px, 7vw, 86px);
}

.hero-copy {
  max-width: 680px;
  color: rgb(255 255 255 / 84%);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.75;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.38);
}

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

.primary {
  background: var(--gold);
  color: #062332;
  padding: 0 24px;
}

.secondary {
  color: white;
  padding: 0 24px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 760px;
  margin-top: 72px;
  border-top: 1px solid rgb(255 255 255 / 24%);
  border-bottom: 1px solid rgb(255 255 255 / 24%);
}

.hero-stats div {
  padding: 20px 18px 20px 0;
}

.hero-stats strong {
  display: block;
  color: white;
  font-size: 28px;
}

.hero-stats span {
  color: rgb(255 255 255 / 70%);
  font-size: 14px;
  line-height: 1.45;
}

.intro,
.process-preview,
.showroom-story,
.contact-page {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 96px);
  padding: 94px 0;
}

.intro h2,
.process-preview h2,
.split-copy h2,
.catalog-intro h2,
.catalog-item h2,
.design-note h2,
.showroom-story h2,
.map-placeholder h2 {
  margin: 14px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro > p,
.split-copy > p,
.process-preview li p,
.catalog-item p,
.design-note p,
.showroom-story p,
.contact-page p,
.map-placeholder p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 16px;
  padding-bottom: 92px;
}

.feature-card {
  display: block;
  min-height: 320px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform 420ms ease, border-color 420ms ease, background 420ms ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 182, 103, 0.55);
}

.feature-large {
  position: relative;
  grid-row: span 2;
  min-height: 656px;
  overflow: hidden;
  padding: 0;
  color: white;
}

.feature-large img,
.catalog-item img,
.project-card,
.showroom-image {
  transition: transform 900ms ease, filter 900ms ease;
}

.feature-large:hover img,
.catalog-item:hover img {
  transform: scale(1.035);
  filter: contrast(1.06) saturate(1.04);
}

.feature-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-large::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 72%), transparent 58%);
}

.feature-large div {
  position: absolute;
  inset: auto 32px 32px;
  z-index: 1;
}

.feature-large p,
.feature-card span,
.catalog-item span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-large h2 {
  max-width: 600px;
  margin: 12px 0 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.feature-card h3 {
  margin: 96px 0 14px;
  font-size: 27px;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.65;
}

.tone-stone {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(230, 236, 236, 0.82)),
    #e6ecec;
}

.tone-sage {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(220, 231, 230, 0.84)),
    #dce7e6;
}

.tone-warm {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 231, 220, 0.86)),
    #eee7dc;
}

.split-dark {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(36px, 6vw, 80px);
  padding: 88px clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 80% 10%, rgba(196, 155, 69, 0.12), transparent 24rem),
    linear-gradient(135deg, #ffffff, #e7eff0);
  color: var(--ink);
}

.showroom-image {
  min-height: 560px;
  background-image: url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1400&q=85");
  background-position: center;
  background-size: cover;
}

.split-copy {
  align-self: center;
  max-width: 620px;
}

.split-copy > p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 700;
}

.process-preview {
  align-items: start;
}

.process-preview ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-preview li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px 22px;
  border-top: 1px solid var(--line);
  padding: 26px 0;
}

.process-preview li span {
  grid-row: span 2;
  color: #9b7933;
  font-weight: 800;
}

.process-preview li strong {
  font-size: 25px;
}

.process-preview li p {
  margin: 0;
}

.catalog-intro {
  padding: 92px 0 40px;
}

.catalog-intro h2 {
  max-width: 860px;
}

.catalog-list {
  display: grid;
  gap: 18px;
  padding-bottom: 98px;
}

.catalog-item {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: clamp(20px, 4vw, 46px);
  overflow: hidden;
}

.catalog-item.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.catalog-item.reverse img {
  order: 2;
}

.catalog-item img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 92px 0;
}

.project-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 28px;
  color: white;
  background-position: center;
  background-size: cover;
}

.project-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 8%));
}

.project-card span,
.project-card p {
  position: relative;
  z-index: 1;
}

.project-card span {
  font-size: 28px;
  font-weight: 800;
}

.project-card p {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 72%);
  line-height: 1.6;
}

.kitchen {
  background-image: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=900&q=85");
}

.bath {
  background-image: url("https://images.unsplash.com/photo-1600573472591-ee6b68d14c68?auto=format&fit=crop&w=900&q=85");
}

.lobby {
  background-image: url("https://images.unsplash.com/photo-1600607687644-c7171b42498b?auto=format&fit=crop&w=900&q=85");
}

.staircase {
  background-image: url("https://images.unsplash.com/photo-1600607688066-890987f18a86?auto=format&fit=crop&w=900&q=85");
}

.design-note,
.map-placeholder {
  max-width: 920px;
  padding: 0 0 96px;
}

.thank-you-main {
  display: grid;
  min-height: calc(100vh - 180px);
  place-items: center;
  padding: 72px 20px;
}

.thank-you-panel {
  width: min(900px, 100%);
  border: 1px solid rgba(196, 155, 69, 0.38);
  background:
    radial-gradient(circle at 88% 12%, rgba(196, 155, 69, 0.22), transparent 20rem),
    linear-gradient(135deg, #062f42, #041d2a);
  box-shadow: 0 28px 90px rgba(5, 41, 58, 0.28);
  color: white;
  padding: clamp(34px, 7vw, 80px);
}

.thank-you-panel h1 {
  max-width: 760px;
  margin: 20px 0;
  font-size: clamp(44px, 7vw, 78px);
  text-shadow: none;
}

.thank-you-panel > p:not(.section-kicker) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}

.thank-you-secondary {
  border-color: rgba(255, 255, 255, 0.48);
}

.thank-you-note {
  margin: 30px 0 0 !important;
  font-size: 14px !important;
}

.thank-you-note a {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 700;
}

.showroom-story {
  align-items: start;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.service-grid span {
  border: 1px solid var(--line);
  padding: 18px;
  color: var(--ink);
  font-size: 14px;
  background: rgba(255, 255, 255, 0.66);
}

.service-grid.light span {
  border-color: var(--line);
  color: var(--ink);
  background: var(--panel);
}

.visit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 98px;
}

.visit-strip article {
  min-height: 260px;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 30px;
  box-shadow: var(--shadow);
}

.visit-strip span {
  color: #9b7933;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visit-strip p {
  margin: 88px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-page {
  align-items: start;
}

.contact-page > div > p {
  max-width: 650px;
}

.contact-actions {
  display: grid;
  gap: 12px;
  max-width: 430px;
  margin-top: 32px;
}

.contact-actions a {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 16px 18px;
  font-weight: 700;
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.contact-actions a:hover {
  transform: translateX(6px);
  border-color: rgba(215, 182, 103, 0.55);
  background: var(--panel-strong);
}

.contact-card {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0, rgba(196, 155, 69, 0.12), transparent 18rem),
    linear-gradient(135deg, #ffffff, #e9f0f1);
  color: var(--ink);
  padding: clamp(24px, 5vw, 42px);
  box-shadow: var(--shadow);
}

.contact-card h2 {
  margin-bottom: 0;
  font-size: 32px;
}

.contact-card label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font: inherit;
  padding: 14px;
}

.contact-card select option {
  color: var(--ink);
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: rgba(8, 42, 57, 0.42);
}

.contact-card button {
  width: max-content;
  border: 0;
  background: var(--gold);
  color: #061f2b;
  cursor: pointer;
  padding: 0 24px;
}

.map-placeholder {
  min-height: 300px;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 46px;
  box-shadow: var(--shadow);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
  color: var(--muted);
}

.footer p {
  margin: 0;
  color: var(--ink);
}

.footer p span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 800ms ease,
    transform 800ms cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.nav,
.hero-content,
.page-title {
  animation: introRise 900ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-stats {
  animation: introRise 900ms cubic-bezier(0.2, 0.75, 0.25, 1) 180ms both;
}

@keyframes introRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@media (max-width: 1100px) {
  .project-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 14px 20px;
  }

  .hero-content,
  .page-title {
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    min-width: 0;
  }

  .intro,
  .process-preview,
  .split-dark,
  .catalog-item,
  .catalog-item.reverse,
  .showroom-story,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .catalog-item.reverse img {
    order: 0;
  }

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

  .feature-large {
    min-height: 520px;
  }

  .showroom-image {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .nav,
  .hero-content,
  .hero-stats,
  .intro,
  .feature-grid,
  .process-preview,
  .catalog-intro,
  .catalog-list,
  .project-gallery,
  .design-note,
  .showroom-story,
  .visit-strip,
  .contact-page,
  .map-placeholder,
  .footer,
  .page-title {
    width: min(100% - 28px, 1240px);
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.04;
  }

  .page-title h1,
  .contact-page h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.04;
  }

  .nav {
    gap: 14px;
    padding-bottom: 14px;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    max-width: 150px;
    font-size: 15px;
  }

  .brand em {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .nav-links {
    gap: 10px 14px;
    font-size: 13px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero-content {
    padding-top: clamp(42px, 8vh, 70px);
    max-width: none;
  }

  .page-title {
    margin-top: clamp(70px, 12vh, 96px);
  }

  .eyebrow {
    padding: 10px 12px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .hero-copy {
    max-width: none;
    font-size: 14.8px;
    line-height: 1.6;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .primary,
  .secondary,
  .contact-card button {
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    font-size: 14px;
  }

  .service-grid,
  .project-gallery {
    grid-template-columns: 1fr;
  }

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

  .hero-stats {
    margin-top: 28px;
  }

  .hero-stats div {
    padding: 12px 8px 12px 0;
  }

  .hero-stats strong {
    font-size: 18px;
  }

  .hero-stats span {
    font-size: 11.5px;
  }

  .intro,
  .process-preview,
  .showroom-story,
  .contact-page {
    padding: 58px 0;
  }

  .catalog-intro,
  .project-gallery {
    padding-top: 58px;
  }

  .feature-grid,
  .catalog-list,
  .visit-strip {
    padding-bottom: 58px;
  }

  .feature-card {
    min-height: 250px;
    padding: 22px;
  }

  .feature-large {
    min-height: 380px;
  }

  .feature-card h3 {
    margin-top: 64px;
  }

  .catalog-item {
    padding: 18px;
  }

  .catalog-item img {
    min-height: 260px;
  }

  .split-dark {
    padding: 58px 14px;
  }

  .showroom-image {
    min-height: 300px;
  }

  .contact-actions {
    max-width: none;
  }

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

  .project-card {
    min-height: 380px;
  }

  .map-placeholder {
    padding: 28px;
  }

  .thank-you-main {
    min-height: 0;
    padding: 42px 14px 58px;
  }

  .thank-you-panel {
    padding: 34px 26px;
  }

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