:root {
  --white: #ffffff;
  --blue-bg: #e7f4ff;
  --blue-soft: #d5ecff;
  --blue-main: #77b4e4;
  --blue-strong: #4d97d2;
  --blue-deep: #31597a;
  --mint-soft: #46f0a2;
  --mint-strong: #00c96b;
  --text: #2c5577;
  --muted: #6f8fa8;
  --line: #cfe4f4;
  --surface: rgba(255, 255, 255, 0.78);
  --shadow-soft: 0 24px 54px rgba(77, 151, 210, 0.14);
  --radius-lg: 24px;
  --radius-md: 18px;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/CormorantGaramond-Cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/CormorantGaramond-Latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(160, 208, 244, 0.5), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(187, 226, 251, 0.6), transparent 22%),
    linear-gradient(180deg, #f4fbff 0%, #e8f5ff 46%, #f9fcff 100%);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.02em;
  font-weight: 600;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.ambient {
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

.ambient-top {
  top: -10rem;
  left: 50%;
  width: 56rem;
  height: 34rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(119, 180, 228, 0.24), rgba(119, 180, 228, 0));
}

.container {
  width: min(1080px, 90%);
  margin: 0 auto;
}

.section {
  padding: clamp(3.4rem, 8vw, 7rem) 0;
}

.site-nav-shell {
  position: fixed;
  top: clamp(12px, 2vw, 22px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1080px, calc(100% - 1.4rem));
  z-index: 20;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(244, 250, 255, 0.68));
  box-shadow: 0 14px 34px rgba(77, 151, 210, 0.14);
  backdrop-filter: blur(18px);
}

.site-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--blue-deep);
  text-decoration: none;
  white-space: nowrap;
}

.site-nav-brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  position: relative;
  flex: 0 0 auto;
  border-radius: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 246, 255, 0.88));
  border: 1px solid rgba(207, 228, 244, 0.92);
  box-shadow:
    0 0 0 8px rgba(119, 180, 228, 0.12),
    0 10px 22px rgba(77, 151, 210, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.site-nav-brand-tooth {
  width: 1.26rem;
  height: 1.26rem;
  position: relative;
  z-index: 2;
}

.site-nav-brand-tooth .tooth-outline {
  fill: none;
  stroke: var(--blue-strong);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.28s ease, filter 0.28s ease;
  stroke-width: 1.75;
}

.site-nav-brand-mark::before {
  content: "";
  position: absolute;
  inset: -30% auto -30% -55%;
  width: 60%;
  transform: rotate(18deg);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  opacity: 0;
  transition: transform 0.65s ease, opacity 0.28s ease;
}

.site-nav-brand-sparkle {
  position: absolute;
  top: 0.38rem;
  right: 0.38rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 72%);
  opacity: 0.7;
  transform: scale(0.8);
  z-index: 2;
  transition: transform 0.28s ease, opacity 0.28s ease, box-shadow 0.28s ease;
}

.site-nav-brand-sparkle::before,
.site-nav-brand-sparkle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.site-nav-brand-sparkle::before {
  width: 0.52rem;
  height: 1px;
}

.site-nav-brand-sparkle::after {
  width: 1px;
  height: 0.52rem;
}

.site-nav-brand:hover .site-nav-brand-mark {
  transform: translateY(-1px) scale(1.02);
  border-color: rgba(70, 240, 162, 0.46);
  box-shadow:
    0 0 0 10px rgba(119, 180, 228, 0.1),
    0 14px 28px rgba(77, 151, 210, 0.18);
}

.site-nav-brand:hover .site-nav-brand-tooth .tooth-outline {
  stroke: var(--mint-strong);
  filter: drop-shadow(0 0 6px rgba(70, 240, 162, 0.34));
}

.site-nav-brand:hover .site-nav-brand-mark::before {
  opacity: 1;
  transform: translateX(240%) rotate(18deg);
}

.site-nav-brand:hover .site-nav-brand-sparkle {
  opacity: 1;
  transform: scale(1.18);
  box-shadow: 0 0 16px rgba(70, 240, 162, 0.46);
}

.site-nav-brand-text {
  font-family: "Avenir Next", "Avenir", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: var(--blue-deep);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.nav-link:hover {
  background: rgba(119, 180, 228, 0.14);
  color: var(--blue-strong);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  min-width: 7.2rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 250, 255, 0.84));
  color: var(--blue-deep);
  padding: 0.28rem 0.34rem 0.28rem 0.9rem;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  box-shadow: 0 10px 24px rgba(77, 151, 210, 0.12);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.nav-toggle-text {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--blue-deep);
}

