:root {
  --teal: #4c969d;
  --teal-dark: #2f7278;
  --logo-teal: #4b8b94;
  --ink: #596266;
  --muted: #a8b0b4;
  --line: #d8dfe2;
  --soft: #f4f6f7;
  --white: #fff;
  --font-small: "Gemeli Mono", "Geist Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr minmax(180px, 300px) 1fr;
  align-items: center;
  min-height: 84px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(216, 223, 226, 0.7);
  backdrop-filter: blur(14px);
}

.identity {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #828b90;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
}

.identity img {
  width: 42px;
  height: auto;
}

.wordmark {
  justify-self: center;
}

.wordmark img {
  width: min(300px, 42vw);
}

nav {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  row-gap: 4px;
  min-width: 0;
  max-width: 100%;
  color: #8d969b;
  font-size: 11px;
  font-weight: 700;
}

nav a.is-current {
  color: var(--teal-dark);
}

.hero {
  position: relative;
  min-height: clamp(420px, 58vw, 760px);
  overflow: hidden;
  background: #dce6e8;
}

.hero video {
  width: 100%;
  height: clamp(420px, 58vw, 760px);
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.hero-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.hero-mark img {
  width: clamp(120px, 18vw, 230px);
  opacity: 0.72;
  filter: brightness(0) invert(1);
}

.intro {
  min-height: 640px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: clamp(92px, 11vw, 150px) 22px 90px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(239, 243, 244, 0.9), #fff 44%, rgba(242, 245, 246, 0.72));
  text-align: center;
}

.small-copy {
  margin: 0 0 42px;
  color: #99a2a6;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: none;
}

h1 {
  max-width: 980px;
  margin: 0;
  color: var(--teal-dark);
  font-size: clamp(22px, 3.1vw, 40px);
  line-height: 1.7;
  font-weight: 400;
}

.text-link {
  margin-top: 52px;
  color: #9aa3a7;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.services {
  display: grid;
  gap: 72px;
  justify-items: center;
  padding: 40px 22px 100px;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(180px, 280px) minmax(120px, 1fr);
  align-items: center;
  width: min(680px, 100%);
  gap: 24px;
}

.service-row p {
  justify-self: end;
  margin: 0;
  color: #a2aaae;
  font-size: 10px;
  font-weight: 700;
}

.service-block {
  aspect-ratio: 1.6 / 1;
  background: var(--teal);
}

.service-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8e989d;
  font-size: 10px;
  line-height: 1.9;
  font-weight: 700;
}

.service-row li::before {
  content: "/ ";
  color: var(--teal);
}

.feature-band {
  display: grid;
  justify-items: center;
  padding: clamp(80px, 10vw, 140px) 22px 58px;
  color: #fff;
  background: var(--teal);
  text-align: center;
}

.feature-images {
  display: grid;
  grid-template-columns: minmax(92px, 180px) minmax(130px, 240px) minmax(92px, 180px);
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
  margin-bottom: 64px;
}

.feature-images img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.side-image {
  aspect-ratio: 1.35 / 1;
}

.center-image {
  aspect-ratio: 0.82 / 1;
}

