:root {
  --bg: #f2f4f1;
  --text: #19201d;
  --text-body: #515b56;
  --accent: #7f2638;
  --surface: #dde4df;
  --dark: #14231d;
  --display: "Noto Serif KR", serif;
  --body: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 8px 16px rgba(20, 35, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  word-break: keep-all;
}

body,
button,
input,
select {
  font-family: var(--body);
}

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

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

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sample-disclosure {
  position: relative;
  z-index: 40;
  margin: 0;
  padding: 7px 24px;
  color: rgba(242, 244, 241, 0.72);
  background: var(--dark);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 29px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  min-height: 88px;
  padding: 0 4vw;
  align-items: center;
  color: var(--bg);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1;
}

.brand strong {
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
}

.brand span {
  margin-top: 7px;
  font-size: 9px;
  font-weight: 600;
}

.site-header nav {
  display: flex;
  gap: 36px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.site-header nav a,
.header-actions > a,
.hero-explore,
footer > a:last-child {
  transition: color 0.2s ease, box-shadow 0.2s ease;
}

.site-header nav a:hover,
.header-actions > a:hover {
  color: #d9b5bd;
}

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 24px;
}

.header-actions > a {
  padding: 8px 0;
  box-shadow: 0 1px rgba(242, 244, 241, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
}

.hero {
  position: relative;
  height: clamp(760px, calc(100svh - 29px), 1040px);
  overflow: hidden;
  color: var(--bg);
  background: var(--dark);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(20, 35, 29, 0.16);
  content: "";
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center top;
  transform: scale(1.005);
  transform-origin: center top;
  transition: transform 12s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.hero.is-ready .hero-media img {
  transform: scale(1.055);
}

.hero-content {
  position: absolute;
  z-index: 2;
  bottom: 72px;
  left: max(24px, 5vw);
  width: min(610px, calc(100% - 48px));
  transform: translateY(14px);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero.is-ready .hero-content {
  transform: translateY(0);
}

.hero-content > p {
  margin: 0 0 18px;
  color: rgba(242, 244, 241, 0.82);
  font-size: 12px;
  font-weight: 600;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: 50px;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: 0;
}

.hero-content > span {
  display: block;
  margin-top: 20px;
  color: rgba(242, 244, 241, 0.78);
  font-size: 14px;
  font-weight: 500;
}

.hero-explore {
  position: absolute;
  z-index: 2;
  right: max(24px, 5vw);
  bottom: 76px;
  display: flex;
  min-width: 168px;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--bg);
  font-size: 13px;
  font-weight: 600;
}

.hero-explore i {
  display: block;
  width: 64px;
  height: 1px;
  background: rgba(242, 244, 241, 0.82);
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-explore:hover {
  color: #d9b5bd;
}

.hero-explore:hover i {
  transform: scaleX(1);
}

.project-intro,
.scene-section,
.residence-section,
.location-section,
.decision-section,
.interest-section {
  padding: 96px max(24px, 5vw);
}

.project-intro {
  text-align: center;
}

.project-intro > p,
.scene-heading > p,
.residence-heading > p,
.club-section figcaption > p,
.location-heading > p,
.decision-heading > p,
.interest-heading > p {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.project-intro h2,
.scene-heading h2,
.residence-heading h2,
.club-section h2,
.location-heading h2,
.decision-heading h2,
.interest-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0;
}

.project-intro > span,
.scene-heading > span,
.residence-heading > span,
.location-heading > span,
.interest-heading > span {
  display: block;
  margin-top: 18px;
  color: var(--text-body);
}

.project-intro dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1050px;
  margin: 48px auto 0;
  padding: 0;
  box-shadow: 0 -1px rgba(25, 32, 29, 0.18), 0 1px rgba(25, 32, 29, 0.18);
}

.project-intro dl div {
  padding: 24px 16px;
}

.project-intro dt {
  color: var(--text-body);
  font-size: 12px;
}

.project-intro dd {
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
}

.scene-section {
  color: var(--bg);
  background: var(--dark);
}

.scene-heading,
.residence-heading,
.location-heading,
.decision-heading,
.interest-heading {
  max-width: 1180px;
  margin: 0 auto 48px;
}

.scene-heading {
  text-align: center;
}

.scene-heading > span {
  color: rgba(242, 244, 241, 0.64);
}

.scene-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 2px;
  max-width: 1440px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--dark);
  transition: grid-template-columns 0.5s ease;
}

.scene-grid[data-active="residence"] {
  grid-template-columns: 1fr 1.35fr 1fr;
}

.scene-grid[data-active="club"] {
  grid-template-columns: 1fr 1fr 1.35fr;
}

.scene {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--bg);
  background: var(--dark);
  border: 0;
  text-align: left;
}