.nav-toggle-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(207, 228, 244, 0.92);
  background: linear-gradient(135deg, rgba(119, 180, 228, 0.18), rgba(255, 255, 255, 0.94));
}

.nav-toggle-icon span {
  position: absolute;
  display: block;
  width: 0.9rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease, width 0.24s ease;
}

.nav-toggle-icon span:nth-child(1) {
  transform: translateY(-5px);
}

.nav-toggle-icon span:nth-child(2) {
  width: 1.05rem;
}

.nav-toggle-icon span:nth-child(3) {
  transform: translateY(5px);
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--blue-soft);
  box-shadow: 0 14px 28px rgba(77, 151, 210, 0.18);
}

body.nav-open .nav-toggle {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 245, 255, 0.92));
}

body.nav-open .nav-toggle-icon span:nth-child(1) {
  transform: rotate(45deg);
}

body.nav-open .nav-toggle-icon span:nth-child(2) {
  opacity: 0;
  width: 0;
}

body.nav-open .nav-toggle-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  padding-top: clamp(6.2rem, 14vw, 9.2rem);
  position: relative;
}

.hero-inner {
  text-align: center;
  max-width: 860px;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.4rem, 4vw, 2.8rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.52));
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 36px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.coming-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-strong);
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.35rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: clamp(18px, 2.8vw, 30px);
  left: clamp(18px, 3.6vw, 38px);
  right: auto;
  margin: 0;
  z-index: 3;
  animation: fadeUp 0.9s ease forwards;
}

.brand-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Avenir Next", "Avenir", "Segoe UI", sans-serif;
  font-size: 1rem;
  color: var(--blue-deep);
  line-height: 1.1;
  white-space: nowrap;
  margin: 0;
}

.brand-title-main {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-family: "Avenir Next", "Avenir", "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.brand-title-sub {
  font-size: clamp(0.7rem, 1.18vw, 0.9rem);
  font-family: "Avenir Next", "Avenir", "Segoe UI", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  align-self: flex-start;
  text-align: left;
  color: var(--muted);
}

h1 {
  font-size: clamp(2.25rem, 6vw, 4.45rem);
  line-height: 1.03;
  color: var(--blue-deep);
}

.hero-lead {
  max-width: 62ch;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.hero-actions {
  margin-top: 2rem;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.82rem 1.6rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -130%;
  background: linear-gradient(95deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transition: left 0.5s ease;
}

.button-gold {
  color: var(--white);
  background: linear-gradient(130deg, var(--blue-main), var(--blue-strong));
  box-shadow: 0 14px 30px rgba(77, 151, 210, 0.24);
}

.button-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(77, 151, 210, 0.3);
}

.button:hover::after {
  left: 130%;
}

.hero-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.call-actions {
  display: grid;
  grid-template-columns: minmax(0, 28rem);
  justify-content: center;
  gap: 0.85rem;
  width: min(100%, 28rem);
}

.call-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 4.8rem;
  border-radius: 26px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.call-button:hover {
  transform: translateY(-2px);
}

.call-button-primary {
  gap: 0.9rem;
  padding: 0.85rem 1rem 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #69afe2 0%, #4b94d0 58%, #3c7fba 100%);
  box-shadow: 0 18px 34px rgba(77, 151, 210, 0.28);
}

.call-button-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: translateX(-140%);
  transition: transform 0.6s ease;
}

.call-button-primary:hover::after {
  transform: translateX(140%);
}

.call-button-icon {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.call-button-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.call-button-copy {
  display: grid;
  gap: 0.1rem;
  text-align: left;
}

.call-button-kicker {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.94);
}

.call-button-title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.call-button-pulse {
  margin-left: auto;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.52);
  animation: callPulse 1.9s ease-out infinite;
  transition: background 0.24s ease, box-shadow 0.24s ease;
}

.call-button-primary:hover .call-button-icon {
  background: rgba(0, 201, 107, 0.2);
  border-color: rgba(70, 240, 162, 0.7);
  color: #e9fff4;
  box-shadow: 0 0 0 10px rgba(0, 201, 107, 0.2);
}

.call-button-primary:hover .call-button-pulse {
  background: var(--mint-soft);
  box-shadow: 0 0 0 0 rgba(0, 201, 107, 0.55);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 1.5rem;
}

#contact .section-heading {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  color: var(--blue-strong);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
}

.surface-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.3rem, 4vw, 2rem);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.surface-card p {
  color: #486a86;
}

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

