:root {
  --bg: #fff9fc;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #472f3f;
  --muted: #8b6d7d;
  --line: rgba(183, 132, 157, 0.2);
  --primary: #d77fa1;
  --primary-strong: #c9628f;
  --primary-soft: rgba(215, 127, 161, 0.14);
  --gold: #d1b176;
  --gold-deep: #af8d57;
  --shadow: 0 24px 70px rgba(133, 88, 111, 0.13);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
  --header-offset: 108px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 214, 229, 0.72), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(255, 225, 236, 0.8), transparent 20%),
    linear-gradient(180deg, #fffefe 0%, var(--bg) 100%);
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: calc(var(--header-offset) + 1rem);
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(18px);
}

.site-shell::before {
  top: -130px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: rgba(255, 206, 225, 0.46);
}

.site-shell::after {
  left: -120px;
  bottom: 10%;
  width: 260px;
  height: 260px;
  background: rgba(242, 201, 217, 0.3);
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 0.22rem;
  background: transparent;
}

.site-header-spacer {
  height: var(--header-offset);
}

.premium-navbar {
  min-height: 0;
  padding: 0.24rem 0.78rem;
  border: 1px solid rgba(222, 193, 206, 0.44);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(133, 88, 111, 0.07);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  margin: 0 1.25rem 0 0;
  overflow: visible;
}

.brand-image {
  width: auto;
  height: 86px;
  max-width: none;
}

.hero-copy h1,
.section-head h2,
.about-copy h2,
.experience-copy h2,
.contact-copy h2,
.service-card h3,
.feature-card h3,
.step-card h3 {
  font-family: "Cormorant Garamond", serif;
}

.site-nav {
  gap: 0.15rem;
}

.site-nav .nav-link {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.4rem 0.72rem !important;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus-visible {
  color: var(--primary-strong);
  transform: translateY(-1px);
}

.site-nav-wrap {
  gap: 0.65rem;
  align-items: center;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(213, 165, 188, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle:not(.collapsed) span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.menu-toggle:not(.collapsed) span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  gap: 0.58rem;
  padding: 0.34rem 0.95rem 0.34rem 0.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

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

.button svg {
  width: 15px;
  height: 15px;
}

.button-icon {
  display: grid;
  place-items: center;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex: 0 0 28px;
  overflow: visible;
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--primary), var(--primary-strong));
  box-shadow: 0 18px 34px rgba(211, 109, 149, 0.24);
}

.button-primary .button-icon {
  color: #6e5328;
  background: linear-gradient(135deg, #f2dfb5 0%, #cfaa67 50%, #f2ddaa 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(209, 177, 118, 0.36);
}

.button-secondary .button-icon {
  color: var(--gold-deep);
  background: rgba(255, 242, 247, 0.92);
  border: 1px solid rgba(209, 177, 118, 0.32);
}

.button-attention {
  position: relative;
  isolation: isolate;
  will-change: transform, box-shadow;
  animation: attentionGlow 2.6s ease-in-out infinite;
}

.button-attention::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(215, 127, 161, 0.36);
  opacity: 0;
  z-index: -1;
  animation: attentionPing 2.6s ease-out infinite;
}

.button-attention .button-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(242, 223, 181, 0.3);
  z-index: -1;
  animation: attentionIconPing 2.6s ease-out infinite;
}

.nav-cta.button-attention {
  transform-origin: center;
  animation:
    attentionGlow 2.3s ease-in-out infinite,
    navAttentionPulse 2.3s ease-in-out infinite;
}

.hero-actions .button-attention {
  transform-origin: center;
  animation:
    attentionGlow 2.35s ease-in-out infinite,
    heroAttentionPulse 2.35s ease-in-out infinite;
}

.nav-cta.button-attention::after {
  inset: -8px;
  border-width: 1.5px;
  border-color: rgba(215, 127, 161, 0.44);
  animation: navAttentionRing 2.3s ease-out infinite;
}

.hero-actions .button-attention::after {
  inset: -8px;
  border-width: 1.5px;
  border-color: rgba(215, 127, 161, 0.42);
  animation: heroAttentionRing 2.35s ease-out infinite;
}

@keyframes attentionGlow {
  0%,
  100% {
    box-shadow: 0 18px 34px rgba(211, 109, 149, 0.24);
  }
  50% {
    box-shadow: 0 20px 44px rgba(211, 109, 149, 0.42);
  }
}