.scene::after {
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 29, 0.34);
  content: "";
  transition: background-color 0.3s ease;
}

.scene:hover::after,
.scene.is-active::after {
  background: rgba(20, 35, 29, 0.14);
}

.scene img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.scene:hover img,
.scene.is-active img {
  transform: scale(1.025);
}

.scene > span {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
}

.scene small {
  color: rgba(242, 244, 241, 0.68);
  font-size: 11px;
}

.scene strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 23px;
  font-style: normal;
}

.scene em {
  margin-top: 5px;
  color: rgba(242, 244, 241, 0.75);
  font-size: 13px;
  font-style: normal;
}

.scene-detail {
  display: grid;
  grid-template-columns: 2fr 4fr 6fr;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 0 0;
  align-items: start;
}

.scene-detail p,
.scene-detail strong,
.scene-detail span {
  margin: 0;
}

.scene-detail p {
  color: #d9b5bd;
  font-size: 11px;
  font-weight: 700;
}

.scene-detail strong {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
}

.scene-detail span {
  color: rgba(242, 244, 241, 0.64);
  font-size: 14px;
}

.residence-section {
  padding-right: 0;
  padding-left: 0;
  background: var(--bg);
}

.residence-heading {
  padding: 0 max(24px, 5vw);
  text-align: center;
}

.residence-photo {
  position: relative;
  height: 690px;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
}

.residence-photo::after {
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 29, 0.18);
  content: "";
}

.residence-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.residence-photo figcaption {
  position: absolute;
  z-index: 2;
  right: max(24px, 6vw);
  bottom: 42px;
  display: flex;
  max-width: 510px;
  color: var(--bg);
  flex-direction: column;
  text-align: right;
}

.residence-photo figcaption span {
  color: rgba(242, 244, 241, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.residence-photo figcaption strong {
  margin-top: 12px;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
}

.unit-console {
  max-width: 1180px;
  margin: 0 auto;
  background: var(--bg);
  box-shadow: var(--shadow);
}

.unit-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  box-shadow: 0 1px rgba(25, 32, 29, 0.16);
}

.unit-tabs button {
  position: relative;
  padding: 23px 12px;
  color: var(--text-body);
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
}

.unit-tabs button::after {
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 3px;
  background: transparent;
  content: "";
}

.unit-tabs button:hover,
.unit-tabs button[aria-selected="true"] {
  color: var(--accent);
}

.unit-tabs button[aria-selected="true"]::after {
  background: var(--accent);
}

.unit-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 32px 40px;
}

.unit-summary div {
  display: flex;
  flex-direction: column;
}

.unit-summary span {
  color: var(--text-body);
  font-size: 11px;
}

.unit-summary strong {
  margin-top: 6px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
}

.unit-summary p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  color: var(--text-body);
  box-shadow: 0 -1px rgba(25, 32, 29, 0.14);
}

.club-section {
  color: var(--bg);
  background: var(--dark);
}

.club-section figure {
  position: relative;
  height: 680px;
  margin: 0;
  overflow: hidden;
}

.club-section figure::after {
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 29, 0.22);
  content: "";
}

.club-section figure img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.club-section figcaption {
  position: absolute;
  z-index: 2;
  right: max(24px, 6vw);
  bottom: 52px;
  max-width: 620px;
}

.club-section figcaption > p {
  color: #d9b5bd;
}

.club-section figcaption > span {
  display: block;
  margin-top: 18px;
  color: rgba(242, 244, 241, 0.72);
}

.amenity-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.amenity-index div {
  padding: 28px 24px;
}

.amenity-index div + div {
  box-shadow: -1px 0 rgba(242, 244, 241, 0.16);
}

.amenity-index dt {
  color: rgba(242, 244, 241, 0.54);
  font-size: 10px;
  font-weight: 700;
}

.amenity-index dd {
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: 17px;
}

.location-section {
  background: var(--surface);
}

.location-heading {
  text-align: center;
}

.proximity-board {
  max-width: 1180px;
  margin: 0 auto;
  background: var(--bg);
  box-shadow: var(--shadow);
}

.proximity-board > div {
  display: grid;
  grid-template-columns: 2fr 5fr 2fr 1fr;
  gap: 24px;
  min-height: 74px;
  padding: 20px 30px;
  align-items: center;
}

.proximity-board > div:nth-child(odd) {
  background: #e8ece9;
}