.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
  padding: 1.35rem 1.15rem;
  box-shadow: 0 12px 26px rgba(77, 151, 210, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 0.58s ease forwards;
}

.service-card:nth-child(1) {
  animation-delay: 0.04s;
}

.service-card:nth-child(2) {
  animation-delay: 0.1s;
}

.service-card:nth-child(3) {
  animation-delay: 0.16s;
}

.service-card:nth-child(4) {
  animation-delay: 0.22s;
}

.service-card:nth-child(5) {
  animation-delay: 0.28s;
}

.service-card:nth-child(6) {
  animation-delay: 0.34s;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: var(--blue-soft);
  box-shadow: 0 16px 30px rgba(77, 151, 210, 0.16);
}

.service-icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
}

.service-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: none;
  stroke: var(--blue-main);
  stroke-width: 1.22;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h3 {
  font-size: 1.32rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
  gap: 1rem;
}

.info-card {
  display: grid;
  gap: 1.15rem;
  text-align: left;
}

.info-card-intro {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
  text-align: center;
}

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

.contact-item {
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(207, 228, 244, 0.9);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 255, 0.9));
  box-shadow: 0 10px 24px rgba(77, 151, 210, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.contact-item-icon {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(228, 244, 255, 0.96), rgba(243, 250, 255, 0.92));
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.contact-item-icon svg {
  width: 1.32rem;
  height: 1.32rem;
  fill: none;
  stroke: var(--blue-strong);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item-copy {
  min-width: 0;
}

.contact-item-label {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.18rem;
  transition: color 0.28s ease, transform 0.28s ease;
}

.contact-item-value {
  margin: 0;
  color: var(--blue-deep);
  font-size: 1rem;
  line-height: 1.55;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.28s ease, transform 0.28s ease, text-shadow 0.28s ease;
}

a.contact-item-value {
  transition: color 0.24s ease;
}

a.contact-item-value:hover {
  color: var(--blue-strong);
}

.contact-phone-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.14rem 0 0.14rem 0;
}

.contact-item-phone:hover,
.contact-item-email:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 167, 220, 0.52);
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.99), rgba(224, 240, 252, 0.96));
  box-shadow: 0 18px 34px rgba(77, 151, 210, 0.2);
}

.contact-item-phone:hover .contact-item-icon,
.contact-item-email:hover .contact-item-icon {
  transform: scale(1.04);
  border-color: rgba(103, 167, 220, 0.56);
  background: linear-gradient(180deg, rgba(232, 246, 255, 1), rgba(205, 229, 247, 0.98));
  box-shadow: 0 0 0 8px rgba(103, 167, 220, 0.16);
  color: #4b91c8;
}

.contact-item-phone:hover .contact-item-label,
.contact-item-email:hover .contact-item-label {
  color: #5f8fb8;
  transform: translateX(2px);
}

.contact-item-phone:hover .contact-item-value,
.contact-item-email:hover .contact-item-value {
  color: #4b91c8;
  transform: translateX(2px);
  text-shadow: 0 0 14px rgba(103, 167, 220, 0.18);
}

.footer {
  padding: 1.8rem 0 2.6rem;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  text-align: center;
}

.footer-inner p {
  color: var(--muted);
}

.social-links {
  display: flex;
  gap: 0.6rem;
}

.social-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--blue-main);
  display: grid;
  place-items: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.social-icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon:hover {
  transform: translateY(-1px);
  border-color: var(--blue-soft);
  box-shadow: 0 8px 20px rgba(77, 151, 210, 0.2);
}

.copyright {
  font-size: 0.88rem;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes callPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    transform: scale(1);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    transform: scale(1.03);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transform: scale(1);
  }
}

