:root {
  --warm-ivory: #f6f1eb;
  --sand-beige: #d8c9bb;
  --soft-taupe: #b79f8e;
  --sea-glass: #9fb7b3;
  --champagne-gold: #c6a75e;
  --driftwood-gray: #6f6a66;
  --ink: #342f2b;
  --muted: #746b64;
  --white: #fffaf5;
  --line: rgba(111, 106, 102, 0.22);
  --shadow: 0 22px 70px rgba(64, 54, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 22%, rgba(198, 167, 94, 0.12) 0 1px, transparent 1.5px),
    radial-gradient(circle at 84% 12%, rgba(159, 183, 179, 0.16) 0 2px, transparent 2.5px),
    linear-gradient(180deg, var(--warm-ivory), #fffaf5 42%, #f4ece3);
  background-size: 34px 34px, 52px 52px, auto;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: var(--ink);
  background: rgba(246, 241, 235, 0.82);
  border-bottom: 1px solid rgba(255, 250, 245, 0.55);
  backdrop-filter: blur(18px);
}

.brand-mark {
  position: relative;
  display: grid;
  gap: 1px;
  min-width: 172px;
  color: var(--soft-taupe);
  text-align: center;
}

.brand-script,
.footer-logo {
  font-family: Allura, cursive;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 0.82;
}

.brand-shell {
  width: 30px;
  height: 16px;
  margin: 0 auto 1px;
  border-top: 1px solid currentColor;
  border-radius: 50% 50% 0 0;
  opacity: 0.72;
}

.brand-shell::before,
.brand-shell::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin: 1px auto 0;
  background: currentColor;
  box-shadow:
    -7px 2px 0 currentColor,
    7px 2px 0 currentColor;
  opacity: 0.48;
}

.brand-caption {
  color: var(--driftwood-gray);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--driftwood-gray);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
  border-bottom: 1px solid var(--champagne-gold);
  padding-bottom: 2px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  background: var(--driftwood-gray);
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

body.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 116px clamp(20px, 7vw, 90px) 74px;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("./assets/hero.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(246, 241, 235, 0.98) 0%, rgba(246, 241, 235, 0.82) 37%, rgba(246, 241, 235, 0.24) 70%),
    linear-gradient(0deg, rgba(52, 47, 43, 0.18), rgba(52, 47, 43, 0.04));
}

.hero-content {
  width: min(660px, 100%);
}

.eyebrow,
.section-kicker,
.mini-label {
  margin: 0 0 14px;
  color: var(--champagne-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(58px, 10vw, 118px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 70px);
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3vw, 36px);
}

.hero-copy {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

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

.button {
  display: inline-flex;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fffaf5;
  background: var(--driftwood-gray);
  border-color: var(--driftwood-gray);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 250, 245, 0.64);
}

.button.full {
  width: 100%;
}

.intro-section,
.founder-section,
.services-section,
.arch-section,
.gallery-section,
.approach-section,
.experience-section,
.policy-section,
.inquiry-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 118px) 0;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.intro-section > p,
.founder-card p,
.approach-panel p,
.inquiry-section p {
  color: var(--muted);
  font-size: 17px;
}

.founder-section {
  padding-top: clamp(54px, 8vw, 94px);
}

.founder-card {
  width: min(900px, 100%);
  margin-left: auto;
  padding: clamp(34px, 6vw, 70px);
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.92), rgba(216, 201, 187, 0.24)),
    radial-gradient(circle at 100% 0%, rgba(159, 183, 179, 0.2), transparent 32%);
  border: 1px solid rgba(183, 159, 142, 0.32);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.founder-card h2 {
  max-width: 780px;
}

.founder-card p {
  max-width: 680px;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--driftwood-gray);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 40px;
}

.section-heading > p:not(.section-kicker) {
  max-width: 660px;
  color: var(--muted);
  font-size: 17px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 34px 30px 30px;
  background: rgba(255, 250, 245, 0.74);
  border: 1px solid rgba(183, 159, 142, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-card,
.gallery-tile,
.policy-card,
.timeline div {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.service-card:hover,
.gallery-tile:hover,
.policy-card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 167, 94, 0.46);
  box-shadow: 0 26px 80px rgba(64, 54, 48, 0.16);
}

.featured-service {
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.88), rgba(216, 201, 187, 0.34)),
    radial-gradient(circle at 100% 0%, rgba(198, 167, 94, 0.17), transparent 30%);
}

.service-card p:not(.service-number),
.service-card li,
.timeline p,
.policy-card p,
.detail-list p,
.fine-print {
  color: var(--muted);
}

