:root {
  --bg: #f2f2f2;
  --bg-soft: #ecebe8;
  --surface: rgba(255, 255, 255, 0.76);
  --surface-strong: #ffffff;
  --text: #173731;
  --text-soft: #41554f;
  --line: rgba(16, 61, 55, 0.1);
  --brand: #103d37;
  --brand-2: #214841;
  --gold: #d2a24d;
  --gold-soft: #efd5a3;
  --shadow: 0 28px 70px rgba(20, 37, 33, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: 1260px;
}

@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 1rem), var(--shell));
  }

  .site-header {
    padding-top: 0.35rem;
  }

  .nav-shell {
    gap: 0.75rem;
    padding: 0.7rem 0.9rem;
    border-radius: 1.2rem;
  }

  .brand-logo {
    width: 88px;
  }

  .site-nav {
    gap: 0.65rem 0.9rem;
    flex-wrap: wrap;
  }

  .site-nav a {
    font-size: 0.76rem;
  }

  .hero-banner {
    min-height: 16.5rem;
    border-radius: 1.5rem;
  }

  .hero-copy {
    width: 100%;
    padding: 1.6rem 0.9rem 1.35rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.7rem, 9vw, 2.45rem);
    line-height: 0.98;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    margin-top: 1rem;
  }

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

  .ticker-track {
    gap: 1.3rem;
    padding: 0.72rem 0;
  }

  .ticker-track span {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .section {
    padding: 3.2rem 0;
  }

  .section-banner {
    border-radius: 1.35rem;
    padding: 1.2rem 0.95rem;
    margin-bottom: 1rem;
  }

  .section-banner h2 {
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .section-banner p {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .about-side h2 {
    max-width: none;
    font-size: clamp(1.8rem, 8.5vw, 2.7rem);
  }

  .about-learn {
    width: 100%;
    justify-content: center;
  }

  .about-note-card {
    min-height: auto;
  }

  .about-main {
    gap: 0.85rem;
  }

  .about-lead {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .about-support {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .about-visual img {
    max-height: 220px;
  }

  .why-choose-layout {
    gap: 1rem;
  }

  .why-choose-visual {
    border-radius: 1.2rem;
  }

  .why-choose-visual img {
    min-height: 240px;
  }


  .why-choose-intro {
    margin: 0.8rem 0 1rem;
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .why-point {
    padding: 0.85rem 0.9rem;
  }

  .why-point__row strong {
    font-size: 0.92rem;
  }

  .why-point__body p {
    font-size: 0.8rem;
    line-height: 1.62;
  }

  .services-head {
    gap: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .services-intro h2 {
    max-width: 11ch;
    font-size: clamp(1.55rem, 8vw, 2.35rem);
    line-height: 1.04;
  }

  .services-work-button {
    width: 100%;
    justify-self: stretch;
  }

  .service-panels {
    gap: 0.95rem;
  }

  .service-panel {
    padding: 1.15rem 1rem;
    border-radius: 1.35rem;
    gap: 1rem;
  }

  .service-icon {
    width: 85px;
    height: 85px;
    padding: 0.75rem;
  }

  .service-content h3,
  .service-content h2 {
    font-size: 1rem;
  }

  .service-content ul {
    padding-left: 1rem;
    font-size: 0.84rem;
    line-height: 1.7;
  }

  .service-panel p {
    font-size: 0.84rem;
    line-height: 1.66;
  }

  .reach-bar {
    margin-top: 1rem;
    border-radius: 1.3rem;
  }

  .reach-metric {
    padding: 1rem 0.8rem;
  }

  .reach-metric strong {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .reach-metric span {
    font-size: 0.8rem;
  }

  .portfolio-head {
    gap: 0.9rem;
    margin-bottom: 1.2rem;
  }

  .portfolio-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .filter-button {
    white-space: nowrap;
    min-height: 2.5rem;
    padding: 0.6rem 0.9rem;
    font-size: 0.8rem;
  }

  .portfolio-grid,
  .client-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .portfolio-copy {
    padding: 1rem;
  }

  .portfolio-copy h3 {
    font-size: 1.08rem;
  }

  .client-card,
  .quote-card {
    padding: 1.1rem;
    border-radius: 1.25rem;
  }

  .quote-copy {
    font-size: 0.84rem;
    line-height: 1.72;
  }

  .contact-panel {
    padding: 1.8rem 1rem 1rem;
    border-radius: 1.4rem;
  }

  .contact-panel h2 {
    font-size: clamp(1.6rem, 9vw, 2.5rem);
  }

  .contact-line {
    display: block;
  }

  .contact-cta {
    width: 100%;
    justify-content: center;
  }

  .contact-links-row a {
    font-size: 0.84rem;
    padding: 0.8rem 0.5rem;
  }

  .scroll-top {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 44px;
    height: 44px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(210, 162, 77, 0.1), transparent 20%),
    radial-gradient(circle at 90% 22%, rgba(16, 61, 55, 0.08), transparent 20%),
    linear-gradient(180deg, #f6f6f5 0%, #efefed 52%, #f6f6f5 100%);
  overflow-x: hidden;
}

body[data-bg-theme="soft"] {
  background:
    radial-gradient(circle at 12% 14%, rgba(210, 162, 77, 0.12), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(16, 61, 55, 0.07), transparent 24%),
    linear-gradient(180deg, #f5f3ef 0%, #eeece7 50%, #f6f4f0 100%);
}

body[data-bg-theme="editorial"] {
  background:
    linear-gradient(90deg, rgba(16, 61, 55, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(16, 61, 55, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(210, 162, 77, 0.09), transparent 18%),
    linear-gradient(180deg, #f2f1ed 0%, #e9e8e3 100%);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

body[data-bg-theme="luxury"] {
  background:
    radial-gradient(circle at 14% 18%, rgba(210, 162, 77, 0.16), transparent 20%),
    radial-gradient(circle at 86% 14%, rgba(16, 61, 55, 0.08), transparent 22%),
    linear-gradient(180deg, #f7f4ed 0%, #efe9dd 48%, #f8f5ee 100%);
}

body[data-bg-theme="studio"] {
  background:
    radial-gradient(circle at 18% 24%, rgba(16, 61, 55, 0.06), transparent 18%),
    radial-gradient(circle at 78% 10%, rgba(210, 162, 77, 0.08), transparent 16%),
    linear-gradient(180deg, #f1f1ee 0%, #e7e8e4 100%);
}

body[data-bg-theme="textured"] {
  background:
    linear-gradient(90deg, rgba(210, 162, 77, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(16, 61, 55, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 84% 16%, rgba(210, 162, 77, 0.08), transparent 18%),
    linear-gradient(180deg, #f3f2ee 0%, #ebe9e3 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

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

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

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

.page-noise,
.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-noise {
  opacity: 0.06;
  mix-blend-mode: multiply;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

.page-glow-one {
  background: radial-gradient(circle at top left, rgba(210, 162, 77, 0.16), transparent 28%);
}

.page-glow-two {
  background: radial-gradient(circle at bottom right, rgba(16, 61, 55, 0.1), transparent 30%);
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

.section {
  padding: 5rem 0;
}

.about.section {
  padding-top: 2rem;
}

.services.section {
  padding-top: 2rem;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding-top: 0.85rem;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.35rem 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 170px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.site-nav {
  display: inline-flex;
  justify-content: center;
  gap: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  justify-self: center;
}

.site-nav a {
  font-size: 0.9rem;
  position: relative;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.92);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.nav-cta,
.button-solid {
  color: #fffaf3;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 16px 30px rgba(16, 61, 55, 0.16);
}

.nav-cta {
  min-height: 3.1rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.button-outline {
  border: 1px solid rgba(16, 61, 55, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.nav-cta:hover,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.hero {
  padding-top: 0;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-soft);
}

.hero-copy h1,
.section-intro h2,
.contact-copy h2,
.modal-body h3,
.quote-card blockquote {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.hero-copy h1 {
  font-size: clamp(3.35rem, 6.8vw, 5.7rem);
  max-width: 8.6ch;
}

.hero-copy h1 span {
  color: var(--gold);
  font-style: italic;
}

.hero-text,
.service-card p,
.client-card p,
.contact-copy p,
.portfolio-card p,
.modal-body p,
.about-copy p,
.testimonial-meta {
  color: var(--text-soft);
  line-height: 1.8;
}

.hero-text {
  max-width: 37rem;
  margin-top: 1.3rem;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-kicker {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
}

.hero-banner {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(12, 27, 24, 0.18);
}

.hero-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(13, 40, 36, 0.82), rgba(16, 61, 55, 0.5)),
    linear-gradient(180deg, rgba(12, 28, 26, 0.16), rgba(16, 61, 55, 0.14));
}

.hero-art {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
}

.hero-art-left {
  left: 4%;
  bottom: 8%;
  width: 220px;
  height: 500px;
}

.hero-art-center {
  left: 34%;
  bottom: 8%;
  width: 470px;
  height: 390px;
}

.hero-art-right {
  right: 5%;
  bottom: 10%;
  width: 260px;
  height: 340px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  padding: 12.4rem 3rem 3rem;
  color: #ffffff;
}

.hero-copy .hero-text {
  color: rgba(255, 255, 255, 0.88);
}

.hero-copy .button-outline {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.reach-points span,
.portfolio-meta span,
.client-meta span,
.modal-meta span {
  padding: 0.56rem 0.86rem;
  border-radius: 999px;
  background: rgba(16, 61, 55, 0.07);
  font-size: 0.82rem;
}

.stat-card,
.portfolio-card,
.service-panel,
.client-card,
.quote-card,
.contact-visual-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ticker-band {
  overflow: hidden;
  border-top: 1px solid rgba(16, 61, 55, 0.08);
  border-bottom: 1px solid rgba(16, 61, 55, 0.08);
  background: rgba(255, 255, 255, 0.48);
}

.ticker-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 1rem 0;
  animation: marquee 26s linear infinite;
}

.ticker-track span {
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.9fr;
  gap: 1rem;
}

.section-intro {
  max-width: 48rem;
}

.section-intro h2,
.contact-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.about-copy {
  display: grid;
  gap: 1rem;
}

.about-stats {
  display: grid;
  gap: 1rem;
}

.stat-card {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
}

.stat-card span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.stat-card strong {
  display: block;
  font-size: 1.25rem;
}

.service-panels,
.client-grid,
.testimonial-grid,
.contact-layout {
  display: grid;
  gap: 1rem;
}

.service-panels {
  margin-top: 2rem;
}

.service-panel {
  display: grid;
  grid-template-columns: auto 1.1fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.9rem;
  border-radius: 30px;
  border: 1px solid rgba(16, 61, 55, 0.08);
  background: linear-gradient(180deg, #ecefed, #e6e9e7);
  box-shadow: 0 12px 26px rgba(16, 61, 55, 0.04);
}
.service.section {
  padding-top: 2rem;
}
.service-icon {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(210, 162, 77, 0.14), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(210, 162, 77, 0.22);
  color: #d2a24d;
  font-weight: 800;
  padding: 0.9rem;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-content h3 {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  color: #103d37;
}

.service-content ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #103d37;
  line-height: 1.85;
}

.service-content li::marker {
  color: #d2a24d;
}

.service-panel p {
  margin: 0;
  color: #355a54;
  font-size: 1.02rem;
  line-height: 1.8;
}

.service-panel p strong {
  color: #103d37;
}

.reach-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 244, 242, 0.94));
  box-shadow: var(--shadow);
}

.reach-copy {
  display: grid;
  gap: 1rem;
}

.reach-copy p {
  margin: 0;
  line-height: 1.9;
  color: var(--text-soft);
}

.reach-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.reach-map {
  margin-top: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 244, 242, 0.94));
  box-shadow: var(--shadow);
}

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

.reach-stat {
  padding: 1.25rem;
  border-radius: 22px;
  background: rgba(16, 61, 55, 0.05);
  border: 1px solid rgba(16, 61, 55, 0.08);
}

.reach-stat span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-soft);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reach-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--brand);
  font-size: 1.5rem;
  line-height: 1.2;
}

.reach-stat p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.reach-region-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.region-pill {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #203c87;
  color: #ffffff;
  font-weight: 600;
}

.reach-caption {
  margin-top: 1rem;
  color: var(--text-soft);
  text-align: left;
}

.portfolio-head {
  display: grid;
  gap: 1.3rem;
  align-items: end;
  margin-bottom: 2rem;
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.filter-button {
  min-height: 2.9rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(16, 61, 55, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--brand);
  cursor: pointer;
}

.filter-button.is-active {
  background: var(--brand);
  color: #fff;
}

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

.portfolio-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
}

.portfolio-card[data-size="large"] {
  grid-column: span 7;
}

.portfolio-card[data-size="tall"] {
  grid-column: span 5;
}

.portfolio-card[data-size="medium"] {
  grid-column: span 4;
}

.portfolio-card[data-size="wide"] {
  grid-column: span 8;
}

.portfolio-card[data-size="small"] {
  grid-column: span 4;
}

.portfolio-card.is-hidden {
  display: none;
}

.portfolio-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.portfolio-card:hover .portfolio-image img {
  transform: scale(1.04);
}

.portfolio-copy {
  padding: 1.2rem;
}

.portfolio-copy h3,
.client-card h3,
.quote-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
}

.portfolio-copy p,
.client-card p {
  margin: 0;
}

.portfolio-meta,
.client-meta,
.modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.portfolio-button {
  margin-top: 1rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--gold);
  font-weight: 700;
  cursor: pointer;
}

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

.client-card {
  padding: 1.45rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
}

.client-card__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.client-tag {
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  background: rgba(198, 161, 77, 0.16);
  color: #8a6b27;
  font-size: 0.8rem;
  font-weight: 700;
}

.testimonial-grid {
  max-width: 76rem;
  margin: 0 auto;
  transition: opacity 180ms ease, transform 180ms ease;
  overflow: hidden;
}

.testimonial-grid.is-switching {
  opacity: 0.45;
  transform: translateY(6px);
}

.testimonial-track {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.12fr) minmax(0, 0.72fr);
  align-items: stretch;
  gap: 1.35rem;
}

.quote-card {
  padding: 1.75rem 1.9rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(239, 241, 244, 0.98), rgba(233, 237, 240, 0.98));
  box-shadow: 0 18px 38px rgba(16, 61, 55, 0.06);
  min-height: 23rem;
  transition: transform 220ms ease, opacity 220ms ease, box-shadow 220ms ease;
  width: 100%;
}

.quote-card--center {
  min-height: 25.5rem;
  box-shadow: 0 22px 44px rgba(16, 61, 55, 0.08);
}

.quote-card--side {
  min-height: 22rem;
  opacity: 0.55;
  transform: scale(0.9);
}

.quote-card--side .quote-copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quote-card--side .quote-card__head {
  margin-bottom: 0.8rem;
}

.quote-card--side .quote-card__logo {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
}

.quote-card--side h3 {
  font-size: 0.98rem;
}

.quote-card--side .testimonial-meta {
  font-size: 0.78rem;
}

.quote-card__head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}


.quote-card__person {
  min-width: 0;
}

.quote-card h3 {
  margin: 0 0 0.2rem;
  color: var(--brand);
  font-size: 1.05rem;
}

.testimonial-meta {
  margin: 0;
  font-size: 0.84rem;
  color: #5f7470;
}

.quote-stars {
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: #d2a24d;
}

.quote-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #5f7470;
}

.contact-layout {
  grid-template-columns: 1fr 0.9fr;
  align-items: stretch;
}

.contact-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.contact-list a {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  transform: translateX(4px);
  background: rgba(198, 161, 77, 0.12);
}

.contact-visual-card {
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

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

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 22, 0.48);
  backdrop-filter: blur(14px);
}

.modal-dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  overscroll-behavior: contain;
  scroll-behavior: auto;
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.24);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 61, 55, 0.08);
  cursor: pointer;
}

.modal-content {
  display: grid;
  grid-template-columns: 1fr;
}

.modal-visual {
  display: grid;
  place-items: center;
  padding: 1.25rem 1.25rem 0;
  background: linear-gradient(180deg, rgba(244, 244, 242, 0.9), rgba(255, 255, 255, 1));
}

.modal-visual img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 1.5rem;
}

.modal-body {
  padding: 2rem;
}

.modal-actions {
  margin-top: 1.4rem;
}

.modal-inquiry-button {
  min-width: 11rem;
}

.modal-body h3 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.modal-body .eyebrow {
  color: #d2a24d;
}

.modal-body > p {
  color: #103d37;
  font-family: "Metropolis", "Poppins", sans-serif;
}

.modal-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.modal-item {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(16, 61, 55, 0.05);
}

.modal-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Metropolis", "Poppins", sans-serif;
  color: #d2a24d;
}

.modal-item p {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  color: #103d37;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .about-grid,
  .contact-layout,
  .modal-content,
  .reach-card,
  .client-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-track {
    grid-template-columns: 0.42fr 1fr 0.42fr;
    gap: 0.7rem;
  }

  .quote-card {
    min-height: 21rem;
  }

  .quote-card--center {
    min-height: 23rem;
  }

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

  .portfolio-card[data-size="large"],
  .portfolio-card[data-size="tall"],
  .portfolio-card[data-size="medium"],
  .portfolio-card[data-size="wide"],
  .portfolio-card[data-size="small"] {
    grid-column: span 1;
  }

  .service-panel {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .hero-banner {
    min-height: 820px;
  }

  .hero-art-left {
    width: 170px;
    height: 380px;
  }

  .hero-art-center {
    left: 28%;
    width: 380px;
    height: 310px;
  }

  .hero-art-right {
    width: 200px;
    height: 270px;
  }
}

@media (max-width: 820px) {
  .nav-shell {
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

  .hero-copy {
    padding: 10rem 2rem 2.5rem;
  }

  .brand-logo {
    width: 190px;
    height: 80px;
  }

  .hero-banner {
    min-height: 700px;
  }

  .hero-art-left,
  .hero-art-center,
  .hero-art-right {
    display: none;
  }

  .reach-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4rem 0;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }

  .section-intro h2,
  .contact-copy h2 {
    font-size: clamp(2.3rem, 12vw, 3.7rem);
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .quote-card blockquote {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .contact-links-row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .contact-links-row a {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(16, 61, 55, 0.08);
    padding: 0.95rem 0.9rem;
  }

  .contact-links-row a:last-child {
    border-bottom: 1px solid rgba(16, 61, 55, 0.08);
  }

  .contact-links-row a img {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* Final polish overrides */

.nav-cta {
  white-space: nowrap;
  min-width: 180px;
  justify-self: end;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.site-nav {
  gap: 2rem;
  align-items: center;
}

.site-nav a {
  font-weight: 500;
}

.hero-banner {
  min-height: 700px;
  background: #214841;
}

.hero-overlay {
  background:
    linear-gradient(135deg, rgba(12, 36, 33, 0.9), rgba(27, 77, 68, 0.54)),
    linear-gradient(180deg, rgba(12, 28, 26, 0.18), rgba(16, 61, 55, 0.12));
}

.hero-copy {
  width: min(100%, 560px);
  padding: 11.2rem 3rem 3rem;
}

.hero-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 4.9vw, 4.1rem);
  max-width: 7.2ch;
}

.hero-text {
  max-width: 31rem;
  font-size: 0.9rem;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 1.6rem;
}

.button,
.filter-button,
.contact-list a,
.portfolio-card,
.client-card,
.quote-card,
.service-panel,
.reach-card,
.reach-map {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    opacity 220ms ease;
}

.button:hover,
.button:focus-visible,
.filter-button:hover,
.filter-button:focus-visible,
.contact-list a:hover,
.contact-list a:focus-visible {
  transform: translateY(-2px);
}

.portfolio-card:hover,
.client-card:hover,
.quote-card:hover,
.service-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(17, 34, 30, 0.16);
}

.hero-art {
  animation: floatCard 8s ease-in-out infinite;
}

.hero-art-center {
  left: 44%;
  bottom: 8%;
  width: 330px;
  height: 260px;
  animation-delay: 0.6s;
}

.hero-art-left {
  left: 6%;
  bottom: 8%;
  width: 170px;
  height: 360px;
  animation-delay: 0s;
}

.hero-art-right {
  right: 5%;
  bottom: 10%;
  width: 210px;
  height: 250px;
  animation-delay: 1.1s;
}

.hero-art img {
  opacity: 0.18;
}

.section-intro h2 {
  max-width: 20ch;
}

.service-panels {
  gap: 1.25rem;
}

.service-panel {
  align-items: center;
  grid-template-columns: 110px 1.05fr 0.95fr;
  background: linear-gradient(180deg, #ecefed, #e6e9e7);
}

.service-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.portfolio-head {
  grid-template-columns: 1fr auto;
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.88);
}

.portfolio-copy {
  padding: 1.3rem;
}

.portfolio-copy h3 {
  font-size: 1.28rem;
}

.client-grid,
.testimonial-grid {
  align-items: stretch;
}

.quote-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 246, 244, 0.98));
}

.reach-card {
  align-items: center;
}

.map-tile {
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.map-tile.active:hover {
  transform: scale(1.04);
}

.contact-layout {
  align-items: center;
}

.contact-visual-card {
  min-height: 500px;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1100px) {
  .portfolio-head {
    grid-template-columns: 1fr;
  }

  .service-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-banner {
    min-height: 720px;
  }

  .hero-copy {
    width: min(100%, 520px);
  }
}

@media (max-width: 820px) {
  .nav-cta {
    min-width: auto;
  }

  .hero-copy {
    width: min(100%, 100%);
    padding: 9.4rem 2rem 2.5rem;
  }

  .hero-copy h1 {
    max-width: 8ch;
  }

  .hero-banner {
    min-height: 680px;
  }
}

/* Light theme and centered hero refinement */

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(210, 162, 77, 0.08), transparent 20%),
    radial-gradient(circle at 90% 22%, rgba(16, 61, 55, 0.06), transparent 20%),
    linear-gradient(180deg, #f2f2f2 0%, #ebebeb 52%, #f2f2f2 100%);
}

.nav-shell {
  grid-template-columns: auto 1fr;
}

.site-nav {
  color: var(--brand);
  justify-self: center;
}

.site-nav a {
  color: var(--brand);
}

.site-nav a::after {
  background: var(--gold);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.hero-overlay {
  background:
    linear-gradient(135deg, rgba(239, 239, 239, 0.92), rgba(231, 231, 231, 0.82)),
    linear-gradient(180deg, rgba(239, 239, 239, 0.18), rgba(231, 231, 231, 0.16));
}

.hero-art img {
  opacity: 0.16;
}

.hero-copy {
  margin-inline: auto;
  text-align: center;
  color: var(--brand);
}

.hero-copy .hero-text {
  color: var(--text-soft);
}

.hero-copy h1 {
  color: var(--brand);
  margin-inline: auto;
}

.hero-kicker {
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy .button-outline {
  border-color: rgba(16, 61, 55, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand);
}

.hero-actions {
  justify-content: center;
}

/* Final hero cleanup */

body {
  background: #ececeb;
}

.page-noise,
.page-glow {
  display: none;
}

.site-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-top: 0.45rem;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0.55rem 1.8rem;
  background: rgba(236, 236, 235, 0.96);
  border: 1px solid rgba(16, 61, 55, 0.08);
  box-shadow: 0 10px 24px rgba(16, 61, 55, 0.05);
  border-radius: 1rem;
}

.brand-logo {
  width: 112px;
  height: auto;
  object-fit: contain;
  display: block;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.site-nav {
  justify-self: end;
  justify-content: flex-end;
  gap: 1.7rem;
  margin-right: 0;
}

.site-nav a {
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #103d37;
}

.nav-dropdown {
  position: relative;
  padding-bottom: 0.7rem;
  margin-bottom: -0.7rem;
}

.nav-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #103d37;
  cursor: pointer;
}

.nav-dropdown__toggle::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-dropdown:hover .nav-dropdown__toggle::before,
.nav-dropdown:focus-within .nav-dropdown__toggle::before {
  transform: rotate(225deg) translateY(-1px);
}

.nav-dropdown__panel {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 50%;
  min-width: 19rem;
  padding: 0.8rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 48px rgba(16, 61, 55, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
  pointer-events: none;
  z-index: 40;
}

.nav-dropdown__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.9rem;
  height: 0.9rem;
}

.nav-dropdown:hover .nav-dropdown__panel,
.nav-dropdown:focus-within .nav-dropdown__panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.nav-dropdown__link {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #103d37;
}

.nav-dropdown__panel .nav-dropdown__link::after,
.nav-dropdown__panel .nav-dropdown__link::before {
  content: none;
}

.nav-dropdown__link:hover,
.nav-dropdown__link:focus-visible {
  background: #103d37;
  color: #f6f2e8;
}

.nav-dropdown.is-current .nav-dropdown__toggle,
.nav-dropdown__toggle.is-current {
  color: var(--gold);
}

.site-nav a.is-current {
  color: var(--gold);
}

.site-nav a.is-current::after {
  transform: scaleX(1);
}

.hero.section {
  padding-top: 0.5rem;
}

.hero-banner {
  min-height: 22.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececeb;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 2rem;
  box-shadow: none;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.hero-banner-image,
.hero-art,
.hero-overlay {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  padding: 2.1rem 2rem 1.8rem;
  text-align: center;
  color: #103d37;
}

.hero-copy h1 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(2.25rem, 4.8vw, 4.25rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #103d37;
}

.hero-copy h1 br {
  display: block;
}

.hero-copy h1 .hero-line {
  display: block;
  white-space: nowrap;
}

.hero-copy h1 .hero-line-one {
  color: #103d37;
}

.hero-copy h1 .hero-line-two {
  color: #d2a24d;
}

.hero-text {
  max-width: 48rem;
  margin: 1.5rem auto 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #355a54;
}

.hero-text strong {
  color: #103d37;
}

.hero-actions {
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.button-solid {
  background: #103d37;
  color: #f6f2e8;
}

.button-solid:hover,
.button-solid:focus-visible {
  background: #d2a24d;
  color: #103d37;
}

.button-outline {
  border-color: rgba(16, 61, 55, 0.14);
  background: transparent;
  color: #103d37;
}

.ticker-band {
  margin-top: 0.2rem;
  margin-bottom: 1.25rem;
}

.ticker-track {
  padding: 0.78rem 0;
}

.about-feature {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 0.95rem;
  align-items: start;
}

.about-side,
.about-main {
  min-width: 0;
}

.about-side {
  display: flex;
  flex-direction: column;
  max-width: none;
  width: 100%;
}

.about-side .eyebrow {
  margin-bottom: 0.6rem;
  color: #103d37;
}

.about-side h2 {
  max-width: none;
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #103d37;
}

.about-heading-line {
  display: block;
  white-space: nowrap;
  font-family: "Metropolis", "Poppins", sans-serif;
}

.about-heading-line-one {
  color: #103d37;
}

.about-heading-line-two {
  color: #d2a24d;
}

.about-learn {
  align-self: flex-start;
  min-height: 3rem;
  margin-top: 0.95rem;
  padding: 0.78rem 1.35rem;
  font-size: 0.9rem;
  border-radius: 999px;
}

.about-notes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 0.95rem;
  padding-top: 0;
  width: 100%;
}

.about-note-card {
  min-height: 182px;
  padding: 1.2rem 1rem 1.05rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 1rem;
  background: #e9edf0;
  box-shadow: none;
}

.about-note-card:first-child {
  margin-top: 0.2rem;
}

.about-note-card:last-child {
  margin-bottom: 0.25rem;
}

.about-note-card h3 {
  margin: 0 0 0.55rem;
  font-size: 0.98rem;
  color: #d2a24d;
  font-family: "Metropolis", "Poppins", sans-serif;
}

.about-note-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #103d37;
  line-height: 1.6;
  font-family: "Metropolis", "Poppins", sans-serif;
}

.vision-card h3 {
  margin: 0 0 0.55rem;
  font-size: 0.98rem;
  color: #d2a24d;
  font-family: "Metropolis", "Poppins", sans-serif;
}

.vision-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #103d37;
  line-height: 1.6;
  font-family: "Metropolis", "Poppins", sans-serif;
}

.about-main {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.about-lead {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.42;
  color: #103d37;
}

.about-support {
  margin: 0;
  max-width: 58rem;
  color: #103d37;
  line-height: 1.42;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}


.about-visual {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  background: transparent;
  box-shadow: none;
}

.about-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  margin: 0;
  object-fit: cover;
}

.why-choose-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.why-choose-visual {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
}

.why-choose-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.why-choose-panel {
  padding: 2.2rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  background: linear-gradient(180deg, #ecefed, #e7eaeb);
}

.why-choose-panel h3 {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  color: #103d37;
}

.why-choose-intro {
  margin: 1rem 0 1.5rem;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #5f7470;
}

.why-choose-list {
  display: grid;
  gap: 0.85rem;
}

.why-point {
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 61, 55, 0.08);
}

.why-point__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.why-point__row strong {
  color: #103d37;
  font-size: 1rem;
}

.why-point__row span {
  color: #d2a24d;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.why-point__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 280ms ease,
    opacity 220ms ease,
    margin-top 280ms ease;
}

.why-point__body p {
  margin: 0;
  color: #5f7470;
  font-size: 0.88rem;
  line-height: 1.7;
}

.why-point.is-open .why-point__body {
  max-height: 220px;
  opacity: 1;
  margin-top: 0.7rem;
}

.why-point.is-open .why-point__row span {
  color: #103d37;
}

.about-page #why-choose .shell {
  width: min(1120px, calc(100% - 64px));
  max-width: 1120px;
  margin: 0 auto;
}

.about-page .why-choose-layout {
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.about-page .why-choose-visual {
  width: 100%;
  max-width: 500px;
  justify-self: start;
}

.about-page .why-choose-visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-page .why-choose-panel {
  width: 100%;
  max-width: 100%;
  padding: 1.8rem;
  min-width: 0;
  overflow: hidden;
}

@media (min-width: 821px) {
  .about-page #why-choose .shell {
    width: min(1100px, calc(100% - 72px));
    max-width: 1100px;
  }

  .about-page .why-choose-layout {
    display: grid;
    grid-template-columns: 460px minmax(0, 580px);
    justify-content: center;
    gap: 1.5rem;
  }

  .about-page .why-choose-visual {
    width: 460px;
    max-width: 460px;
  }

  .about-page .why-choose-panel {
    width: 100%;
    max-width: 580px;
    justify-self: start;
  }

  .about-page .why-choose-list {
    width: 100%;
  }
}

.about-page .why-choose-intro,
.about-page .why-point__row strong,
.about-page .why-point__body p {
  white-space: normal;
  min-width: 0;
}

.about-page .why-choose-intro {
  color: #103d37;
}

.about-page .why-point__row strong {
  color: #d2a24d;
}

.about-page .why-point__body p {
  color: #103d37;
}

.subpage-hero__panel h1 {
  color: #d2a24d;
}

.subpage-hero__text {
  color: #103d37;
}

.scroll-top {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 70;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #103d37;
  color: #f6f2e8;
  font-size: 1.2rem;
  box-shadow: 0 16px 32px rgba(16, 61, 55, 0.18);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover,
.scroll-top:focus-visible {
  background: #d2a24d;
  color: #103d37;
  transform: translateY(-2px);
}

.section-banner {
  margin-bottom: 1.8rem;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(237, 239, 238, 0.98), rgba(231, 233, 231, 0.96)),
    linear-gradient(90deg, rgba(16, 61, 55, 0.03), rgba(210, 162, 77, 0.04));
  text-align: center;
}

.section-banner h2 {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #103d37;
}

.section-banner p {
  margin: 0.7rem 0 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d2a24d;
}

.about-feature > .section-banner {
  grid-column: 1 / -1;
}

.subpage-main {
  padding-top: 0.25rem;
}

.subpage .section:first-child {
  padding-top: 0.85rem;
}

.about-page-main {
  padding-top: 0;
}

.subpage-hero {
  min-height: 10rem;
  display: flex;
  width: 97%;
  align-items: center;
  justify-content: center;
  background: #ececeb;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 2rem;
  box-shadow: none;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.subpage-hero::before {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(12, 27, 24, 0.18);
}

.subpage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
}

.subpage-hero__panel {
  position: relative;
  z-index: 1;
  min-height: 10rem;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.6rem 1.5rem 1.2rem;
}

.subpage-hero__panel h1 {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(2.7rem, 6vw, 4.7rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #d2a24d;
}

.subpage-hero__text {
  max-width: 42rem;
  margin: 1.2rem auto 0;
  font-size: 0.96rem;
  line-height: 1.75;
  color: #103d37;
}

.ticker-band-services {
  margin-top: -0.25rem;
}

.services-page .service-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.services-page .service-panel {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1.35rem;
  min-height: 100%;
}

.services-page .service-panel p {
  display: none;
}

.services-page .service-content h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  color: #103d37;
}

.services-page .service-content h2.about-heading-line-two {
  color: #d2a24d;
}

.services-page .service-content ul {
  margin: 0;
}

.portfolio-category-head {
  display: grid;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.portfolio-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.portfolio-page .subpage-hero__panel h1,
.portfolio-page .subpage-hero__text {
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.portfolio-page .section:first-of-type,
.services-page .section:first-of-type,
.about-page .section:first-of-type,
.clients-page .section:first-of-type,
.contact-page .section:first-of-type {
  padding-top: 1.25rem;
}

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

.portfolio-showcase-card {
  cursor: pointer;
  overflow: hidden;
  border-radius: 1.8rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 246, 244, 0.98));
  box-shadow: 0 16px 34px rgba(16, 61, 55, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.portfolio-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 52px rgba(16, 61, 55, 0.12);
}

.portfolio-showcase-card:focus-visible {
  outline: 3px solid rgba(210, 162, 77, 0.45);
  outline-offset: 3px;
}

.portfolio-showcase-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(236, 239, 237, 0.75);
}

.portfolio-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.portfolio-showcase-card:hover .portfolio-showcase-image img {
  transform: scale(1.03);
}

.portfolio-showcase-copy {
  padding: 1rem 1.1rem 1.15rem;
}

.portfolio-showcase-copy h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #103d37;
}

.portfolio-showcase-copy p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(16, 61, 55, 0.7);
}

.services-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
}

.services-intro {
  max-width: 58rem;
}

.services-intro h2 {
  max-width: 10ch;
  color: #103d37;
  margin-bottom: 0;
}

.services-summary {
  max-width: 52rem;
  margin: 1rem 0 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: 0.96rem;
  line-height: 1.75;
  color: #5f7470;
}

.services-work-button {
  align-self: end;
  justify-self: end;
  min-height: 3rem;
  padding: 0.82rem 1.4rem;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.showreel-inner {
  display: grid;
  gap: 0;
}

.showreel-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(248, 247, 244, 0.98), rgba(236, 235, 232, 0.96)),
    linear-gradient(90deg, rgba(16, 61, 55, 0.03), rgba(210, 162, 77, 0.04));
  box-shadow: 0 18px 36px rgba(16, 61, 55, 0.08);
}

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