.proximity-board .proximity-head {
  min-height: 48px;
  color: rgba(242, 244, 241, 0.68);
  background: var(--dark);
  font-size: 11px;
  font-weight: 700;
}

.proximity-board strong {
  color: var(--accent);
  font-size: 11px;
}

.proximity-board span {
  color: var(--text-body);
}

.proximity-board b {
  font-family: var(--display);
  font-size: 19px;
}

.decision-section {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 72px;
  background: var(--bg);
}

.decision-heading {
  margin: 0;
}

.decision-heading h2 {
  max-width: 12ch;
  font-size: 38px;
}

.decision-list details {
  padding: 22px 0;
  box-shadow: 0 1px rgba(25, 32, 29, 0.16);
}

.decision-list summary {
  display: flex;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

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

.decision-list summary span {
  color: var(--accent);
  font-size: 12px;
}

.decision-list details p {
  margin: 16px 0 0 34px;
  color: var(--text-body);
}

.interest-section {
  color: var(--bg);
  background: var(--accent);
}

.interest-heading {
  text-align: center;
}

.interest-heading > p {
  color: rgba(242, 244, 241, 0.72);
}

.interest-heading > span {
  color: rgba(242, 244, 241, 0.7);
}

.interest-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.interest-form label:not(.privacy-check) {
  display: grid;
  gap: 8px;
}

.interest-form label > span {
  font-size: 12px;
  font-weight: 700;
}

.interest-form input,
.interest-form select {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--text);
  background: var(--bg);
  border: 0;
  border-radius: 0;
}

.interest-form input:focus,
.interest-form select:focus {
  outline: 2px solid var(--dark);
  outline-offset: 1px;
}

.privacy-check {
  display: flex;
  grid-column: 1 / 3;
  align-items: center;
  gap: 9px;
  color: rgba(242, 244, 241, 0.82);
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--dark);
}