.service-number {
  margin-bottom: 46px;
  color: var(--sea-glass);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.investment {
  margin: -4px 0 18px;
  color: var(--champagne-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card ul {
  display: grid;
  gap: 9px;
  margin: 10px 0 22px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.45;
}

.service-note {
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.55;
}

.arch-section {
  border-top: 1px solid var(--line);
}

.arch-card {
  padding: clamp(28px, 5vw, 52px);
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.9), rgba(216, 201, 187, 0.3)),
    radial-gradient(circle at 100% 0%, rgba(198, 167, 94, 0.16), transparent 32%);
  border: 1px solid rgba(183, 159, 142, 0.32);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.arch-card .investment {
  margin: 0 0 4px;
}

.arch-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 44px);
  margin-top: 24px;
}

.arch-col-label {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--champagne-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.arch-col ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.arch-note {
  margin: clamp(26px, 4vw, 36px) 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.gallery-section {
  border-top: 1px solid var(--line);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.92fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}

.gallery-tile {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.84), rgba(216, 201, 187, 0.3)),
    radial-gradient(circle at 86% 14%, rgba(159, 183, 179, 0.24), transparent 34%);
  border: 1px solid rgba(183, 159, 142, 0.32);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.gallery-tile.large {
  grid-row: span 2;
  min-height: 578px;
}

.gallery-tile.wide {
  grid-column: span 2;
}

.gallery-placeholder {
  position: relative;
  display: flex;
  height: 100%;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: clamp(22px, 4vw, 34px);
}

.gallery-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(198, 167, 94, 0.28);
  pointer-events: none;
}

.gallery-placeholder span {
  color: var(--champagne-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.gallery-placeholder strong {
  max-width: 260px;
  color: var(--driftwood-gray);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 0.98;
}

.approach-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(30px, 7vw, 86px);
  align-items: start;
}

.approach-panel {
  padding: clamp(34px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.9), rgba(216, 201, 187, 0.32)),
    radial-gradient(circle at 90% 12%, rgba(198, 167, 94, 0.18), transparent 28%);
  border: 1px solid rgba(183, 159, 142, 0.35);
  border-radius: 8px;
}

.detail-list {
  display: grid;
  gap: 18px;
  padding-top: 18px;
}

.detail-list div {
  padding: 0 0 22px;
  border-bottom: 1px solid var(--line);
}

.detail-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--champagne-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.timeline div {
  min-height: 260px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 241, 235, 0.52);
}

.timeline span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
  color: var(--ink);
  background: rgba(159, 183, 179, 0.35);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.timeline h3 {
  font-size: 32px;
}

.policy-section {
  border-top: 1px solid var(--line);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.policy-card {
  min-height: 250px;
  padding: 30px 28px;
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.86), rgba(216, 201, 187, 0.28)),
    radial-gradient(circle at 90% 10%, rgba(159, 183, 179, 0.2), transparent 34%);
  border: 1px solid rgba(183, 159, 142, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.policy-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
  color: var(--ink);
  background: rgba(198, 167, 94, 0.26);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.policy-card h3 {
  font-size: 32px;
}

.inquiry-section {
  margin-bottom: 42px;
  padding-inline: clamp(24px, 5vw, 58px);
  background: var(--sea-glass);
  border-radius: 8px;
}

.inquiry-section .section-kicker,
.inquiry-section .mini-label {
  color: rgba(52, 47, 43, 0.68);
}

.inquiry-section p {
  max-width: 650px;
}

.inquiry-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  background: rgba(255, 250, 245, 0.82);
  border: 1px solid rgba(255, 250, 245, 0.72);
  border-radius: 8px;
}

.placeholder {
  margin-bottom: 20px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.04;
}

.fine-print {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.55;
}