.home-page #why-choose,
.home-page #portfolio,
.home-page #clients {
  display: none;
}

.home-page .services-home .service-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.home-page .services-home .service-panel {
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: start;
  min-height: 100%;
}

.home-page .services-home .service-panel > p {
  display: none;
}

.home-page .services-home .service-content h3 {
  margin-bottom: 1.15rem;
  font-size: 1.3rem;
}

.home-page .services-home .service-content ul {
  line-height: 1.9;
}

.contact-links-row a:last-child {
  border-right: 0;
}

.testimonials .shell {
  max-width: min(1380px, calc(100% - 40px));
}

.testimonial-grid {
  max-width: none;
  overflow: visible;
}

.testimonial-track {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.35fr) minmax(0, 0.92fr);
  gap: 1.85rem;
  align-items: center;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 25rem;
  padding: 1.65rem 1.55rem;
}

.quote-card--center {
  min-height: 27rem;
  transform: scale(1);
  opacity: 1;
}

.quote-card--side {
  min-height: 22.5rem;
  opacity: 0.7;
  transform: scale(0.92);
}

.quote-card--side .quote-card__head {
  gap: 0.75rem;
}

.quote-card--side .quote-card__logo {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
}

.quote-card--side h3 {
  font-size: 1rem;
}

.quote-card--side .testimonial-meta {
  font-size: 0.82rem;
}