.interest-form button {
  min-height: 50px;
  padding: 13px 28px;
  color: var(--bg);
  background: var(--dark);
  border: 0;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.interest-form button:hover {
  background: #1e332b;
  transform: translateY(-1px);
}

.interest-form > p {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: rgba(242, 244, 241, 0.78);
  font-size: 13px;
  text-align: center;
}

footer {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr auto;
  gap: 32px;
  padding: 56px max(24px, 5vw);
  align-items: center;
  color: rgba(242, 244, 241, 0.62);
  background: var(--dark);
  font-size: 12px;
}

.footer-brand {
  color: var(--bg);
}

footer p {
  margin: 0;
}

footer > a:last-child {
  color: var(--bg);
  font-weight: 700;
}

footer > a:last-child:hover {
  color: #d9b5bd;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  }

  .site-header nav {
    gap: 22px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .scene-grid {
    height: 540px;
  }

  .scene-detail {
    grid-template-columns: 2fr 4fr 6fr;
  }

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 74px;
    padding: 0 24px;
  }

  .site-header nav {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    padding: 22px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    color: var(--text);
    background: var(--bg);
    box-shadow: var(--shadow);
  }

  .site-header nav.is-open {
    display: flex;
  }

  .site-header nav a {
    width: 100%;
    padding: 12px 0;
  }

  .header-actions > a {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle > span:first-child {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    background: var(--bg);
    content: "";
    transition: transform 0.2s ease;
  }

  .menu-toggle::before {
    top: 14px;
  }

  .menu-toggle > span:first-child {
    top: 21px;
  }

  .menu-toggle::after {
    top: 28px;
  }

  .menu-toggle[aria-expanded="true"]::before {
    top: 21px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: scaleX(0);
  }

  .menu-toggle[aria-expanded="true"]::after {
    top: 21px;
    transform: rotate(-45deg);
  }

  .hero-content {
    bottom: 106px;
    left: 24px;
    width: min(560px, calc(100% - 48px));
  }

  .hero-explore {
    right: 24px;
    bottom: 42px;
  }

  .scene-grid {
    width: 100%;
    height: 560px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .scene {
    width: auto;
  }

  .scene-detail {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .residence-photo,
  .club-section figure {
    height: 560px;
  }

  .unit-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .decision-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .decision-heading h2 {
    max-width: none;
  }
}

@media (max-width: 600px) {
  body {
    padding-bottom: 64px;
  }

  .sample-disclosure {
    padding: 6px 14px;
    font-size: 10px;
  }

  .site-header {
    top: 41px;
    min-height: 66px;
    padding: 0 18px;
  }

  .site-header nav {
    top: 66px;
    padding: 18px;
  }

  .brand strong {
    font-size: 23px;
  }

  .hero {
    height: 760px;
  }

  .hero::after {
    right: 0;
    bottom: auto;
    left: 0;
    height: 564px;
    background: rgba(20, 35, 29, 0.12);
  }

  .hero-media {
    right: 0;
    bottom: auto;
    left: 0;
    height: 564px;
  }

  .hero-media img {
    object-position: center top;
  }

  .hero.is-ready .hero-media img {
    transform: scale(1.035);
  }

  .hero-content {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 196px;
    padding: 22px 18px;
    background: var(--dark);
  }

  .hero-content > p {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.38;
  }

  .hero-content > span {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.6;
  }

  .hero-explore {
    display: none;
  }

  .project-intro,
  .scene-section,
  .residence-section,
  .location-section,
  .decision-section,
  .interest-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .project-intro,
  .scene-section,
  .location-section,
  .decision-section,
  .interest-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .project-intro h2,
  .scene-heading h2,
  .residence-heading h2,
  .club-section h2,
  .location-heading h2,
  .decision-heading h2,
  .interest-heading h2 {
    font-size: 32px;
  }

  .project-intro dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }

  .project-intro dl div:nth-child(3),
  .project-intro dl div:nth-child(4) {
    box-shadow: 0 -1px rgba(25, 32, 29, 0.14);
  }

  .project-intro dd {
    font-size: 18px;
  }

  .scene-heading,
  .residence-heading,
  .location-heading,
  .decision-heading,
  .interest-heading {
    margin-bottom: 32px;
  }

  .scene-grid {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr !important;
  }

  .scene {
    width: 100%;
    height: 360px;
  }

  .scene > span {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .scene strong {
    font-size: 20px;
  }

  .residence-heading {
    padding-right: 18px;
    padding-left: 18px;
  }

  .residence-photo {
    height: 390px;
  }

  .residence-photo img {
    object-position: 63% center;
  }

  .residence-photo figcaption {
    right: 18px;
    bottom: 22px;
    left: 18px;
    text-align: left;
  }

  .residence-photo figcaption strong {
    font-size: 20px;
  }

  .unit-console {
    margin: 0 12px;
  }

  .unit-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }

  .unit-tabs button {
    min-width: 0;
    padding: 18px 14px;
    font-size: 13px;
  }

  .unit-tabs button:nth-child(3),
  .unit-tabs button:nth-child(4) {
    box-shadow: 0 -1px rgba(25, 32, 29, 0.14);
  }

  .unit-summary {
    gap: 18px 14px;
    padding: 24px 20px;
  }

  .unit-summary strong {
    font-size: 16px;
  }

  .club-section figure {
    height: 470px;
  }

  .club-section figure img {
    object-position: 58% center;
  }

  .club-section figcaption {
    right: 18px;
    bottom: 28px;
    left: 18px;
  }

  .club-section figcaption > span {
    font-size: 14px;
  }

  .amenity-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amenity-index div {
    padding: 20px 18px;
  }

  .amenity-index div:nth-child(3),
  .amenity-index div:nth-child(4) {
    box-shadow: 0 -1px rgba(242, 244, 241, 0.16);
  }

  .amenity-index dd {
    font-size: 15px;
  }

  .proximity-board > div {
    grid-template-columns: 1fr auto;
    gap: 5px 16px;
    padding: 16px 18px;
  }

  .proximity-board .proximity-head {
    display: none;
  }

  .proximity-board strong,
  .proximity-board span:nth-child(3) {
    font-size: 10px;
  }

  .proximity-board span:nth-child(2) {
    grid-column: 1;
  }

  .proximity-board span:nth-child(3) {
    grid-column: 1;
    color: var(--text-body);
  }

  .proximity-board b {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }

  .decision-list summary {
    font-size: 16px;
  }

  .decision-list details p {
    margin-left: 30px;
    font-size: 14px;
  }

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

  .privacy-check,
  .interest-form button,
  .interest-form > p {
    grid-column: 1;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 44px 18px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 64px;
    box-shadow: 0 -4px 8px rgba(20, 35, 29, 0.16);
  }

  .mobile-cta a {
    display: grid;
    place-items: center;
    color: var(--text);
    background: var(--bg);
    font-weight: 700;
  }

  .mobile-cta a + a {
    color: var(--bg);
    background: var(--accent);
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .hero-media img,
  .hero.is-ready .hero-media img,
  .hero-content,
  .hero.is-ready .hero-content {
    transform: none;
  }
}
