:root {
  --c-deep: #0a1b2e;
  --c-base: #16324f;
  --c-elev: #245377;
  --c-float: #4a809f;
  --c-mid: #74a6bd;
  --c-ice: #f9fcfe;
  --c-mist: #eef7fb;
  --c-gold: #c9a96e;
  --c-gold-light: #e8d5b0;
  --c-text: #16324f;
  --c-text-soft: rgba(22, 50, 79, 0.66);
  --c-text-faint: rgba(22, 50, 79, 0.5);
  --c-border: rgba(36, 83, 119, 0.12);
  --shadow-soft: 0 18px 44px rgba(74, 128, 159, 0.12);
  --shadow-dark: 0 28px 70px rgba(0, 0, 0, 0.34);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--c-ice);
  color: var(--c-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-locked {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.skip-link {
  background: var(--c-gold);
  border-radius: var(--radius-sm);
  color: var(--c-base);
  font-size: 13px;
  font-weight: 700;
  left: 16px;
  padding: 10px 16px;
  position: absolute;
  top: -56px;
  transition: top 180ms var(--ease-smooth);
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  background: rgba(10, 27, 46, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
  color: var(--c-ice);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(210px, 1fr) auto auto;
  left: 0;
  padding: 20px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 280ms var(--ease-smooth), box-shadow 280ms var(--ease-smooth), padding 280ms var(--ease-smooth);
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgba(249, 252, 254, 0.9);
  box-shadow: 0 1px 0 rgba(36, 83, 119, 0.08), 0 10px 34px rgba(22, 50, 79, 0.08);
  color: var(--c-base);
  padding-block: 15px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  color: var(--c-gold);
  flex: 0 0 auto;
}

.brand-copy {
  align-items: baseline;
  display: inline-flex;
  gap: 8px;
  min-width: 0;
}

.brand-copy strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  white-space: nowrap;
}

.brand-copy small {
  color: rgba(201, 169, 110, 0.9);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-header.is-scrolled .brand-copy small,
.site-header.is-menu-open .brand-copy small {
  color: rgba(36, 83, 119, 0.72);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

.site-nav a,
.mobile-menu a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-bottom: 4px;
  position: relative;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a::after,
.mobile-menu a::after {
  background: var(--c-gold);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 220ms var(--ease-smooth);
  width: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.mobile-menu a:hover::after,
.mobile-menu a:focus-visible::after {
  width: 100%;
}

.site-header.is-scrolled .site-nav a,
.site-header.is-menu-open .site-nav a {
  color: rgba(22, 50, 79, 0.66);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible,
.site-header.is-menu-open .site-nav a:hover,
.site-header.is-menu-open .site-nav a:focus-visible {
  color: var(--c-base);
}

.header-actions {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  display: flex;
  padding: 3px;
}

.site-header.is-scrolled .header-actions,
.site-header.is-menu-open .header-actions {
  border-color: rgba(36, 83, 119, 0.16);
}

.lang-button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  height: 30px;
  letter-spacing: 0.08em;
  padding: 0 10px;
}

.site-header.is-scrolled .lang-button,
.site-header.is-menu-open .lang-button {
  color: rgba(22, 50, 79, 0.55);
}

.lang-button.is-active {
  background: linear-gradient(135deg, var(--c-gold), var(--c-gold-light));
  color: var(--c-base);
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: var(--radius-md);
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.nav-toggle span {
  background: currentColor;
  border-radius: 2px;
  display: block;
  height: 1.5px;
  transition: transform 220ms var(--ease-smooth), opacity 180ms ease;
  width: 22px;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-menu {
  background: rgba(10, 27, 46, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  display: none;
  left: 0;
  padding: 98px 24px 28px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-110%);
  transition: transform 320ms var(--ease-smooth);
  z-index: 40;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-menu.is-open {
  transform: translateY(0);
}

.mobile-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 15px 0;
  text-transform: none;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 48px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: background-position 280ms var(--ease-smooth), border-color 180ms ease, box-shadow 180ms ease, transform 220ms var(--ease-smooth);
}

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

.button-primary {
  background: linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-light) 50%, var(--c-gold) 100%);
  background-size: 200% 100%;
  box-shadow: 0 4px 18px rgba(201, 169, 110, 0.28), 0 1px 4px rgba(22, 50, 79, 0.18);
  color: var(--c-base);
}

.button-primary:hover,
.button-primary:focus-visible {
  background-position: right center;
  box-shadow: 0 8px 34px rgba(201, 169, 110, 0.38), 0 2px 8px rgba(22, 50, 79, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--c-ice);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(232, 213, 176, 0.5);
}

.hero {
  align-items: center;
  background: linear-gradient(165deg, var(--c-deep) 0%, #102a44 52%, var(--c-base) 100%);
  color: var(--c-ice);
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 132px clamp(18px, 5vw, 70px) 86px;
  position: relative;
}

.noise {
  background-repeat: repeat;
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.noise-light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.024;
}

.noise-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
  mix-blend-mode: screen;
  opacity: 0.05;
}

.hero-wash {
  background:
    radial-gradient(ellipse 70% 55% at 78% 6%, rgba(74, 128, 159, 0.28) 0%, transparent 60%),
    radial-gradient(ellipse 50% 45% at 12% 88%, rgba(116, 166, 189, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 40% 38% at 88% 78%, rgba(201, 169, 110, 0.08) 0%, transparent 55%);
  animation: hero-wash-breathe 16s ease-in-out infinite;
  inset: 0;
  pointer-events: none;
  position: absolute;
  will-change: opacity, transform;
}

.hero-wave {
  animation: hero-tide 18s ease-in-out infinite;
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(116, 166, 189, 0.16) 0%, rgba(74, 128, 159, 0.08) 22%, transparent 50%),
    radial-gradient(80% 46% at 48% 100%, rgba(201, 169, 110, 0.06) 0%, transparent 46%);
  bottom: -6%;
  height: 34%;
  left: -10%;
  opacity: 0.36;
  pointer-events: none;
  position: absolute;
  right: -10%;
  will-change: transform, opacity;
}

.hero-caustics {
  background:
    repeating-linear-gradient(102deg, transparent 0 38px, rgba(116, 166, 189, 0.05) 38px 41px, transparent 41px 82px),
    repeating-linear-gradient(78deg, transparent 0 52px, rgba(116, 166, 189, 0.035) 52px 54px, transparent 54px 104px);
  animation: hero-caustics-drift 22s linear infinite;
  inset: -20% -10%;
  mask-image: radial-gradient(120% 90% at 50% 14%, #000 0%, transparent 68%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 14%, #000 0%, transparent 68%);
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  will-change: transform;
}

@keyframes hero-wash-breathe {
  0%, 100% { opacity: 0.82; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}

@keyframes hero-tide {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.32; }
  50% { transform: translate3d(2.2%, -1.6%, 0) scale(1.07); opacity: 0.5; }
}

@keyframes hero-caustics-drift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-82px, -41px, 0); }
}

.hero-shell,
.section-shell {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-shell {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
}

.section-label {
  align-items: center;
  color: rgba(36, 83, 119, 0.6);
  display: inline-flex;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.section-label > span:first-child:not([data-i18n]),
.section-label > span:last-child:not([data-i18n]) {
  background: linear-gradient(90deg, transparent, var(--c-gold));
  display: inline-block;
  height: 1px;
  width: 40px;
}

.section-label > span:last-child:not([data-i18n]) {
  background: linear-gradient(90deg, var(--c-gold), transparent);
}

.section-label-light {
  color: rgba(232, 213, 176, 0.92);
}

.hero h1,
.section-heading h2,
.proof h2,
.contact h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
}

.hero h1 {
  color: var(--c-ice);
  font-size: clamp(43px, 6.2vw, 86px);
  line-height: 1.05;
  max-width: 760px;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: var(--c-gold-light);
  font-style: italic;
}

.hero-lede {
  color: rgba(249, 252, 254, 0.74);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.78;
  margin: 24px 0 0;
  max-width: 600px;
}

.hero-points {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  max-width: 660px;
}

.hero-point {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: rgba(249, 252, 254, 0.82);
  display: flex;
  font-size: 14px;
  font-weight: 300;
  gap: 10px;
  padding: 15px 16px;
}

.hero-point:nth-child(3) {
  grid-column: 1 / -1;
}

.check-icon {
  background: rgba(116, 166, 189, 0.2);
  border-radius: 50%;
  flex: 0 0 16px;
  height: 16px;
  margin-top: 3px;
  position: relative;
  width: 16px;
}

.check-icon::after {
  border-bottom: 1.5px solid var(--c-mid);
  border-right: 1.5px solid var(--c-mid);
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 4px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-aside {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(116, 166, 189, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-dark);
  padding: clamp(26px, 4vw, 38px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.aside-kicker {
  color: var(--c-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero-aside h2 {
  color: var(--c-ice);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 14px;
}

.hero-aside p:not(.aside-kicker) {
  color: rgba(249, 252, 254, 0.7);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 24px;
}

.aside-rows {
  display: grid;
  gap: 12px;
}

.aside-rows div {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px 16px;
}

.aside-rows span {
  color: rgba(249, 252, 254, 0.56);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aside-rows strong {
  color: var(--c-ice);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.section-pad {
  padding: clamp(76px, 10vw, 128px) clamp(18px, 5vw, 70px);
  position: relative;
}

.philosophy,
.method {
  background: #fff;
  overflow: hidden;
}

.services {
  background: linear-gradient(180deg, var(--c-mist) 0%, #f7fbfe 100%);
  border-block: 1px solid rgba(36, 83, 119, 0.08);
  overflow: hidden;
}

.section-heading {
  max-width: 780px;
}

.section-heading-center {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2,
.proof h2,
.contact h2 {
  color: var(--c-base);
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1.1;
}

.section-heading p:not(.section-label) {
  color: var(--c-text-soft);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.76;
  margin: 18px auto 0;
  max-width: 720px;
}

.philosophy-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
}

.philosophy-card,
.service-card,
.service-primary {
  background: linear-gradient(180deg, rgba(247, 251, 254, 0.96) 0%, rgba(234, 245, 251, 0.92) 100%);
  border: 1px solid rgba(36, 83, 119, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.philosophy-card {
  padding: 32px;
}

.philosophy-card span,
.service-index {
  color: rgba(36, 83, 119, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.philosophy-card h3,
.service-card h3,
.service-primary h3,
.timeline-item h3,
.form-head h3 {
  color: var(--c-base);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}

.philosophy-card h3 {
  font-size: 28px;
}

.philosophy-card p,
.service-card p,
.service-primary p,
.timeline-item p {
  color: var(--c-text-soft);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.74;
  margin: 14px 0 0;
}

.services-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  margin-top: 58px;
}

.service-primary {
  overflow: hidden;
  padding: 38px 34px;
  position: relative;
}

.service-primary::before {
  background: linear-gradient(90deg, var(--c-gold), var(--c-float), var(--c-gold-light));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.service-primary h3 {
  font-size: 34px;
}

.chip-list {
  border-top: 1px solid rgba(36, 83, 119, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
}

.chip-list span {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(36, 83, 119, 0.1);
  border-radius: var(--radius-sm);
  color: var(--c-base);
  font-size: 13px;
  padding: 8px 12px;
}

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

.service-category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
}

.service-area-stack {
  display: grid;
  gap: 22px;
  margin-top: 58px;
}

.service-area {
  background: linear-gradient(180deg, rgba(247, 251, 254, 0.98) 0%, rgba(234, 245, 251, 0.92) 100%);
  border: 1px solid rgba(36, 83, 119, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  padding: clamp(28px, 4.5vw, 46px);
  position: relative;
}

.service-area::before {
  background: linear-gradient(180deg, var(--c-gold), var(--c-float));
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.service-area-copy h3 {
  color: var(--c-base);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
}

.service-area-copy p {
  color: var(--c-text-soft);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin: 18px 0 0;
}

.service-detail-grid {
  display: grid;
  gap: 12px;
}

.service-detail {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(36, 83, 119, 0.08);
  border-radius: var(--radius-md);
  padding: 20px;
}

.service-detail strong {
  color: var(--c-base);
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.service-detail p {
  color: var(--c-text-soft);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  margin: 9px 0 0;
}

.service-card {
  min-height: 190px;
  padding: 24px;
}

.service-category {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.service-category .chip-list {
  margin-top: auto;
}

.service-card h3 {
  font-size: 24px;
}

.method {
  background: #fff;
}

.timeline {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(36, 83, 119, 0.11);
  border: 1px solid rgba(36, 83, 119, 0.09);
}

.timeline-item {
  background: #fff;
  padding: 32px 28px;
}

.timeline-item span {
  color: rgba(201, 169, 110, 0.95);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 18px;
}

.timeline-item h3 {
  font-size: 28px;
}

.proof,
.contact {
  background: linear-gradient(165deg, var(--c-deep) 0%, #102a44 55%, var(--c-base) 100%);
  color: var(--c-ice);
  overflow: hidden;
}

.proof::before,
.contact::before,
.philosophy::before,
.services::before,
.method::before {
  background: linear-gradient(90deg, transparent, rgba(116, 166, 189, 0.18), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.proof h2,
.contact h2 {
  color: var(--c-ice);
}

.proof-layout {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 84px);
  grid-template-columns: 0.86fr 1.14fr;
}

.proof-points {
  display: grid;
  gap: 12px;
}

.proof-points article,
.contact-steps div {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 20px;
}

.proof-points strong {
  color: var(--c-ice);
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.proof-points p,
.contact-copy p {
  color: rgba(249, 252, 254, 0.72);
  font-weight: 300;
  line-height: 1.76;
  margin: 0;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 86px);
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
}

.contact-copy {
  display: grid;
  gap: 24px;
}

.contact-steps {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.1);
}

.contact-steps div {
  border: 0;
  border-radius: 0;
}

.contact-steps span {
  color: rgba(232, 213, 176, 0.45);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

.contact-steps strong {
  color: rgba(249, 252, 254, 0.86);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

address {
  border-left: 1px solid rgba(232, 213, 176, 0.55);
  color: rgba(249, 252, 254, 0.7);
  font-style: normal;
  line-height: 1.75;
  padding-left: 18px;
}

address strong,
address a {
  color: var(--c-ice);
}

.contact-form {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(116, 166, 189, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-dark);
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.form-head h3 {
  color: var(--c-ice);
  font-size: 30px;
}

.form-head p {
  color: rgba(249, 252, 254, 0.6);
  font-size: 14px;
  line-height: 1.65;
  margin: 6px 0 0;
}

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

label,
fieldset {
  display: grid;
  gap: 8px;
}

label span,
legend {
  color: rgba(249, 252, 254, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input,
textarea {
  background: rgba(10, 27, 46, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  color: var(--c-ice);
  min-height: 46px;
  padding: 12px 14px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: rgba(249, 252, 254, 0.34);
}

textarea {
  min-height: 116px;
  resize: vertical;
}

input:focus,
textarea:focus {
  background: rgba(10, 27, 46, 0.56);
  border-color: rgba(201, 169, 110, 0.62);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.16);
  outline: 0;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(201, 169, 110, 0.72);
  outline-offset: 3px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

.checkbox-group {
  display: grid;
  gap: 8px;
}

.checkbox-group strong {
  color: rgba(232, 213, 176, 0.8);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkbox-grid label {
  align-items: center;
  color: rgba(249, 252, 254, 0.82);
  cursor: pointer;
  display: grid;
  font-size: 13px;
  gap: 9px;
  grid-template-columns: 18px 1fr;
  line-height: 1.35;
  padding: 4px 0;
}

.checkbox-grid input {
  accent-color: var(--c-gold);
  height: 16px;
  min-height: 0;
  padding: 0;
  width: 16px;
}

.hidden-field {
  display: none;
}

.turnstile-slot:empty {
  display: none;
}

.form-submit {
  border: 0;
  margin-top: 4px;
  width: 100%;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.form-status {
  color: rgba(249, 252, 254, 0.7);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  min-height: 20px;
  text-align: center;
}

.form-status.is-success {
  color: #a8e0c0;
}

.form-status.is-error {
  color: #f3b7a8;
}

.form-note {
  color: rgba(249, 252, 254, 0.4);
  font-size: 11px;
  letter-spacing: 0.04em;
  margin: -4px 0 0;
  text-align: center;
}

.site-footer {
  background: linear-gradient(180deg, #f7fbfe 0%, #eaf4f8 100%);
  border-top: 1px solid rgba(36, 83, 119, 0.08);
  padding: 32px clamp(18px, 5vw, 70px);
}

.footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer-brand {
  align-items: center;
  color: var(--c-base);
  display: inline-flex;
  gap: 10px;
}

.footer-brand svg {
  color: var(--c-gold);
}

.footer-brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.footer-inner > a:last-child {
  color: rgba(22, 50, 79, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms var(--ease-smooth), transform 640ms var(--ease-smooth);
}

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

.delay-1 {
  transition-delay: 90ms;
}

.delay-2 {
  transition-delay: 180ms;
}

.delay-3 {
  transition-delay: 270ms;
}

@media (max-width: 1080px) {
  .hero-shell,
  .services-layout,
  .contact-layout,
  .proof-layout {
    grid-template-columns: 1fr;
  }

  .hero-aside {
    max-width: 680px;
  }

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

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .site-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }

  .header-actions {
    justify-self: end;
  }
}

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

  .brand-copy {
    display: grid;
    gap: 2px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small {
    font-size: 9px;
  }

  .hero {
    padding: 112px 18px 66px;
  }

  .hero-points,
  .service-grid,
  .service-category-grid,
  .service-area,
  .timeline,
  .form-row,
  .checkbox-grid,
  .contact-steps {
    grid-template-columns: 1fr;
  }

  .hero-point:nth-child(3) {
    grid-column: auto;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section-pad {
    padding: 72px 18px;
  }

  .service-primary,
  .philosophy-card,
  .service-card,
  .timeline-item {
    padding: 24px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 460px) {
  .header-actions {
    padding: 2px;
  }

  .lang-button {
    height: 28px;
    padding-inline: 8px;
  }

  .brand-mark {
    width: 27px;
  }

  .hero h1 {
    font-size: clamp(39px, 13vw, 56px);
  }

  .section-label {
    align-items: flex-start;
    gap: 10px;
  }

  .section-label span:first-child,
  .section-label span:last-child {
    width: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