.quote-card__head {
  align-items: flex-start;
}

.quote-card h3 {
  font-size: 1.1rem;
}

.testimonial-meta {
  line-height: 1.45;
}

.quote-copy {
  font-size: 0.98rem;
  line-height: 1.75;
}

.subpage-hero__panel h1 {
  color: #d2a24d;
}

.subpage-hero__text {
  color: #103d37;
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 auto 1.25rem;
}

.testimonial-nav {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(16, 61, 55, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #103d37;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.testimonial-nav:hover,
.testimonial-nav:focus-visible {
  background: #103d37;
  color: #f6f2e8;
  border-color: #103d37;
  transform: translateY(-1px);
}

.testimonial-grid.testimonial-carousel {
  display: block;
}

.reach .section-intro h2 {
  max-width: 16ch;
}

.reach-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.6rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(238, 238, 236, 0.98), rgba(232, 232, 229, 0.96)),
    linear-gradient(90deg, rgba(16, 61, 55, 0.03), rgba(210, 162, 77, 0.04));
  box-shadow: 0 14px 32px rgba(16, 61, 55, 0.05);
}

.reach-metric {
  position: relative;
  padding: 1.3rem 1.25rem;
  text-align: center;
}

.reach-metric:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: rgba(16, 61, 55, 0.1);
}

