:root {
  --terracotta: #C45A3B;
  --terracotta-deep: #8B3A2A;
  --saffron: #D4A574;
  --brown-deep: #2C1810;
  --brown-warm: #5D4A3D;
  --sand-light: #D4C4B4;
  --beige-pale: #F0E6DB;
  --paper-1: #F5EDE4;
  --paper-2: #E8DFD3;
  --paper-3: #DDD2C4;
  --pure-white: #FFFFFF;
  --ink: #1A0F08;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--terracotta) rgba(196, 90, 59, 0.15);
}

body {
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  line-height: 1.85;
  color: var(--brown-deep);
  background: linear-gradient(135deg, #F5EDE4 0%, #E8DFD3 50%, #DDD2C4 100%);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
}

strong, p {
  color: inherit;
}

::selection {
  background: var(--terracotta);
  color: var(--pure-white);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--brown-deep);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.h-display {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 9vw, 108px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--brown-deep);
}

.h-section {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--brown-deep);
}

.h-card {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: var(--brown-deep);
}

.mono {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--brown-warm);
}

.serif-body {
  font-family: 'Libre Baskerville', serif;
}

body {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='4' fill='%23C45A3B' fill-opacity='0.8'/><circle cx='12' cy='12' r='10' fill='none' stroke='%23C45A3B' stroke-width='1.2' stroke-opacity='0.5'/></svg>") 12 12, auto;
}

a, button, .nav-link, .tile-card, .float-card, .gallery-card, .bento-cell {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'><line x1='14' y1='2' x2='14' y2='26' stroke='%23C45A3B' stroke-width='1.5'/><line x1='2' y1='14' x2='26' y2='14' stroke='%23C45A3B' stroke-width='1.5'/><circle cx='14' cy='14' r='6' fill='none' stroke='%23C45A3B' stroke-width='1.2'/></svg>") 14 14, crosshair;
}

.spotlight {
  position: fixed;
  pointer-events: none;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 90, 59, 0.22) 0%, rgba(196, 90, 59, 0.08) 35%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 9998;
  transition: opacity 0.25s ease;
  mix-blend-mode: multiply;
  opacity: 0;
}

.spotlight.active {
  opacity: 1;
}

.app-shell {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.brand-rail {
  position: fixed;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 232px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: 24px;
  border: 1px solid #D4C4B4;
  box-shadow: 0 12px 40px rgba(44, 24, 16, 0.14);
  padding: 26px 20px 22px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.brand-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px dashed #D4C4B4;
}

.brand-symbol {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-deep) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--pure-white);
  box-shadow: 0 8px 24px rgba(196, 90, 59, 0.35);
  margin-bottom: 12px;
}

.brand-name-ja {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--brown-deep);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.brand-name-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  color: var(--brown-warm);
  margin-top: 4px;
  font-style: italic;
  letter-spacing: 0.05em;
}

.brand-domain {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--terracotta);
  margin-top: 10px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.nav-rail-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nav-rail-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 14px;
  color: var(--brown-deep);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.25s ease;
  position: relative;
  white-space: nowrap;
}

.nav-rail-link::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sand-light);
  transition: all 0.25s ease;
}

.nav-rail-link:hover, .nav-rail-link.active {
  background: var(--terracotta);
  color: var(--pure-white);
  transform: translateX(2px);
}

.nav-rail-link:hover::before, .nav-rail-link.active::before {
  background: var(--pure-white);
  transform: scale(1.4);
}

.rail-cta {
  margin-top: auto;
  display: block;
  background: var(--terracotta);
  color: var(--pure-white);
  text-align: center;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(196, 90, 59, 0.35);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.rail-cta:hover {
  background: var(--terracotta-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(196, 90, 59, 0.45);
  color: var(--pure-white);
}

.mobile-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #D4C4B4;
  padding: 12px 18px;
  z-index: 1050;
  align-items: center;
  justify-content: space-between;
}

.mobile-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-symbol {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-deep) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pure-white);
  font-size: 20px;
}

.mobile-title {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.mobile-title-ja {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--brown-deep);
}

.mobile-title-domain {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--terracotta);
  letter-spacing: 0.05em;
}

.burger {
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  border-radius: 12px;
}