@media (max-width: 980px) {
  .container {
    width: min(100%, calc(100% - 2rem));
  }

  .site-nav-shell {
    width: min(100%, calc(100% - 1rem));
  }

  .section {
    padding: clamp(3rem, 8vw, 4.8rem) 0;
  }

  .hero {
    padding-top: clamp(3.5rem, 10vw, 5.2rem);
  }

  .hero-inner {
    max-width: 100%;
    padding: 5.75rem clamp(1.25rem, 4vw, 2rem) clamp(2rem, 4vw, 2.8rem);
    border-radius: 30px;
  }

  h1 {
    max-width: 12ch;
    margin-inline: auto;
  }

  .hero-lead {
    max-width: 44ch;
    font-size: 1rem;
  }

  .call-actions {
    width: min(100%, 27rem);
  }

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

  .surface-card {
    border-radius: 22px;
  }
}

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

  .site-nav-shell {
    top: 10px;
    width: min(100%, calc(100% - 0.8rem));
  }

  .site-nav {
    padding: 0.5rem;
    border-radius: 22px;
  }

  .site-nav-brand-text {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: 0;
    display: grid;
    gap: 0.45rem;
    padding: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 249, 255, 0.92));
    box-shadow: 0 18px 40px rgba(77, 151, 210, 0.16);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  body.nav-open .nav-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link {
    justify-content: flex-start;
    min-height: 3.2rem;
    padding-inline: 1rem;
    border-radius: 16px;
    background: rgba(119, 180, 228, 0.08);
  }

  .section {
    padding: 2.7rem 0;
  }

  .hero {
    padding-top: 5.4rem;
  }

  .hero-inner {
    padding: 5.5rem 1rem 1.5rem;
    border-radius: 24px;
  }

  .brand-lockup {
    top: 14px;
    left: 14px;
    right: auto;
  }

  .brand-title {
    line-height: 0.98;
    white-space: normal;
  }

  .brand-title-main {
    font-size: clamp(1rem, 5.2vw, 1.18rem);
    letter-spacing: 0.05em;
  }

  .brand-title-sub {
    font-size: clamp(0.64rem, 3vw, 0.76rem);
    letter-spacing: 0.12em;
  }

  .coming-pill {
    margin-bottom: 1rem;
    padding-inline: 0.75rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  h1 {
    font-size: clamp(1.85rem, 11vw, 2.65rem);
    max-width: 9.5ch;
  }

  .hero-lead {
    max-width: 30ch;
    font-size: 0.95rem;
  }

  .hero-actions {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }

  .call-actions {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .service-card {
    padding: 1.1rem 1rem;
  }

  h2 {
    font-size: clamp(1.7rem, 9vw, 2.3rem);
  }

  h3 {
    font-size: 1.18rem;
  }

  .section-heading {
    margin-bottom: 1.15rem;
  }

  .button-gold {
    width: 100%;
    min-height: 3rem;
  }

  .hero-actions {
    justify-items: stretch;
  }

  .call-button {
    min-height: 4.4rem;
    border-radius: 22px;
  }

  .call-button-primary {
    padding-right: 0.9rem;
  }

  .call-button-title {
    font-size: 0.98rem;
  }

  .call-button-kicker {
    font-size: 0.84rem;
  }

  .surface-card {
    padding: 1.1rem 1rem;
    border-radius: 20px;
  }

  .info-card {
    gap: 0.9rem;
  }

  .contact-item {
    grid-template-columns: 2.9rem minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
  }

  .contact-item-icon {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 14px;
  }

  .contact-item-value {
    font-size: 0.95rem;
  }

  .contact-phone-link {
    align-self: stretch;
    justify-content: center;
    padding-right: 0;
  }

  .footer {
    padding: 1.4rem 0 2rem;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100%, calc(100% - 0.9rem));
  }

  .site-nav-brand-mark {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 16px;
  }

  .site-nav-brand-tooth {
    width: 1.12rem;
    height: 1.12rem;
  }

  .site-nav-brand-text {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .nav-toggle {
    min-width: 6.5rem;
    height: 2.85rem;
    padding-left: 0.72rem;
  }

  .nav-toggle-text {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
  }

  .nav-toggle-icon {
    width: 2.15rem;
    height: 2.15rem;
  }

  .hero-inner {
    padding: 5.15rem 0.85rem 1.2rem;
    border-radius: 20px;
  }

  .brand-lockup {
    top: 12px;
    left: 12px;
  }

  .brand-title-main {
    font-size: 0.98rem;
  }

  .brand-title-sub {
    font-size: 0.62rem;
  }

  .coming-pill {
    width: 100%;
    max-width: calc(100% - 5.4rem);
    margin-left: auto;
    margin-right: 0;
    justify-content: center;
  }

  h1 {
    font-size: clamp(1.7rem, 10.5vw, 2.2rem);
  }

  .hero-lead {
    max-width: 27ch;
    font-size: 0.92rem;
  }

  .call-button {
    min-height: 4.2rem;
  }

  .call-button-primary {
    gap: 0.72rem;
    padding-left: 0.82rem;
  }

  .call-button-icon {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 16px;
  }

  .info-card-intro {
    font-size: 0.92rem;
  }

  .contact-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-item-copy {
    width: 100%;
  }

  .contact-phone-link {
    justify-content: center;
  }

  .section-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
  }
}