.footer-wordmark {
  width: 210px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.feature-band p,
.contact p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.portfolio {
  padding: clamp(70px, 8vw, 105px) 22px 80px;
}

h2 {
  margin: 0 0 44px;
  color: var(--logo-teal);
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: var(--font-small);
  text-align: center;
}

.work-stack {
  display: grid;
  gap: 62px;
  width: min(100%, 980px);
  margin: 0 auto;
}

.work-item p {
  margin: 0 0 12px;
  color: #a0a8ad;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.work-item img {
  width: 100%;
  aspect-ratio: 1.49 / 1;
  object-fit: cover;
  background: var(--soft);
}

.contact {
  display: grid;
  justify-items: center;
  min-height: 780px;
  padding: clamp(70px, 8vw, 100px) 22px 90px;
  text-align: center;
}

.contact form {
  display: grid;
  gap: 16px;
  width: min(100%, 520px);
  margin-bottom: 44px;
}

.contact form[hidden] {
  display: none;
}

label {
  display: grid;
  gap: 4px;
  text-align: left;
}

label span {
  color: #9ca5a9;
  font-size: 9px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid #b9c2c6;
  border-radius: 0;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 14px;
  text-transform: none;
  outline-color: var(--teal);
}

button {
  justify-self: center;
  min-width: 132px;
  margin-top: 8px;
  border: 1px solid var(--teal);
  border-radius: 0;
  padding: 12px 24px;
  color: #fff;
  background: var(--teal);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-wordmark {
  width: 200px;
  margin-bottom: 16px;
}

.status-success,
.status-error {
  max-width: 440px;
  margin: 0 0 32px;
  padding: 14px 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: none;
  font-weight: 600;
  border: 1px solid;
}

.status-success {
  color: var(--teal-dark);
  background: rgba(76, 150, 157, 0.08);
  border-color: rgba(76, 150, 157, 0.35);
}

.status-error {
  color: #a5433d;
  background: rgba(165, 67, 61, 0.06);
  border-color: rgba(165, 67, 61, 0.3);
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 72px;
  }

  .identity span,
  .wordmark {
    display: none;
  }

  .identity img {
    width: 38px;
  }

  .hero,
  .hero video {
    min-height: 440px;
    height: 440px;
  }

  .intro {
    min-height: 520px;
    padding-top: 76px;
  }

  .small-copy {
    margin-bottom: 28px;
  }

  h1 {
    line-height: 1.45;
  }

  .services {
    gap: 44px;
  }

  .service-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .service-row p {
    justify-self: center;
  }

  .service-block {
    width: min(260px, 72vw);
  }

  .feature-images {
    grid-template-columns: 1fr 1.25fr 1fr;
  }

  .work-stack {
    gap: 38px;
  }

  .work-item p {
    text-align: center;
  }
}


/* Luxury motion and service image polish */
:root {
  --teal-glow: rgba(76, 150, 157, 0.18);
}

html {
  scrollbar-color: var(--teal) #edf2f3;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #edf2f3;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  border: 2px solid #edf2f3;
  border-radius: 999px;
}

body {
  overflow-x: hidden;
}

a,
.identity img,
.wordmark img,
.service-block,
.service-block img,
.feature-images img,
.work-item p,
.work-item img,
button,
input,
textarea {
  transition-timing-function: ease;
}

a {
  transition: color 300ms ease, opacity 300ms ease;
}

a:hover,
a:focus-visible {
  color: var(--teal);
}

.site-header {
  transition: min-height 320ms ease, background 320ms ease, box-shadow 320ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(47, 114, 120, 0.08);
}

.identity img,
.wordmark img {
  transition: transform 450ms ease, filter 450ms ease;
}

.identity:hover img,
.wordmark:hover img {
  filter: drop-shadow(0 8px 18px var(--teal-glow));
  transform: translateY(-1px);
}

.hero {
  isolation: isolate;
}

.hero video {
  transform: translateY(calc(var(--hero-shift, 0) * 1px)) scale(1.035);
  transition: transform 160ms linear;
  will-change: transform;
}

.hero-mark img {
  transform: translateY(calc(var(--hero-mark-shift, 0) * 1px));
  transition: transform 160ms linear, opacity 600ms ease;
  will-change: transform;
  animation: breathe 7s ease-in-out infinite;
}

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

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

.text-link {
  position: relative;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: var(--teal);
  transform: translateX(-50%);
  transition: width 360ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  width: 100%;
}

.service-block {
  position: relative;
  overflow: hidden;
  background: #dce6e8;
  box-shadow: 0 22px 48px rgba(47, 114, 120, 0.12);
  isolation: isolate;
  transition: transform 500ms ease, box-shadow 500ms ease;
}

.service-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(76, 150, 157, 0.02), rgba(76, 150, 157, 0.22));
  opacity: 0;
  transition: opacity 450ms ease;
  z-index: 1;
}

.service-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
  transform: scale(1.01);
  transition: transform 700ms ease, filter 700ms ease;
}

.service-row:hover .service-block {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(47, 114, 120, 0.13);
}

.service-row:hover .service-block::after {
  opacity: 1;
}

.service-row:hover .service-block img {
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.055);
}

.feature-band {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #559fa6, var(--teal-dark));
}

.feature-images img {
  box-shadow: 0 26px 55px rgba(25, 55, 59, 0.18);
  transition: transform 700ms ease, filter 700ms ease, box-shadow 700ms ease;
}

.feature-images img:hover {
  filter: grayscale(0.55) saturate(0.9) sepia(0.08);
  transform: translateY(-7px) scale(1.02);
  box-shadow: 0 24px 58px rgba(25, 55, 59, 0.17);
}