.burger span {
  width: 24px;
  height: 2px;
  background: var(--brown-deep);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger:hover span {
  background: var(--terracotta);
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--pure-white);
  z-index: 1100;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

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

.drawer-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.drawer-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  animation: drift 18s ease-in-out infinite;
}

.drawer-shape:nth-child(1) {
  width: 320px;
  height: 320px;
  background: var(--terracotta);
  top: -120px;
  right: -120px;
}

.drawer-shape:nth-child(2) {
  width: 280px;
  height: 280px;
  background: var(--saffron);
  bottom: -100px;
  left: -100px;
  animation-delay: -6s;
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 30px) scale(1.15); }
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid #D4C4B4;
  position: relative;
  z-index: 2;
}

.drawer-close {
  width: 42px;
  height: 42px;
  background: var(--brown-deep);
  color: var(--pure-white);
  border: none;
  border-radius: 12px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-nav {
  flex: 1;
  padding: 40px 32px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawer-link {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--brown-deep);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px dashed #D4C4B4;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.drawer-drawer.open .drawer-link {
  opacity: 1;
  transform: translateY(0);
}

.drawer-drawer.open .drawer-link:nth-child(1) { transition-delay: 0.1s; }
.drawer-drawer.open .drawer-link:nth-child(2) { transition-delay: 0.18s; }
.drawer-drawer.open .drawer-link:nth-child(3) { transition-delay: 0.26s; }
.drawer-drawer.open .drawer-link:nth-child(4) { transition-delay: 0.34s; }
.drawer-drawer.open .drawer-link:nth-child(5) { transition-delay: 0.42s; }
.drawer-drawer.open .drawer-link:nth-child(6) { transition-delay: 0.5s; }
.drawer-drawer.open .drawer-link:nth-child(7) { transition-delay: 0.58s; }

.drawer-link:hover {
  color: var(--terracotta);
}

.drawer-cta {
  margin: 24px 32px 36px;
  display: block;
  background: var(--terracotta);
  color: var(--pure-white);
  text-align: center;
  padding: 18px;
  border-radius: 18px;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(196, 90, 59, 0.4);
  position: relative;
  z-index: 2;
}

.content-area {
  flex: 1;
  margin-left: 268px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.hero-stage {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  padding: 80px 60px;
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  animation: drift 26s ease-in-out infinite;
  max-width: 100vw;
  overflow: hidden;
}

.bg-blob-1 {
  width: 460px;
  height: 460px;
  background: var(--terracotta);
  top: -180px;
  right: -100px;
}

.bg-blob-2 {
  width: 380px;
  height: 380px;
  background: var(--saffron);
  bottom: -140px;
  left: -100px;
  animation-delay: -8s;
}

.bg-blob-3 {
  width: 280px;
  height: 280px;
  background: var(--beige-pale);
  top: 40%;
  right: 30%;
  animation-delay: -14s;
}

.hero-glyphs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  overflow-x: hidden;
  z-index: 0;
}

.hero-glyph {
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(80px, 14vw, 180px);
  color: var(--terracotta);
  opacity: 0.07;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.hero-glyph:nth-child(1) { top: 8%; left: 5%; }
.hero-glyph:nth-child(2) { top: 15%; right: 8%; }
.hero-glyph:nth-child(3) { bottom: 25%; left: 12%; }
.hero-glyph:nth-child(4) { bottom: 8%; right: 15%; }

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.hero-text-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid #D4C4B4;
  border-radius: 100px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--terracotta-deep);
  width: fit-content;
  text-transform: uppercase;
}

.hero-eyebrow .pulse {
  width: 8px;
  height: 8px;
  background: var(--terracotta);
  border-radius: 50%;
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.75); }
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--brown-deep);
  letter-spacing: -0.02em;
}

.hero-title .accent {
  color: var(--terracotta);
  font-style: italic;
  display: inline-block;
}

.hero-subline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--brown-warm);
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--terracotta);
  color: var(--pure-white);
  border: none;
  padding: 18px 36px;
  border-radius: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 32px rgba(196, 90, 59, 0.4);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
}

