@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: optional;
  src: url("/fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url("/fonts/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --clay: #985332;
  --clay-dark: #744027;
  --clay-soft: #c08b65;
  --pine: #6b7c67;
  --pine-soft: #dde5d8;
  --ink: #2b241f;
  --stone: #6f6259;
  --sand: #efe6db;
  --cream: #f8f3ed;
  --white: #ffffff;
  --line: rgba(43, 36, 31, 0.1);
  --shadow: 0 20px 60px rgba(43, 36, 31, 0.12);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fcfaf7 0%, #f7f2eb 48%, #f4ede3 100%);
  line-height: 1.65;
}

html {
  scroll-padding-top: 112px;
}

main {
  position: relative;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.12;
  font-weight: 500;
  color: var(--ink);
  text-wrap: balance;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(248, 243, 237, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(43, 36, 31, 0.08);
}

.nav-topline {
  border-bottom: 1px solid rgba(43, 36, 31, 0.06);
}

.nav-topline-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.45rem 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.nav-phone-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.nav-phone-group span {
  color: rgba(111, 98, 89, 0.55);
  font-size: 0.8rem;
}

.nav-phone {
  color: var(--stone);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nav-phone:hover {
  color: var(--clay);
}

.nav-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo-mark {
  width: 53px;
  height: 53px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.brand-kicker {
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--stone);
}

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.78rem;
  font-weight: 700;
  line-height: 0.95;
  color: var(--ink);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--stone);
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--clay);
}

.nav-links .button,
.nav-links .button:hover,
.nav-links .button:focus-visible {
  color: var(--white);
}

.nav-links .button[aria-current="page"] {
  color: var(--white);
  background: var(--clay-dark);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.25rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--clay);
  color: var(--white);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--clay-dark);
}

.button-outline {
  background: transparent;
  color: var(--clay);
  border-color: rgba(152, 83, 50, 0.35);
}

.button-outline:hover {
  background: rgba(152, 83, 50, 0.08);
  color: var(--clay-dark);
}

.button-soft {
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  border-color: rgba(43, 36, 31, 0.08);
}

.button-soft:hover {
  background: var(--white);
}

.section-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: 11.25rem 1.5rem 5rem;
  overflow: hidden;
}

.hero:not(.hero-gallery)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f7eee2 0%, #f3e7d8 48%, #f7f3ec 100%);
  pointer-events: none;
}

.hero-gallery {
  min-height: min(790px, 100vh);
  padding: 13rem 1.5rem 5.5rem;
  display: flex;
  align-items: center;
  background: #2b241f;
}

.hero-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(24, 20, 17, 0.78) 0%, rgba(24, 20, 17, 0.55) 42%, rgba(24, 20, 17, 0.24) 100%),
    linear-gradient(0deg, rgba(24, 20, 17, 0.52) 0%, rgba(24, 20, 17, 0.1) 38%, rgba(24, 20, 17, 0.46) 100%);
  pointer-events: none;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: var(--hero-bg);
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
}

.hero-slide-1 {
  --hero-bg: image-set(url("/hero-3562-900.webp") type("image/webp"), url("/hero-3562.jpg") type("image/jpeg"));
  opacity: 1;
}

@media (min-width: 700px) {
  .hero-slide-1 {
    --hero-bg: image-set(url("/hero-3562-1600.webp") type("image/webp"), url("/hero-3562.jpg") type("image/jpeg"));
  }
}

.hero-slides.is-ready .hero-slide {
  opacity: 0;
  animation: heroFade 35s infinite;
}

.hero-slide-2 {
  animation-delay: 7s;
}

.hero-slide-3 {
  animation-delay: 14s;
}

.hero-slide-4 {
  animation-delay: 21s;
}

.hero-slide-5 {
  animation-delay: 28s;
}

@keyframes heroFade {
  0%,
  20% {
    opacity: 1;
    transform: scale(1.04);
  }

  28%,
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 32rem);
  gap: clamp(2.5rem, 4vw, 4rem);
  align-items: start;
}

.hero-gallery .hero-grid {
  width: 100%;
  grid-template-columns: minmax(0, 46rem);
  align-items: center;
}

.page-hero {
  padding-bottom: 4rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--clay);
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.15rem, 3.35vw, 3.55rem);
  margin-bottom: 1.2rem;
}

.lead {
  max-width: 38rem;
  font-size: 1.08rem;
  color: var(--stone);
}

.offer-lead {
  font-size: clamp(1.1rem, 1.55vw, 1.36rem);
  font-weight: 600;
}

.keep-together {
  white-space: nowrap;
}