.work-item {
  position: relative;
  overflow: hidden;
}

.work-item p {
  transition: color 320ms ease, transform 320ms ease;
}

.work-item img {
  transition: transform 760ms ease, filter 760ms ease, box-shadow 760ms ease;
}

.work-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: calc(100% - 24px);
  background: linear-gradient(180deg, transparent 38%, rgba(76, 150, 157, 0.09));
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.work-item:hover p {
  color: var(--teal-dark);
  transform: translateX(8px);
}

.work-item:hover img {
  filter: saturate(0.86) contrast(1.03);
  transform: scale(1.018);
  box-shadow: 0 18px 48px rgba(47, 114, 120, 0.11);
}

.work-item:hover::after {
  opacity: 1;
}

input,
textarea {
  transition: border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 0 0 4px var(--teal-glow);
}

button {
  transition: transform 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

button:hover,
button:focus-visible {
  background: var(--teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(47, 114, 120, 0.2);
}

@keyframes breathe {
  0%,
  100% {
    opacity: 0.62;
    transform: translateY(calc(var(--hero-mark-shift, 0) * 1px)) scale(1);
  }

  50% {
    opacity: 0.82;
    transform: translateY(calc(var(--hero-mark-shift, 0) * 1px)) scale(1.025);
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 18px;
  }

  .hero,
  .hero video {
    min-height: 72svh;
    height: 72svh;
  }

  .intro {
    min-height: 500px;
    padding-bottom: 72px;
  }

  h1 {
    font-size: clamp(21px, 7vw, 31px);
  }

  .feature-images {
    width: min(100%, 430px);
  }

  .portfolio {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact {
    min-height: 640px;
  }
}

@media (max-width: 430px) {
  nav {
    gap: 7px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .feature-band p,
  .contact p {
    max-width: 260px;
    line-height: 1.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero video,
  .hero-mark img {
    transform: none;
  }
}


/* Smooth water-like scroll reveals and hover glow */
:root {
  --ease-water: cubic-bezier(0.22, 0.74, 0.25, 1);
}

.identity img {
  width: 56px;
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 150, 157, 0.12), rgba(76, 150, 157, 0.055) 38%, transparent 70%);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.72);
  pointer-events: none;
  transition: opacity 900ms ease, transform 1200ms var(--ease-water);
  z-index: 19;
  mix-blend-mode: multiply;
}

.cursor-glow.is-active {
  opacity: 0.72;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.992);
  filter: blur(4px);
  transition:
    opacity 1800ms var(--ease-water),
    transform 1800ms var(--ease-water),
    filter 1800ms var(--ease-water);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

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

.work-item.reveal:nth-child(odd),
.service-row.reveal:nth-child(odd) {
  transform: translate3d(-12px, 26px, 0) scale(0.992);
}

.work-item.reveal:nth-child(even),
.service-row.reveal:nth-child(even) {
  transform: translate3d(12px, 26px, 0) scale(0.992);
}

.work-item.reveal.is-visible,
.service-row.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.service-block,
.work-item img,
.feature-images img {
  transform-origin: center;
}

.service-row,
.work-item,
.feature-images img,
.text-link,
button,
nav a,
.identity,
.wordmark {
  transition: color 320ms ease, transform 520ms var(--ease-water), filter 520ms ease, box-shadow 520ms ease;
}

.service-row:hover,
.work-item:hover {
  transform: translateY(-4px);
}

.service-row:hover p,
.service-row:hover li,
.work-item:hover p,
nav a:hover,
.text-link:hover {
  color: var(--teal-dark);
  text-shadow: 0 0 12px rgba(76, 150, 157, 0.11);
}

.service-row:hover .service-block,
.work-item:hover img,
.feature-images img:hover {
  outline: 1px solid rgba(76, 150, 157, 0.14);
  outline-offset: 4px;
}

.hero-mark img {
  animation: breathe 7s ease-in-out infinite, waterFloat 9s var(--ease-water) infinite;
}

@keyframes waterFloat {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -10px;
  }
}

@media (max-width: 720px) {
  .identity img {
    width: 48px;
  }

  .reveal,
  .work-item.reveal:nth-child(odd),
  .work-item.reveal:nth-child(even),
  .service-row.reveal:nth-child(odd),
  .service-row.reveal:nth-child(even) {
    transform: translateY(20px) scale(0.995);
    filter: blur(3px);
  }

  .reveal.is-visible,
  .work-item.reveal.is-visible,
  .service-row.reveal.is-visible {
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (hover: none), (pointer: coarse) {
  .cursor-glow {
    display: none;
  }
}


/* Mobile compliance pass */
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 76px;
  }

  .wordmark img {
    width: min(230px, 44vw);
  }

  .services {
    padding-top: 18px;
  }

  .service-row {
    width: min(100%, 560px);
  }
}

@media (max-width: 720px) {
  body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 70px;
  }

  .identity {
    gap: 0;
  }

  .identity img {
    width: 48px;
  }

  nav {
    justify-self: end;
    font-size: 10px;
  }

  .hero,
  .hero video {
    min-height: 68svh;
    height: 68svh;
  }

  .hero-mark img {
    width: clamp(112px, 36vw, 160px);
  }

  .intro {
    min-height: auto;
    padding: 70px 18px 78px;
  }

  .small-copy {
    max-width: 290px;
    line-height: 1.7;
  }

  h1 {
    max-width: 340px;
    font-size: clamp(21px, 7vw, 30px);
    line-height: 1.42;
  }

  .text-link {
    margin-top: 38px;
  }

  .services {
    gap: 48px;
    padding: 22px 18px 78px;
  }

  .service-row {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(100%, 360px);
    gap: 14px;
    text-align: center;
  }

  .service-row p {
    justify-self: center;
    font-size: 11px;
  }

  .service-block {
    width: 100%;
    max-width: 320px;
  }

  .service-row ul {
    font-size: 10px;
    line-height: 1.85;
  }

  .feature-band {
    padding: 72px 18px 48px;
  }

  .feature-images {
    width: min(100%, 360px);
    gap: 10px;
    margin-bottom: 48px;
  }

  .portfolio {
    padding: 66px 16px 62px;
  }

  h2 {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .work-stack {
    gap: 34px;
  }

  .contact {
    min-height: auto;
    padding: 66px 18px 78px;
  }

  .contact form {
    width: min(100%, 360px);
  }

  input,
  textarea {
    font-size: 16px;
  }

  button {
    width: 100%;
    max-width: 220px;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding: 10px 14px;
  }

  .identity img {
    width: 44px;
  }

  nav {
    gap: 6px;
  }

  .hero,
  .hero video {
    min-height: 64svh;
    height: 64svh;
  }

  .feature-band p,
  .contact p {
    max-width: 280px;
    line-height: 1.9;
    overflow-wrap: anywhere;
  }
}

@media (hover: none), (pointer: coarse) {
  .service-row:hover,
  .work-item:hover,
  .feature-images img:hover,
  button:hover {
    transform: none;
  }

  .service-row:hover .service-block img,
  .work-item:hover img {
    transform: none;
  }

  .service-row:hover .service-block,
  .work-item:hover img,
  .feature-images img:hover {
    outline: 0;
  }
}


/* Final smooth animation tuning */
:root {
  --ease-water: cubic-bezier(0.22, 0.74, 0.25, 1);
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.994);
  filter: blur(3px);
  transition:
    opacity 1900ms var(--ease-water),
    transform 1900ms var(--ease-water),
    filter 1900ms var(--ease-water);
  transition-delay: var(--reveal-delay, 0ms);
}