@keyframes attentionPing {
  0% {
    transform: scale(0.98);
    opacity: 0;
  }
  22% {
    opacity: 0.48;
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

@keyframes attentionIconPing {
  0% {
    transform: scale(0.72);
    opacity: 0;
  }
  20% {
    opacity: 0.65;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes navAttentionPulse {
  0%,
  100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.02);
  }
  18% {
    transform: scale(1.055);
  }
  30% {
    transform: scale(1);
  }
}

@keyframes heroAttentionPulse {
  0%,
  100% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.02);
  }
  22% {
    transform: scale(1.045);
  }
  34% {
    transform: scale(1);
  }
}

@keyframes navAttentionRing {
  0% {
    transform: scale(0.96);
    opacity: 0;
  }
  14% {
    opacity: 0.54;
  }
  48% {
    opacity: 0.12;
  }
  100% {
    transform: scale(1.14);
    opacity: 0;
  }
}

@keyframes heroAttentionRing {
  0% {
    transform: scale(0.97);
    opacity: 0;
  }
  15% {
    opacity: 0.5;
  }
  48% {
    opacity: 0.12;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

.hero-section {
  padding: 0.8rem 0 2.6rem;
}

.hero-layout,
.services-layout,
.experience-layout,
.contact-layout {
  display: grid;
  gap: 2rem;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: 2.4rem;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  color: var(--primary-strong);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--primary-soft);
  border: 1px solid rgba(207, 117, 151, 0.18);
}

.hero-copy h1,
.section-head h2,
.about-copy h2,
.experience-copy h2,
.contact-copy h2 {
  margin: 1rem 0 0;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: 13.2ch;
  font-size: clamp(3rem, 5.2vw, 5.3rem);
  line-height: 0.98;
  text-wrap: balance;
}

.hero-text,
.section-head p,
.about-copy p,
.feature-card p,
.service-card p,
.experience-copy p,
.step-card p,
.contact-copy p,
.contact-card p,
.focus-grid span,
.hero-highlights-card span {
  color: var(--muted);
  line-height: 1.76;
}

.hero-text {
  max-width: 52ch;
  margin: 1.35rem 0 0;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.hero-tags span {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(220, 186, 201, 0.36);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.logo-stage,
.hero-highlights-card,
.focus-grid article,
.feature-card,
.service-card,
.step-card,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.logo-stage,
.hero-highlights-card,
.feature-card,
.service-card,
.step-card,
.contact-card {
  border-radius: var(--radius-xl);
}

.logo-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 540px;
  padding: 1.7rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(209, 177, 118, 0.58);
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.46), transparent 30%),
    radial-gradient(circle at 80% 78%, rgba(255, 233, 241, 0.36), transparent 28%),
    linear-gradient(180deg, #f5d9e4 0%, #efcad8 100%);
}

.logo-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(209, 177, 118, 0.3);
  pointer-events: none;
}

.logo-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, #f2dfb5 0%, #cfaa67 28%, #f4e3b7 56%, #b88a45 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: min(100%, 455px);
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(122, 83, 101, 0.12));
}

.hero-highlights-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.4rem;
}

.hero-highlights-card article {
  display: grid;
  gap: 0.4rem;
}

.hero-highlights-card strong,
.focus-grid strong {
  color: var(--text);
  font-size: 1rem;
}

.brand-ribbon-section {
  padding: 0.15rem 0 1.55rem;
}

.brand-ribbon {
  display: grid;
  place-items: center;
  padding: 1rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(209, 177, 118, 0.3);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(133, 88, 111, 0.07);
  overflow: hidden;
}

.brand-ribbon-image {
  width: min(100%, 760px);
  height: auto;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.focus-section {
  padding: 0.5rem 0 2rem;
}

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

.focus-grid article {
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.4rem;
}

.content-section {
  padding: 3.8rem 0;
}

.section-head {
  max-width: 760px;
}

.section-head h2,
.about-copy h2,
.experience-copy h2,
.contact-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.compact {
  max-width: 680px;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) minmax(0, 0.52fr);
  gap: 3rem 3.6rem;
  align-items: start;
}

