:root {
  --ink: #123e40;
  --ink-soft: #31595a;
  --paper: #f6f4ef;
  --white: #fffdf9;
  --teal: #0f5c5d;
  --gold: #e8c982;
  --line: rgba(18, 62, 64, .18);
  --shadow: 0 18px 48px rgba(18, 62, 64, .11);
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; max-width: 100vw; overflow-x: hidden; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header { width: 100%; max-width: 100vw; min-height: 76px; padding: 14px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.brand { min-height: 44px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 170px; height: auto; }
nav { display: flex; align-items: center; gap: clamp(8px, 2vw, 28px); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
nav a { min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; border-bottom: 2px solid transparent; color: var(--ink-soft); }
nav a:hover, nav a.active { color: var(--ink); border-color: var(--gold); }
.nav-icon, .cta-icon { display: none; }
.nav-icon svg, .cta-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.button { min-height: 48px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 2px; background: var(--teal); color: var(--white); font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { background: #0a4849; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,92,93,.2); }
.button-small { min-height: 44px; padding: 10px 15px; font-size: .78rem; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover, .button-gold:focus-visible { background: #f0d89e; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link span { font-size: 1.25rem; }

.hero { min-height: 720px; padding: clamp(78px, 10vw, 142px) clamp(24px, 9vw, 140px) clamp(64px, 8vw, 112px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); align-items: center; gap: clamp(46px, 7vw, 110px); overflow: hidden; position: relative; isolation: isolate; background: #123e40; color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .35; background-image: linear-gradient(115deg, transparent 0 47%, rgba(232,201,130,.22) 47.2%, transparent 47.5%), repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 68px), repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 68px); animation: mesh-drift 36s ease-in-out infinite alternate; pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 42vw; height: 42vw; right: -16vw; bottom: -24vw; border: 1px solid rgba(232,201,130,.38); border-radius: 50%; box-shadow: 0 0 0 36px rgba(232,201,130,.06), 0 0 0 72px rgba(232,201,130,.035); pointer-events: none; }
.hero > * { position: relative; z-index: 1; }
@keyframes mesh-drift { from { transform: translate3d(-1%, -0.5%, 0); } to { transform: translate3d(1%, 0.5%, 0); } }
.hero-copy { width: 100%; max-width: 760px; min-width: 0; }
.hero .eyebrow { color: var(--gold); }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: 0; }
h1 { width: 100%; max-width: 100%; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .96; overflow-wrap: anywhere; }
.hero h1 { max-width: 760px; margin-bottom: 30px; color: var(--white); font-size: clamp(3.5rem, 7.3vw, 7.5rem); letter-spacing: -.025em; }
h2 { font-size: clamp(2.1rem, 4vw, 4.3rem); line-height: 1.02; }
h3 { margin-bottom: 10px; font-size: 1.3rem; }
.lede, .page-heading > p:last-child, .section-intro > p:last-of-type { max-width: 600px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.7; }
.hero .lede { max-width: 570px; color: rgba(255,253,249,.78); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-proof { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 0; color: rgba(255,253,249,.66); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-proof span { padding: 0 18px; border-left: 1px solid rgba(232,201,130,.55); }
.hero-proof span:first-child { padding-left: 0; border-left: 0; }
.hero-stage { width: 100%; max-width: 520px; justify-self: end; }
.hero-carousel { outline: 0; }
.hero-frame { min-height: 470px; position: relative; overflow: hidden; background: var(--gold); box-shadow: 20px 24px 0 rgba(232,201,130,.16); transform: rotate(2.5deg); }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(18,62,64,.75) 100%); }
.hero-frame img { width: 100%; height: 100%; min-height: 470px; display: block; object-fit: cover; filter: saturate(.85) contrast(1.05); }
.hero-frame-label { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 1; display: grid; gap: 10px; color: var(--white); }
.hero-frame-label span, .hero-stage-note span:first-child { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-frame-label strong { font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 400; line-height: .98; }
.carousel-control { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,253,249,.6); border-radius: 50%; background: rgba(18,62,64,.55); color: var(--white); font-size: 1.3rem; cursor: pointer; transform: translateY(-50%); transition: background .2s ease, color .2s ease; }
.carousel-control:hover, .carousel-control:focus-visible { background: var(--gold); color: var(--ink); }
.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }
.hero-stage-note { margin-top: 28px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,253,249,.62); font-size: .78rem; line-height: 1.35; }
.hero-stage-note span:last-child { text-align: right; }
.carousel-dots { margin-top: 16px; display: flex; justify-content: flex-end; gap: 8px; }
.carousel-dot { width: 28px; height: 4px; padding: 0; border: 0; background: rgba(255,253,249,.3); cursor: pointer; }
.carousel-dot.is-active, .carousel-dot:hover, .carousel-dot:focus-visible { background: var(--gold); }

.band, .content-section { padding: clamp(68px, 9vw, 130px) clamp(24px, 9vw, 140px); }
.band-light, .content-section { border-top: 1px solid rgba(18,62,64,.08); }
.band-light { background: linear-gradient(135deg, var(--white) 0%, #f1f5f0 100%); position: relative; }
.band-light::after, .page-heading::after, .content-section::after, .band-dark::after, .band-gold::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.band-light::after { opacity: .34; background-image: linear-gradient(120deg, transparent 0 49.8%, rgba(15,92,93,.1) 50%, transparent 50.2%), linear-gradient(30deg, transparent 0 49.8%, rgba(232,201,130,.13) 50%, transparent 50.2%); background-size: 88px 88px; }
.band-dark { background: linear-gradient(120deg, #0f5c5d, #123e40); color: var(--white); position: relative; }
.band-dark::after { content: "" !important; z-index: 0; opacity: .28; background-image: linear-gradient(90deg, transparent 0 49%, rgba(232,201,130,.22) 49.2% 50%, transparent 50.2%), linear-gradient(0deg, transparent 0 49%, rgba(255,255,255,.13) 49.2% 50%, transparent 50.2%), radial-gradient(circle at 20% 30%, rgba(232,201,130,.28) 0 1px, transparent 2px); background-size: 112px 112px, 112px 112px, 76px 76px; }
.band-dark .eyebrow, .band-dark .lede, .band-dark .section-intro > p:last-of-type { color: var(--gold); }
.band-gold { background: linear-gradient(135deg, #e8c982, #edd69a); position: relative; }
.band-gold::after { content: "" !important; z-index: 0; opacity: .33; background-image: linear-gradient(135deg, transparent 0 48%, rgba(15,92,93,.24) 48.2% 48.8%, transparent 49%), linear-gradient(45deg, transparent 0 48%, rgba(255,253,249,.3) 48.2% 48.8%, transparent 49%); background-size: 72px 72px; }
.section-intro { max-width: 720px; }
.section-intro h2 { max-width: 760px; }
.section-intro h2 { margin-bottom: 22px; }
.stat-grid, .process-grid { max-width: 1100px; margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.stat-grid > div, .process-grid > div { padding: 28px; background: var(--white); display: grid; gap: 14px; }
.stat-grid strong, .process-grid span, .card-number { color: var(--teal); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.process-grid > div { background: transparent; }
.band-dark .process-grid > div { background: rgba(255,255,255,.07); }
.process-grid p { line-height: 1.55; }

.page-heading { padding: clamp(82px, 11vw, 150px) clamp(24px, 9vw, 140px) 62px; background: linear-gradient(115deg, #e6efeb, var(--paper)); position: relative; overflow: hidden; }
.page-heading::after { opacity: .2; background-image: repeating-linear-gradient(105deg, rgba(15,92,93,.16) 0 1px, transparent 1px 42px); background-size: 100% 100%; }
.page-heading h1 { max-width: 900px; }
.page-heading h1 { margin-bottom: 28px; font-size: clamp(3.2rem, 7vw, 7rem); }
.content-section { background: linear-gradient(145deg, var(--paper), #eef2ee); position: relative; }
.content-section::after { opacity: .16; background-image: radial-gradient(circle at 1px 1px, rgba(15,92,93,.3) 1px, transparent 1.5px); background-size: 28px 28px; }
.band > *, .page-heading > *, .content-section > * { position: relative; z-index: 1; }
.service-grid, .team-grid, .portfolio-grid { max-width: 1200px; margin: auto; display: grid; gap: 24px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card, .person-card, .portfolio-card { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover, .person-card:hover, .portfolio-card:hover { transform: translateY(-6px); border-color: rgba(15,92,93,.4); box-shadow: 0 24px 54px rgba(18,62,64,.16); }
.service-card { min-height: 370px; padding: 30px; display: flex; flex-direction: column; }
.service-card h2, .person-card h2, .portfolio-card h2 { margin: 18px 0 14px; font-size: 2rem; }
.service-card > p, .person-card p, .portfolio-card p { color: var(--ink-soft); line-height: 1.65; }
.chips { margin: auto 0 24px; display: flex; flex-wrap: wrap; gap: 7px; }
.chips span { padding: 7px 9px; background: #e7eeeb; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.team-grid { grid-template-columns: repeat(2, 1fr); }
.person-card { display: grid; grid-template-columns: 180px 1fr; }
.person-card img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.person-card > div { padding: 26px; }
.person-card h2 { font-size: 1.7rem; }
.role { color: var(--teal) !important; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-grid { grid-template-columns: repeat(3, 1fr); }
.portfolio-card { overflow: hidden; }
.portfolio-card img { width: 100%; height: 180px; object-fit: cover; background: #edf1ed; }
.portfolio-card > div { padding: 22px; }
.portfolio-card h2 { font-size: 1.45rem; }
.cta-strip { padding: 42px clamp(24px, 9vw, 140px); display: flex; justify-content: space-between; align-items: center; gap: 24px; background: var(--ink); color: var(--white); }
.cta-strip h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 3rem); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.split-section p { max-width: 560px; color: var(--ink-soft); line-height: 1.75; }
.pull-quote { margin-top: 50px; padding-left: 22px; border-left: 4px solid var(--gold); font-family: Georgia, serif; font-size: 1.6rem; color: var(--ink) !important; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 70px; }
form { max-width: 800px; }
label { display: block; margin-bottom: 20px; color: var(--ink); font-weight: 700; }
input, textarea { width: 100%; min-height: 48px; margin-top: 8px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); }
textarea { resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(232,201,130,.55); border-color: var(--teal); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.field-error { min-height: 18px; display: block; color: #a22d2d; font-size: .8rem; }
#form-status { margin-top: 20px; color: var(--teal); font-weight: 700; line-height: 1.5; }
.contact-aside { padding: 34px; align-self: start; background: var(--teal); color: var(--white); box-shadow: 14px 14px 0 rgba(232,201,130,.7); }
.contact-aside .eyebrow { color: var(--gold); }
.contact-aside h2 { font-size: 2.3rem; }
.contact-aside a { min-height: 44px; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.25); font-size: .9rem; overflow-wrap: anywhere; }
.footer-inner { padding: 34px clamp(24px, 9vw, 140px); display: grid; grid-template-columns: 1fr auto; gap: 12px 40px; background: var(--ink); color: var(--white); }
.footer-inner div { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.footer-inner span, .footer-inner small { color: var(--gold); }
.footer-inner a { min-height: 44px; display: flex; align-items: center; overflow-wrap: anywhere; }
.footer-inner small { grid-column: 1 / -1; }
[data-reveal] { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.motion-target { backface-visibility: hidden; }

@media (max-width: 800px) {
  .site-header { flex-wrap: nowrap; gap: 6px; justify-content: center; }
  .brand img { width: 96px; }
  .site-header nav { width: auto; flex: 0 0 auto; overflow: visible; justify-content: center; gap: 0; }
  .site-header nav a { width: 36px; min-width: 36px; }
  .site-header .button-small { margin-left: 0; }
  .nav-icon, .cta-icon { display: inline-flex; align-items: center; justify-content: center; }
  .nav-label, .cta-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .header-cta { width: 36px; padding: 0; flex: 0 0 36px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 38px 20px 44px; gap: 30px; }
  .hero::before { animation: none; transform: none; }
  .hero-stage { order: -1; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.75rem, 12vw, 4.5rem); line-height: .92; }
  .hero .lede { font-size: 1rem; line-height: 1.6; }
  .hero .actions { margin-top: 28px; align-items: stretch; gap: 14px; }
  .hero .button, .hero .text-link { width: 100%; }
  .hero-proof { margin-top: 32px; gap: 12px 0; }
  .hero-proof span { padding: 0 12px; }
  .hero-stage { max-width: none; }
  .hero-carousel { touch-action: pan-y; }
  .hero-frame { min-height: 236px; transform: rotate(1.5deg); box-shadow: 10px 12px 0 rgba(232,201,130,.18); }
  .hero-frame img { min-height: 236px; }
  .hero-frame-label { right: 20px; bottom: 20px; left: 20px; }
  .hero-frame-label strong { font-size: 2rem; }
  .hero-stage-note { margin-top: 18px; }
  .carousel-control { width: 40px; height: 40px; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
  .carousel-dots { justify-content: center; }
  .service-grid, .portfolio-grid, .team-grid, .stat-grid, .process-grid, .split-section, .contact-layout { grid-template-columns: 1fr; }
  .team-grid { gap: 28px; }
  .person-card { display: block; border-top: 3px solid var(--gold); }
  .person-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 24%; }
  .person-card > div { padding: 24px; }
  .person-card h2 { margin-top: 14px; font-size: clamp(1.8rem, 8vw, 2.4rem); }
  .person-card .role { max-width: 180px; line-height: 1.45; }
  .cta-strip { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: minmax(0, 1fr); }
  .footer-inner small { grid-column: auto; }
}

@media (max-width: 380px) {
  .site-header { padding-inline: 8px; gap: 6px; }
  .brand img { width: 82px; }
  nav { gap: 0; }
  .hero { padding: 32px 20px 40px; gap: 26px; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
}

@media (max-width: 340px) {
  .site-header { gap: 6px; }
  .brand img { width: 72px; }
  .site-header nav a { width: 32px; min-width: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}