.work-item.reveal:nth-child(odd),
.service-row.reveal:nth-child(odd) {
  transform: translate3d(-10px, 24px, 0) scale(0.994);
}

.work-item.reveal:nth-child(even),
.service-row.reveal:nth-child(even) {
  transform: translate3d(10px, 24px, 0) scale(0.994);
}

.reveal.is-visible,
.work-item.reveal.is-visible,
.service-row.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.cursor-glow {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(76, 150, 157, 0.12), rgba(76, 150, 157, 0.05) 38%, transparent 70%);
  transition: opacity 900ms ease, transform 1200ms var(--ease-water);
}

.cursor-glow.is-active {
  opacity: 0.68;
}

.service-row:hover .service-block,
.work-item:hover img,
.feature-images img:hover {
  outline: 1px solid rgba(76, 150, 157, 0.14);
  outline-offset: 4px;
}

.service-row:hover p,
.service-row:hover li,
.work-item:hover p,
nav a:hover,
.text-link:hover {
  text-shadow: 0 0 12px rgba(76, 150, 157, 0.1);
}

@media (max-width: 720px) {
  .reveal,
  .work-item.reveal:nth-child(odd),
  .work-item.reveal:nth-child(even),
  .service-row.reveal:nth-child(odd),
  .service-row.reveal:nth-child(even) {
    transform: translateY(16px) scale(0.997);
    filter: blur(2px);
  }

  .reveal.is-visible,
  .work-item.reveal.is-visible,
  .service-row.reveal.is-visible {
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}


/* Luxury finishing layer */
:root {
  --luxury-shadow: 0 28px 90px rgba(36, 82, 88, 0.14);
  --luxury-hairline: rgba(76, 150, 157, 0.18);
  --luxury-cream: #fbfcfc;
}

body {
  background:
    linear-gradient(115deg, rgba(76, 150, 157, 0.035), transparent 24%),
    linear-gradient(245deg, rgba(47, 114, 120, 0.04), transparent 34%),
    var(--luxury-cream);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(76, 150, 157, 0.08), transparent 34%);
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(76, 150, 157, 0.12);
  box-shadow: 0 12px 42px rgba(36, 82, 88, 0.055);
}

