:root {
  --background: #f3f0ea;
  --background-secondary: #e8e2d9;
  --surface: #ffffff;
  --text: #242421;
  --text-muted: #6f6a63;
  --stone: #c7beb1;
  --walnut: #74523b;
  --bronze: #9a7856;
  --olive: #69705e;
  --border: rgba(36, 36, 33, 0.14);
  --shadow-soft: 0 20px 60px rgba(36, 36, 33, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

:focus-visible {
  outline: 2px solid var(--walnut);
  outline-offset: 4px;
}

.container-page {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.section-padding {
  padding-block: clamp(72px, 9vw, 132px);
}

.anchor-offset {
  scroll-margin-top: 96px;
}

.bg-background {
  background: var(--background);
}

.bg-secondary {
  background: var(--background-secondary);
}

.bg-surface {
  background: var(--surface);
}

.bg-text,
.investment-section,
.location-section {
  background: var(--text);
}

.text-light,
.investment-section,
.location-section {
  color: var(--background);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-bottom: 1px solid var(--border);
  background: rgba(243, 240, 234, 0.95);
  color: var(--text);
  box-shadow: 0 8px 30px rgba(36, 36, 33, 0.06);
  backdrop-filter: blur(14px);
}

.navbar {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-button {
  display: flex;
  height: 32px;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
}

.brand-button img {
  height: 100%;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links button,
.site-footer nav button {
  position: relative;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

.nav-links button::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease;
}

.nav-links button:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.mobile-cta {
  min-height: 48px;
  border: 0;
  background: var(--background);
  color: var(--text);
  padding: 0 20px;
  font-size: 0.875rem;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-header.is-scrolled .nav-cta,
.site-header.is-open .nav-cta,
.mobile-cta {
  background: var(--text);
  color: var(--background);
}

.nav-cta:hover,
.mobile-cta:hover {
  background: var(--walnut);
  color: var(--background);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
}

.menu-toggle span {
  grid-area: 1 / 1;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease;
}

.menu-toggle span:first-child {
  transform: translateY(-5px);
}

.menu-toggle span:last-child {
  transform: translateY(5px);
}

.site-header.is-open .menu-toggle span:first-child {
  transform: rotate(45deg);
}

.site-header.is-open .menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
  border-top: 1px solid var(--border);
  background: var(--background);
  color: var(--text);
  padding: 20px 16px 24px;
}

.mobile-menu button {
  display: block;
  width: min(100%, 1180px);
  min-height: 48px;
  margin-inline: auto;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
}

.mobile-menu .mobile-cta {
  margin-top: 16px;
  padding: 0 20px;
  font-size: 0.875rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--text) url("images/ImzaGoztepe-Hero.jpg") center / cover no-repeat;
  color: #fff;
}

.hero-overlay,
.hero-bottom {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1));
}

.hero-bottom {
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 128px;
  padding-bottom: 40px;
}

.hero-copy {
  max-width: 900px;
  padding-bottom: 64px;
}

.hero h1,
.section-heading h2,
.split-heading h2,
.panel h3,
.commercial-grid h3,
.timeline h3,
.investment-grid h3,
.docs-grid h3 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 32px 0 0;
  color: var(--stone);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--walnut);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--stone);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.button,
.investment-grid button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  padding: 0 24px;
  font-size: 0.875rem;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.light-button {
  background: var(--background);
  color: var(--text);
}

.light-button:hover {
  background: var(--stone);
}

.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}

.ghost-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dark-button {
  background: var(--text);
  color: var(--background);
}

.dark-button:hover {
  background: var(--walnut);
}

.hero-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: var(--stone);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-line p {
  margin: 0;
}

.section-heading {
  max-width: 820px;
}

.section-heading h2,
.split-heading h2 {
  color: inherit;
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  line-height: 1.04;
  text-wrap: balance;
}

.section-heading p,
.split-heading .large-muted {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 1.125rem;
  line-height: 1.8;
}

.section-heading.inverted p,
.split-heading .large-muted,
.note {
  color: var(--stone);
}