.reach-metric strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(2.35rem, 4vw, 3.9rem);
  font-weight: 700;
  line-height: 1;
  color: #d2a24d;
}

.reach-metric span {
  display: block;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: #103d37;
}

@media (max-width: 820px) {
  .nav-shell {
    grid-template-columns: 1fr;
    padding: 0.55rem 1rem;
  }

  .brand-logo {
    width: 96px;
  }

  .site-nav {
    justify-self: start;
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .site-nav a {
    font-size: 0.8rem;
  }

  .hero-copy {
    padding: 2.2rem 1rem 1.8rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 6.5vw, 2.8rem);
  }

  .hero-copy h1 .hero-line {
    white-space: normal;
  }

  .hero-banner {
    min-height: 19.5rem;
  }

  .ticker-band {
    margin-bottom: 1rem;
  }

  .about-feature {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    align-items: start;
  }

  .home-page .services-home .service-panels {
    grid-template-columns: 1fr;
  }

  .home-page .services-home .service-panel {
    grid-template-columns: 1fr;
  }

  .subpage-hero {
    width: 100%;
    margin: 0;
    padding: 0.6rem 0 1.2rem;
  }

  .subpage-hero__panel {
    min-height: 7rem;
    padding: 1.8rem 1rem 1.4rem;
  }

  .subpage-hero__panel h1 {
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }

  .subpage-hero__text {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .testimonial-grid.testimonial-carousel {
    display: block;
  }

  .testimonial-track {
    grid-template-columns: 1fr;
  }

  .quote-card--side {
    display: none;
  }

  .why-choose-layout {
    grid-template-columns: 1fr;
  }

  .why-choose-visual img {
    min-height: 320px;
  }

  .section-banner {
    padding: 1.45rem 1rem;
    margin-bottom: 1.3rem;
  }

  .section-banner h2 {
    font-size: clamp(1.5rem, 7vw, 2.4rem);
  }

  .section-banner p {
    font-size: 0.88rem;
  }

  .services-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .services-work-button {
    justify-self: start;
    margin-bottom: 0;
  }

  .contact-panel {
    padding: 2.4rem 1.2rem 1.2rem;
  }

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

  .contact-links-row a {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(16, 61, 55, 0.08);
  }



  .about-side {
    max-width: none;
  }

  .reach-bar {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 1rem;
  }

  .reach-metric:not(:last-child)::after {
    display: none;
  }

  .about-side h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .about-notes {
    grid-template-columns: 1fr;
    margin-top: 1.1rem;
    padding-top: 0;
  }

  .about-heading-line {
    white-space: normal;
  }

  .about-visual img {
    min-height: 220px;
    max-height: 260px;
  }

  .services-page .service-panels {
    grid-template-columns: 1fr;
  }

  .portfolio-category-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .portfolio-showcase-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown__panel {
    position: static;
    min-width: 0;
    margin-top: 0.55rem;
    padding: 0.55rem;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }

  .nav-dropdown:hover .nav-dropdown__panel,
  .nav-dropdown:focus-within .nav-dropdown__panel {
    display: block;
    transform: none;
  }

  .nav-dropdown__toggle::before {
    margin-left: auto;
  }
}

/* Final shared overrides */

.subpage-hero__panel h1 {
  color: #d2a24d;
}

.subpage-hero__text {
  color: #103d37;
}

.testimonials .shell {
  max-width: min(1380px, calc(100% - 40px));
}

.testimonial-grid {
  max-width: none;
  overflow: visible;
}

.testimonial-track {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.35fr) minmax(0, 0.92fr);
  gap: 1.85rem;
  align-items: center;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 25rem;
  padding: 1.65rem 1.55rem;
}