.about-portrait-card {
  margin: 0;
  display: grid;
  gap: 1.15rem;
}

.about-media {
  position: relative;
  display: grid;
  align-content: start;
}

.about-portrait-shell {
  position: sticky;
  top: calc(var(--header-offset) + 1.2rem);
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  padding: 1.8rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(209, 177, 118, 0.58);
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.46), transparent 30%),
    radial-gradient(circle at 80% 78%, rgba(255, 233, 241, 0.36), transparent 28%),
    linear-gradient(180deg, #f5d9e4 0%, #efcad8 100%);
  box-shadow: var(--shadow);
}

.about-portrait-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(209, 177, 118, 0.24);
  pointer-events: none;
}

.about-portrait-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, #f2dfb5 0%, #cfaa67 28%, #f4e3b7 56%, #b88a45 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.about-portrait {
  position: relative;
  z-index: 1;
  width: min(100%, 414px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
  filter: drop-shadow(0 14px 28px rgba(122, 83, 101, 0.12));
}

.about-portrait-card figcaption {
  max-width: 360px;
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.about-mini-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.8;
}

.about-mini-list li + li {
  margin-top: 0.1rem;
}

.about-portrait-card strong {
  color: var(--text);
  font-size: 1.08rem;
}

.about-copy {
  max-width: 700px;
}

.about-copy h2 {
  max-width: none;
}