.split-heading {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 48px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.metrics-grid article {
  min-height: 176px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px;
}

.metrics-grid strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.25rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.metrics-grid span {
  display: block;
  margin-top: 20px;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thesis-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 56px;
  background: var(--border);
}

.thesis-grid article {
  min-height: 310px;
  background: var(--background);
  padding: 28px;
}

.thesis-grid span,
.timeline span {
  color: var(--walnut);
  font-size: 0.875rem;
  font-weight: 800;
}

.thesis-grid h3 {
  margin: 32px 0 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.08;
}

.thesis-grid p,
.commercial-grid p,
.commercial-grid li,
.panel li,
.two-copy p {
  color: var(--text-muted);
  line-height: 1.7;
}

.image-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  background:
    linear-gradient(135deg, rgba(116, 82, 59, 0.18), transparent 36%),
    linear-gradient(45deg, transparent 48%, rgba(36, 36, 33, 0.08) 49%, rgba(36, 36, 33, 0.08) 51%, transparent 52%),
    var(--background-secondary);
  background-size: auto, 28px 28px, auto;
}

.main-render {
  aspect-ratio: 16 / 9;
  margin-top: 64px;
}

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

.image-frame figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(36, 36, 33, 0.72);
  color: var(--background);
  padding: 8px 10px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.callout-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.15);
}

.callout-grid span {
  background: var(--text);
  color: var(--stone);
  padding: 20px;
  font-size: 0.875rem;
}

.note {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.placeholder-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 16px;
  margin-top: 48px;
}

.placeholder-row div {
  min-height: 260px;
  display: grid;
  place-items: end start;
  padding: 20px;
  color: var(--text);
  font-size: 0.875rem;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(116, 82, 59, 0.18), transparent 36%),
    linear-gradient(45deg, transparent 48%, rgba(36, 36, 33, 0.08) 49%, rgba(36, 36, 33, 0.08) 51%, transparent 52%),
    var(--background-secondary);
  background-size: auto, 28px 28px, auto;
}

.unit-grid,
.docs-grid,
.investment-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.contact-grid {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  margin-top: 0;
}

.panel {
  height: 100%;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 40px;
}

.panel-kicker {
  margin: 0;
  color: var(--walnut);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.panel h3 {
  margin-top: 24px;
  font-size: clamp(3.25rem, 6vw, 4rem);
  line-height: 1;
}

.panel ul,
.commercial-grid ul,
.docs-grid ul {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

.panel li,
.commercial-grid li,
.docs-grid li {
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.panel li + li,
.commercial-grid li + li,
.docs-grid li + li {
  margin-top: 16px;
}

.two-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mix-bar {
  margin-top: 40px;
  border: 1px solid var(--border);
  padding: 20px;
}

.mix-bar > div {
  display: flex;
  height: 48px;
  overflow: hidden;
}

.mix-bar span {
  display: grid;
  width: 50%;
  place-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
}

.mix-bar span:first-child {
  background: var(--walnut);
}

.mix-bar span:last-child {
  background: var(--olive);
}

.mix-bar p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.commercial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 56px;
  background: var(--border);
}

.commercial-grid article {
  background: var(--background-secondary);
  padding: 40px;
}

.commercial-grid h3,
.investment-grid h3 {
  font-size: 2.5rem;
  line-height: 1.08;
}

.commercial-grid dl {
  margin: 32px 0 0;
}

.commercial-grid dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.commercial-grid dl div + div {
  margin-top: 20px;
}

.commercial-grid dt {
  color: var(--text-muted);
}

.commercial-grid dd {
  margin: 0;
  font-weight: 800;
}

.two-copy {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  margin-top: 40px;
}

.two-copy p {
  margin: 0;
  font-size: 1.125rem;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 48px 0 0;
  border-top: 1px solid var(--border);
}

.spec-grid div {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  border-bottom: 1px solid var(--border);
  padding: 20px 40px 20px 0;
}

.spec-grid dt {
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spec-grid dd {
  margin: 0;
  font-size: 1.125rem;
}

.spec-note {
  margin-top: 24px;
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.7;
}

.constellation-label {
  margin: 56px 0 20px;
  color: var(--stone);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.26em;
}

.location-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 56px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #1f1f1d;
  padding: 56px;
}

.inner-border {
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.central-location {
  position: relative;
  z-index: 1;
  display: grid;
  width: 256px;
  height: 256px;
  justify-self: center;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(36, 36, 33, 0.1);
  border-radius: 50%;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: 8px;
  background: var(--background);
  color: var(--text);
  padding: 12px;
  text-align: center;
}

.central-location span {
  color: var(--walnut);
  font-size: 1.75rem;
}

.central-location p {
  margin: 12px 0 0;
  color: var(--walnut);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.central-location strong {
  margin-top: 12px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.central-location small {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 800;
}

.amenity-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.amenity-stack button {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(36, 36, 33, 0.8);
  color: var(--background);
  padding: 16px;
  text-align: left;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.amenity-stack button:hover,
.amenity-stack button:focus-visible {
  border-color: var(--background);
  background: var(--background);
  color: var(--text);
}

.amenity-stack button > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--stone);
}

.amenity-stack strong,
.amenity-stack small {
  grid-column: 2;
}

.amenity-stack strong {
  font-size: 0.875rem;
}

.amenity-stack small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  line-height: 1.7;
}

.amenity-stack button:hover small,
.amenity-stack button:focus-visible small {
  color: var(--text-muted);
}

.location-bottom {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}

.location-bottom p:first-child {
  margin: 0;
  border-left: 4px solid var(--stone);
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
  color: var(--background);
  font-size: 1.25rem;
  line-height: 1.6;
}

.location-bottom p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  line-height: 1.7;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 56px;
}

.timeline article {
  position: relative;
  border-top: 1px solid var(--border);
  padding: 32px 28px 0 0;
}

.timeline article::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--background-secondary);
  color: var(--olive);
  content: "✓";
  font-size: 0.875rem;
  line-height: 20px;
}