.quote-card--center {
  min-height: 27rem;
  opacity: 1;
  transform: scale(1);
}

.quote-card--side {
  min-height: 22.5rem;
  opacity: 0.7;
  transform: scale(0.92);
}

.quote-card--side .quote-copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quote-card--side .quote-card__logo {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
}

.quote-card--side h3 {
  font-size: 1rem;
}

.quote-card--side .testimonial-meta {
  font-size: 0.82rem;
}

.quote-copy {
  font-size: 0.98rem;
  line-height: 1.75;
}

@media (max-width: 820px) {
  .about-page #why-choose .shell {
    width: calc(100% - 24px);
    max-width: none;
  }

  .about-page .why-choose-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-page .why-choose-visual {
    max-width: none;
  }

  .about-page .why-choose-visual img {
    aspect-ratio: auto;
    max-height: 320px;
  }

  .testimonial-track {
    grid-template-columns: 1fr;
  }

  .quote-card--side {
    display: none;
  }
}

.green-text {
  color: #103d37;
}

.golden-text {
  color: #d2a24d;
}

/* Final alignment polish */

.site-header {
  padding-top: 0.65rem;
}

.nav-shell {
  width: min(calc(100% - 2rem), var(--shell));
  min-height: 5rem;
  gap: 1.6rem;
  padding: 0.7rem 1.4rem;
}