.hero-gallery .eyebrow,
.hero-gallery h1,
.hero-gallery .lead {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.hero-gallery .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.hero-gallery h1 {
  max-width: 44rem;
  font-size: clamp(2.65rem, 5.4vw, 5.4rem);
  margin-bottom: 1.25rem;
}

.hero-gallery .lead {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.04rem, 1.4vw, 1.25rem);
}

.hero-gallery .offer-lead {
  color: rgba(255, 255, 255, 0.94);
}

.hero-gallery .button-outline {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.58);
}

.hero-gallery .button-outline:hover {
  background: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.hero-copy .button-row,
.page-hero .button-row {
  margin-top: 1.7rem;
}

.hero-copy {
  min-width: 0;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.6rem;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(24, 20, 17, 0.32);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(43, 36, 31, 0.08);
  color: var(--stone);
  font-size: 0.92rem;
  font-weight: 500;
}

.hero-media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.hero-image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(43, 36, 31, 0.08);
  background: var(--pine-soft);
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.team-hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: center;
}

.team-hero-portrait {
  display: block;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  border: 1px solid rgba(43, 36, 31, 0.08);
  background: var(--pine-soft);
  box-shadow: 0 18px 45px rgba(43, 36, 31, 0.12);
}

.team-hero-portrait-primary {
  grid-row: 1 / span 2;
  align-self: center;
  border-radius: 28px;
}

.team-hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-hero-portrait-primary img {
  object-position: 50% 32%;
}

.team-hero-portrait-secondary img {
  object-position: 52% 30%;
}

.team-hero-portrait-tertiary img {
  object-position: 50% 34%;
}

.careers-hero {
  padding-top: 9.75rem;
  padding-bottom: 3rem;
}

.careers-hero .hero-grid {
  align-items: center;
}

.careers-hero .hero-media {
  padding-top: 0;
}

.careers-hero .hero-image img {
  min-height: 320px;
  aspect-ratio: 1.24 / 1;
}

.careers-hero .floating-card {
  margin-top: -3.25rem;
}

.job-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.job-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.job-card p {
  flex: 1;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.15rem 0 0.9rem;
}

.job-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(221, 229, 216, 0.75);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
}

.role-detail-list {
  display: grid;
  gap: 1rem;
}

.role-detail {
  scroll-margin-top: 8rem;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) 1.28fr;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(43, 36, 31, 0.08);
  box-shadow: 0 12px 35px rgba(43, 36, 31, 0.05);
}

.role-detail h3 {
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
}

.role-detail p {
  color: var(--stone);
}

.team-profile-grid {
  display: grid;
  gap: 1.5rem;
}

.team-profile {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 1.6rem;
  align-items: stretch;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(43, 36, 31, 0.08);
  box-shadow: 0 12px 35px rgba(43, 36, 31, 0.06);
}

.team-photo {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4 / 5;
  background: var(--pine-soft);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-photo-bekah img {
  object-position: 52% 30%;
}

.team-photo-sarah img {
  object-position: 50% 36%;
}

.team-profile-copy {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  padding: 0.25rem 0.25rem 0.25rem 0;
}

.team-profile-copy h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
}

.team-profile-copy p {
  color: var(--stone);
}

.panel-title {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.floating-card {
  max-width: 22rem;
  margin: 0 1.5rem 0 auto;
  padding: 1.4rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(43, 36, 31, 0.08);
  box-shadow: 0 16px 45px rgba(43, 36, 31, 0.14);
}

.floating-card h2,
.floating-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.floating-card p {
  color: var(--stone);
  font-size: 0.95rem;
}

.floating-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.floating-meta strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--clay);
}

.floating-meta span {
  display: block;
  font-size: 0.82rem;
  color: var(--stone);
}

.trust-band {
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(43, 36, 31, 0.08);
  border-bottom: 1px solid rgba(43, 36, 31, 0.08);
}

.trust-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.trust-item {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(248, 243, 237, 0.84);
  border: 1px solid rgba(43, 36, 31, 0.07);
  text-align: center;
}

.trust-item strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.trust-item span {
  display: block;
  font-size: 0.88rem;
  color: var(--stone);
}

.section {
  padding: 5.5rem 1.5rem;
}

.section-alt {
  background: rgba(239, 230, 219, 0.55);
}

.section-dark {
  background: linear-gradient(135deg, #2f2925 0%, #231e1a 100%);
  color: rgba(255, 255, 255, 0.88);
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: var(--white);
}

.section-dark .section-copy,
.section-dark .card p,
.section-dark .card li,
.section-dark .table-wrap td {
  color: rgba(255, 255, 255, 0.75);
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.section-head.center {
  margin: 0 auto 2.6rem;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.72rem, 2.55vw, 2.35rem);
  margin-bottom: 0.9rem;
}

.section-copy {
  color: var(--stone);
  font-size: 1rem;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.5rem;
}

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

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

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

.card {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(43, 36, 31, 0.08);
  box-shadow: 0 12px 35px rgba(43, 36, 31, 0.06);
}

.section-dark .card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.card-topline {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay);
}