.btn-primary:hover {
  background: var(--terracotta-deep);
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(196, 90, 59, 0.5);
  color: var(--pure-white);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  color: var(--terracotta);
  border: 2px solid var(--terracotta);
  padding: 16px 32px;
  border-radius: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-outline:hover {
  background: var(--terracotta);
  color: var(--pure-white);
  transform: translateY(-3px);
}

.btn-ghost {
  background: transparent;
  color: var(--brown-deep);
  border: 1px solid #D4C4B4;
  padding: 14px 26px;
  border-radius: 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-ghost:hover {
  background: var(--brown-deep);
  color: var(--pure-white);
  border-color: var(--brown-deep);
}

.hero-meta-row {
  display: flex;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid #D4C4B4;
}

.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-meta-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--terracotta);
  font-weight: 600;
  line-height: 1;
}

.hero-meta-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--brown-warm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
}

.hero-card-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-visual-card {
  position: absolute;
  background: var(--pure-white);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(44, 24, 16, 0.18);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-width: 100%;
}

.hero-visual-card.card-1 {
  top: 0;
  left: 0;
  width: 62%;
  height: 65%;
  z-index: 2;
}

.hero-visual-card.card-2 {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 55%;
  z-index: 1;
  background: var(--brown-deep);
}

.hero-visual-card.card-3 {
  top: 30%;
  right: 0;
  width: 38%;
  height: 30%;
  z-index: 3;
  background: var(--terracotta);
  color: var(--pure-white);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-visual-card.card-3 .card-big-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

.hero-visual-card.card-3 .card-big-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 8px;
  opacity: 0.85;
}

.hero-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section {
  padding: 100px 60px;
  position: relative;
}

.section-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--terracotta);
  text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-tag::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--terracotta);
}

.section-header {
  max-width: 760px;
  margin-bottom: 64px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--brown-deep);
  margin-bottom: 20px;
  letter-spacing: -0.015em;
}

.section-lead {
  font-size: 17px;
  color: var(--brown-warm);
  line-height: 1.8;
}

.float-card {
  background: var(--pure-white);
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 16px 48px rgba(44, 24, 16, 0.1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(212, 196, 180, 0.4);
  position: relative;
}

.float-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 24px 64px rgba(44, 24, 16, 0.18);
  z-index: 10;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 22px;
}

.bento-cell {
  background: var(--pure-white);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 12px 36px rgba(44, 24, 16, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(212, 196, 180, 0.4);
}

.bento-cell:hover {
  transform: scale(1.03);
  box-shadow: 0 24px 56px rgba(44, 24, 16, 0.18);
  z-index: 10;
  border-color: var(--terracotta);
}

.bento-cell.bento-large {
  grid-column: span 2;
  grid-row: span 2;
  padding: 0;
}

.bento-cell.bento-wide {
  grid-column: span 2;
}

.bento-cell.bento-tall {
  grid-row: span 2;
}

.bento-cell .bento-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.bento-cell .bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 237, 228, 0.3) 0%, rgba(44, 24, 16, 0.5) 100%);
}

.bento-cell.bento-large .bento-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  color: var(--pure-white);
}

.bento-cell.bento-large .bento-content h3 {
  color: var(--pure-white);
}

.bento-cell .bento-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  color: var(--terracotta);
  line-height: 1;
  font-weight: 500;
}

.bento-cell .bento-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--brown-warm);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bento-cell h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 10px;
}

.bento-cell p {
  font-size: 14px;
  color: var(--brown-warm);
  line-height: 1.6;
}

.bento-cell .bento-icon {
  width: 52px;
  height: 52px;
  background: var(--beige-pale);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--terracotta);
  margin-bottom: 18px;
}

.process-graph {
  position: relative;
  padding: 60px 0;
}

.process-node {
  position: relative;
  background: var(--pure-white);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 14px 40px rgba(44, 24, 16, 0.1);
  border: 1px solid rgba(212, 196, 180, 0.4);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}

.process-node:hover {
  transform: scale(1.05) translateY(-4px);
  box-shadow: 0 22px 56px rgba(196, 90, 59, 0.2);
  border-color: var(--terracotta);
  z-index: 10;
}

.process-node .node-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-deep) 100%);
  color: var(--pure-white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 22px rgba(196, 90, 59, 0.35);
}

.process-node h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--brown-deep);
}

.process-node p {
  font-size: 14px;
  color: var(--brown-warm);
  line-height: 1.7;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}

.process-row + .process-row {
  margin-top: 28px;
}

.masonry-grid {
  column-count: 3;
  column-gap: 24px;
}