.about-copy h3 {
  margin: 1.2rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.about-copy p {
  max-width: 58ch;
}

.about-copy > .about-quote,
.about-copy > .about-actions {
  display: none;
}

.about-copy br {
  display: none;
}

.about-quote {
  margin: 2rem 0 0;
  padding: 0.2rem 0 0 1.5rem;
  border-left: 4px solid rgba(175, 141, 87, 0.58);
}

.about-quote p {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  line-height: 1.15;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
}

.about-wide {
  grid-column: 1 / -1;
  display: grid;
  width: 100%;
  gap: 1rem;
  margin-top: -0.4rem;
  justify-self: stretch;
  align-items: start;
}

.about-quote-wide {
  margin: 0;
  width: 100%;
  max-width: none;
}

.about-quote-wide p {
  width: 100%;
  max-width: none;
}

.about-actions-wide {
  margin-top: 0;
}

.button-download {
  border-color: rgba(209, 177, 118, 0.48);
  background: rgba(255, 255, 255, 0.92);
}

.button-download .button-icon {
  color: var(--gold-deep);
  background: rgba(255, 247, 250, 0.96);
  border: 1px solid rgba(209, 177, 118, 0.28);
}

.about-actions-note {
  margin: 0;
  max-width: 32ch;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.services-intro {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 1.4rem 2.5rem;
  align-items: end;
}

.services-intro-main h2 {
  max-width: none;
}

.services-intro-copy {
  max-width: 36ch;
  margin: 0 0 0 auto;
  padding-bottom: 0.35rem;
  font-size: 1rem;
}

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

.feature-card,
.service-card,
.step-card,
.contact-card {
  padding: 1.6rem;
}

.feature-index,
.service-index {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--primary-strong);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-card h3,
.service-card h3,
.step-card h3 {
  margin: 0 0 0.65rem;
  line-height: 1;
}

.feature-card h3 {
  font-size: 2rem;
}

.feature-card-accent {
  background: linear-gradient(180deg, #d77fa1 0%, #c9628f 100%);
  color: #fff7fb;
}

.feature-card-accent .feature-index,
.feature-card-accent h3 {
  color: #fff7fb;
}

.feature-card-accent p {
  color: rgba(255, 247, 251, 0.86);
}

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

.service-card {
  min-height: 250px;
}

.service-card h3 {
  font-size: 1.85rem;
}

.experience-side {
  display: grid;
  gap: 1.35rem;
  align-items: start;
}

.experience-side .experience-photo-card {
  display: none;
}

.experience-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.experience-photo-card {
  margin: 0;
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.experience-photo {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
}

.experience-photo-card figcaption {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  line-height: 1.7;
}

.experience-photo-card strong {
  color: var(--text);
  font-size: 1.05rem;
}

.steps-list {
  display: grid;
  gap: 1rem;
}

.step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}

.step-card strong {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(254, 236, 244, 0.98));
  color: var(--primary-strong);
  font-size: 1.05rem;
  font-weight: 800;
}

.step-card h3 {
  font-size: 1.7rem;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.contact-details a {
  color: var(--primary-strong);
  font-weight: 700;
  word-break: break-word;
}

.contact-actions-panel {
  border-radius: var(--radius-xl);
  padding: 1.8rem;
  background: linear-gradient(180deg, rgba(214, 152, 177, 0.92), rgba(203, 134, 163, 0.96));
  border: 1px solid rgba(209, 177, 118, 0.22);
  box-shadow: var(--shadow);
}

.contact-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.7rem 1.1rem;
}

.contact-action {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: #fff9fc;
  transition: transform 180ms ease, opacity 180ms ease;
}

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

.contact-action[href*="maps.app.goo.gl"] {
  display: none;
}

.contact-action strong {
  font-size: 1.02rem;
}

.contact-action small {
  color: rgba(255, 249, 252, 0.86);
  font-size: 0.9rem;
  line-height: 1.5;
  word-break: break-word;
}

.contact-action-icon {
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-action-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(76, 42, 58, 0.12));
}

.contact-note {
  margin: 1.25rem 0 0;
  text-align: center;
  color: rgba(255, 249, 252, 0.92);
  font-size: 0.98rem;
}

.site-footer {
  padding: 1rem 0 2rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(217, 186, 199, 0.36);
  color: var(--muted);
  font-size: 0.94rem;
}

body.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

body.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-layout,
  .about-story,
  .experience-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .section-head h2,
  .experience-copy h2,
  .contact-copy h2 {
    max-width: unset;
  }

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

  .services-intro-copy {
    max-width: 54ch;
    margin-left: 0;
    padding-bottom: 0;
  }

  .about-actions-note {
    max-width: none;
  }

  .about-portrait-shell {
    position: relative;
    top: 0;
    min-height: 420px;
  }

  .about-portrait-card figcaption,
  .about-copy,
  .about-copy p {
    max-width: none;
  }

  .logo-stage {
    min-height: 500px;
  }

  .brand-ribbon {
    border-radius: 34px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-offset: 94px;
  }

  .site-header {
    padding-top: 0.18rem;
  }

  .premium-navbar {
    padding: 0.2rem 0.72rem;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav-wrap {
    margin-top: 0.45rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(222, 193, 206, 0.46);
  }

  .site-nav {
    gap: 0;
  }

  .site-nav .nav-link {
    padding: 0.72rem 0 !important;
  }

  .nav-cta {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.3rem;
  }
}

@media (max-width: 760px) {
  :root {
    --header-offset: 88px;
  }

  .hero-section,
  .content-section {
    padding: 3rem 0;
  }

  .brand-ribbon-section {
    padding: 0.2rem 0 1.2rem;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.15rem, 9.3vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }

  .hero-text {
    max-width: none;
    margin-top: 1.1rem;
    font-size: 1rem;
    line-height: 1.68;
  }

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

  .logo-stage,
  .hero-highlights-card,
  .feature-card,
  .service-card,
  .step-card,
  .contact-card {
    padding: 1.4rem;
  }

  .logo-stage {
    min-height: 420px;
  }

  .hero-logo {
    width: min(100%, 320px);
  }

  .hero-highlights-card {
    grid-template-columns: 1fr;
  }

  .about-portrait-shell {
    min-height: 360px;
    padding: 1.4rem;
  }

  .about-portrait {
    width: min(100%, 250px);
  }

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

  .about-actions .button {
    width: 100%;
    justify-content: flex-start;
  }

  .experience-photo {
    max-height: 360px;
  }

  .brand-ribbon {
    padding: 0.85rem 1rem;
    border-radius: 28px;
  }

  .brand-ribbon-image {
    width: min(100%, 560px);
  }

  .contact-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 0.8rem;
  }

  .brand {
    margin-right: 0.9rem;
  }

  .brand-image {
    height: 74px;
  }

  .about-grid,
  .services-grid,
  .focus-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button-attention,
  .button-attention::after,
  .button-attention .button-icon::after {
    animation: none;
  }
}

@media (max-width: 520px) {
  .contact-action-icon {
    width: auto;
    height: auto;
  }

  .contact-action-icon img {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 430px) {
  .contact-actions-grid {
    grid-template-columns: 1fr;
  }
}