.brand-logo {
  width: 118px;
}

.site-nav {
  align-items: center;
  justify-self: end;
  justify-content: flex-end;
  gap: clamp(1rem, 1.7vw, 1.7rem);
  flex-wrap: wrap;
  row-gap: 0.55rem;
  min-width: 0;
}

.site-nav a,
.nav-dropdown__toggle {
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.1;
}

.subpage-main {
  padding-top: 0.45rem;
}

.subpage-hero {
  width: auto;
  min-height: auto;
  margin: 0.85rem 0 1.15rem;
}

.subpage-hero__panel {
  min-height: 8.8rem;
  padding: 1.8rem 1.5rem 1.45rem;
}

.subpage-hero__panel h1 {
  color: #d2a24d;
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
}

.subpage-hero__text {
  max-width: 52rem;
  margin-top: 0.9rem;
  color: #103d37;
  font-size: 0.98rem;
  line-height: 1.72;
}

.about-page #why-choose .shell {
  width: min(calc(100% - 48px), 1240px);
  max-width: 1240px;
}

.about-page .why-choose-layout {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  gap: clamp(1.25rem, 2vw, 2rem);
  align-items: stretch;
}

.about-page .why-choose-visual,
.about-page .why-choose-panel,
.about-page .why-choose-list,
.about-page .why-point,
.about-page .why-point__row,
.about-page .why-point__body {
  min-width: 0;
}

.about-page .why-choose-visual {
  width: 100%;
  max-width: none;
}

.about-page .why-choose-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 780px;
  aspect-ratio: auto;
  object-fit: cover;
}

.about-page .why-choose-panel {
  width: 100%;
  max-width: none;
  padding: clamp(1.6rem, 2vw, 2.2rem);
  overflow: hidden;
}

.about-page .why-choose-panel h2 {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  color: #d2a24d;
}

.about-page .why-choose-intro {
  margin: 0.95rem 0 1.45rem;
  color: #103d37;
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.8;
  white-space: normal;
  overflow-wrap: anywhere;
}

.about-page .why-point {
  width: 100%;
  overflow: hidden;
}

.about-page .why-point__row strong {
  color: #d2a24d;
  font-size: 1.08rem;
  white-space: normal;
}

.about-page .why-point__body p {
  color: #103d37;
  white-space: normal;
  overflow-wrap: anywhere;
}

.testimonials .shell {
  width: min(calc(100% - 40px), 1480px);
  max-width: 1480px;
}

.testimonial-controls {
  margin: 0 auto 1.5rem;
}

.testimonial-track {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.18fr) minmax(0, 0.86fr);
  gap: clamp(0.9rem, 2vw, 1.8rem);
  align-items: stretch;
}

.quote-card {
  min-height: 23.5rem;
  padding: 1.65rem;
  border-radius: 1.75rem;
}

.quote-card--center {
  min-height: 25.5rem;
}

.quote-card--side {
  min-height: 22rem;
  opacity: 0.62;
  transform: scale(0.93);
}

.quote-card__head {
  display: block;
  margin-bottom: 0.25rem;
}

.quote-card__person {
  min-width: 0;
}

.quote-card h3 {
  font-size: 1.45rem;
}

.quote-card--side h3 {
  font-size: 1.05rem;
}

.testimonial-meta {
  line-height: 1.45;
}