.masonry-card {
  background: var(--pure-white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(44, 24, 16, 0.1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-bottom: 24px;
  break-inside: avoid;
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(212, 196, 180, 0.4);
}

.masonry-card:hover {
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 22px 56px rgba(44, 24, 16, 0.18);
  z-index: 10;
}

.masonry-card-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.masonry-card.tall .masonry-card-img { aspect-ratio: 3/4; }
.masonry-card.med .masonry-card-img { aspect-ratio: 4/3; }
.masonry-card.short .masonry-card-img { aspect-ratio: 4/2.4; }

.masonry-card-body {
  padding: 22px 24px 26px;
}

.masonry-card-loc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--terracotta);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.masonry-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--brown-deep);
}

.masonry-card p {
  font-size: 14px;
  color: var(--brown-warm);
  line-height: 1.6;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-left {
  position: sticky;
  top: 80px;
  height: fit-content;
}

.about-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(44, 24, 16, 0.18);
}

.about-photo-caption {
  margin-top: 22px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--brown-warm);
  text-transform: uppercase;
}

.about-right h2 {
  margin-bottom: 24px;
}

.about-right p {
  font-size: 17px;
  color: var(--brown-warm);
  margin-bottom: 22px;
  line-height: 1.85;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.stat-card {
  background: var(--pure-white);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(44, 24, 16, 0.08);
  border: 1px solid rgba(212, 196, 180, 0.4);
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: var(--terracotta);
  font-weight: 600;
  line-height: 1;
  display: block;
}

.stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--brown-warm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
}

.flex-grow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  transition: all 0.4s ease;
}

.flex-grow-card {
  background: var(--pure-white);
  border-radius: 22px;
  padding: 36px 30px;
  box-shadow: 0 14px 38px rgba(44, 24, 16, 0.1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 196, 180, 0.4);
}

.flex-grow-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--terracotta);
  transition: height 0.4s ease;
}

.flex-grow-card:hover {
  transform: scale(1.05);
  box-shadow: 0 24px 60px rgba(196, 90, 59, 0.2);
  z-index: 10;
}

.flex-grow-card:hover::before {
  height: 100%;
}

.flex-grow-card .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  color: var(--terracotta);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.flex-grow-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: var(--brown-deep);
  margin-bottom: 14px;
  font-weight: 600;
}

.flex-grow-card p {
  font-size: 15px;
  color: var(--brown-warm);
  line-height: 1.75;
}

.team-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.team-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  background: var(--pure-white);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(212, 196, 180, 0.3);
  z-index: 2;
}

.team-row:hover {
  background: var(--terracotta);
  color: var(--pure-white);
  transform: translateX(8px);
  z-index: 10;
}

.team-row .team-info h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  margin-bottom: 4px;
  color: inherit;
}

.team-row .team-info p {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: inherit;
  opacity: 0.75;
}

.team-row .team-years {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--terracotta);
  font-weight: 500;
}

.team-row:hover .team-years {
  color: var(--pure-white);
}

.team-reveal {
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  background: var(--brown-deep);
  color: var(--pure-white);
  padding: 14px 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 11;
  white-space: nowrap;
  box-shadow: 0 12px 32px rgba(44, 24, 16, 0.4);
}

.team-row:hover .team-reveal {
  opacity: 1;
  right: 50%;
}

.team-reveal img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews-stage {
  position: relative;
  padding: 60px 0;
  perspective: 1400px;
}

.coverflow-track {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}

.coverflow-card {
  background: var(--pure-white);
  border-radius: 22px;
  padding: 36px;
  width: 380px;
  min-height: 360px;
  box-shadow: 0 18px 50px rgba(44, 24, 16, 0.14);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  border: 1px solid rgba(212, 196, 180, 0.4);
}

.coverflow-card.center {
  transform: scale(1.08);
  z-index: 5;
  box-shadow: 0 28px 70px rgba(196, 90, 59, 0.22);
  border-color: var(--terracotta);
}

.coverflow-card.left {
  transform: translateX(-60px) scale(0.9) rotateY(15deg);
  opacity: 0.7;
}

.coverflow-card.right {
  transform: translateX(60px) scale(0.9) rotateY(-15deg);
  opacity: 0.7;
}

.coverflow-stars {
  color: var(--terracotta);
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.coverflow-card p {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 1.85;
  color: var(--brown-deep);
  margin-bottom: 24px;
  font-style: italic;
}

.coverflow-card .reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #D4C4B4;
}

