:root {
  --ink: #0a0b0b;
  --charcoal: #141716;
  --paper: #efeee8;
  --muted: #adb5af;
  --sage: #b9c7bd;
  --line: rgba(185, 199, 189, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 106px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.brand { display: flex; align-items: center; gap: 12px; font-size: 16px; letter-spacing: .19em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand b { color: var(--sage); font-weight: 600; }
nav { display: flex; gap: 42px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
nav a { position: relative; padding: 12px 0; }
nav a::after { content: ''; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--sage); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.hero { position: relative; min-height: 720px; height: 100svh; display: grid; place-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,7,7,.56), rgba(5,7,7,.24) 48%, rgba(5,7,7,.75)); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 110px 24px 70px; }
.hero-mark { width: clamp(183px, 21vw, 278px); height: auto; filter: drop-shadow(0 12px 35px rgba(0,0,0,.35)); }
.eyebrow { margin: 16px 0 22px; color: var(--sage); font-size: 11px; letter-spacing: .42em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(47px, 6.1vw, 90px); line-height: .94; letter-spacing: -.035em; }
.button { display: inline-block; padding: 17px 26px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.button-glass { margin-top: 40px; border: 1px solid rgba(255,255,255,.6); background: rgba(12,13,13,.34); backdrop-filter: blur(8px); transition: background .25s ease, color .25s ease; }
.button-glass:hover, .button-glass:focus-visible { background: var(--paper); color: var(--ink); }
.hero-caption { position: absolute; z-index: 2; right: 4vw; bottom: 30px; margin: 0; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }

.section-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.section-number { color: #707873; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.intro { min-height: 680px; padding: 118px 0; display: grid; grid-template-columns: 1fr 3fr; border-bottom: 1px solid var(--line); }
.intro-copy { max-width: 780px; }
.intro h2, .section-heading h2, .contact h2 { margin: 0 0 30px; font-size: clamp(58px, 7vw, 104px); line-height: .92; letter-spacing: -.045em; }
.intro .lead { max-width: 740px; margin: 0 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(26px, 3vw, 42px); line-height: 1.2; color: var(--sage); }
.intro-copy > p:not(.lead) { max-width: 610px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.disciplines { margin-top: 66px; display: flex; align-items: center; gap: 22px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(20px, 2.4vw, 30px); color: var(--sage); }
.disciplines i { width: 1px; height: 34px; background: var(--line); }

.work { padding: 118px 0 140px; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 90px; }
.section-heading h2 { margin-bottom: 0; }
.service-row { display: grid; grid-template-columns: 1.22fr .78fr; min-height: 520px; margin-bottom: 88px; background: var(--charcoal); }
.service-row.reverse { grid-template-columns: .78fr 1.22fr; }
.service-row.reverse .service-media { order: 2; }
.service-media { min-height: 500px; overflow: hidden; }
.service-media img, .service-media video { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-row:hover .service-media:not(.carousel) img, .service-row:hover .service-media video, .service-row:hover .carousel-slide.is-active img { transform: scale(1.025); }
.service-media.wide img { object-position: center; }
.service-video { position: relative; background: #111; }
.service-video video { display: block; }
.video-toggle { position: absolute; z-index: 2; left: 20px; bottom: 20px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: rgba(8,10,9,.58); color: #fff; font-size: 15px; cursor: pointer; backdrop-filter: blur(7px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.video-toggle:hover, .video-toggle:focus-visible { background: var(--paper); color: var(--ink); transform: scale(1.06); }
.carousel { position: relative; isolation: isolate; outline: none; }
.carousel:focus-visible { box-shadow: inset 0 0 0 2px var(--sage); }
.carousel-track, .carousel-slide { position: absolute; inset: 0; }
.carousel-slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.carousel-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: rgba(8,10,9,.58); color: #fff; font-size: 20px; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(7px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: var(--paper); color: var(--ink); transform: translateY(-50%) scale(1.06); }
.carousel-prev { left: 20px; }
.carousel-next { right: 20px; }
.carousel-dots { position: absolute; z-index: 3; left: 50%; bottom: 20px; display: flex; gap: 9px; padding: 9px 12px; border-radius: 99px; background: rgba(8,10,9,.48); transform: translateX(-50%); backdrop-filter: blur(7px); }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.48); cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel-dots button.is-active { width: 22px; border-radius: 8px; background: var(--sage); }
.carousel-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.service-copy { padding: clamp(50px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.service-index { color: #717a74; font-size: 10px; letter-spacing: .22em; }
.service-copy h3 { margin: 18px 0 24px; color: var(--sage); font-size: clamp(36px, 4vw, 58px); line-height: 1; }
.service-copy > p:not(.service-index) { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.text-link { width: fit-content; margin-top: 36px; padding-bottom: 8px; border-bottom: 1px solid var(--sage); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }

.statement { min-height: 620px; padding: 110px 24px; display: grid; place-content: center; text-align: center; background: linear-gradient(rgba(7,8,8,.74), rgba(7,8,8,.82)), url('assets/pool.jpg') center/cover fixed; }
.statement p { margin: 0 0 24px; color: var(--sage); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }
.statement h2 { margin: 0; font-size: clamp(58px, 8vw, 112px); line-height: .9; letter-spacing: -.05em; }
.statement em { color: var(--sage); font-weight: 400; }

.contact { padding: 130px 0; display: grid; grid-template-columns: 1fr 3fr; }
.contact-copy { max-width: 790px; }
.contact .eyebrow { margin-top: 0; }
.contact h2 { margin-bottom: 34px; }
.contact-copy > p:not(.eyebrow) { max-width: 630px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.whatsapp-cta { display: inline-flex; align-items: center; gap: 16px; min-width: min(100%, 410px); margin-top: 34px; padding: 17px 22px; border: 2px solid #25d366; background: rgba(37, 211, 102, .09); color: #fff; box-shadow: 0 0 0 1px rgba(37, 211, 102, .08), 0 14px 42px rgba(37, 211, 102, .13); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }
.whatsapp-cta img { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; padding: 8px; border-radius: 50%; background: #fff; box-shadow: 0 3px 12px rgba(0, 0, 0, .2); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-cta:hover, .whatsapp-cta:focus-visible { background: #25d366; color: #07150c; transform: translateY(-3px); box-shadow: 0 18px 48px rgba(37, 211, 102, .28); }
.whatsapp-cta:hover img, .whatsapp-cta:focus-visible img { transform: scale(1.08); box-shadow: 0 4px 16px rgba(0, 0, 0, .25); }
.whatsapp-label { flex: 1; text-align: left; }
.whatsapp-arrow { font-size: 19px; line-height: 1; }
.contact-note { margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--sage); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.contact-note span { margin: 0 12px; color: #5f6862; }

footer { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 45px 0 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #707873; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
footer p:last-child { justify-self: end; }
.footer-brand { color: var(--paper); }
.footer-brand img { width: 38px; height: 38px; }

@media (max-width: 800px) {
  .site-header { width: calc(100% - 32px); height: 82px; }
  .brand span { display: none; }
  .brand img { width: 40px; height: 40px; }
  nav { gap: 18px; font-size: 9px; letter-spacing: .07em; }
  .hero { min-height: 690px; }
  h1 { font-size: clamp(45px, 14vw, 64px); }
  .hero-caption { left: 20px; right: auto; }
  .section-shell { width: calc(100% - 32px); }
  .intro, .section-heading, .contact { grid-template-columns: 1fr; gap: 42px; }
  .intro { min-height: auto; padding: 90px 0; }
  .disciplines { gap: 12px; overflow: hidden; font-size: 19px; }
  .disciplines i { height: 24px; }
  .work { padding: 90px 0; }
  .section-heading { margin-bottom: 54px; }
  .service-row, .service-row.reverse { grid-template-columns: 1fr; min-height: 0; margin-bottom: 42px; }
  .service-row.reverse .service-media { order: 0; }
  .service-media { min-height: 320px; }
  .carousel-arrow { width: 40px; height: 40px; }
  .video-toggle { left: 12px; bottom: 12px; width: 40px; height: 40px; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
  .service-copy { padding: 42px 28px 48px; }
  .statement { min-height: 520px; background-attachment: scroll; }
  .contact { padding: 90px 0; }
  footer { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 20px; text-align: center; }
  footer > * { justify-self: center !important; }
}

@media (max-width: 430px) {
  nav { gap: 12px; font-size: 8px; }
  .hero-content { padding-inline: 14px; }
  .disciplines { flex-wrap: wrap; }
  .disciplines i { display: none; }
  .service-media { min-height: 270px; }
}

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