.quote-copy {
  font-size: 1rem;
  line-height: 1.72;
}

.contact-links-row {
  gap: 0;
}

.contact-links-row a {
  min-height: 4.35rem;
}

.contact-links-row a:not(:last-child) {
  border-right: 1px solid rgba(16, 61, 55, 0.08);
}

@media (max-width: 1024px) {
  .about-page #why-choose .shell {
    width: calc(100% - 32px);
  }

  .about-page .why-choose-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-page .why-choose-visual img {
    height: auto;
    min-height: 0;
    max-height: 420px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 820px) {
  .nav-shell {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
  }

  .brand {
    justify-content: center;
  }

  .brand-logo {
    width: 96px;
  }

  .site-nav {
    justify-self: stretch;
    justify-content: center;
    gap: 0.95rem 1.1rem;
  }

  .site-nav a,
  .nav-dropdown__toggle {
    font-size: 0.84rem;
  }

  .subpage-hero {
    margin: 0.55rem 0 1rem;
  }

  .subpage-hero__panel {
    min-height: 7.5rem;
    padding: 1.4rem 1rem 1.25rem;
  }

  .subpage-hero__panel h1 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .subpage-hero__text {
    max-width: 22rem;
    font-size: 0.9rem;
  }

  .about-feature {
    gap: 1.5rem;
  }

  .about-notes {
    gap: 1rem;
  }

  .testimonials .shell {
    width: calc(100% - 24px);
  }

  .testimonial-track {
    grid-template-columns: 1fr;
  }

  .quote-card--side {
    display: none;
  }

  .quote-card--center {
    min-height: auto;
  }

  .contact-panel {
    padding: 2.5rem 1.15rem 1.25rem;
  }

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

  .contact-links-row a {
    justify-content: flex-start;
    min-height: 3.8rem;
    padding: 0.9rem 0.45rem;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 61, 55, 0.08);
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .hero-banner {
    border-radius: 1.4rem;
  }

  .hero-copy {
    padding: 1.8rem 1rem 1.5rem;
  }

  .quote-card {
    padding: 1.2rem;
    border-radius: 1.35rem;
  }
}

/* Final mobile header alignment fix */
@media (max-width: 820px) {
  .nav-shell {
    justify-items: stretch;
    gap: 0.8rem;
  }

  .brand {
    justify-content: center;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
    align-items: center;
    gap: 0.75rem 0.9rem;
    width: 100%;
    margin: 0;
  }

  .site-nav > a,
  .site-nav > .nav-dropdown {
    min-width: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .site-nav > a:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: auto;
  }

  .site-nav a,
  .nav-dropdown__toggle {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .nav-dropdown__toggle {
    width: auto;
    min-width: 0;
  }

  .nav-dropdown__toggle::before {
    margin-left: 0;
  }

  .nav-dropdown__panel {
    width: min(100%, 22rem);
    margin-top: 0.55rem;
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .nav-shell {
    padding: 0.8rem 0.9rem;
  }

  .site-nav {
    gap: 0.7rem 0.8rem;
  }

  .site-nav a,
  .nav-dropdown__toggle {
    font-size: 0.86rem;
  }
}

/* Final desktop consistency pass */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
button,
input,
textarea,
select {
  font-family: "Metropolis", "Poppins", sans-serif;
}

.site-nav a,
.nav-dropdown__toggle,
.eyebrow,
.about-lead,
.about-support,
.about-note-card p,
.vision-card p,
.why-choose-intro,
.why-point__body p,
.contact-links-row a span {
  font-family: "Metropolis", "Poppins", sans-serif;
}

.section-intro h1,
.section-intro h2,
.about-side h2,
.contact-panel h2,
.subpage-hero__panel h1 {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(2.45rem, 4.8vw, 4.25rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.about-feature {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1rem, 1.8vw, 1.75rem);
  align-items: start;
}

.about-side {
  max-width: 34rem;
}

.about-side h2 {
  font-size: clamp(2.15rem, 3vw, 3.05rem);
  line-height: 0.98;
}

.about-heading-line {
  white-space: normal;
}

.about-main {
  gap: 1rem;
}

.about-lead,
.about-support {
  max-width: 56rem;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.56;
}

.about-note-card h3,
.vision-card h3 {
  font-size: 1.02rem;
}

.about-note-card p,
.vision-card p {
  font-size: 0.88rem;
  line-height: 1.65;
}

.site-nav a,
.nav-dropdown__toggle {
  font-size: 0.9rem;
  font-weight: 500;
  color: #103d37;
}

@media (min-width: 1101px) and (max-width: 1440px) {
  .shell,
  .nav-shell {
    width: min(calc(100% - 2rem), var(--shell));
  }

  .about-feature {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.25rem;
  }

  .about-side {
    max-width: 30rem;
  }

  .section-intro h1,
  .section-intro h2,
  .about-side h2,
  .contact-panel h2,
  .subpage-hero__panel h1 {
    font-size: clamp(2.15rem, 3.9vw, 3.35rem);
  }

  .about-lead,
  .about-support {
    font-size: 1rem;
    line-height: 1.58;
  }

  .about-visual img {
    max-height: 340px;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .about-feature {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 1.1rem;
  }

  .about-side {
    max-width: 28rem;
  }

  .section-intro h1,
  .section-intro h2,
  .about-side h2,
  .contact-panel h2,
  .subpage-hero__panel h1 {
    font-size: clamp(1.95rem, 3.2vw, 2.95rem);
  }

  .about-note-card {
    min-height: 168px;
  }
}

@media (max-width: 820px) {
  .section-intro h1,
  .section-intro h2,
  .about-side h2,
  .contact-panel h2,
  .subpage-hero__panel h1 {
    font-size: clamp(2.15rem, 9vw, 3.35rem);
  }
}

@media (max-width: 640px) {
  .section-intro h1,
  .section-intro h2,
  .about-side h2,
  .contact-panel h2,
  .subpage-hero__panel h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.75rem);
  }
}

:root {
  --premium-black: #111111;
  --premium-dark: #181818;
  --premium-gold: #d4af37;
  --premium-gold-light: #e6c766;
  --premium-green: #103d37;
  --premium-soft: #f7f5ef;
  --premium-white: #ffffff;
  --premium-card: #ffffff;
  --premium-shadow: 0 20px 50px rgba(16, 61, 55, 0.08);
}

/* BODY */
body {
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.06), transparent 20%),
    radial-gradient(circle at bottom left, rgba(16,61,55,0.05), transparent 20%),
    linear-gradient(180deg, #f7f6f2 0%, #efeeea 100%);
}

/* NAVBAR */
.nav-shell {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(212,175,55,0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  backdrop-filter: blur(12px);
}

.site-nav a:hover,
.site-nav a.is-current {
  color: var(--premium-gold);
}

.site-nav a::after {
  background: var(--premium-gold);
}

/* HERO */
.hero-banner {
  background: linear-gradient(
    135deg,
    #f8f7f3 0%,
    #efede8 100%
  );
  border: 1px solid rgba(212,175,55,0.10);
  box-shadow: 0 25px 60px rgba(0,0,0,0.05);
}

.hero-line-one {
  color: #103d37;
}

.hero-line-two {
  color: var(--premium-gold);
}

/* BUTTONS */
.button-solid {
  background: linear-gradient(
    135deg,
    #103d37,
    #1b4d44
  );
  color: white;
  box-shadow: 0 14px 30px rgba(16,61,55,0.18);
}

.button-solid:hover {
  background: linear-gradient(
    135deg,
    #d4af37,
    #e6c766
  );
  color: #111;
  transform: translateY(-3px);
}

/* SERVICE CARDS */
.service-panel {
  background: #ffffff;
  border: 1px solid rgba(212,175,55,0.08);
  box-shadow: var(--premium-shadow);
  border-radius: 24px;
}

.service-panel:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.service-icon {
  background: linear-gradient(
    180deg,
    rgba(212,175,55,0.12),
    rgba(255,255,255,1)
  );
  border: 1px solid rgba(212,175,55,0.20);
}

/* ABOUT CARDS */
.about-note-card,
.vision-card {
  background: #ffffff;
  border: 1px solid rgba(212,175,55,0.08);
  box-shadow: var(--premium-shadow);
}

/* WHY CHOOSE */
.why-choose-panel {
  background: linear-gradient(
    180deg,
    #ffffff,
    #f7f5ef
  );
  box-shadow: var(--premium-shadow);
  border: 1px solid rgba(212,175,55,0.08);
}

/* FILTER BUTTONS */
.filter-button {
  background: white;
  border: 1px solid rgba(212,175,55,0.12);
}

.filter-button.is-active,
.filter-button:hover {
  background: var(--premium-gold);
  color: #111;
}

/* PORTFOLIO + TESTIMONIAL */
.portfolio-card,
.client-card,
.quote-card {
  background: #ffffff;
  box-shadow: var(--premium-shadow);
  border: 1px solid rgba(212,175,55,0.08);
}


/* GOLD + GREEN TEXT */
.green-text {
  color: #103d37;
}

.golden-text {
  color: #d2a24d;
}

:root {
  --luxury-bg: #f8f7f2;
  --luxury-cream: #f3efe7;
  --soft-white: #ffffff;
  --deep-green: #103d37;
  --soft-green: rgba(16, 61, 55, 0.06);
  --gold: #d2a24d;
  --gold-light: #e6c766;
  --text-dark: #173731;
  --text-soft: #5a6b66;
  --soft-shadow: 0 18px 50px rgba(16, 61, 55, 0.06);
}

body {
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.05), transparent 18%),
    radial-gradient(circle at bottom left, rgba(16,61,55,0.04), transparent 20%),
    linear-gradient(180deg, #faf9f5 0%, #f4f2ec 100%);
}

.nav-shell {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(16,61,55,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  backdrop-filter: blur(14px);
}

.site-nav a {
  color: var(--deep-green);
}

.site-nav a:hover,
.site-nav a.is-current {
  color: var(--gold);
}

.site-nav a::after {
  background: var(--gold);
}

.hero-banner {
  background: linear-gradient(135deg, #fbfaf7 0%, #f2eee6 100%);
  border: 1px solid rgba(212,175,55,0.08);
  box-shadow: 0 25px 60px rgba(0,0,0,0.04);
}

.hero-line-one {
  color: var(--deep-green);
}

.hero-line-two {
  color: var(--gold);
}

.button-solid {
  background: linear-gradient(135deg, var(--deep-green), #1b4d44);
  color: white;
  box-shadow: 0 14px 30px rgba(16,61,55,0.14);
}

.button-solid:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #111;
  transform: translateY(-3px);
}

.service-panel,
.about-note-card,
.vision-card,
.portfolio-card,
.client-card,
.quote-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(16,61,55,0.05);
  box-shadow: var(--soft-shadow);
  border-radius: 24px;
}

.service-panel:hover,
.portfolio-card:hover,
.client-card:hover,
.quote-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.06);
}