.coverflow-card .reviewer img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.coverflow-card .reviewer-info h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--brown-deep);
  margin-bottom: 2px;
}

.coverflow-card .reviewer-info span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--brown-warm);
  letter-spacing: 0.05em;
}

.coverflow-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}

.coverflow-btn {
  width: 50px;
  height: 50px;
  background: var(--pure-white);
  border: 1px solid #D4C4B4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta);
  font-size: 22px;
  transition: all 0.3s ease;
}

.coverflow-btn:hover {
  background: var(--terracotta);
  color: var(--pure-white);
  border-color: var(--terracotta);
}

.faq-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-card {
  background: var(--pure-white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(44, 24, 16, 0.06);
  border: 1px solid rgba(212, 196, 180, 0.4);
  transition: all 0.3s ease;
}

.faq-card.open {
  box-shadow: 0 14px 38px rgba(196, 90, 59, 0.14);
  border-color: var(--terracotta);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--brown-deep);
}

.faq-icon {
  width: 38px;
  height: 38px;
  background: var(--beige-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta);
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-card.open .faq-icon {
  background: var(--terracotta);
  color: var(--pure-white);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-card.open .faq-answer {
  max-height: 400px;
}

.faq-answer-inner {
  padding: 0 28px 26px;
  color: var(--brown-warm);
  font-size: 16px;
  line-height: 1.85;
}

.contact-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}

.contact-form {
  background: var(--pure-white);
  border-radius: 28px;
  padding: 48px 44px;
  box-shadow: 0 18px 50px rgba(44, 24, 16, 0.12);
  border: 1px solid rgba(212, 196, 180, 0.4);
}

.contact-form h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  margin-bottom: 8px;
  color: var(--brown-deep);
}

.contact-form .form-lead {
  color: var(--brown-warm);
  margin-bottom: 36px;
  font-size: 15px;
}

.form-field {
  margin-bottom: 26px;
  position: relative;
}

.form-field label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--brown-warm);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #D4C4B4;
  background: transparent;
  padding: 12px 4px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--brown-deep);
  transition: all 0.3s ease;
  outline: none;
}

.form-field textarea {
  min-height: 110px;
  resize: vertical;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-bottom-color: var(--terracotta);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--sand-light);
  font-style: italic;
}

.contact-info-card {
  background: var(--brown-deep);
  color: var(--pure-white);
  border-radius: 28px;
  padding: 48px 40px;
  box-shadow: 0 18px 50px rgba(44, 24, 16, 0.18);
}

.contact-info-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--pure-white);
  margin-bottom: 26px;
}

.contact-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(212, 196, 180, 0.25);
}

.contact-info-list li:last-child { border-bottom: none; }

.contact-info-list .ci-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--saffron);
  text-transform: uppercase;
}

.contact-info-list .ci-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--pure-white);
  text-decoration: none;
}

.contact-info-list .ci-value.small {
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
}

a.ci-value:hover {
  color: var(--saffron);
}

.site-footer {
  background: var(--terracotta);
  color: var(--pure-white);
  border-radius: 32px 32px 0 0;
  padding: 80px 60px 36px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 360px;
  height: 360px;
  background: var(--terracotta-deep);
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(60px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.footer-brand h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  margin-bottom: 14px;
  color: var(--pure-white);
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
}

.footer-col h5 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--beige-pale);
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a {
  color: var(--pure-white);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  opacity: 0.92;
  transition: all 0.25s ease;
  display: inline-block;
}

.footer-col a:hover {
  opacity: 1;
  transform: translateX(4px);
  color: var(--saffron);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.footer-bottom p {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  opacity: 0.85;
  margin: 0;
}

.footer-bottom .legal-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-bottom .legal-links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--pure-white);
  text-decoration: none;
  opacity: 0.85;
}

.footer-bottom .legal-links a:hover {
  opacity: 1;
  color: var(--saffron);
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 420px;
  background: var(--pure-white);
  border-radius: 22px;
  padding: 26px 28px;
  box-shadow: 0 18px 50px rgba(44, 24, 16, 0.22);
  z-index: 2000;
  border: 1px solid #D4C4B4;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.cookie-banner.hidden-out {
  transform: translateY(160%);
  opacity: 0;
  pointer-events: none;
}