.contact-links {
  display: grid;
  gap: 9px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(111, 106, 102, 0.18);
  color: var(--driftwood-gray);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.contact-links a {
  width: fit-content;
  border-bottom: 1px solid rgba(111, 106, 102, 0.28);
  transition: color 180ms ease, border-color 180ms ease;
}

.contact-links a:hover {
  color: var(--ink);
  border-color: currentColor;
}

.inquiry-intro {
  width: min(720px, 100%);
  margin-bottom: clamp(32px, 5vw, 48px);
}

.inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(248px, 0.85fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  padding: clamp(22px, 3.5vw, 36px);
  background: rgba(255, 250, 245, 0.85);
  border: 1px solid rgba(183, 159, 142, 0.3);
  border-radius: 8px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--driftwood-gray);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  background: var(--white);
  border: 1px solid rgba(111, 106, 102, 0.3);
  border-radius: 6px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.field textarea {
  min-height: 124px;
  resize: vertical;
}

.field select {
  appearance: none;
  padding-right: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236f6a66' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--champagne-gold);
  box-shadow: 0 0 0 3px rgba(198, 167, 94, 0.16);
}

.hp-field {
  display: none !important;
}

.inquiry-form .form-status,
.inquiry-form .button {
  grid-column: 1 / -1;
}

.inquiry-form .button {
  margin-top: 4px;
}

.form-status {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #4f6b62;
}

.form-status.is-error {
  color: #9a5b4f;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 44px clamp(20px, 5vw, 64px) 38px;
  color: var(--driftwood-gray);
  text-align: center;
  border-top: 1px solid var(--line);
}

.footer-logo {
  display: block;
  color: var(--soft-taupe);
  font-size: clamp(44px, 5vw, 62px);
  line-height: 0.82;
}

.footer-brand,
.footer-links {
  display: inline-grid;
  justify-items: center;
}

.footer-brand {
  gap: 4px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.site-footer p,
.footer-brand span:last-child,
.footer-links {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 620px;
}

.footer-links a {
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--ink);
}

.inner-main {
  padding-top: clamp(104px, 13vw, 124px);
}

.inner-main > section:first-child {
  padding-top: clamp(32px, 5vw, 52px);
  border-top: 0;
}

.inner-main h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 70px);
}

.service-card h2 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3vw, 36px);
}

.explore-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 118px) 0;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.explore-card {
  display: grid;
  align-content: start;
  overflow: hidden;
  background: rgba(255, 250, 245, 0.74);
  border: 1px solid rgba(183, 159, 142, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.explore-card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 167, 94, 0.46);
  box-shadow: 0 26px 80px rgba(64, 54, 48, 0.16);
}

.explore-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.explore-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 600ms ease;
}

.explore-card:hover .explore-media img {
  transform: scale(1.05);
}

.explore-body {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding: 26px 26px 30px;
}

.explore-body h3,
.explore-body .section-kicker {
  margin: 0;
}

.explore-body .text-link {
  margin-top: 6px;
}

.cta-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(74px, 10vw, 118px);
  padding: clamp(48px, 7vw, 86px) clamp(24px, 5vw, 64px);
  display: grid;
  justify-items: center;
  text-align: center;
  background: var(--sea-glass);
  border-radius: 8px;
}

.cta-section .section-kicker {
  color: rgba(52, 47, 43, 0.68);
}

.cta-section h2 {
  max-width: 620px;
}

.cta-section p:not(.section-kicker) {
  max-width: 540px;
  margin-bottom: 26px;
  color: rgba(52, 47, 43, 0.82);
  font-size: 17px;
}

.reveal,
.reveal-item {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

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

.reveal-item:nth-child(2) {
  transition-delay: 80ms;
}

.reveal-item:nth-child(3) {
  transition-delay: 150ms;
}

.reveal-item:nth-child(4) {
  transition-delay: 220ms;
}

.reveal-item:nth-child(5) {
  transition-delay: 290ms;
}

.service-card.reveal-item.is-visible:hover,
.gallery-tile.reveal-item.is-visible:hover {
  transform: translateY(-4px);
}

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

  .nav-toggle {
    display: flex;
  }

  .mobile-nav {
    display: grid;
    position: fixed;
    z-index: 19;
    top: 0;
    left: 0;
    right: 0;
    gap: 2px;
    padding: clamp(108px, 28vw, 122px) clamp(18px, 5vw, 64px) 22px;
    background: rgba(246, 241, 235, 0.97);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
    transform: translateY(-104%);
    transition: transform 300ms ease;
  }

  body.nav-open .mobile-nav {
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 14px 2px;
    border-bottom: 1px solid var(--line);
    color: var(--driftwood-gray);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .mobile-nav a[aria-current="page"] {
    color: var(--ink);
  }

  .hero {
    min-height: 88svh;
    padding-top: 118px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(246, 241, 235, 0.98) 0%, rgba(246, 241, 235, 0.78) 48%, rgba(246, 241, 235, 0.42) 100%),
      linear-gradient(0deg, rgba(52, 47, 43, 0.15), transparent);
  }

  .intro-section,
  .approach-section,
  .inquiry-grid,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .collection-grid,
  .arch-columns,
  .explore-grid,
  .gallery-grid,
  .policy-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .gallery-tile.large,
  .gallery-tile.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-tile,
  .gallery-tile.large {
    min-height: 300px;
  }

  .service-card {
    min-height: 0;
  }

  .service-number {
    margin-bottom: 42px;
  }

  .timeline div {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .brand-script {
    font-size: 36px;
  }

  h1 {
    font-size: clamp(54px, 16vw, 72px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .site-footer p,
  .footer-brand span:last-child,
  .footer-links {
    font-size: 11px;
  }
}

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

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

  .reveal,
  .reveal-item {
    opacity: 1;
    transform: none;
  }
}