.site-header.is-scrolled {
  box-shadow: 0 22px 70px rgba(36, 82, 88, 0.1);
}

.identity,
nav,
.small-copy,
.work-item p,
.service-row p,
.service-row ul,
label span,
.feature-band p,
.contact p {
  letter-spacing: 0.16em;
  font-family: var(--font-small);
}

.wordmark img,
.contact-wordmark {
  filter: drop-shadow(0 10px 22px rgba(76, 150, 157, 0.1));
}

.footer-wordmark {
  filter: brightness(0) invert(1) drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%, rgba(20, 48, 52, 0.11)),
    radial-gradient(circle at 50% 48%, transparent 0 22%, rgba(255, 255, 255, 0.14) 54%, transparent 74%);
}

.hero-mark {
  z-index: 2;
}

.hero-mark img {
  filter: brightness(0) invert(1) drop-shadow(0 18px 42px rgba(19, 58, 64, 0.22));
}

.intro {
  background:
    radial-gradient(circle at 50% 14%, rgba(76, 150, 157, 0.12), transparent 36%),
    linear-gradient(160deg, #e8eff0, #f3f7f8 44%, #e9eff1);
}

h1,
h2 {
  text-shadow: 0 12px 34px rgba(76, 150, 157, 0.09);
}

.text-link {
  color: #7f9095;
}

.service-block,
.work-item img,
.feature-images img {
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--luxury-shadow);
}

.service-block::before,
.work-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.22), transparent 32%, rgba(76, 150, 157, 0.08) 100%);
  opacity: 0.42;
  transition: opacity 900ms var(--ease-water);
}

.service-row:hover .service-block::before,
.work-item:hover::before {
  opacity: 0.68;
}

.feature-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(140deg, #66aeb4, #397f86 46%, #245f66);
}

.feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 55%, rgba(255, 255, 255, 0.11), transparent 32%);
}

.feature-band > * {
  position: relative;
}

.contact form {
  padding: clamp(0px, 2vw, 18px);
}

input,
textarea {
  border-color: rgba(76, 150, 157, 0.24);
  box-shadow: 0 12px 38px rgba(36, 82, 88, 0.055);
}

button {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  box-shadow: 0 18px 42px rgba(47, 114, 120, 0.16);
}

.cursor-glow {
  width: 360px;
  height: 360px;
  opacity: 0.38;
  background: radial-gradient(circle, rgba(76, 150, 157, 0.16), rgba(76, 150, 157, 0.075) 34%, rgba(76, 150, 157, 0.025) 54%, transparent 72%);
  mix-blend-mode: multiply;
  transition: opacity 700ms ease, transform 1400ms var(--ease-water);
  z-index: 18;
}

.cursor-glow.is-active {
  opacity: 0.56;
  transform: translate3d(-50%, -50%, 0) scale(1.08);
}

.cursor-glow.is-page-active {
  opacity: 0.38;
}

@media (max-width: 720px) {
  body::before {
    background: radial-gradient(circle at 50% 0%, rgba(76, 150, 157, 0.07), transparent 34%);
  }

  .service-block,
  .work-item img,
  .feature-images img {
    box-shadow: 0 18px 52px rgba(36, 82, 88, 0.11);
  }
}