.cookie-banner h6 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--brown-deep);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-banner p {
  font-size: 13px;
  color: var(--brown-warm);
  line-height: 1.7;
  margin-bottom: 18px;
}

.cookie-banner .cookie-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  border: none;
  padding: 10px 20px;
  border-radius: 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cookie-btn.accept {
  background: var(--terracotta);
  color: var(--pure-white);
}

.cookie-btn.decline {
  background: transparent;
  color: var(--brown-deep);
  border: 1px solid #D4C4B4;
}

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

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.reveal-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.page-hero {
  padding: 140px 60px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero .hero-eyebrow {
  margin: 0 auto 18px;
}

.page-hero .h-section {
  margin-bottom: 18px;
}

.page-hero .section-lead {
  max-width: 760px;
  margin: 0 auto;
}

.service-bento-page {
  padding: 60px 60px 100px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}

.service-detail-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(44, 24, 16, 0.18);
  position: sticky;
  top: 80px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: var(--pure-white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(44, 24, 16, 0.08);
}

.price-table th,
.price-table td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid #E8DFD3;
}

.price-table th {
  background: var(--brown-deep);
  color: var(--pure-white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
}

.price-table td {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  color: var(--brown-deep);
}

.price-table td.price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--terracotta);
  font-weight: 600;
}

.thank-stage {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
}

.thank-card {
  background: var(--pure-white);
  border-radius: 32px;
  padding: 64px 56px;
  box-shadow: 0 24px 70px rgba(44, 24, 16, 0.16);
  max-width: 720px;
  border: 1px solid rgba(212, 196, 180, 0.4);
}

.thank-icon {
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-deep) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  color: var(--pure-white);
  font-size: 48px;
  box-shadow: 0 14px 40px rgba(196, 90, 59, 0.4);
}

.policy-content {
  max-width: 880px;
  margin: 0 auto;
  background: var(--pure-white);
  padding: 50px 60px;
  border-radius: 28px;
  box-shadow: 0 14px 40px rgba(44, 24, 16, 0.1);
}

.policy-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  margin: 36px 0 16px;
  color: var(--brown-deep);
}

.policy-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  margin: 26px 0 12px;
  color: var(--terracotta);
}

.policy-content p,
.policy-content li {
  font-size: 16px;
  line-height: 1.85;
  color: var(--brown-warm);
  margin-bottom: 14px;
}

.policy-content ul {
  padding-left: 24px;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .content-area {
    margin-left: 0;
    overflow-x: hidden;
  }
  .brand-rail {
    display: none;
  }
  .mobile-top {
    display: flex;
  }
  .section,
  .hero-stage,
  .site-footer,
  .service-bento-page,
  .page-hero {
    padding-left: 28px;
    padding-right: 28px;
  }
  .hero-content {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    height: 480px;
  }
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .masonry-grid {
    column-count: 2;
  }
  .process-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .flex-grow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-split,
  .contact-split,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .about-left {
    position: static;
  }
  .service-detail-img {
    position: static;
  }
}

@media (max-width: 720px) {
  .hero-stage {
    padding: 100px 22px 60px;
    overflow-x: hidden;
  }
  .section {
    padding: 60px 22px;
    overflow-x: hidden;
  }
  .hero-visual {
    height: 400px;
    overflow: hidden;
  }
  .hero-visual-card {
    position: absolute;
    max-width: 100%;
  }
  .hero-card-stack {
    overflow: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .bento-cell.bento-large,
  .bento-cell.bento-wide,
  .bento-cell.bento-tall {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 4/3;
  }
  .masonry-grid {
    column-count: 1;
  }
  .process-row {
    grid-template-columns: 1fr;
  }
  .flex-grow-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .coverflow-track {
    flex-direction: column;
  }
  .coverflow-card,
  .coverflow-card.left,
  .coverflow-card.right,
  .coverflow-card.center {
    transform: none;
    width: 100%;
    opacity: 1;
  }
  .hero-meta-row {
    flex-wrap: wrap;
    gap: 18px;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }
  .hero-cta-group a {
    width: 100%;
    justify-content: center;
  }
  .site-footer {
    padding: 50px 22px 30px;
  }
  .policy-content {
    padding: 30px 22px;
  }
  .contact-form,
  .contact-info-card {
    padding: 32px 24px;
  }
  .team-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .team-reveal {
    display: none;
  }
}