.service-icon {
  background: linear-gradient(180deg, rgba(212,175,55,0.08), #ffffff);
  border: 1px solid rgba(212,175,55,0.14);
}

.why-choose-panel {
  background: linear-gradient(180deg, #ffffff, #faf8f3);
  border: 1px solid rgba(16,61,55,0.05);
  box-shadow: var(--soft-shadow);
}

.filter-button {
  background: white;
  border: 1px solid rgba(16,61,55,0.08);
  color: var(--deep-green);
}

.filter-button:hover,
.filter-button.is-active {
  background: var(--gold);
  color: #111;
}

.ticker-band {
  background: rgba(255,255,255,0.7);
  border-top: 1px solid rgba(16,61,55,0.04);
  border-bottom: 1px solid rgba(16,61,55,0.04);
}

.ticker-track span {
  color: var(--deep-green);
}

.contact-panel {
  background: linear-gradient(135deg, #103d37, #1b4d44);
  color: white;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(16,61,55,0.18);
}

.contact-links-row a {
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  transition: 0.3s;
}

.contact-links-row a:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

.green-text {
  color: var(--deep-green);
}

.golden-text {
  color: var(--gold);
}

.scroll-top {
  background: var(--deep-green);
  color: white;
  box-shadow: 0 10px 30px rgba(16,61,55,0.16);
}

.scroll-top:hover {
  background: var(--gold);
  color: #111;
}

.hero-banner {
  min-height: 560px;
  border-radius: 28px;
  background: linear-gradient(135deg, #faf8f3 0%, #f2ede4 100%);
  border: 1px solid rgba(16,61,55,0.06);
  box-shadow: 0 18px 50px rgba(0,0,0,0.04);
}

.hero-copy {
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1.5rem;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 680px;
  margin: 1rem auto 0;
  line-height: 1.8;
}

.hero-actions {
  justify-content: center;
  margin-top: 1rem;
}

/* PORTFOLIO */
.portfolio-card {
  border-radius: 24px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(16,61,55,0.06);
  box-shadow: 0 14px 36px rgba(0,0,0,0.03);
}

.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.06);
}

.portfolio-copy {
  padding: 1.2rem;
}

.filter-button.is-active,
.filter-button:hover {
  background: #103d37;
  color: #ffffff;
}

/* TESTIMONIALS */
.quote-card {
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8f8f6);
  border: 1px solid rgba(16,61,55,0.06);
  box-shadow: 0 14px 36px rgba(0,0,0,0.03);
}

.quote-card:hover {
  transform: translateY(-4px);
}

.quote-stars {
  font-size: 1rem;
}

.contact-panel {
  padding: 3.2rem 2rem 1.4rem;
  border: 1px solid rgba(16, 61, 55, 0.08);
  border-radius: 2rem;
  background: linear-gradient(180deg, #ecefed, #e6e9e7);
  text-align: center;
}

.contact-panel .eyebrow {
  margin-bottom: 0.9rem;
}

.contact-panel h2 {
  margin: 0;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 4.3rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.contact-line {
  display: inline-block;
}

.contact-line-one {
  color: #103d37;
}

.contact-line-two {
  color: #d2a24d;
}

.contact-cta {
  margin-top: 1.4rem;
}

.contact-divider {
  width: 100%;
  height: 1px;
  margin: 2rem 0 1.2rem;
  background: rgba(16, 61, 55, 0.14);
}

.contact-links-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  width: 100%;
}

.contact-links-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
  padding: 0.95rem 0.6rem;
  font-family: "Metropolis", "Poppins", sans-serif;
  font-size: 0.92rem;
  color: #103d37;
  border-bottom: 1px solid rgba(16, 61, 55, 0.08);
}

.contact-links-row a img {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
}
.yt-player-wrap {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
}

.yt-facade,
.yt-slot {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
  background: #000;
}

.yt-facade {
  cursor: pointer;
  padding: 0;
  position: relative;
}

.yt-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-slot iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.site-footer {
  padding: 1.4rem 0 1.8rem;
  color: rgba(16, 61, 55, 0.72);
}

.site-footer__inner {
  border-top: 1px solid rgba(16, 61, 55, 0.1);
  padding-top: 1.05rem;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.6;
}

.site-footer strong {
  color: #103d37;
  font-weight: 800;
}

@media (max-width: 640px) {
  .site-footer {
    padding: 1rem 0 1.35rem;
  }

  .site-footer p {
    font-size: 0.8rem;
  }

  .modal-body {
    padding: 1.35rem;
  }

  .modal-body h3 {
    max-width: none;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
}