.timeline h3 {
  margin-top: 16px;
  font-size: 1.75rem;
  line-height: 1.1;
}

.timeline p {
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.investment-section {
  background: var(--walnut);
}

.investment-grid {
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.investment-grid article {
  background: var(--walnut);
  padding: 40px;
}

.investment-grid p {
  max-width: 620px;
  color: var(--stone);
  font-size: 1.125rem;
  line-height: 1.8;
}

.investment-grid button {
  margin-top: 24px;
  background: var(--background);
  color: var(--text);
}

.investment-grid button:hover {
  background: var(--stone);
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.feature-tags span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--stone);
  padding: 8px 16px;
  font-size: 0.875rem;
}

.docs-grid article {
  height: 100%;
  border: 1px solid var(--border);
  padding: 28px;
}

.docs-grid h3 {
  color: var(--text);
  font-size: 2rem;
}

.docs-grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.docs-grid li {
  margin: 0;
  color: var(--text-muted);
}

[data-nda] {
  margin-top: 40px;
}

.inquiry-form {
  display: grid;
  gap: 20px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

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

.inquiry-form label {
  display: grid;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--border);
  background: var(--background);
  padding: 0 16px;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease;
}

.inquiry-form textarea {
  min-height: 144px;
  resize: vertical;
  padding-block: 12px;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--walnut);
}

.check-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-muted);
  font-weight: 500 !important;
  line-height: 1.6;
}

.check-row input {
  min-height: 0;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  accent-color: var(--walnut);
}

.form-message {
  margin: 0;
  border: 1px solid rgba(105, 112, 94, 0.35);
  background: rgba(105, 112, 94, 0.1);
  padding: 16px;
  color: var(--text);
  font-size: 0.875rem;
}

.form-message.is-error {
  border-color: rgba(116, 82, 59, 0.35);
  background: rgba(116, 82, 59, 0.1);
}

.site-footer {
  background: var(--text);
  color: var(--background);
  padding-block: 32px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
}

.site-footer img {
  height: 36px;
  width: auto;
}

.site-footer p {
  margin: 12px 0 0;
  color: var(--stone);
}

.footer-notice {
  max-width: 560px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.site-footer nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
}

.site-footer nav button {
  white-space: nowrap;
  color: var(--stone);
  line-height: 1;
  transition: color 0.2s ease;
}

.site-footer nav button:hover {
  color: var(--background);
}

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

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

@media (max-width: 1080px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .site-header.is-open .mobile-menu {
    display: grid;
  }

  .split-heading,
  .contact-grid,
  .two-copy,
  .location-card {
    grid-template-columns: 1fr;
  }

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

  .thesis-grid,
  .commercial-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline {
    gap: 24px;
  }

  .timeline article {
    border-top: 0;
    border-left: 1px solid var(--border);
    padding: 0 0 28px 32px;
  }

  .timeline article::before {
    top: 0;
    left: -10px;
  }

  .spec-grid,
  .unit-grid,
  .docs-grid,
  .investment-grid {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .hero-line p:last-child {
    display: none;
  }

  .metrics-grid,
  .form-grid,
  .two-list,
  .docs-grid ul {
    grid-template-columns: 1fr;
  }

  .spec-grid div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-right: 0;
  }

  .location-card {
    padding: 20px;
  }

  .inner-border {
    display: none;
  }

  .central-location {
    width: 100%;
    height: auto;
    min-height: 210px;
    border-radius: 0;
    outline: 0;
  }

  .placeholder-row {
    grid-template-columns: 1fr;
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