.section-dark .card-topline {
  color: #f0c9a8;
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.65rem;
}

.card h4 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.card p {
  color: var(--stone);
}

.card-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: var(--clay);
  font-weight: 600;
  text-decoration: none;
}

.card-link:hover {
  color: var(--clay-dark);
}

.list-check,
.list-plain {
  display: grid;
  gap: 0.72rem;
  list-style: none;
}

.list-check li,
.list-plain li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--stone);
}

.section-dark .list-check li,
.section-dark .list-plain li {
  color: rgba(255, 255, 255, 0.75);
}

.list-check li::before,
.list-plain li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--clay);
  font-weight: 800;
}

.section-dark .list-check li::before,
.section-dark .list-plain li::before {
  color: #f0c9a8;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.panel {
  padding: 1.7rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(43, 36, 31, 0.08);
  box-shadow: 0 12px 35px rgba(43, 36, 31, 0.06);
}

.panel-quiet {
  background: rgba(239, 230, 219, 0.6);
}

.media-frame {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(43, 36, 31, 0.08);
  background: var(--pine-soft);
  box-shadow: var(--shadow);
}

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

.price-card {
  padding: 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(43, 36, 31, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.price-card-feature {
  grid-column: span 2;
  border-color: rgba(152, 83, 50, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 237, 0.94)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(152, 83, 50, 0.13);
}

.section-dark .price-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.price-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.35rem;
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 0.7rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-compare {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin: 0.45rem 0 0.75rem;
}

.old-rate {
  position: relative;
  display: inline-block;
  color: inherit;
  opacity: 0.72;
  text-decoration-line: line-through;
  text-decoration-thickness: 0.12em;
  text-decoration-color: var(--clay);
  text-decoration-skip-ink: none;
}

.special-rate {
  color: var(--clay);
  font-weight: 800;
}

.price-old {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.price-new {
  font-size: clamp(2.45rem, 4.6vw, 4.2rem);
  line-height: 0.95;
}

.price-value {
  margin-bottom: 0.8rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--clay);
}

.offer-grid {
  align-items: stretch;
}

.section-dark .price-value {
  color: #f0c9a8;
}

.price-note {
  color: var(--stone);
  font-size: 0.92rem;
}

.table-wrap {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(43, 36, 31, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

.section-dark .table-wrap {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 1rem 1.1rem;
  text-align: left;
  vertical-align: top;
}

th {
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
  border-bottom: 1px solid rgba(43, 36, 31, 0.08);
}

td {
  border-bottom: 1px solid rgba(43, 36, 31, 0.08);
  color: var(--stone);
}

tr:last-child td {
  border-bottom: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.timeline-step {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(43, 36, 31, 0.08);
}

.timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
}

.timeline-step h3 {
  font-size: 1.3rem;
  margin-bottom: 0.55rem;
}

.timeline-step p {
  color: var(--stone);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.quote-card {
  padding: 1.7rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(43, 36, 31, 0.08);
}

.quote-card p {
  font-size: 1rem;
  color: var(--ink);
}

.quote-source {
  display: block;
  margin-top: 1rem;
  color: var(--stone);
  font-size: 0.92rem;
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.gallery-card {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(43, 36, 31, 0.08);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 1rem 1.1rem 1.15rem;
  color: var(--stone);
  font-size: 0.95rem;
}

.note-box {
  padding: 1.3rem 1.4rem;
  border-radius: 18px;
  background: rgba(221, 229, 216, 0.75);
  border: 1px solid rgba(107, 124, 103, 0.16);
}

.note-box strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}

h3[style*="font-size:2rem"],
h3[style*="font-size:2.1rem"] {
  font-size: 1.35rem !important;
  line-height: 1.12;
  font-weight: 500;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

details {
  padding: 1.15rem 1.3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(43, 36, 31, 0.08);
}

.section-dark details {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.12rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin-top: 0.75rem;
  color: var(--stone);
}

.section-dark details p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: stretch;
}

.contact-panel {
  padding: 1.7rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #2f2925 0%, #231d19 100%);
  color: rgba(255, 255, 255, 0.84);
}

.contact-panel h2 {
  color: var(--white);
  font-size: 2.1rem;
  margin-bottom: 0.85rem;
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-items {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-item {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-item strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: var(--white);
}

.contact-item a {
  color: #f0c9a8;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.application-panel h3 {
  font-size: 1.65rem;
  margin-bottom: 0.6rem;
}

.contact-items-light .contact-item {
  background: rgba(239, 230, 219, 0.58);
  border-color: rgba(43, 36, 31, 0.08);
}

.contact-items-light .contact-item strong {
  color: var(--ink);
}

.contact-items-light .contact-item a {
  color: var(--clay);
}

.contact-form {
  padding: 1.7rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(43, 36, 31, 0.08);
  box-shadow: 0 18px 40px rgba(43, 36, 31, 0.08);
}

.contact-form h3 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.contact-form > p {
  margin-bottom: 1.2rem;
  color: var(--stone);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-grid-single {
  margin-top: 1rem;
}

.form-group {
  display: grid;
  gap: 0.35rem;
}

.form-group label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.88rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(43, 36, 31, 0.14);
  font: inherit;
  color: var(--ink);
  background: #fffdfa;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-actions {
  margin-top: 1rem;
}

.map-frame {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(43, 36, 31, 0.08);
  box-shadow: 0 16px 40px rgba(43, 36, 31, 0.08);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

.cta-banner {
  padding: 2rem;
  border-radius: 26px;
  background: linear-gradient(135deg, #3a2b22 0%, #8a4d2f 100%);
  color: var(--white);
}

.cta-banner h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  margin-bottom: 0.8rem;
}

.cta-banner p {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.82);
}

.cta-banner .button-row {
  margin-top: 1.4rem;
}

.footer {
  margin-top: 5rem;
  padding: 3rem 1.5rem 2rem;
  background: #231d19;
  color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2rem;
}

.footer-brand h2 {
  color: var(--white);
  font-size: 1.65rem;
  margin-bottom: 0.7rem;
}

.footer-brand h2 span {
  color: #f0c9a8;
}

.footer-brand p {
  max-width: 36rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-links a:hover {
  color: #f0c9a8;
}

.footer-bottom {
  max-width: 1180px;
  margin: 1.8rem auto 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.muted {
  color: var(--stone);
}

.section-dark .muted {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1200px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-media {
    max-width: 42rem;
    margin-left: auto;
    padding-top: 0;
  }

  .floating-card {
    margin: 1rem 0 0;
    max-width: none;
  }
}

@media (max-width: 1080px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.25rem 1.5rem 1.5rem;
    background: rgba(248, 243, 237, 0.98);
    border-bottom: 1px solid rgba(43, 36, 31, 0.08);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links {
    gap: 0.85rem;
  }

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

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

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

  .team-profile {
    grid-template-columns: minmax(220px, 300px) 1fr;
  }

  .split-panel,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.25rem 1.5rem 1.5rem;
    background: rgba(248, 243, 237, 0.98);
    border-bottom: 1px solid rgba(43, 36, 31, 0.08);
  }

  .nav-links.open {
    display: flex;
  }

  .trust-grid,
  .grid-3,
  .job-card-grid,
  .role-detail,
  .team-profile,
  .timeline,
  .quote-grid,
  .gallery-grid,
  .grid-2,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 10.25rem;
  }

  .hero-gallery {
    min-height: 760px;
    padding-top: 11rem;
    align-items: flex-end;
  }

  .hero-image img {
    min-height: 340px;
  }

  .team-hero-collage {
    min-height: 380px;
  }

  .careers-hero {
    padding-top: 9.25rem;
    padding-bottom: 2.75rem;
  }

  .careers-hero .hero-image img {
    min-height: 280px;
  }

  .careers-hero .floating-card {
    margin: 1rem 0 0;
  }
}

@media (max-width: 560px) {
  .nav-topline-inner,
  .nav-shell,
  .hero,
  .section,
  .trust-band,
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand-name {
    font-size: 1.48rem;
  }

  .brand-kicker {
    font-size: 0.7rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-logo-mark {
    width: 43px;
    height: 43px;
  }

  .hero-gallery {
    min-height: 720px;
    padding-bottom: 3rem;
  }

  .hero-gallery h1 {
    font-size: 2.28rem;
  }

  .careers-hero {
    padding-top: 8.75rem;
    padding-bottom: 1.5rem;
  }

  .careers-hero .pill-row,
  .careers-hero .floating-card {
    display: none;
  }

  .careers-hero .hero-media {
    gap: 0;
  }

  .careers-hero .hero-image img {
    min-height: 230px;
    aspect-ratio: 1.55 / 1;
  }

  .team-hero-collage {
    min-height: 340px;
    gap: 0.55rem;
  }

  .team-hero-portrait {
    border-radius: 18px;
  }

  .team-hero-portrait-primary {
    border-radius: 22px;
  }

  .hero-highlights span {
    flex: 1 1 calc(50% - 0.72rem);
    justify-content: center;
  }

  .nav-topline-inner {
    justify-content: center;
  }

  .button {
    width: 100%;
  }

  .trust-grid,
  .grid-4,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .contact-panel h2 {
    font-size: 2rem;
  }
}
