:root {
  --bg: #000000;
  --bg-deep: #000000;
  --surface: rgba(255, 248, 240, 0.05);
  --surface-strong: rgba(255, 248, 240, 0.1);
  --line: rgba(255, 240, 225, 0.1);
  --text: #ece3d7;
  --text-soft: rgba(236, 227, 215, 0.74);
  --text-inverse: #f8f2e8;
  --gold: #f8f2e8;
  --gold-soft: #f8f2e8;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1320px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: #000;
}

body[data-page="projects"],
body[data-page="production"] {
  background: #000;
}

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

img,
iframe,
video {
  display: block;
  width: 100%;
  border: 0;
}

.site-shell {
  width: var(--container);
  margin: 0 auto;
  padding-bottom: 120px;
}

body[data-page="home"] .site-shell,
body[data-page="weddings"] .site-shell {
  width: 100%;
  max-width: none;
}

body[data-page="about"] .site-shell,
body[data-page="blog"] .site-shell,
body[data-page="contact"] .site-shell,
body[data-page="projects"] .site-shell,
body[data-page="production"] .site-shell,
body[data-page="category"] .site-shell,
body[data-page="appointment"] .site-shell,
body[data-page="production-category"] .site-shell {
  width: 100%;
  max-width: none;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 14px 0 12px;
  padding: 18px 28px;
  border: 0;
  border-radius: 999px;
  backdrop-filter: blur(22px);
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

body[data-page="home"] .site-header,
body[data-page="weddings"] .site-header {
  position: fixed;
  left: 24px;
  right: 24px;
  top: 20px;
  width: auto;
  margin: 0;
  padding: 10px 6px;
  background: transparent;
  border-radius: 0;
  backdrop-filter: none;
  color: var(--text-inverse);
  box-shadow: none;
}

body[data-page="about"] .site-header,
body[data-page="blog"] .site-header,
body[data-page="contact"] .site-header,
body[data-page="projects"] .site-header,
body[data-page="production"] .site-header,
body[data-page="reels"] .site-header,
body[data-page="category"] .site-header,
body[data-page="appointment"] .site-header,
body[data-page="production-category"] .site-header {
  position: fixed;
  left: 24px;
  right: 24px;
  top: 20px;
  width: auto;
  margin: 0;
  padding: 10px 6px;
  background: transparent;
  border-radius: 0;
  backdrop-filter: none;
  color: var(--text-inverse);
  box-shadow: none;
}

body[data-page="home"] .site-nav a,
body[data-page="home"] .site-nav-group a,
body[data-page="home"] .brand-mark__title,
body[data-page="weddings"] .site-nav a,
body[data-page="weddings"] .site-nav-group a,
body[data-page="weddings"] .brand-mark__title,
body[data-page="about"] .site-nav a,
body[data-page="about"] .site-nav-group a,
body[data-page="about"] .brand-mark__title,
body[data-page="blog"] .site-nav a,
body[data-page="blog"] .site-nav-group a,
body[data-page="blog"] .brand-mark__title,
body[data-page="contact"] .site-nav a,
body[data-page="contact"] .site-nav-group a,
body[data-page="contact"] .brand-mark__title,
body[data-page="projects"] .site-nav a,
body[data-page="projects"] .site-nav-group a,
body[data-page="projects"] .brand-mark__title,
body[data-page="production"] .site-nav a,
body[data-page="production"] .site-nav-group a,
body[data-page="production"] .brand-mark__title,
body[data-page="reels"] .site-nav a,
body[data-page="reels"] .site-nav-group a,
body[data-page="reels"] .brand-mark__title,
body[data-page="category"] .site-nav a,
body[data-page="category"] .site-nav-group a,
body[data-page="category"] .brand-mark__title,
body[data-page="appointment"] .site-nav a,
body[data-page="appointment"] .site-nav-group a,
body[data-page="appointment"] .brand-mark__title,
body[data-page="production-category"] .site-nav a,
body[data-page="production-category"] .site-nav-group a,
body[data-page="production-category"] .brand-mark__title {
  color: var(--text-inverse);
}

body[data-page="home"] .brand-mark__title,
body[data-page="weddings"] .brand-mark__title,
body[data-page="about"] .brand-mark__title,
body[data-page="blog"] .brand-mark__title,
body[data-page="contact"] .brand-mark__title,
body[data-page="projects"] .brand-mark__title,
body[data-page="production"] .brand-mark__title,
body[data-page="reels"] .brand-mark__title,
body[data-page="category"] .brand-mark__title,
body[data-page="appointment"] .brand-mark__title,
body[data-page="production-category"] .brand-mark__title {
  color: var(--text-inverse);
}

body[data-page="home"] .site-nav-group,
body[data-page="home"] .site-nav,
body[data-page="weddings"] .site-nav-group,
body[data-page="weddings"] .site-nav,
body[data-page="about"] .site-nav-group,
body[data-page="about"] .site-nav,
body[data-page="blog"] .site-nav-group,
body[data-page="blog"] .site-nav,
body[data-page="contact"] .site-nav-group,
body[data-page="contact"] .site-nav,
body[data-page="projects"] .site-nav-group,
body[data-page="projects"] .site-nav,
body[data-page="production"] .site-nav-group,
body[data-page="production"] .site-nav,
body[data-page="reels"] .site-nav-group,
body[data-page="reels"] .site-nav,
body[data-page="category"] .site-nav-group,
body[data-page="category"] .site-nav,
body[data-page="appointment"] .site-nav-group,
body[data-page="appointment"] .site-nav,
body[data-page="production-category"] .site-nav-group,
body[data-page="production-category"] .site-nav {
  gap: clamp(18px, 2vw, 34px);
}

body[data-page="home"] .site-nav-group a,
body[data-page="home"] .site-nav a,
body[data-page="weddings"] .site-nav-group a,
body[data-page="weddings"] .site-nav a,
body[data-page="about"] .site-nav-group a,
body[data-page="about"] .site-nav a,
body[data-page="blog"] .site-nav-group a,
body[data-page="blog"] .site-nav a,
body[data-page="contact"] .site-nav-group a,
body[data-page="contact"] .site-nav a,
body[data-page="projects"] .site-nav-group a,
body[data-page="projects"] .site-nav a,
body[data-page="production"] .site-nav-group a,
body[data-page="production"] .site-nav a,
body[data-page="reels"] .site-nav-group a,
body[data-page="reels"] .site-nav a,
body[data-page="category"] .site-nav-group a,
body[data-page="category"] .site-nav a,
body[data-page="appointment"] .site-nav-group a,
body[data-page="appointment"] .site-nav a,
body[data-page="production-category"] .site-nav-group a,
body[data-page="production-category"] .site-nav a {
  font-size: clamp(0.84rem, 0.92vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.96;
}

.site-header .site-nav-group a.nav-link--primary,
.site-header .site-nav a.nav-link--primary {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.2em;
  transform: scaleX(1.08);
  transform-origin: center;
}

body[data-page="home"] .site-nav-group--left,
body[data-page="home"] .site-nav-group--right,
body[data-page="weddings"] .site-nav-group--left,
body[data-page="weddings"] .site-nav-group--right,
body[data-page="about"] .site-nav-group--left,
body[data-page="about"] .site-nav-group--right,
body[data-page="blog"] .site-nav-group--left,
body[data-page="blog"] .site-nav-group--right,
body[data-page="contact"] .site-nav-group--left,
body[data-page="contact"] .site-nav-group--right,
body[data-page="projects"] .site-nav-group--left,
body[data-page="projects"] .site-nav-group--right,
body[data-page="production"] .site-nav-group--left,
body[data-page="production"] .site-nav-group--right,
body[data-page="reels"] .site-nav-group--left,
body[data-page="reels"] .site-nav-group--right,
body[data-page="category"] .site-nav-group--left,
body[data-page="category"] .site-nav-group--right,
body[data-page="appointment"] .site-nav-group--left,
body[data-page="appointment"] .site-nav-group--right,
body[data-page="production-category"] .site-nav-group--left,
body[data-page="production-category"] .site-nav-group--right {
  flex: 1 1 0;
}

body[data-page="home"] .site-nav-group--left,
body[data-page="weddings"] .site-nav-group--left {
  justify-content: space-evenly;
}

body[data-page="about"] .site-nav-group--left,
body[data-page="blog"] .site-nav-group--left,
body[data-page="contact"] .site-nav-group--left,
body[data-page="projects"] .site-nav-group--left,
body[data-page="production"] .site-nav-group--left,
body[data-page="reels"] .site-nav-group--left,
body[data-page="category"] .site-nav-group--left,
body[data-page="appointment"] .site-nav-group--left,
body[data-page="production-category"] .site-nav-group--left {
  justify-content: space-evenly;
}

body[data-page="home"] .site-nav-group--right,
body[data-page="weddings"] .site-nav-group--right {
  justify-content: space-evenly;
}

body[data-page="about"] .site-nav-group--right,
body[data-page="blog"] .site-nav-group--right,
body[data-page="contact"] .site-nav-group--right,
body[data-page="projects"] .site-nav-group--right,
body[data-page="production"] .site-nav-group--right,
body[data-page="reels"] .site-nav-group--right,
body[data-page="category"] .site-nav-group--right,
body[data-page="appointment"] .site-nav-group--right,
body[data-page="production-category"] .site-nav-group--right {
  justify-content: space-evenly;
}

body[data-page="home"] .brand-mark,
body[data-page="weddings"] .brand-mark {
  min-width: max-content;
  padding: 0 22px;
}

body[data-page="about"] .brand-mark,
body[data-page="blog"] .brand-mark,
body[data-page="contact"] .brand-mark,
body[data-page="projects"] .brand-mark,
body[data-page="production"] .brand-mark,
body[data-page="reels"] .brand-mark,
body[data-page="category"] .brand-mark,
body[data-page="appointment"] .brand-mark,
body[data-page="production-category"] .brand-mark {
  min-width: max-content;
  padding: 0 22px;
}

.brand-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}

.brand-mark__eyebrow,
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.brand-mark__title {
  font-family: "Bodoni Moda", serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

body[data-page="home"] .brand-mark__title,
body[data-page="weddings"] .brand-mark__title {
  font-size: clamp(2.15rem, 2.5vw, 2.7rem);
  letter-spacing: 0.1em;
}

body[data-page="about"] .brand-mark__title,
body[data-page="blog"] .brand-mark__title,
body[data-page="contact"] .brand-mark__title,
body[data-page="projects"] .brand-mark__title,
body[data-page="production"] .brand-mark__title,
body[data-page="reels"] .brand-mark__title,
body[data-page="category"] .brand-mark__title,
body[data-page="appointment"] .brand-mark__title,
body[data-page="production-category"] .brand-mark__title {
  font-size: clamp(2.15rem, 2.5vw, 2.7rem);
  letter-spacing: 0.1em;
}

.site-nav-group {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.site-nav-group--left {
  justify-content: flex-start;
}

.site-nav-group--right {
  justify-content: flex-end;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
}

.site-nav a {
  position: relative;
  color: var(--text-soft);
}

.site-nav-group a {
  position: relative;
  font-size: 0.9rem;
  color: var(--text-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a::after,
.site-nav-group a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav-group a:hover::after,
.site-nav-group a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(31, 23, 18, 0.06);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
  min-height: 88vh;
  display: grid;
  align-items: end;
  color: var(--text-inverse);
  box-shadow: none;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media .video-frame,
.hero__media .video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 88vh;
  aspect-ratio: auto;
  border-radius: 0;
}

.hero__media .video-frame iframe {
  width: 100%;
  height: 100%;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 8, 7, 0.12) 0%, rgba(12, 8, 7, 0.26) 40%, rgba(12, 8, 7, 0.78) 100%);
}

.hero__cta {
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
  width: 78px;
  height: 78px;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(248, 242, 232, 0.7);
  background: rgba(12, 10, 9, 0.14);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.hero__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid rgba(248, 242, 232, 0.95);
  transform: translate(-32%, -50%);
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: rgba(248, 242, 232, 0.12);
}

.hero__content,
.page-hero__content {
  position: relative;
  max-width: 920px;
  z-index: 1;
  padding: 0 72px 68px;
}

.hero h1,
.page-hero h1 {
  margin: 12px 0 18px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(4.2rem, 9vw, 8rem);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero__lead,
.page-hero p {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(248, 242, 232, 0.78);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button--light {
  background: linear-gradient(135deg, #1f1712, #4a3428);
  color: var(--text-inverse);
}

.button--ghost {
  border-color: rgba(248, 242, 232, 0.4);
  color: var(--text-inverse);
}

.button--dark {
  background: rgba(248, 242, 232, 0.12);
  color: var(--text-inverse);
  border-color: rgba(248, 242, 232, 0.16);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--text-inverse);
}

.text-link::after {
  content: "->";
}

.hero__stats article,
.split-card,
.blog-card,
.project-card,
.team-card,
.pillar-card,
.contact-card,
.contact-form,
.service-card,
.gallery-card {
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 248, 240, 0.05);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero__stats article {
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(248, 242, 232, 0.26);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hero__stats span {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 242, 232, 0.7);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.hero__stats strong {
  font-size: 1.3rem;
  font-family: "Manrope", sans-serif;
}

.section {
  padding: 128px 0 0;
}

.section--services {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section--story-home {
  padding-top: 0;
}

body[data-page="home"] .section--story-home,
body[data-page="home"] .section--home-team-flow,
body[data-page="home"] .section--vlog,
body[data-page="home"] .section--contact-hub,
body[data-page="home"] .section--blog-preview {
  position: relative;
}

body[data-page="home"] .section--story-home::before,
body[data-page="home"] .section--story-home::after,
body[data-page="home"] .section--home-team-flow::before,
body[data-page="home"] .section--home-team-flow::after,
body[data-page="home"] .section--vlog::before,
body[data-page="home"] .section--vlog::after,
body[data-page="home"] .section--contact-hub::before,
body[data-page="home"] .section--blog-preview::before {
  content: "";
  display: block;
  width: min(1680px, calc(100% - clamp(32px, 6vw, 120px)));
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, transparent 0%, rgba(248, 242, 232, 0.14) 18%, rgba(248, 242, 232, 0.34) 50%, rgba(248, 242, 232, 0.14) 82%, transparent 100%);
}

body[data-page="home"] .section--story-home::before,
body[data-page="home"] .section--home-team-flow::before,
body[data-page="home"] .section--vlog::before,
body[data-page="home"] .section--contact-hub::before,
body[data-page="home"] .section--blog-preview::before {
  margin-bottom: clamp(30px, 3.4vw, 56px);
}

body[data-page="home"] .section--story-home::after,
body[data-page="home"] .section--home-team-flow::after,
body[data-page="home"] .section--vlog::after {
  margin-top: clamp(30px, 3.4vw, 56px);
}

body[data-page="home"] .section--story-home::before,
body[data-page="home"] .section--story-home::after {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(248, 242, 232, 0.1) 10%, rgba(248, 242, 232, 0.48) 36%, rgba(255, 255, 255, 0.84) 50%, rgba(248, 242, 232, 0.48) 64%, rgba(248, 242, 232, 0.1) 90%, transparent 100%);
}

body[data-page="home"] .section--story-home::before {
  margin-top: clamp(34px, 3.6vw, 62px);
  margin-bottom: clamp(30px, 3.2vw, 56px);
}

body[data-page="home"] .section--story-home::after {
  margin-top: clamp(30px, 3.2vw, 56px);
  margin-bottom: clamp(34px, 3.6vw, 62px);
}

body[data-page="home"] .section--home-team-flow::before,
body[data-page="home"] .section--home-team-flow::after {
  margin-top: clamp(18px, 2vw, 32px);
  margin-bottom: clamp(18px, 2vw, 32px);
}

.showcase-intro {
  display: none;
}

.showcase-intro h2 {
  margin: 12px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 44px;
  max-width: 860px;
}

.section-heading--centered {
  max-width: none;
  justify-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading--weddings-intro {
  max-width: none;
  margin-bottom: 54px;
}

.section-heading--weddings-intro h2 {
  margin: 0 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.15rem, 3.1vw, 3.35rem);
  line-height: 1.02;
  color: var(--text-inverse);
  white-space: nowrap;
}

.section-heading--weddings-intro p {
  display: none;
}

.wedding-mobile-text-card {
  display: block;
  grid-column: 1 / -1;
  width: calc(100% - 44px);
  margin: clamp(34px, 4vw, 64px) auto clamp(18px, 2.5vw, 36px);
  padding: 0 12px;
}

.wedding-mobile-text-card p {
  margin: 0;
  color: rgba(248, 242, 232, 0.84);
  font-size: clamp(1.28rem, 1.55vw, 1.8rem);
  line-height: 1.72;
  text-align: center;
  max-width: none;
}

.section-heading h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

body[data-page="home"] .section--blog-preview .section-heading h2 {
  color: var(--text-inverse);
}

body[data-page="home"] .section--blog-preview {
  padding-top: 84px;
}

body[data-page="home"] .section--blog-preview .section-heading {
  margin-bottom: 36px;
}

.section-heading p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.service-grid,
.blog-preview,
.blog-grid,
.project-list,
.team-grid,
.pillar-grid,
.video-gallery,
.story-layout,
.availability-layout,
.vlog-layout,
.contact-hub {
  display: grid;
  gap: 22px;
}

.service-grid {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  line-height: 0;
}

body[data-page="home"] .service-grid {
  display: block;
  font-size: 0;
  line-height: 0;
}

.service-card {
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: transparent;
  min-height: 100vh;
  position: relative;
  box-shadow: none;
  display: block;
  margin-bottom: 0;
}

.service-card--home-showcase {
  cursor: default;
  min-height: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 0;
  line-height: 0;
}

.service-card--home-showcase + .service-card--home-showcase {
  margin-top: -2px;
}

.service-card--home-showcase .service-card__body {
  display: none;
}

.service-card__cta {
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
  width: 78px;
  height: 78px;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(248, 242, 232, 0.7);
  background: rgba(12, 10, 9, 0.14);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.service-card__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid rgba(248, 242, 232, 0.95);
  transform: translate(-32%, -50%);
}

.service-card__cta:hover,
.service-card__cta:focus-visible {
  background: rgba(248, 242, 232, 0.12);
}

.service-card--home-showcase .video-frame,
.service-card--home-showcase .video-placeholder {
  display: block;
  position: relative;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  background: #000;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.service-card--home-showcase .video-frame::after,
.service-card--home-showcase .video-placeholder::after {
  display: none;
}

.service-card--home-showcase .video-frame video {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  transform: none;
  margin: 0;
  vertical-align: top;
}

.story-layout {
  position: relative;
  grid-template-columns: minmax(500px, 1fr) minmax(500px, 1fr);
  align-items: center;
  min-height: 0;
  gap: clamp(36px, 5vw, 86px);
  padding: clamp(16px, 2.1vw, 30px) clamp(24px, 4vw, 72px);
  max-width: 1680px;
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.team-photo-card,
.story-copy,
.calendar-card,
.contact-quick-card,
.compatibility-card {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.team-photo-card {
  grid-column: 1;
  grid-row: auto;
  min-height: clamp(600px, 52vw, 780px);
  overflow: hidden;
  border-radius: 0;
  width: min(100%, 820px);
  max-width: 820px;
  justify-self: center;
  align-self: center;
  background: transparent;
  box-shadow: none;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.team-photo-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
}

.team-photo-card--logo {
  display: grid;
  place-items: center;
  min-height: clamp(460px, 34vw, 620px);
  padding: clamp(12px, 2vw, 34px);
}

.team-photo-card--logo img {
  width: min(100%, 700px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.team-photo-card video {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.team-photo-card::after {
  content: none;
}

.story-copy {
  grid-column: 2;
  grid-row: auto;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 0;
  max-width: 780px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.story-copy__block {
  display: grid;
  gap: 18px;
}

.story-copy h2,
.calendar-card h3,
.contact-quick-card h3,
.compatibility-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 4.2vw, 5.2rem);
  line-height: 0.98;
  color: var(--text-inverse);
  margin-bottom: 10px;
}

body[data-page="home"] .story-copy h2 {
  color: var(--text-inverse);
}

.story-copy p,
.calendar-card p,
.contact-quick-card p,
.compatibility-card p {
  margin: 0;
  font-size: clamp(1.08rem, 1.18vw, 1.28rem);
  line-height: 1.78;
  color: rgba(248, 242, 232, 0.74);
}

.section--story-home .story-copy p,
.section--story-home .story-copy .text-link {
  color: rgba(248, 242, 232, 0.82);
}

.section--story-home .story-copy__actions .text-link {
  color: #ffd34d;
}

.section--story-home .story-copy p + p {
  margin-top: 2px;
}

.section--story-home .story-copy p:nth-of-type(1) {
  font-size: clamp(1.14rem, 1.24vw, 1.34rem);
  color: rgba(248, 242, 232, 0.9);
}

.section--story-home .story-copy p:nth-of-type(3),
.section--story-home .story-copy p:nth-of-type(4),
.section--story-home .story-copy p:nth-of-type(5),
.section--story-home .story-copy p:nth-of-type(6),
.section--story-home .story-copy p:nth-of-type(7) {
  font-size: clamp(1.1rem, 1.16vw, 1.25rem);
  line-height: 1.66;
}

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

.section--home-team-flow {
  padding: clamp(18px, 2vw, 32px) clamp(18px, 3vw, 48px) clamp(18px, 2vw, 32px);
}

.section--home-team-flow .founder-grid {
  max-width: 1680px;
  margin: 0 auto;
}

body[data-page="home"] .founder-card__overlay p {
  color: #ffd34d !important;
}

.section--vlog {
  padding-top: 0;
}

body[data-page="home"] .section--vlog::before {
  margin-top: clamp(28px, 3vw, 52px);
  margin-bottom: clamp(30px, 3vw, 52px);
}

body[data-page="home"] .section--vlog::after {
  margin-top: clamp(30px, 3vw, 52px);
  margin-bottom: clamp(28px, 3vw, 52px);
}

body[data-page="home"] .section--vlog,
body[data-page="home"] .section--partners,
body[data-page="home"] .section--contact-hub,
body[data-page="home"] .section--blog-preview {
  padding-left: clamp(28px, 4vw, 72px);
  padding-right: clamp(28px, 4vw, 72px);
}

body[data-page="home"] .section--contact-hub {
  padding-top: clamp(32px, 3vw, 54px);
}

body[data-page="home"] .section--blog-preview {
  padding-top: clamp(42px, 4vw, 72px);
}

body[data-page="home"] .vlog-layout,
body[data-page="home"] .partners-grid,
body[data-page="home"] .contact-hub,
body[data-page="home"] .blog-preview {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

body[data-page="home"] .contact-hub__copy,
body[data-page="home"] .contact-map {
  padding-top: 28px;
  padding-bottom: 28px;
  border: 1px solid rgba(248, 242, 232, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.13), rgba(255, 248, 240, 0.04) 48%, rgba(12, 10, 9, 0.72));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(248, 242, 232, 0.1) inset;
}

.vlog-layout {
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.vlog-media {
  width: 100%;
}

.vlog-media .video-frame {
  aspect-ratio: 21 / 7;
  background: #000;
}

.video-frame--coming-soon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(169, 31, 31, 0.72);
  background:
    radial-gradient(circle at 18% 12%, rgba(248, 242, 232, 0.2), transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(248, 242, 232, 0.08), transparent 38%),
    radial-gradient(circle at 82% 86%, rgba(169, 31, 31, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(169, 31, 31, 0.24), rgba(255, 248, 240, 0.055) 46%, rgba(169, 31, 31, 0.18)),
    #050505;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(248, 242, 232, 0.08) inset,
    0 0 56px rgba(169, 31, 31, 0.22) inset;
}

body[data-page="home"] .video-frame--coming-soon {
  border: 1px solid rgba(248, 242, 232, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.13), rgba(255, 248, 240, 0.04) 48%, rgba(12, 10, 9, 0.72));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(248, 242, 232, 0.1) inset;
}

body[data-page="home"] .video-frame--coming-soon .vlog-coming-soon {
  width: auto;
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.vlog-coming-soon {
  display: grid;
  gap: 10px;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
}

.vlog-coming-soon span {
  color: var(--text-inverse);
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: 0.06em;
}

.vlog-coming-soon p {
  margin: 0;
  color: #ffd34d;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.vlog-copy {
  display: grid;
  place-items: center;
  text-align: center;
}

.vlog-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
  line-height: 0.95;
  color: var(--text-inverse);
}

.section--partners {
  padding-top: 56px;
}

.section--mobile-logo {
  display: none;
}

.contact-mobile-logo {
  display: none;
}

.section--partners .section-heading {
  margin-bottom: 40px;
}

.section--partners .section-heading h2 {
  font-size: clamp(2.1rem, 3vw, 3rem);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 14px;
  align-items: center;
}

.partner-tile {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 4px 8px;
  background: transparent;
  border: 0;
}

.partner-tile__link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.partner-tile img {
  display: block;
  max-width: 245px;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-tile--large img {
  max-width: 285px;
  max-height: 102px;
}

.partner-tile span {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 242, 232, 0.82);
}

.founder-card {
  position: relative;
  min-height: clamp(760px, 58vw, 920px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.1), rgba(255, 248, 240, 0.035) 48%, rgba(12, 10, 9, 0.72));
  border: 1px solid rgba(248, 242, 232, 0.22);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(248, 242, 232, 0.08) inset;
}

.founder-card img,
.founder-card__video,
.founder-card__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.founder-card img,
.founder-card__video {
  object-fit: cover;
}

.founder-card__video {
  display: block;
  object-position: center 18%;
}

.founder-card__placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(248, 242, 232, 0.16), transparent 30%),
    linear-gradient(160deg, rgba(28, 24, 22, 0.98), rgba(11, 10, 9, 0.98));
  color: var(--text-soft);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.founder-card__placeholder span {
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(248, 242, 232, 0.42);
  border-radius: 999px;
  color: rgba(248, 242, 232, 0.9);
  font-family: "Manrope", sans-serif;
  font-size: 1.28rem;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-align: center;
}

body[data-page="home"] .founder-card__placeholder span {
  border-color: #a91f1f;
  background:
    radial-gradient(circle at 36% 24%, rgba(248, 242, 232, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(169, 31, 31, 0.24), rgba(255, 248, 240, 0.045) 48%, rgba(169, 31, 31, 0.16));
  box-shadow:
    0 0 0 1px rgba(169, 31, 31, 0.2),
    0 14px 34px rgba(169, 31, 31, 0.18),
    0 0 34px rgba(169, 31, 31, 0.18) inset;
}

body[data-page="home"] .founder-card__placeholder {
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.13), rgba(255, 248, 240, 0.04) 48%, rgba(12, 10, 9, 0.72));
}

.founder-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 24px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 8, 7, 0.72) 100%);
  color: var(--text-inverse);
  text-align: center;
}

.founder-card__overlay h3 {
  margin: 0 0 6px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--text-inverse);
}

.founder-card__overlay p {
  margin: 0;
  color: rgba(248, 242, 232, 0.82);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.contact-hub {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.contact-hub__copy,
.contact-map {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 248, 240, 0.04);
  padding: 36px;
  width: 100%;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.contact-hub__copy h3,
.contact-map strong {
  margin: 0 0 14px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 4.2vw, 4.8rem);
  color: var(--text-inverse);
}

.contact-hub__copy p,
.contact-map p {
  margin: 0;
  color: rgba(248, 242, 232, 0.76);
  line-height: 1.85;
}

.contact-hub__list {
  display: grid;
  gap: 22px;
  margin: 10px 0 22px;
  justify-items: center;
  align-content: start;
}

body[data-page="home"] .contact-hub__list {
  gap: 30px;
  margin: 14px 0 28px;
}

body[data-page="home"] .contact-map iframe,
body[data-page="home"] .contact-map__placeholder {
  min-height: 420px;
}

.contact-hub__list a {
  color: var(--text-inverse);
  font-size: clamp(1.28rem, 1.7vw, 1.72rem);
  line-height: 1.18;
}

.contact-hub__phone {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem) !important;
  line-height: 1.08;
  text-align: center;
  margin-bottom: 0;
}

.contact-hub__detail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.36rem, 1.8vw, 1.9rem) !important;
  color: var(--text-inverse);
  margin-top: 0;
}

.contact-hub__detail svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.contact-hub__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 48px;
}

.contact-hub__social {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 1px solid rgba(255, 240, 225, 0.18);
  color: var(--text-inverse);
  background: rgba(255, 248, 240, 0.04);
}

.contact-hub__social svg {
  width: 30px;
  height: 30px;
}

.contact-map {
  display: grid;
  gap: 18px;
  justify-items: stretch;
}

.contact-map h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.4rem, 3.4vw, 3.6rem);
  color: var(--text-inverse);
  text-align: center;
}

.contact-map iframe,
.contact-map__placeholder {
  width: 100%;
  min-height: 560px;
  border: 0;
  background: #090909;
}

.contact-map__placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
}

.contact-map .text-link {
  justify-self: center;
  color: var(--text-inverse);
}

.story-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.service-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 36px 46px 40px;
  color: var(--text-inverse);
  background: linear-gradient(180deg, transparent 0%, rgba(11, 8, 7, 0.04) 28%, rgba(11, 8, 7, 0.72) 100%);
}

.service-card h3,
.gallery-card h3,
.blog-card h3,
.project-card h2,
.team-card h3,
.pillar-card h3,
.contact-card h2 {
  margin: 10px 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3.1rem);
}

.service-card p,
.gallery-card p,
.blog-card p,
.project-card p,
.team-card p,
.pillar-card p,
.contact-card p,
.about-preview p,
.section--contact-cta p {
  margin: 0;
  line-height: 1.8;
  color: var(--text-soft);
}

.service-card .eyebrow,
.service-card h3,
.service-card .service-card__meta,
.service-card .text-link {
  color: var(--text-inverse);
}

.service-card__meta {
  display: block;
  max-width: 620px;
  line-height: 1.8;
  opacity: 0.86;
}

body[data-page="home"] .service-card h3 {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
}

body[data-page="home"] .service-card .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
}

.video-frame,
.video-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(140deg, #2c201d, #8c6d51);
}

.video-frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.video-frame video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.service-card .video-frame,
.service-card .video-placeholder {
  height: 100%;
  aspect-ratio: auto;
  min-height: 100vh;
  border-radius: 0;
}

body[data-page="home"] .service-card--home-showcase,
body[data-page="home"] .service-card--home-showcase .video-frame,
body[data-page="home"] .service-card--home-showcase .video-placeholder {
  min-height: 0;
  height: auto;
}

.service-card .video-frame::after,
.service-card .video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 10, 8, 0.01), rgba(15, 10, 8, 0.06) 36%, rgba(15, 10, 8, 0.66) 100%);
  pointer-events: none;
}

.video-frame--large,
.video-placeholder--large {
  border-radius: var(--radius-xl);
  aspect-ratio: 16 / 8.5;
}

.video-placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  color: var(--text-inverse);
}

.video-placeholder strong {
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
}

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

.split-card,
.blog-card,
.project-card,
.team-card,
.pillar-card,
.contact-card,
.contact-form,
.gallery-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(71, 48, 36, 0.08);
  background: rgba(255, 251, 246, 0.72);
  padding: 32px;
}

.split-card--accent,
.section--contact-cta {
  background:
    radial-gradient(circle at top left, rgba(220, 193, 149, 0.22), transparent 30%),
    linear-gradient(135deg, #2b1c18, #4a3326);
  color: var(--text-inverse);
}

.split-card--accent p,
.section--contact-cta p {
  color: rgba(248, 242, 232, 0.78);
}

.about-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(71, 48, 36, 0.08);
  background: rgba(255, 251, 246, 0.72);
  box-shadow: var(--shadow);
}

.blog-preview,
.blog-grid,
.project-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card--home-preview {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 248, 240, 0.045);
  border-color: rgba(255, 240, 225, 0.1);
}

.blog-card--home-preview .blog-card__media {
  aspect-ratio: 16 / 11;
}

.blog-card--home-preview .blog-card__body {
  align-content: start;
  padding: clamp(24px, 2.6vw, 34px);
}

.blog-card--home-preview h3 {
  margin: 12px 0 14px;
  font-size: clamp(1.85rem, 2.45vw, 2.75rem);
  line-height: 1.02;
  color: var(--text-inverse);
}

.blog-card--home-preview p {
  color: rgba(248, 242, 232, 0.78);
}

.blog-card--home-preview .blog-card__footer {
  margin-top: 26px;
}

.blog-card__category,
.project-card__category,
.team-card__role {
  color: var(--gold);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-list,
.team-grid,
.pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-card {
  position: relative;
  overflow: hidden;
}

.team-card__content {
  position: relative;
  z-index: 1;
}

.team-card--video {
  display: grid;
  min-height: 760px;
  align-items: end;
  padding: 0;
  color: var(--text-inverse);
}

.team-card__video,
.team-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.team-card__image {
  height: 116%;
  object-position: center top;
  transform: translateY(-12%);
}

.team-card--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 7, 7, 0.12) 0%, rgba(8, 7, 7, 0.32) 38%, rgba(8, 7, 7, 0.86) 100%);
}

.team-card--video .team-card__content {
  padding: 34px 28px;
  text-align: center;
}

.team-card--video h3,
.team-card--video p {
  color: var(--text-inverse);
}

.team-card--video .team-card__role {
  color: rgba(248, 242, 232, 0.84);
}

body[data-page="about"] .team-card--video h3,
body[data-page="about"] .team-card--video p,
body[data-page="about"] .team-card--video .team-card__role {
  color: #ffd34d;
}

body[data-page="about"] .team-card--video h3 {
  color: var(--text-inverse);
}

body[data-page="about"] .team-card--video .team-card__role {
  color: var(--text-inverse);
}

body[data-page="about"] .team-card {
  border: 1px solid rgba(248, 242, 232, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.1), rgba(255, 248, 240, 0.035) 48%, rgba(12, 10, 9, 0.72));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(248, 242, 232, 0.08) inset;
}

body[data-page="about"] .team-card--placeholder {
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.13), rgba(255, 248, 240, 0.04) 48%, rgba(12, 10, 9, 0.72));
  border-color: rgba(248, 242, 232, 0.22);
}

body[data-page="about"] .team-card--placeholder .team-card__coming-soon span {
  border-color: #a91f1f;
  background:
    radial-gradient(circle at 36% 24%, rgba(248, 242, 232, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(169, 31, 31, 0.24), rgba(255, 248, 240, 0.045) 48%, rgba(169, 31, 31, 0.16));
  box-shadow:
    0 0 0 1px rgba(169, 31, 31, 0.2),
    0 14px 34px rgba(169, 31, 31, 0.18),
    0 0 34px rgba(169, 31, 31, 0.18) inset;
}

.team-card--placeholder {
  display: grid;
  min-height: 420px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(248, 242, 232, 0.12), transparent 32%),
    linear-gradient(160deg, rgba(22, 18, 16, 0.96), rgba(9, 8, 8, 0.98));
  border-color: rgba(255, 240, 225, 0.1);
}

.team-card__coming-soon {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.team-card__coming-soon span {
  display: grid;
  width: 172px;
  height: 172px;
  place-items: center;
  border: 1px solid rgba(248, 242, 232, 0.42);
  border-radius: 50%;
  color: rgba(248, 242, 232, 0.92);
  font-family: "Manrope", sans-serif;
  font-size: 1.42rem;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="about"] .team-card__coming-soon span {
  border-color: #a91f1f;
  box-shadow: 0 0 0 1px rgba(169, 31, 31, 0.22), 0 18px 42px rgba(169, 31, 31, 0.14);
}

.team-card__coming-soon p {
  max-width: 220px;
  color: rgba(248, 242, 232, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-card--live {
  min-height: 100%;
}

.section--projects-live .project-list {
  grid-template-columns: 1fr;
  gap: 0;
}

.section--projects-live .project-card {
  padding: 34px 0;
  border: 0;
  border-top: 1px solid rgba(71, 48, 36, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section--projects-live .project-card:last-child {
  border-bottom: 1px solid rgba(71, 48, 36, 0.12);
}

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

.gallery-card {
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.gallery-card h3 {
  padding: 18px 6px 0;
  color: var(--text-inverse);
  font-size: clamp(1.3rem, 1.8vw, 2rem);
}

.video-gallery--masonry {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 6px;
  row-gap: 2px;
}

.video-gallery--masonry .gallery-card,
.video-gallery--masonry .gallery-card--large,
.video-gallery--masonry .gallery-card--wide,
.video-gallery--masonry .gallery-card--tall,
.video-gallery--masonry .gallery-card--medium {
  grid-column: span 1;
}

.video-gallery--masonry .gallery-card .video-frame {
  border-radius: 0;
  background: #000;
}

body[data-page="weddings"] .gallery-card h3 {
  display: none;
}

body[data-page="weddings"] .gallery-card {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gallery-card--poster {
  position: relative;
}

.gallery-card__poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.gallery-card__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.gallery-card__poster img,
.gallery-card__poster video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 220ms ease, opacity 220ms ease;
}

body[data-page="weddings"] .video-gallery--masonry .gallery-card .gallery-card__poster {
  aspect-ratio: 16 / 6.8;
}

body[data-page="weddings"] .site-shell {
  width: 100%;
  max-width: none;
}

body[data-page="weddings"] .section--weddings-gallery {
  margin-left: calc(50% - 50vw + 22px);
  margin-right: calc(50% - 50vw + 22px);
  padding-top: 182px;
  padding-left: 0;
  padding-right: 0;
}

body[data-page="weddings"] .section-heading--weddings-intro {
  width: min(1180px, calc(100vw - 96px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding: 0 12px 22px;
  border-bottom: 1px solid rgba(248, 242, 232, 0.18);
}

body[data-page="weddings"] .section-heading--weddings-intro h2 {
  width: fit-content;
  max-width: 920px;
  margin: 0 auto 8px;
  color: #ffd34d;
  font-size: clamp(2.4rem, 3.8vw, 4.45rem);
  line-height: 0.98;
  letter-spacing: 0.04em;
  word-spacing: 0.08em;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
}

body[data-page="weddings"] .section-heading--weddings-intro h2 span {
  display: block;
}

body[data-page="weddings"] .wedding-mobile-text-card {
  margin: clamp(8px, 0.9vw, 16px) auto clamp(8px, 0.9vw, 16px);
}

body[data-page="weddings"] .wedding-mobile-text-card p {
  font-size: clamp(1.08rem, 1.28vw, 1.48rem);
}

body[data-page="weddings"] .video-gallery--masonry {
  display: grid;
  width: 100%;
  padding: 0 22px;
  gap: 2px 6px;
  column-gap: 6px;
  row-gap: 2px;
  align-items: start;
}

body[data-page="weddings"] .video-gallery--masonry .gallery-card {
  margin: 0;
}

.wedding-inquiry-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(28px, 4vw, 54px);
  width: min(1340px, calc(100vw - 72px));
  margin: clamp(72px, 8vw, 128px) auto;
  padding: clamp(28px, 4vw, 58px);
  border-top: 1px solid rgba(248, 242, 232, 0.18);
  border-bottom: 1px solid rgba(248, 242, 232, 0.18);
  color: var(--text-inverse);
  line-height: 1.45;
  text-align: center;
}

.wedding-inquiry-panel__copy h2,
.wedding-boundaries h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-inverse);
}

.wedding-inquiry-panel__copy h2 {
  max-width: 920px;
  color: #ffd34d;
  font-size: clamp(2.4rem, 3.8vw, 4.45rem);
  line-height: 0.98;
}

.wedding-inquiry-panel__copy p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(248, 242, 232, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.wedding-inquiry-panel__body {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(380px, 500px);
  align-items: start;
  gap: clamp(28px, 4vw, 56px);
  width: 100%;
}

.wedding-inquiry-note {
  position: sticky;
  top: 120px;
  min-height: 320px;
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid rgba(204, 32, 32, 0.46);
  border-left: 4px solid #d72f2f;
  background: linear-gradient(135deg, rgba(215, 47, 47, 0.16), rgba(248, 242, 232, 0.055));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  text-align: left;
}

.wedding-inquiry-note::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 26px;
  background: linear-gradient(90deg, rgba(215, 47, 47, 0.08), rgba(248, 242, 232, 0.34), rgba(215, 47, 47, 0.08));
}

.wedding-inquiry-note h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, rgba(215, 47, 47, 0.08), rgba(248, 242, 232, 0.34), rgba(215, 47, 47, 0.08));
}

.wedding-inquiry-note h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #fff6f0;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  line-height: 1;
}

.wedding-inquiry-note__group {
  margin-top: 24px;
}

.wedding-inquiry-note__group + .wedding-inquiry-note__group {
  padding-top: 22px;
  border-top: 1px solid rgba(248, 242, 232, 0.16);
}

.wedding-inquiry-note h4 {
  margin: 0 0 12px;
  color: #ff6464;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wedding-inquiry-note p {
  margin: 12px 0 0;
  color: rgba(248, 242, 232, 0.86);
  font-size: clamp(1.05rem, 1.34vw, 1.2rem);
  line-height: 1.58;
}

.wedding-inquiry-note p span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: #d72f2f;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.wedding-boundaries {
  margin-top: 42px;
}

.wedding-boundaries h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.wedding-boundaries > p {
  margin: 10px 0 0;
  color: rgba(248, 242, 232, 0.72);
  font-size: 0.98rem;
  line-height: 1.6;
}

.wedding-boundaries ul {
  display: grid;
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(248, 242, 232, 0.72);
}

.wedding-boundaries li {
  padding-left: 18px;
  border-left: 1px solid rgba(248, 242, 232, 0.28);
  line-height: 1.62;
}

.wedding-boundaries strong {
  color: var(--text-inverse);
  font-weight: 700;
}

.wedding-inquiry-form {
  display: grid;
  gap: 16px;
  width: 100%;
  text-align: left;
}

.wedding-inquiry-form label {
  display: grid;
  gap: 8px;
  color: rgba(248, 242, 232, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wedding-inquiry-form input,
.wedding-inquiry-form select,
.wedding-inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(248, 242, 232, 0.18);
  border-radius: 0;
  background: rgba(248, 242, 232, 0.055);
  color: var(--text-inverse);
  font: inherit;
  font-size: 1.02rem;
  letter-spacing: 0;
  padding: 17px 18px;
}

.wedding-inquiry-form select {
  appearance: none;
}

.wedding-inquiry-form textarea {
  resize: vertical;
}

.wedding-inquiry-form input::placeholder,
.wedding-inquiry-form textarea::placeholder {
  color: rgba(248, 242, 232, 0.38);
}

.gallery-card__poster:hover img,
.gallery-card__poster:focus-visible img,
.gallery-card__poster:hover video,
.gallery-card__poster:focus-visible video {
  transform: scale(1.04);
}

.gallery-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.gallery-card__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.92);
  transform: translate(-36%, -50%);
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 36px;
  background: rgba(0, 0, 0, 0.86);
}

.video-lightbox[hidden] {
  display: none;
}

.video-lightbox__dialog {
  width: min(1200px, 100%);
}

.video-lightbox__media {
  display: grid;
  gap: 14px;
}

.video-frame--lightbox {
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame--reel-lightbox {
  width: min(520px, calc(100vw - 42px));
  height: min(86vh, 920px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-radius: 22px;
  background: #000;
}

.video-frame--reel-lightbox video {
  object-fit: contain;
}

.video-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 0;
  background: transparent;
  color: var(--text-inverse);
  font: inherit;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

.page-hero {
  min-height: 52vh;
  background:
    linear-gradient(130deg, rgba(18, 13, 12, 0.88), rgba(71, 43, 28, 0.48)),
    radial-gradient(circle at top left, rgba(214, 184, 134, 0.38), transparent 28%),
    url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1600&q=80")
      center/cover;
}

.page-hero--warm {
  background:
    linear-gradient(135deg, rgba(22, 13, 11, 0.85), rgba(102, 64, 43, 0.42)),
    url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1600&q=80")
      center/cover;
}

.page-hero--about {
  background:
    linear-gradient(135deg, rgba(8, 7, 7, 0.82), rgba(31, 21, 17, 0.52)),
    url("../assets/FOTO/BeyondEmotion.jpg") center 42% / cover;
}

body[data-page="about"] .page-hero {
  align-items: center;
}

body[data-page="about"] .page-hero__content {
  width: min(100%, 1580px);
  max-width: none;
  margin: 0 auto;
  padding: 88px 36px 56px;
  text-align: center;
}

body[data-page="about"] .page-hero h1 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3.2rem, 5.8vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
}

body[data-page="about"] .page-hero h1 span {
  display: block;
}

body[data-page="about"] .page-hero h1 span:first-child {
  text-align: left;
}

body[data-page="about"] .page-hero h1 span:last-child {
  text-align: right;
}

body[data-page="about"] .page-hero h1 span + span {
  margin-top: 18px;
}

body[data-page="about"] .page-hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  font-size: clamp(1.12rem, 1.25vw, 1.36rem);
  line-height: 1.72;
  text-align: center;
}

body[data-page="about"] main {
  display: flex;
  flex-direction: column;
}

body[data-page="about"] .page-hero {
  order: 1;
}

body[data-page="about"] .about-founder {
  order: 2;
}

body[data-page="about"] .about-values {
  order: 3;
}

body[data-page="about"] .about-story {
  order: 4;
}

body[data-page="about"] .about-team {
  order: 5;
}

.page-hero--blog {
  background:
    linear-gradient(135deg, rgba(8, 7, 7, 0.86), rgba(28, 20, 16, 0.44)),
    url("../assets/FOTO/BeyondEmotion.jpg") center 44% / cover;
}

body[data-page="blog"] .page-hero {
  align-items: center;
}

body[data-page="blog"] .page-hero__content {
  width: min(100%, 1520px);
  max-width: none;
  margin: 0 auto;
  padding: 88px 42px 56px;
  text-align: center;
}

body[data-page="blog"] .page-hero h1 {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.05rem, 3.2vw, 3.85rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-page="blog"] .page-hero .eyebrow,
body[data-page="blog"] .journal-intro .eyebrow,
body[data-page="blog"] .blog-topics .eyebrow,
body[data-page="blog"] .journal-latest .eyebrow {
  color: #a91f1f;
  font-size: 1.08rem;
  letter-spacing: 0.22em;
}

body[data-page="blog"] .page-hero .eyebrow {
  color: #ffd34d;
}

body[data-page="blog"] .page-hero p {
  margin-left: auto;
  margin-right: auto;
}

.about-story,
.about-founder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

body[data-page="about"] .about-story,
body[data-page="about"] .about-founder,
body[data-page="about"] .about-values,
body[data-page="about"] .about-team {
  padding-left: clamp(12px, 1.4vw, 24px);
  padding-right: clamp(12px, 1.4vw, 24px);
}

body[data-page="about"] .about-story,
body[data-page="about"] .about-founder {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

body[data-page="about"] .about-values .section-heading,
body[data-page="about"] .about-values .pillar-grid,
body[data-page="about"] .about-team .section-heading,
body[data-page="about"] .about-team .team-grid {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.about-story__media,
.about-founder__media {
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 248, 240, 0.04);
  overflow: hidden;
}

.about-story__media img,
.about-founder__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__media {
  min-height: 520px;
}

.about-story__media--logo {
  display: grid;
  min-height: 520px;
  padding: clamp(42px, 6vw, 86px);
  place-items: center;
}

.about-story__media--logo img {
  width: min(100%, 520px);
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.about-founder__media {
  align-self: center;
  min-height: 0;
  aspect-ratio: 4 / 5;
  max-height: 816px;
}

.about-story__copy,
.about-founder__copy {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 56px);
}

.about-story__copy h2,
.about-founder__copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.02;
  color: var(--text-inverse);
}

body[data-page="about"] .about-story__copy h2 {
  color: var(--text-inverse);
}

body[data-page="about"] .about-founder__copy .eyebrow {
  color: #a91f1f;
}

body[data-page="about"] .about-story__copy .eyebrow,
body[data-page="about"] .about-values .eyebrow {
  color: #a91f1f;
}

body[data-page="about"] .about-values .eyebrow {
  font-size: clamp(1.48rem, 2.1vw, 1.92rem);
  line-height: 1.48;
}

body[data-page="about"] .page-hero .eyebrow {
  color: #ffd34d;
}

body[data-page="about"] .about-founder__copy h2 {
  color: var(--text-inverse);
}

.about-story__copy p,
.about-founder__copy p {
  margin: 0;
  color: rgba(248, 242, 232, 0.8);
  font-size: clamp(1.48rem, 2.1vw, 1.92rem);
  line-height: 1.48;
}

.about-values .pillar-card,
.blog-strategy .pillar-card {
  background: rgba(255, 248, 240, 0.04);
  border-color: rgba(255, 240, 225, 0.08);
}

.about-values .pillar-card {
  border: 1px solid rgba(215, 47, 47, 0.72);
  border-left: 4px solid #d72f2f;
  background: linear-gradient(135deg, rgba(215, 47, 47, 0.12), rgba(248, 242, 232, 0.045));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.about-values .pillar-card h3 {
  text-align: center;
  color: #fff6f0;
}

.about-values .pillar-card p {
  font-size: clamp(1.2rem, 1.5vw, 1.42rem);
  line-height: 1.62;
}

.about-team .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body[data-page="about"] .about-team .section-heading h2 {
  color: var(--text-inverse);
}

.blog-topic-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

body[data-page="blog"] .blog-topics .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body[data-page="blog"] .journal-latest .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body[data-page="blog"] .blog-topics .section-heading h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

body[data-page="blog"] .journal-latest .section-heading h2 {
  margin-left: auto;
  margin-right: auto;
}

.blog-topic-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 26px;
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 248, 240, 0.04);
  color: var(--text-inverse);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  text-align: center;
}

.journal-featured {
  padding-top: clamp(64px, 7vw, 96px);
}

.journal-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  width: min(920px, 100%);
  margin: 0 auto;
}

.journal-featured-card__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 240, 225, 0.08);
}

.journal-featured-card__media img,
.blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.journal-featured-card__media:hover img,
.blog-card__media:hover img {
  transform: scale(1.04);
}

.journal-featured-card__copy {
  display: grid;
  align-content: center;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 248, 240, 0.04);
}

.journal-featured-card__copy h2 {
  margin: 14px 0 18px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.02;
  color: var(--text-inverse);
}

.journal-featured-card__copy p,
.journal-intro .section-heading p {
  color: rgba(248, 242, 232, 0.76);
  line-height: 1.8;
}

body[data-page="blog"] .journal-intro .section-heading p {
  margin-top: 24px;
}

.journal-intro {
  padding-top: clamp(78px, 8vw, 118px);
}

.journal-latest .section-heading {
  margin-bottom: 36px;
}

.blog-card--full {
  background: rgba(255, 248, 240, 0.04);
  border-color: rgba(255, 240, 225, 0.08);
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
}

.blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(255, 248, 240, 0.04);
}

.blog-card__body {
  display: grid;
  padding: 28px;
}

.blog-card--full h2 {
  margin-top: 12px;
  color: var(--text-inverse);
  font-size: clamp(1.9rem, 2.4vw, 2.7rem);
  line-height: 1.02;
}

.blog-card--full p {
  color: rgba(248, 242, 232, 0.8);
}

.blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 240, 225, 0.08);
}

.blog-card__footer span {
  color: rgba(248, 242, 232, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card__footer .text-link {
  color: var(--text-inverse);
}

.article-page {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 148px 0 96px;
  color: var(--text-inverse);
}

.article-page > .text-link,
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  border: 1px solid rgba(248, 242, 232, 0.22);
  border-radius: 999px;
  padding: 11px 16px;
  background: rgba(248, 242, 232, 0.055);
  color: rgba(248, 242, 232, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.article-back span {
  color: #ffd34d;
  font-size: 1rem;
  line-height: 1;
}

.article-back:hover {
  color: var(--text-inverse);
  border-color: rgba(248, 242, 232, 0.42);
}

@media (max-width: 760px) {
  .article-page {
    width: min(100%, calc(100vw - 32px));
    padding: 108px 0 70px;
  }

  .article-back {
    margin-bottom: 28px;
    padding: 10px 14px;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }
}

.article-shell {
  display: grid;
  gap: 26px;
}

.article-shell h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.2rem, 6.4vw, 6.2rem);
  line-height: 0.98;
  color: var(--text-inverse);
}

.article-shell h2 {
  margin: 34px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  color: var(--text-inverse);
}

.article-shell p {
  margin: 0;
  color: rgba(248, 242, 232, 0.78);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.86;
}

.article-shell .article-lead {
  max-width: 900px;
  color: rgba(248, 242, 232, 0.9);
  font-size: clamp(1.28rem, 1.8vw, 1.62rem);
  line-height: 1.62;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 2px 0 8px;
  color: rgba(248, 242, 232, 0.58);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-hero-media {
  position: relative;
  min-height: clamp(360px, 52vw, 680px);
  margin: 24px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 248, 240, 0.04);
}

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

.article-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.article-content {
  display: grid;
  gap: 24px;
  width: min(860px, 100%);
}

.article-pullquote {
  margin: 18px 0;
  padding: clamp(26px, 4vw, 44px);
  border-left: 3px solid rgba(255, 82, 82, 0.82);
  background: rgba(255, 248, 240, 0.045);
  color: rgba(248, 242, 232, 0.92);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.08;
}

.article-cta {
  display: grid;
  gap: 16px;
  margin-top: 36px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 248, 240, 0.04);
}

.article-cta h2 {
  margin: 0;
}

.page-hero--contact {
  background:
    linear-gradient(135deg, rgba(8, 7, 7, 0.84), rgba(28, 20, 16, 0.48)),
    url("../assets/FOTO/Personal Projects.png") center 42% / cover;
}

body[data-page="contact"] .page-hero {
  align-items: center;
}

body[data-page="contact"] .page-hero__content {
  width: min(100%, 1180px);
  max-width: none;
  margin: 0 auto;
  padding: 88px 36px 56px;
  text-align: center;
}

body[data-page="contact"] .page-hero h1 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.35rem, 3.6vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-page="contact"] .page-hero p {
  margin-left: auto;
  margin-right: auto;
}

.page-hero--appointment {
  background:
    linear-gradient(135deg, rgba(16, 12, 10, 0.86), rgba(58, 38, 28, 0.38)),
    url("https://images.unsplash.com/photo-1515169067868-5387ec356754?auto=format&fit=crop&w=1600&q=80")
      center/cover;
}

body[data-page="projects"] .page-hero,
body[data-page="production"] .page-hero {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.18)),
    url("assets/FOTO/BY.PNG") center 58% / contain no-repeat;
  min-height: 64vh;
}

body[data-page="projects"] main,
body[data-page="production"] main {
  padding-top: 128px;
}

body[data-page="production"] .site-header {
  color: var(--text-inverse);
}

body[data-page="production"] .site-nav a,
body[data-page="production"] .site-nav-group a {
  color: var(--text-inverse);
}

body[data-page="production"] .brand-mark__title {
  color: var(--text-inverse);
}

.page-hero--reels {
  background:
    linear-gradient(135deg, rgba(8, 7, 7, 0.84), rgba(28, 20, 16, 0.48)),
    url("../assets/FOTO/Brands.png") center 44% / cover;
}

body[data-page="reels"] .page-hero {
  align-items: center;
}

body[data-page="reels"] .page-hero__content {
  width: min(100%, 1280px);
  max-width: none;
  margin: 0 auto;
  padding: 88px 36px 56px;
  text-align: center;
}

body[data-page="reels"] .page-hero h1 {
  margin-left: auto;
  margin-right: auto;
  color: var(--text-inverse);
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: 0.92;
  letter-spacing: 0.12em;
}

body[data-page="reels"] .page-hero p {
  margin-left: auto;
  margin-right: auto;
}

.reels-showcase {
  width: min(1480px, calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
}

body[data-page="reels"] .reels-showcase .eyebrow {
  color: #ffd34d;
}

.reels-client-list {
  display: grid;
  gap: clamp(56px, 7vw, 104px);
  margin-top: clamp(52px, 7vw, 96px);
}

.reel-client-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
  padding: clamp(26px, 4vw, 46px) 0;
  border-top: 1px solid rgba(248, 242, 232, 0.14);
}

.reel-client-section:last-child {
  border-bottom: 1px solid rgba(248, 242, 232, 0.14);
}

.reel-client-brand {
  display: grid;
  place-items: center;
  min-height: clamp(220px, 22vw, 320px);
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(248, 242, 232, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 16%, rgba(248, 242, 232, 0.18), transparent 34%),
    radial-gradient(circle at 76% 84%, rgba(230, 36, 36, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.09), rgba(255, 248, 240, 0.025) 48%, rgba(12, 10, 9, 0.78));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(248, 242, 232, 0.06) inset;
}

.reel-client-brand img {
  width: min(270px, 92%);
  max-height: 180px;
  object-fit: contain;
}

.reel-client-brand--text span {
  color: var(--text-inverse);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.55rem, 2.45vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: clamp(0.06em, 0.85vw, 0.14em);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.reel-client-brand--text span:first-child {
  max-width: 100%;
}

.reel-client-brand--weddings span {
  font-size: clamp(1.28rem, 1.85vw, 2.35rem);
  letter-spacing: clamp(0.08em, 0.65vw, 0.18em);
  white-space: nowrap;
  overflow-wrap: normal;
}

.reel-client-brand--personal {
  align-content: center;
  gap: clamp(10px, 1.15vw, 18px);
}

.reel-client-brand--personal .personal-logo-line {
  display: block;
  width: max-content;
  max-width: 100%;
  color: var(--text-inverse);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.32rem, 1.82vw, 2.42rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: clamp(0.18em, 0.86vw, 0.3em);
  text-transform: uppercase;
  white-space: nowrap;
}

.reel-client-brand--personal .personal-logo-line--first {
  justify-self: start;
  margin-left: clamp(22px, 4.8vw, 72px);
}

.reel-client-brand--personal .personal-logo-line--second {
  justify-self: end;
  margin-right: clamp(22px, 4.8vw, 72px);
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.reels-grid--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
}

.reel-card {
  position: relative;
  display: grid;
  min-height: 0;
  aspect-ratio: 9 / 16;
  padding: 0;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(248, 242, 232, 0.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.1), rgba(255, 248, 240, 0.035) 50%, rgba(12, 10, 9, 0.74));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(248, 242, 232, 0.18) inset,
    0 0 34px rgba(248, 242, 232, 0.08);
  cursor: pointer;
}

.reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.reel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.08) 34%, rgba(255, 211, 77, 0.16) 58%, rgba(255, 255, 255, 0.34));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0.72;
  pointer-events: none;
}

.reel-card:hover,
.reel-card:focus-visible {
  border-color: rgba(248, 242, 232, 0.58);
  outline: none;
  box-shadow:
    0 32px 96px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(248, 242, 232, 0.28) inset,
    0 0 44px rgba(248, 242, 232, 0.14);
}

.reel-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-card__caption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 22px;
  align-self: end;
}

.reel-card__caption span {
  color: #ffd34d;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reel-card__caption strong {
  color: var(--text-inverse);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.15rem, 1.45vw, 1.6rem);
  line-height: 1.05;
}

body[data-page="production"] .nav-toggle span {
  background: var(--text-inverse);
}

.projects-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(78px, 8vw, 132px);
  width: min(1840px, calc(100vw - 44px));
  margin: 0 auto 120px;
  line-height: 1;
}

body[data-page="production"] .projects-showcase {
  gap: clamp(24px, 2.6vw, 42px);
}

.project-showcase-section {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
}

.project-showcase-section__heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(248, 242, 232, 0.18);
  padding-bottom: 22px;
  text-align: center;
}

.project-showcase-section__heading h2 {
  margin: 0;
  color: var(--text-inverse);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-transform: uppercase;
}

body[data-page="production"] .project-showcase-section__heading h2 {
  color: var(--text-inverse);
}

.project-showcase-section__heading p {
  max-width: 760px;
  margin: 0;
  color: rgba(248, 242, 232, 0.7);
  font-size: clamp(0.88rem, 0.95vw, 1.02rem);
  line-height: 1.68;
  text-align: center;
}

.project-showcase-section__grid {
  display: grid;
  gap: clamp(26px, 3.4vw, 56px) clamp(18px, 2.4vw, 36px);
}

.project-showcase-section__grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-showcase-section__grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-showcase-section__item {
  display: grid;
  gap: 12px;
}

.project-showcase-section__lane {
  margin: 0;
  color: #ff6464;
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.project-showcase-card {
  position: relative;
  display: block;
  min-height: 0;
  line-height: 0;
  color: var(--text-inverse);
}

.project-showcase-card + .project-showcase-card {
  margin-top: 0;
}

body[data-page="production"] .project-showcase-card {
  min-height: 0;
  aspect-ratio: auto;
}

.project-showcase-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10.4;
  background: #111;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.project-showcase-card__media--external {
  text-decoration: none;
}

.project-showcase-card__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  object-fit: cover;
  filter: brightness(0.72);
  transition: transform 320ms ease, filter 320ms ease;
}

.project-showcase-card__poster {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(248, 242, 232, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(88, 63, 59, 0.72), rgba(20, 17, 16, 0.92)),
    #181210;
  color: rgba(248, 242, 232, 0.92);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.08rem, 1.22vw, 1.36rem);
  line-height: 1.18;
  text-align: center;
  filter: none;
}

.project-showcase-card__poster::before {
  content: "REEL";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(248, 242, 232, 0.64);
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.project-showcase-card__poster span {
  max-width: 88%;
}

.project-showcase-card__media:hover .project-showcase-card__image,
.project-showcase-card__media:focus-visible .project-showcase-card__image {
  transform: scale(1.035);
  filter: brightness(0.82);
}

.project-showcase-card__media:hover .project-showcase-card__poster,
.project-showcase-card__media:focus-visible .project-showcase-card__poster {
  transform: scale(1.035);
}

.project-showcase-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(248, 242, 232, 0.92);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
}

.project-showcase-card__play::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgba(248, 242, 232, 0.96);
  transform: translate(-35%, -50%);
}

.project-showcase-card__caption {
  display: grid;
  gap: 10px;
  min-height: 104px;
  padding: 20px 20px 22px;
  background: #050505;
  text-align: center;
  line-height: 1.2;
}

.project-showcase-card__caption h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.18rem, 1.45vw, 1.7rem);
  line-height: 1.08;
  color: var(--text-inverse);
}

.project-showcase-card__caption p {
  margin: 0;
  color: rgba(248, 242, 232, 0.72);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.project-showcase-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid rgba(248, 242, 232, 0.78);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  color: var(--text-inverse);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.project-showcase-card__cta:hover,
.project-showcase-card__cta:focus-visible {
  transform: translateY(-2px);
  background: rgba(248, 242, 232, 0.12);
  color: var(--text-inverse);
  border-color: rgba(248, 242, 232, 1);
}

body[data-page="projects-category"] .page-hero--projects-category,
body[data-page="production-category"] .page-hero--projects-category {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.28)),
    url("assets/FOTO/BY.PNG") center/cover no-repeat;
}

body[data-page="projects"] .project-card,
body[data-page="production"] .project-card {
  background: rgba(0, 0, 0, 0.46);
  border-color: rgba(255, 240, 225, 0.08);
}

body[data-page="projects"] .project-card p,
body[data-page="projects"] .project-card__category,
body[data-page="production"] .project-card p,
body[data-page="production"] .project-card__category {
  color: rgba(248, 242, 232, 0.78);
}

body[data-page="projects"] .project-card h2,
body[data-page="production"] .project-card h2 {
  color: var(--text-inverse);
}

body[data-page="appointment"] {
  min-height: 100vh;
  background: #000;
}

body[data-page="appointment"] .site-shell {
  min-height: 100vh;
  padding-bottom: 0;
}

body[data-page="appointment"] .site-header {
  z-index: 30;
}

.appointment-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 118px 24px 28px;
  overflow: hidden;
}

.appointment-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.34)),
    url("assets/FOTO/BeyondEmotion.jpg") center center / cover no-repeat;
}

.appointment-panel {
  width: min(1320px, calc(100vw - 48px));
  display: grid;
  gap: 22px;
  padding: 32px;
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.appointment-intro {
  max-width: 900px;
  display: grid;
  gap: 10px;
}

.appointment-intro h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
  color: var(--text-inverse);
}

.appointment-intro p {
  margin: 0;
  max-width: 900px;
  color: rgba(248, 242, 232, 0.82);
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.75;
}

.appointment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

body[data-page="appointment"] .availability-layout,
body[data-page="appointment"] .availability-contact,
body[data-page="appointment"] .page-hero--appointment {
  display: none;
}

body[data-page="appointment"] .calendar-card,
body[data-page="appointment"] .compatibility-card {
  padding: 24px;
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

body[data-page="appointment"] .calendar-card {
  padding-right: 24px;
}

body[data-page="appointment"] .calendar-card h3,
body[data-page="appointment"] .compatibility-card h3 {
  margin: 0 0 10px;
  color: var(--text-inverse);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
}

body[data-page="appointment"] .calendar-card p,
body[data-page="appointment"] .compatibility-card p {
  margin: 0;
  color: rgba(248, 242, 232, 0.78);
}

body[data-page="appointment"] .calendar-placeholder {
  min-height: 220px;
  margin-top: 16px;
  padding: 22px;
  border-radius: 0;
  border: 1px solid rgba(255, 240, 225, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

body[data-page="appointment"] .calendar-placeholder strong {
  font-size: 1.5rem;
  color: var(--text-inverse);
}

body[data-page="appointment"] .calendar-placeholder p,
body[data-page="appointment"] .calendar-notes span,
body[data-page="appointment"] .compatibility-card__list span {
  color: rgba(248, 242, 232, 0.72);
}

body[data-page="appointment"] .calendar-notes,
body[data-page="appointment"] .compatibility-card__list {
  gap: 8px;
  margin-top: 14px;
}

body[data-page="appointment"] .calendar-notes span,
body[data-page="appointment"] .compatibility-card__list span {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 240, 225, 0.08);
}

body[data-page="appointment"] .calendar-embed {
  margin-top: 16px;
  border-radius: 0;
}

body[data-page="appointment"] .calendar-embed iframe {
  min-height: 380px;
}

body[data-page="appointment"] .form-embed {
  margin-top: 16px;
  border-radius: 0;
}

body[data-page="appointment"] .form-embed iframe {
  min-height: 520px;
}

.appointment-contact-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  padding-top: 4px;
}

.appointment-contact-mini a {
  color: var(--text-inverse);
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.84;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
}

.availability-layout {
  grid-template-columns: 1.12fr 0.88fr;
  align-items: start;
}

.availability-contact {
  display: grid;
  gap: 22px;
}

.calendar-card,
.contact-quick-card,
.compatibility-card {
  padding: 0;
}

.calendar-card {
  padding-right: 18px;
}

.calendar-placeholder {
  display: grid;
  place-items: center;
  min-height: 360px;
  margin-top: 20px;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(71, 48, 36, 0.1);
  background:
    radial-gradient(circle at top left, rgba(200, 164, 106, 0.16), transparent 32%),
    linear-gradient(160deg, rgba(255, 251, 246, 0.98), rgba(242, 233, 223, 0.94));
  text-align: center;
}

.calendar-placeholder strong {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
}

.calendar-placeholder p {
  max-width: 420px;
}

.calendar-notes,
.compatibility-card__list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.calendar-notes span,
.compatibility-card__list span {
  padding: 14px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(71, 48, 36, 0.1);
  line-height: 1.6;
  color: var(--text-soft);
}

.contact-quick-card__list {
  display: grid;
  gap: 12px;
  margin: 18px 0 22px;
}

.contact-quick-card__list a,
.contact-quick-card__list span {
  display: block;
  padding: 14px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(71, 48, 36, 0.1);
}

.calendar-embed {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 24px;
}

.calendar-embed iframe {
  min-height: 620px;
  background: #fff;
}

.form-embed {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 24px;
}

.form-embed iframe {
  width: 100%;
  min-height: 780px;
  background: #fff;
}

.social-rail {
  position: fixed;
  right: 18px;
  top: 58%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 30;
  display: grid;
  gap: 14px;
}

.social-rail__link {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 240, 225, 0.16);
  background: rgba(10, 10, 10, 0.58);
  color: var(--text);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.social-rail__link:hover,
.social-rail__link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 248, 240, 0.16);
  border-color: rgba(255, 240, 225, 0.24);
  color: var(--text-inverse);
}

.social-rail__link svg {
  width: 20px;
  height: 20px;
}

body[data-page="home"] .social-rail__link {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(16, 12, 10, 0.44);
  color: var(--text-inverse);
  backdrop-filter: blur(10px);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

body[data-page="contact"] .contact-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: stretch;
  width: min(1680px, calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
}

body[data-page="contact"] .contact-card {
  grid-column: 1;
  grid-row: 1;
}

body[data-page="contact"] .contact-form {
  grid-column: 2;
  grid-row: 1;
}

body[data-page="contact"] .contact-location {
  grid-column: 1 / -1;
  grid-row: 2;
  width: min(1180px, 100%);
  margin: 18px auto 0;
}

body[data-page="contact"] .contact-location .contact-map {
  width: 100%;
}

body[data-page="contact"] .contact-card,
body[data-page="contact"] .contact-form {
  border: 1px solid rgba(248, 242, 232, 0.24);
  background:
    radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.13), rgba(255, 248, 240, 0.04) 48%, rgba(12, 10, 9, 0.72));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(248, 242, 232, 0.1) inset;
  color: var(--text-inverse);
}

body[data-page="contact"] .contact-location .contact-map {
  border-color: rgba(248, 242, 232, 0.24);
  background:
    radial-gradient(circle at 14% 0%, rgba(248, 242, 232, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(248, 242, 232, 0.11), rgba(255, 248, 240, 0.035) 50%, rgba(12, 10, 9, 0.74));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(248, 242, 232, 0.1) inset;
}

body[data-page="contact"] .contact-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 520px;
  padding: 36px;
  text-align: center;
}

body[data-page="contact"] .contact-card h2 {
  margin: 0 0 44px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.25rem, 3.1vw, 3.45rem);
  color: var(--text-inverse);
}

body[data-page="contact"] .contact-list {
  gap: 28px;
  margin-top: 4px;
  justify-items: center;
}

body[data-page="contact"] .contact-list a {
  color: var(--text-inverse);
  font-size: clamp(1.28rem, 1.7vw, 1.72rem);
  line-height: 1.18;
}

body[data-page="contact"] .contact-list a[href^="tel"] {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
  line-height: 1.08;
}

body[data-page="contact"] .contact-list span {
  margin-top: 8px;
  color: rgba(248, 242, 232, 0.76);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="contact"] .contact-hub__actions {
  margin-top: 56px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

body[data-page="contact"] .contact-form {
  padding: 36px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

body[data-page="contact"] .contact-form label {
  color: rgba(248, 242, 232, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(71, 48, 36, 0.12);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 251, 246, 0.78);
}

body[data-page="contact"] .contact-form input,
body[data-page="contact"] .contact-form select,
body[data-page="contact"] .contact-form textarea {
  border: 1px solid rgba(248, 242, 232, 0.18);
  border-radius: 0;
  background: rgba(248, 242, 232, 0.055);
  color: var(--text-inverse);
  font-size: 1.05rem;
  letter-spacing: 0;
}

body[data-page="contact"] .contact-form input:focus,
body[data-page="contact"] .contact-form select:focus,
body[data-page="contact"] .contact-form textarea:focus {
  border-color: rgba(248, 242, 232, 0.72);
  outline: 1px solid rgba(248, 242, 232, 0.28);
}

body[data-page="contact"] .contact-form input::placeholder,
body[data-page="contact"] .contact-form textarea::placeholder {
  color: rgba(248, 242, 232, 0.38);
}

.site-footer {
  position: relative;
  z-index: 2;
  margin-top: 120px;
  padding: clamp(58px, 7vw, 104px) clamp(22px, 5vw, 84px);
  color: var(--text-inverse);
  background:
    radial-gradient(circle at 12% 0%, rgba(248, 242, 232, 0.11), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(8, 7, 7, 0.96) 18%, #080707);
}

.site-footer::before {
  content: "";
  display: block;
  width: min(720px, 72vw);
  height: 1px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  background: linear-gradient(90deg, transparent, rgba(248, 242, 232, 0.72), transparent);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) repeat(3, minmax(180px, 0.62fr));
  column-gap: clamp(110px, 11vw, 220px);
  row-gap: clamp(30px, 5vw, 86px);
  width: min(1620px, 100%);
  margin: 0 auto;
  align-items: start;
  justify-content: center;
}

.site-footer__brand {
  display: grid;
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.site-footer__brand img {
  width: min(340px, 84vw);
  height: auto;
}

.site-footer__brand p {
  margin: 0;
  max-width: 420px;
  color: rgba(248, 242, 232, 0.72);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.6;
}

.site-footer__top {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 8px;
  border: 1px solid rgba(248, 242, 232, 0.22);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(248, 242, 232, 0.06);
  color: var(--text-inverse);
  font: 700 0.78rem/1 "Manrope", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer__top span {
  color: #ffd34d;
  font-size: 1.05rem;
}

.site-footer__column {
  display: grid;
  gap: 16px;
}

.site-footer__column h2 {
  margin: 0 0 8px;
  color: #ffd34d;
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__column a {
  color: rgba(248, 242, 232, 0.76);
  font-size: clamp(0.95rem, 1.1vw, 1.12rem);
  line-height: 1.35;
}

.site-footer__column a:hover {
  color: var(--text-inverse);
}

.section--contact-cta {
  padding: 54px;
  border-radius: 36px;
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .service-grid,
  .section--split,
  .blog-preview,
  .blog-grid,
  .project-list,
  .team-grid,
  .pillar-grid,
  .video-gallery,
  .contact-layout,
  .hero__stats,
  .story-layout,
  .availability-layout {
    grid-template-columns: 1fr;
  }

  .journal-featured-card {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    min-height: auto;
  }

  .hero {
    min-height: 82vh;
  }

  .hero__media .video-frame,
  .hero__media .video-placeholder {
    min-height: 82vh;
  }

  .hero__content,
  .page-hero__content {
    padding: 0 28px 34px;
  }

  .about-preview {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-photo-card {
    width: min(100%, 1120px);
    max-width: 1120px;
    min-height: 980px;
    justify-self: start;
    margin-left: clamp(10px, 1.8vw, 24px);
  }

  .story-layout {
    min-height: 0;
    gap: 26px;
  }

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

  .vlog-layout,
  .contact-hub {
    grid-template-columns: 1fr;
  }

  .partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .projects-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, calc(100vw - 48px));
    gap: 40px 28px;
  }

  body[data-page="weddings"] .section--weddings-gallery {
    margin-left: calc(50% - 50vw + 16px);
    margin-right: calc(50% - 50vw + 16px);
  }

  body[data-page="weddings"] .video-gallery--masonry {
    padding: 0 16px;
  }

  .wedding-inquiry-panel {
    grid-template-columns: 1fr;
    width: calc(100vw - 32px);
    margin: 64px auto;
  }

  .wedding-inquiry-panel__body {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.85fr);
    gap: 28px;
  }

  .video-gallery--masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 2px;
  }

  .video-gallery--masonry .gallery-card,
  .video-gallery--masonry .gallery-card--large,
  .video-gallery--masonry .gallery-card--wide,
  .video-gallery--masonry .gallery-card--tall {
    grid-column: span 1;
  }

  .story-copy__brand {
    grid-template-columns: 1fr;
  }

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

  .site-header {
    grid-template-columns: 1fr auto;
  }

  body[data-page="home"] .site-header {
    left: 16px;
    right: 16px;
    top: 16px;
  }

  .site-nav-group {
    display: none;
  }

  .social-rail {
    right: 14px;
    top: 60%;
    bottom: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 14px 16px;
    border-radius: 28px;
  }

  body[data-page="home"] .site-header {
    left: 10px;
    right: 10px;
    top: 10px;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 249, 241, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav--open {
    display: flex;
  }

  .site-header .site-nav {
    top: calc(100% + 2px);
    left: 50%;
    right: auto;
    width: min(218px, calc(100vw - 52px));
    transform: translateX(-50%);
    align-items: center;
    padding: 7px 8px;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(10px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 22px 60px rgba(0, 0, 0, 0.42);
  }

  .site-header .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px;
    padding: 0 6px;
    color: rgba(248, 242, 232, 0.86) !important;
    text-align: center;
    font-size: 0.56rem;
    line-height: 1;
    letter-spacing: 0.12em;
    border-bottom: 1px solid rgba(248, 242, 232, 0.08);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  }

  .site-header .site-nav a.nav-link--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    letter-spacing: 0.12em;
  }

  .site-header .site-nav a:active,
  .site-header .site-nav a.is-loading {
    color: #fff200 !important;
  }

  .site-header .site-nav a:last-child {
    border-bottom: 0;
  }

  .nav-toggle[aria-expanded="true"] {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
      rgba(8, 8, 8, 0.32);
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .hero {
    min-height: 76vh;
  }

  .hero__media .video-frame,
  .hero__media .video-placeholder {
    min-height: 76vh;
  }

  .section {
    padding-top: 82px;
  }

  .section--services {
    margin-left: calc(50% - 50vw + 10px);
    margin-right: calc(50% - 50vw + 10px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .showcase-intro {
    width: calc(100vw - 20px);
    padding: 0 10px;
  }

  .service-card,
  .service-card .video-frame,
  .service-card .video-placeholder {
    min-height: 72vh;
  }

  .service-card__body {
    padding: 26px 20px 30px;
  }

  .video-gallery--masonry {
    grid-template-columns: 1fr;
    row-gap: 2px;
  }

  .projects-showcase {
    grid-template-columns: 1fr;
    width: min(520px, calc(100vw - 32px));
    gap: 34px;
    margin-bottom: 64px;
  }

  .project-showcase-card__caption {
    min-height: 78px;
    padding: 14px 14px 16px;
  }

  body[data-page="blog"] .page-hero__content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .journal-featured-card__media {
    min-height: 360px;
  }

  .about-story,
  .about-founder {
    grid-template-columns: 1fr;
  }

  .about-story__media {
    min-height: 340px;
  }

  .about-founder__media {
    min-height: 0;
    max-height: none;
  }

  .about-story__copy,
  .about-founder__copy {
    padding: 18px 4px 0;
  }

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

  body[data-page="weddings"] .section--weddings-gallery {
    margin-left: calc(50% - 50vw + 10px);
    margin-right: calc(50% - 50vw + 10px);
  }

  body[data-page="weddings"] .section-heading--weddings-intro {
    width: calc(100vw - 24px);
    padding: 0 4px;
  }

  body[data-page="weddings"] .video-gallery--masonry {
    display: grid;
    padding: 0 10px;
    gap: 2px 6px;
    row-gap: 2px;
  }

  .wedding-inquiry-panel {
    width: calc(100vw - 20px);
    margin: 48px auto;
    padding: 28px 16px;
  }

  .wedding-inquiry-panel__body {
    grid-template-columns: 1fr;
  }

  .wedding-inquiry-panel__copy h2 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .wedding-inquiry-note {
    position: static;
    padding-top: 0;
  }

  .video-gallery--masonry .gallery-card,
  .video-gallery--masonry .gallery-card--large,
  .video-gallery--masonry .gallery-card--wide,
  .video-gallery--masonry .gallery-card--tall {
    grid-column: span 1;
  }

  .contact-hub__copy,
  .contact-map {
    padding: 24px;
  }

  .story-copy {
    padding: 0;
  }

  .team-photo-card {
    width: min(100%, 100%);
    max-width: 100%;
    min-height: 620px;
  }

  .story-layout {
    min-height: 0;
    padding: 32px 20px;
  }

  .story-copy {
    padding: 0;
  }

  .social-rail {
    right: 10px;
    top: 62%;
    bottom: auto;
    grid-auto-flow: column;
  }

  .social-rail__link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }

  .section--contact-cta {
    padding: 34px 24px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 96px;
  }

  body {
    overflow-x: hidden;
  }

  .site-shell {
    width: 100%;
    padding: 0;
  }

  .site-header {
    grid-template-columns: 34px 1fr 34px;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
    min-height: 46px;
    padding: 6px 2px;
    border-radius: 0;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
  }

  .brand-mark {
    min-width: 0;
    grid-column: 2;
    justify-self: center;
    width: auto;
    height: 34px;
    display: grid;
    place-items: center;
  }

  .brand-mark::before {
    content: none;
  }

  .brand-mark__logo {
    width: 42px;
    height: 42px;
  }

  .brand-mark__title {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    max-width: none;
    font-size: 0.86rem !important;
    line-height: 1;
    letter-spacing: 0.12em;
    color: var(--text-inverse) !important;
  }

  .nav-toggle {
    grid-column: 3;
    justify-self: end;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(248, 242, 232, 0.18);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(8, 8, 8, 0.2);
    opacity: 1;
    pointer-events: auto;
    backdrop-filter: blur(12px);
  }

  .nav-toggle span {
    width: 16px;
    height: 1px;
    margin: 5px auto;
    background: var(--text-inverse);
  }

  .site-nav {
    top: calc(100% + 6px);
    left: auto;
    right: 0;
    width: min(230px, calc(100vw - 20px));
    padding: 14px;
    gap: 2px;
    border-radius: 18px;
    background: rgba(10, 9, 8, 0.96);
    border-color: rgba(248, 242, 232, 0.16);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px;
    padding: 0 6px;
    color: var(--text-inverse) !important;
    text-align: center;
    font-size: 0.56rem;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .site-nav a.nav-link--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    letter-spacing: 0.12em;
  }

  .site-nav a::after,
  .site-nav-group a::after {
    display: none;
  }

  .site-nav--open {
    display: flex;
  }

  .hero,
  .page-hero {
    min-height: 74vh;
  }

  .hero__media .video-frame,
  .hero__media .video-placeholder {
    min-height: 74vh;
  }

  .hero__content,
  .page-hero__content {
    width: 100%;
    padding: 0 18px 30px;
    text-align: center;
  }

  .hero h1,
  .page-hero h1,
  body[data-page="about"] .page-hero h1,
  body[data-page="blog"] .page-hero h1,
  body[data-page="contact"] .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 4.05rem);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .hero__lead,
  .page-hero p,
  body[data-page="about"] .page-hero p,
  body[data-page="blog"] .page-hero p,
  body[data-page="contact"] .page-hero p {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .section {
    width: 100%;
    padding: 68px 16px 0;
  }

  .section-heading {
    margin-bottom: 24px;
    text-align: center;
  }

  .section-heading h2 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
    line-height: 1;
    letter-spacing: 0;
  }

  .section-heading p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .section--services,
  body[data-page="weddings"] .section--weddings-gallery {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-grid,
  .blog-preview,
  .blog-grid,
  .team-grid,
  .pillar-grid,
  .contact-hub,
  .story-layout,
  .vlog-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card,
  .service-card .video-frame,
  .service-card .video-placeholder {
    min-height: 62vh;
  }

  .service-card__body,
  .blog-card__body {
    padding: 22px 18px 24px;
  }

  .service-card h3,
  .blog-card h3,
  .project-card h2,
  .team-card h3,
  .pillar-card h3 {
    font-size: clamp(1.9rem, 9vw, 2.85rem);
    line-height: 1.02;
  }

  .story-layout {
    padding: 24px 0;
  }

  .team-photo-card {
    min-height: 460px;
    margin-left: 0;
  }

  .story-copy__brand {
    gap: 20px;
  }

  .founder-card {
    min-height: 560px;
    border-radius: 18px;
  }

  .founder-card__overlay {
    padding: 22px 18px;
  }

  .founder-card__overlay h3 {
    font-size: 2rem;
  }

  .founder-card__overlay p {
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .partner-tile {
    min-height: 112px;
    padding: 8px;
  }

  .partner-tile img,
  .partner-tile--large img {
    max-width: 148px;
    max-height: 74px;
  }

  .vlog-layout {
    gap: 12px;
  }

  body[data-page="home"] .vlog-copy {
    order: 1;
  }

  body[data-page="home"] .vlog-media {
    order: 2;
  }

  .vlog-copy h2 {
    font-size: clamp(1.45rem, 6vw, 2.05rem);
    line-height: 1;
  }

  .vlog-coming-soon span {
    font-size: clamp(2.1rem, 11vw, 3.6rem);
  }

  .contact-hub__copy,
  .contact-map,
  body[data-page="contact"] .contact-card,
  body[data-page="contact"] .contact-form {
    padding: 24px 18px;
  }

  .contact-hub__copy h3,
  .contact-map h3,
  body[data-page="contact"] .contact-card h2 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .contact-hub__actions,
  body[data-page="contact"] .contact-hub__actions {
    gap: 12px;
    margin-top: 28px;
  }

  .contact-hub__social {
    width: 58px;
    height: 58px;
  }

  .contact-hub__social svg {
    width: 24px;
    height: 24px;
  }

  .blog-card--home-preview,
  .blog-card--full,
  .journal-featured-card {
    border-radius: 0;
  }

  .blog-card--home-preview .blog-card__media,
  .blog-card__media,
  .journal-featured-card__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .blog-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .blog-topic-list {
    gap: 10px;
  }

  .blog-topic-list span {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  body[data-page="weddings"] .section-heading--weddings-intro {
    width: 100%;
  }

  body[data-page="weddings"] .video-gallery--masonry {
    padding: 0;
    gap: 8px;
  }

  body[data-page="weddings"] .gallery-card,
  body[data-page="weddings"] .gallery-card__media {
    min-height: 0;
  }

  body[data-page="weddings"] .gallery-card__media {
    aspect-ratio: 16 / 10;
  }

  .wedding-inquiry-panel {
    width: 100%;
    margin: 42px 0;
    padding: 24px 16px;
  }

  .wedding-inquiry-panel__copy h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .wedding-inquiry-note {
    padding: 22px 18px;
  }

  .wedding-inquiry-note p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .wedding-inquiry-form {
    gap: 14px;
  }

  .wedding-inquiry-form input,
  .wedding-inquiry-form select,
  .wedding-inquiry-form textarea,
  body[data-page="contact"] .contact-form input,
  body[data-page="contact"] .contact-form select,
  body[data-page="contact"] .contact-form textarea {
    min-height: 48px;
    padding: 13px 14px;
    font-size: 1rem;
  }

  .about-story,
  .about-founder {
    gap: 24px;
  }

  .about-story__copy p,
  .about-founder__copy p,
  .about-pillars p {
    font-size: 1.08rem;
    line-height: 1.72;
  }

  .about-founder__media {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .team-card--video {
    min-height: 560px;
  }

  .team-card--placeholder {
    min-height: 320px;
  }

  body[data-page="production"] .projects-showcase {
    width: 100%;
    gap: 26px;
  }

  body[data-page="production"] .project-showcase-section__heading {
    grid-template-columns: 1fr;
    align-items: center;
  }

  body[data-page="production"] .project-showcase-section__heading p {
    justify-self: center;
    text-align: center;
  }

  body[data-page="production"] .project-showcase-section__grid--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="production"] .project-showcase-card__media {
    aspect-ratio: 16 / 10;
  }

  .social-rail {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 14px;
    z-index: 50;
    transform: translateX(-50%);
    grid-auto-flow: column;
    padding: 6px;
    border-radius: 999px;
    background: rgba(8, 7, 7, 0.74);
    backdrop-filter: blur(14px);
  }

  .social-rail__link {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .hero {
    min-height: clamp(480px, 72vh, 680px);
    height: clamp(480px, 72vh, 680px);
    margin: 0;
  }

  body[data-page="home"] .hero__media {
    position: absolute;
    inset: 0;
  }

  body[data-page="home"] .hero__media .video-frame,
  body[data-page="home"] .hero__media .video-placeholder {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  body[data-page="home"] .hero__media .video-frame video,
  body[data-page="home"] .hero__media .video-frame iframe {
    object-fit: cover;
  }

  body[data-page="home"] .hero__backdrop {
    background: linear-gradient(180deg, rgba(12, 8, 7, 0.1) 0%, rgba(12, 8, 7, 0.2) 100%);
  }

  body[data-page="home"] .section--services {
    padding: 0;
    margin: 0;
  }

  body[data-page="home"] .service-grid {
    display: grid;
    gap: 0;
    padding: 0;
  }

  body[data-page="home"] .service-card--home-showcase,
  body[data-page="home"] .service-card--home-showcase .video-frame,
  body[data-page="home"] .service-card--home-showcase .video-placeholder {
    display: block;
    min-height: clamp(190px, 54vw, 280px);
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  body[data-page="home"] .service-card--home-showcase .video-frame video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  body[data-page="home"] .service-card--home-showcase .video-frame.video-frame--local {
    width: 100%;
    background: #000;
  }

  body[data-page="home"] .service-card__cta,
  body[data-page="home"] .hero__cta {
    width: 58px;
    height: 58px;
  }

  body[data-page="home"] .section--story-home {
    padding: 0 12px;
  }

  body[data-page="home"] .story-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    gap: 12px;
    padding: 0;
  }

  body[data-page="home"] .team-photo-card {
    display: none;
    min-height: 0;
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    align-self: center;
    place-items: center;
    justify-self: center;
    padding: 4px;
  }

  body[data-page="home"] .team-photo-card--logo img {
    display: block;
    width: min(220px, 56vw);
    max-width: 220px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
  }

  body[data-page="home"] .story-copy {
    display: block;
    grid-column: auto;
    width: 100%;
    max-width: 430px;
    padding: 0;
    text-align: left;
  }

  body[data-page="home"] .story-copy__block {
    display: block;
    gap: 0;
  }

  body[data-page="home"] .story-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(1.85rem, 8.8vw, 2.7rem);
    line-height: 1;
    text-align: center;
  }

  body[data-page="home"] .story-copy p,
  body[data-page="home"] .section--story-home .story-copy p,
  body[data-page="home"] .section--story-home .story-copy p:nth-of-type(1),
  body[data-page="home"] .section--story-home .story-copy p:nth-of-type(3),
  body[data-page="home"] .section--story-home .story-copy p:nth-of-type(4),
  body[data-page="home"] .section--story-home .story-copy p:nth-of-type(5),
  body[data-page="home"] .section--story-home .story-copy p:nth-of-type(6),
  body[data-page="home"] .section--story-home .story-copy p:nth-of-type(7) {
    font-size: 1rem;
    line-height: 1.72;
    width: auto;
    margin: 0;
    text-align: left;
  }

  body[data-page="home"] .section--story-home .story-copy p + p {
    margin-top: 0;
  }

  body[data-page="home"] .section--story-home .story-copy p:not(:last-child) {
    margin-bottom: 36px;
  }

  body[data-page="home"] .story-copy__actions {
    margin-top: 26px;
  }

  body[data-page="home"] .story-copy .text-link {
    justify-content: flex-start;
    margin-top: 8px;
    font-size: 0.78rem;
  }

  body[data-page="home"] .founder-grid {
    width: min(100%, 460px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 18px;
    margin-top: 0;
    justify-self: center;
  }

  body[data-page="home"] .founder-card {
    min-height: 252px;
    border-radius: 12px;
  }

  body[data-page="home"] .founder-card:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    min-width: 0;
    justify-self: center;
  }

  body[data-page="home"] .founder-card__video,
  body[data-page="home"] .founder-card img {
    object-position: center 18%;
  }

  body[data-page="home"] .founder-card__overlay {
    padding: 12px 8px;
    background: linear-gradient(180deg, transparent 0%, rgba(11, 8, 7, 0.82) 100%);
  }

  body[data-page="home"] .founder-card__overlay h3 {
    font-family: "Bodoni Moda", serif;
    margin-bottom: 3px;
    font-size: clamp(0.98rem, 4.2vw, 1.22rem);
    line-height: 0.98;
  }

body[data-page="home"] .founder-card__overlay p {
  font-family: "Bodoni Moda", serif;
  color: #ffd34d;
  font-size: 0.46rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

  body[data-page="home"] .founder-card__placeholder span {
    font-family: "Bodoni Moda", serif;
    width: 72px;
    height: 72px;
    font-size: 0.78rem;
  }

  body[data-page="home"] .section--home-team-flow {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  body[data-page="home"] .section--home-team-flow::before {
    margin-top: 24px;
    margin-bottom: 22px;
  }

  body[data-page="home"] .section--home-team-flow::after {
    margin-top: 22px;
    margin-bottom: 18px;
  }

  body[data-page="home"] .section--mobile-logo {
    display: none;
  }

  body[data-page="home"] .section--story-home::before {
    margin-top: 34px;
    margin-bottom: 22px;
  }

  body[data-page="home"] .section--story-home::after {
    margin-top: 22px;
    margin-bottom: clamp(34px, 3.6vw, 62px);
  }

  body[data-page="home"] .contact-map,
  body[data-page="contact"] .contact-map {
    gap: 12px;
    padding: 18px 14px;
  }

  body[data-page="home"] .contact-map h3,
  body[data-page="contact"] .contact-map h3 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  body[data-page="home"] .contact-map iframe,
  body[data-page="home"] .contact-map__placeholder,
  body[data-page="contact"] .contact-map iframe,
  body[data-page="contact"] .contact-map__placeholder {
    min-height: 220px;
  }

  body[data-page="home"] .contact-map .text-link,
  body[data-page="contact"] .contact-map .text-link {
    font-size: 0.72rem;
  }

  body[data-page="home"] .section--mobile-logo {
    display: grid;
    place-items: center;
    padding: 0 12px;
    margin-bottom: -74px;
    position: relative;
  }

  body[data-page="home"] .section--mobile-logo::before {
    content: "";
    display: block;
    width: min(1680px, calc(100% - clamp(32px, 6vw, 120px)));
    height: 1px;
    margin: 22px auto;
    background: linear-gradient(90deg, transparent 0%, rgba(248, 242, 232, 0.14) 18%, rgba(248, 242, 232, 0.34) 50%, rgba(248, 242, 232, 0.14) 82%, transparent 100%);
  }

  body[data-page="home"] .section--mobile-logo img {
    display: block;
    width: min(340px, 84vw);
    height: auto;
    margin: 0 auto;
    transform: translateY(-10px);
  }

  body[data-page="home"] .section--vlog::before {
    margin-top: 6px;
    margin-bottom: 22px;
  }

  body[data-page="home"] .section--vlog::after {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  body[data-page="home"] .section--partners {
    padding-top: 12px;
  }

  body[data-page="home"] .section--blog-preview {
    padding-top: 22px;
  }

  body[data-page="home"] .section--blog-preview::before {
    margin-top: 0;
    margin-bottom: 22px;
  }

  body[data-page="home"] .section--blog-preview .section-heading {
    margin-bottom: 18px;
  }

  body[data-page="home"] .section--blog-preview .section-heading h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.65rem);
  }

  body[data-page="home"] .blog-preview {
    gap: 8px;
  }

  body[data-page="home"] .blog-card--home-preview .blog-card__media {
    aspect-ratio: 16 / 6.8;
  }

  body[data-page="home"] .blog-card--home-preview .blog-card__body {
    padding: 12px 12px 14px;
  }

  body[data-page="home"] .blog-card--home-preview .blog-card__category {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  body[data-page="home"] .blog-card--home-preview h3 {
    margin: 6px 0 6px;
    font-size: clamp(1.08rem, 5.2vw, 1.42rem);
    line-height: 1.05;
  }

  body[data-page="home"] .blog-card--home-preview p {
    font-size: 0.74rem;
    line-height: 1.42;
  }

  body[data-page="home"] .blog-card--home-preview .blog-card__footer {
    margin-top: 10px;
    padding-top: 9px;
    gap: 5px;
  }

  body[data-page="home"] .blog-card--home-preview .blog-card__footer span,
  body[data-page="home"] .blog-card--home-preview .text-link {
    font-size: 0.6rem;
  }
}

@media (max-width: 760px) {
  body[data-page="weddings"] .section--weddings-gallery {
    padding: 84px 8px 0;
    margin-left: 0;
    margin-right: 0;
  }

  body[data-page="weddings"] .section-heading--weddings-intro {
    width: min(100%, 720px);
    margin-bottom: 18px;
    padding: 0 4px 20px;
  }

  body[data-page="weddings"] .section-heading--weddings-intro h2 {
    margin-bottom: 14px;
    font-size: clamp(1.28rem, 5.85vw, 1.92rem);
    line-height: 1.16;
    letter-spacing: 0.03em;
    word-spacing: 0.06em;
    white-space: normal;
  }

  body[data-page="weddings"] .section-heading--weddings-intro h2 span {
    display: block;
    white-space: nowrap;
  }

  body[data-page="weddings"] .section-heading--weddings-intro p {
    display: none;
  }

  body[data-page="weddings"] .wedding-mobile-text-card {
    display: block;
    grid-column: span 1 !important;
    padding: 0;
  }

  body[data-page="weddings"] .wedding-mobile-text-card p {
    max-width: calc(100vw - 24px);
    margin: 0 auto;
    font-size: 0.92rem;
    line-height: 1.66;
    color: rgba(248, 242, 232, 0.82);
    text-align: left;
  }

  body[data-page="weddings"] .video-gallery--masonry {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    gap: 6px !important;
  }

  body[data-page="weddings"] .video-gallery--masonry .gallery-card,
  body[data-page="weddings"] .video-gallery--masonry .gallery-card--large,
  body[data-page="weddings"] .video-gallery--masonry .gallery-card--wide,
  body[data-page="weddings"] .video-gallery--masonry .gallery-card--tall,
  body[data-page="weddings"] .video-gallery--masonry .gallery-card--medium {
    grid-column: span 1 !important;
  }

  body[data-page="weddings"] .video-gallery--masonry .gallery-card .gallery-card__poster {
    aspect-ratio: 16 / 8.4;
  }

  body[data-page="weddings"] .gallery-card__play {
    width: 38px;
    height: 38px;
  }

  body[data-page="weddings"] .gallery-card__play::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
  }

  body[data-page="weddings"] .wedding-inquiry-panel {
    width: 100%;
    margin: 14px 0;
    padding: 18px 0;
    border-bottom: 0;
    gap: 18px;
    text-align: center;
  }

  body[data-page="weddings"] .wedding-inquiry-panel__copy h2 {
    max-width: 100%;
    font-size: clamp(1.45rem, 6.6vw, 2.08rem);
    line-height: 1.04;
  }

  body[data-page="weddings"] .wedding-inquiry-panel__copy p {
    margin-top: 10px;
    font-size: 0.72rem;
    line-height: 1.5;
  }

  body[data-page="weddings"] .wedding-inquiry-panel__body {
    grid-template-columns: 1fr !important;
    gap: 18px;
    align-items: start;
  }

  body[data-page="weddings"] .wedding-inquiry-form {
    gap: 14px;
  }

  body[data-page="weddings"] .wedding-inquiry-form label {
    gap: 8px;
    font-size: 0.68rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  body[data-page="weddings"] .wedding-inquiry-form input,
  body[data-page="weddings"] .wedding-inquiry-form select,
  body[data-page="weddings"] .wedding-inquiry-form textarea {
    min-height: 48px;
    padding: 13px 12px;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  body[data-page="weddings"] .wedding-inquiry-form textarea {
    min-height: 118px;
  }

  body[data-page="weddings"] .wedding-inquiry-form .button {
    min-height: 48px;
    padding: 13px 12px;
    font-size: 0.72rem;
  }

  body[data-page="weddings"] .wedding-inquiry-note {
    position: static;
    min-height: 0;
    padding: 24px 18px;
    border-left-width: 5px;
  }

  body[data-page="weddings"] .wedding-inquiry-note h3 {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }

  body[data-page="weddings"] .wedding-inquiry-note__group {
    margin-top: 22px;
  }

  body[data-page="weddings"] .wedding-inquiry-note__group + .wedding-inquiry-note__group {
    padding-top: 18px;
  }

  body[data-page="weddings"] .wedding-inquiry-note h4 {
    margin-bottom: 12px;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  body[data-page="weddings"] .wedding-inquiry-note p {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.66;
  }

  body[data-page="weddings"] .wedding-inquiry-note p span {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    font-size: 0.58rem;
  }
}

@media (max-width: 760px) {
  body[data-page="production"] main {
    padding-top: 86px;
  }

  body[data-page="reels"] .page-hero {
    min-height: 34vh;
  }

  body[data-page="reels"] .page-hero__content {
    padding: 82px 18px 28px;
  }

  body[data-page="reels"] .page-hero h1 {
    font-size: clamp(2.4rem, 13vw, 4.1rem);
    letter-spacing: 0.08em;
  }

  body[data-page="reels"] .page-hero p {
    max-width: 360px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  body[data-page="reels"] .reels-showcase {
    width: min(100%, calc(100vw - 28px));
    padding-top: 52px;
  }

  body[data-page="reels"] .reels-client-list {
    gap: 44px;
    margin-top: 42px;
  }

  body[data-page="reels"] .reel-client-section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0;
  }

  body[data-page="reels"] .reel-client-brand {
    min-height: 150px;
    border-radius: 18px;
    padding: 20px;
  }

  body[data-page="reels"] .reel-client-brand img {
    width: min(230px, 88%);
    max-height: 98px;
  }

  body[data-page="reels"] .reel-client-brand--text span {
    font-size: clamp(1.65rem, 8vw, 2.8rem);
    letter-spacing: 0.11em;
  }

  body[data-page="reels"] .reel-client-brand--weddings span {
    font-size: clamp(1.18rem, 5.2vw, 2rem);
    letter-spacing: 0.08em;
  }

  body[data-page="reels"] .reel-client-brand--personal {
    gap: 12px;
    min-height: 150px;
  }

  body[data-page="reels"] .reel-client-brand--personal .personal-logo-line {
    font-size: clamp(1.08rem, 4.9vw, 1.72rem);
    letter-spacing: 0.2em;
  }

  body[data-page="reels"] .reel-client-brand--personal .personal-logo-line--first {
    justify-self: start;
    margin-left: 82px;
  }

  body[data-page="reels"] .reel-client-brand--personal .personal-logo-line--second {
    justify-self: end;
    margin-right: 82px;
  }

  body[data-page="reels"] .reels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
  }

  body[data-page="reels"] .reels-grid--pair {
    max-width: none;
  }

  body[data-page="reels"] .reel-card {
    border-radius: 18px;
  }

  body[data-page="reels"] .reel-card__caption {
    gap: 5px;
    padding: 12px;
  }

  body[data-page="reels"] .reel-card__caption span {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
  }

  body[data-page="reels"] .reel-card__caption strong {
    font-size: 0.82rem;
    line-height: 1;
  }

  body[data-page="production"] .projects-showcase {
    width: 100%;
    gap: 10px 8px;
    padding: 0 8px;
    margin-bottom: 56px;
  }

  body[data-page="production"] .project-showcase-section {
    gap: 14px;
  }

  body[data-page="production"] .project-showcase-section__heading {
    padding-bottom: 10px;
  }

  body[data-page="production"] .project-showcase-section__heading h2 {
    font-size: clamp(0.92rem, 4.4vw, 1.25rem);
    letter-spacing: 0.18em;
  }

  body[data-page="production"] .project-showcase-section__heading p {
    font-size: 0.72rem;
    line-height: 1.45;
    text-align: center;
  }

  body[data-page="production"] .project-showcase-section__grid,
  body[data-page="production"] .project-showcase-section__grid--cols-2,
  body[data-page="production"] .project-showcase-section__grid--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  body[data-page="production"] .project-showcase-section__lane {
    font-size: 0.52rem;
    letter-spacing: 0.12em;
    text-align: center;
  }

  body[data-page="production"] .project-showcase-card__media {
    aspect-ratio: 16 / 10;
  }

  body[data-page="production"] .project-showcase-card__caption {
    min-height: 56px;
    gap: 4px;
    padding: 9px 8px 10px;
  }

  body[data-page="production"] .project-showcase-card__caption h2 {
    font-size: clamp(0.78rem, 3.8vw, 1rem);
    line-height: 1.08;
  }

  body[data-page="production"] .project-showcase-card__caption p {
    font-size: 0.58rem;
    line-height: 1.25;
  }

  body[data-page="production"] .project-showcase-card__play {
    width: 38px;
    height: 38px;
  }

  body[data-page="production"] .project-showcase-card__play::after {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
  }
}

@media (max-width: 760px) {
  body[data-page="about"] .page-hero {
    min-height: 22vh;
  }

  body[data-page="about"] main {
    display: flex;
    flex-direction: column;
  }

  body[data-page="about"] .page-hero {
    order: 1;
  }

  body[data-page="about"] .about-founder {
    order: 2;
  }

  body[data-page="about"] .about-values {
    order: 4;
    padding-top: 34px;
  }

  body[data-page="about"] .about-story {
    display: contents !important;
  }

  body[data-page="about"] .about-story__copy {
    order: 6;
    margin-top: 42px;
  }

  body[data-page="about"] .about-team {
    order: 5;
  }

  body[data-page="about"] .page-hero__content {
    padding: 58px 18px 14px;
  }

  body[data-page="about"] .page-hero h1 {
    width: min(100%, 340px);
    max-width: calc(100vw - 54px);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.72rem, 8.6vw, 2.58rem);
    line-height: 1;
    white-space: normal;
  }

  body[data-page="about"] .page-hero h1 span {
    display: block;
  }

  body[data-page="about"] .page-hero h1 span:first-child {
    text-align: left;
  }

  body[data-page="about"] .page-hero h1 span:last-child {
    text-align: right;
    margin-top: 8px;
    padding-right: 4px;
  }

  body[data-page="about"] .page-hero p {
    display: none;
  }

  body[data-page="about"] .page-hero .eyebrow,
  body[data-page="about"] .about-story__copy .eyebrow,
  body[data-page="about"] .about-founder__copy .eyebrow,
  body[data-page="about"] .about-values .eyebrow {
    font-size: 0.78rem;
    line-height: 1.35;
    letter-spacing: 0.14em;
  }

  body[data-page="about"] .about-story,
  body[data-page="about"] .about-founder {
    gap: 22px;
    padding-top: 28px;
  }

  body[data-page="about"] .about-founder {
    padding-top: 18px;
  }

  body[data-page="about"] .about-founder {
    display: flex;
    flex-direction: column;
  }

  body[data-page="about"] .about-founder__media {
    order: 1;
  }

  body[data-page="about"] .about-founder__copy {
    order: 2;
  }

  body[data-page="about"] .about-story__media {
    display: grid;
    order: 3;
    width: calc(100% - 52px);
    margin: 30px auto 10px;
  }

  body[data-page="about"] .about-story__copy {
    order: 6;
  }

  body[data-page="about"] .about-story__media {
    min-height: 220px;
  }

  body[data-page="about"] .about-story__media--logo {
    min-height: 0;
    height: 108px;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    place-items: center;
  }

  body[data-page="about"] .about-story__media--logo img {
    width: min(350px, 86vw);
    height: auto;
    max-height: none;
    object-fit: contain;
    transform: translateX(-3%);
  }

  body[data-page="about"] .about-founder__media {
    max-width: 330px;
    margin: 0 auto;
  }

  body[data-page="about"] .about-story__copy,
  body[data-page="about"] .about-founder__copy {
    gap: 18px;
    padding: 0 12px;
  }

  body[data-page="about"] .about-story__copy h2,
  body[data-page="about"] .about-founder__copy h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.04;
  }

  body[data-page="about"] .about-story__copy p,
  body[data-page="about"] .about-founder__copy p,
  body[data-page="about"] .about-values .pillar-card p,
  body[data-page="about"] .team-card p {
    font-size: 1rem;
    line-height: 1.72;
  }

  body[data-page="about"] .about-story__copy p + p,
  body[data-page="about"] .about-founder__copy p + p {
    margin-top: 16px;
  }

  body[data-page="about"] .pillar-grid {
    gap: 18px;
  }

  body[data-page="about"] .pillar-card {
    padding: 26px 20px;
    border: 1px solid rgba(215, 47, 47, 0.72);
    border-left: 4px solid #d72f2f;
    background: linear-gradient(135deg, rgba(215, 47, 47, 0.12), rgba(248, 242, 232, 0.045));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  }

  body[data-page="about"] .about-values .section-heading h2,
  body[data-page="about"] .about-team .section-heading h2 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    line-height: 1.05;
  }

  body[data-page="about"] .pillar-card {
    padding: 26px 20px;
  }

  body[data-page="about"] .pillar-card h3 {
    margin: 0 0 16px;
    text-align: center;
    font-size: clamp(1.65rem, 7.4vw, 2.15rem);
    line-height: 1;
    color: #fff6f0;
  }

  body[data-page="about"] .about-values .pillar-card p {
    font-size: 1.08rem;
    line-height: 1.74;
    text-align: left;
  }

  body[data-page="about"] .team-card--video {
    min-height: 420px;
  }

  body[data-page="about"] .team-card__image {
    height: 116%;
    object-position: center top;
    transform: translateY(-12%);
  }

  body[data-page="about"] .team-card--video .team-card__content {
    padding: 22px 16px;
  }

  body[data-page="about"] .team-card h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  body[data-page="about"] .team-card__role {
    font-size: 0.58rem;
  }

  body[data-page="about"] .team-card--placeholder {
    min-height: 220px;
  }

  body[data-page="about"] .team-card__coming-soon span {
    width: 128px;
    height: 128px;
    font-size: 1.05rem;
  }

}

@media (max-width: 760px) {
  body[data-page="blog"] .page-hero {
    min-height: 46vh;
  }

  body[data-page="blog"] .page-hero__content {
    padding: 82px 16px 32px;
  }

  body[data-page="blog"] .page-hero h1 {
    max-width: 330px;
    font-size: clamp(1.05rem, 4.8vw, 1.42rem);
    line-height: 1.12;
  }

  body[data-page="blog"] .page-hero p {
    max-width: 370px;
    font-size: 1rem;
    line-height: 1.68;
  }

  body[data-page="blog"] .page-hero .eyebrow,
  body[data-page="blog"] .journal-intro .eyebrow,
  body[data-page="blog"] .blog-topics .eyebrow,
  body[data-page="blog"] .journal-latest .eyebrow {
    color: #a91f1f;
    font-size: 0.84rem;
    letter-spacing: 0.16em;
  }

  body[data-page="blog"] .page-hero .eyebrow {
    color: #ffd34d;
  }

  body[data-page="blog"] .blog-card__category {
    font-size: 0.52rem;
    letter-spacing: 0.14em;
  }

  body[data-page="blog"] .journal-featured {
    padding-top: 42px;
  }

  body[data-page="blog"] .journal-featured-card {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }

  body[data-page="blog"] .journal-featured-card__media {
    aspect-ratio: 16 / 7.2;
  }

  body[data-page="blog"] .journal-featured-card__copy {
    padding: 18px 14px 20px;
  }

  body[data-page="blog"] .journal-featured-card__copy h2 {
    margin: 7px 0 8px;
    font-size: clamp(1.15rem, 5.4vw, 1.55rem);
    line-height: 1.06;
  }

  body[data-page="blog"] .journal-featured-card__copy p,
  body[data-page="blog"] .journal-intro .section-heading p {
    font-size: 1rem;
    line-height: 1.68;
  }

  body[data-page="blog"] .journal-intro,
  body[data-page="blog"] .blog-topics,
  body[data-page="blog"] .journal-latest {
    padding-top: 44px;
  }

  body[data-page="blog"] .journal-intro .section-heading,
  body[data-page="blog"] .blog-topics .section-heading,
  body[data-page="blog"] .journal-latest .section-heading {
    margin-bottom: 18px;
  }

  body[data-page="blog"] .journal-intro .section-heading h2,
  body[data-page="blog"] .blog-topics .section-heading h2,
  body[data-page="blog"] .journal-latest .section-heading h2 {
    max-width: 340px;
    font-size: clamp(1.35rem, 6.4vw, 1.95rem);
    line-height: 1.05;
  }

  body[data-page="blog"] .blog-topic-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="blog"] .blog-topic-list span {
    min-height: 58px;
    padding: 10px 8px;
    font-size: 0.76rem;
    line-height: 1.28;
    letter-spacing: 0.07em;
  }

  body[data-page="blog"] .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  body[data-page="blog"] .blog-card--full .blog-card__media {
    aspect-ratio: 16 / 8.2;
  }

  body[data-page="blog"] .blog-card--full .blog-card__body {
    padding: 11px 10px 13px;
  }

  body[data-page="blog"] .blog-card--full h2 {
    margin-top: 6px;
    font-size: clamp(0.95rem, 4.5vw, 1.25rem);
    line-height: 1.08;
  }

  body[data-page="blog"] .blog-card--full p {
    font-size: 0.68rem;
    line-height: 1.4;
  }

  body[data-page="blog"] .blog-card__footer {
    margin-top: 9px;
    padding-top: 8px;
    gap: 5px;
  }

  body[data-page="blog"] .blog-card__footer span,
  body[data-page="blog"] .blog-card__footer .text-link {
    font-size: 0.56rem;
    line-height: 1.2;
  }
}

@media (max-width: 760px) {
  .site-footer {
    margin-top: 64px;
    padding: 44px 20px 54px;
  }

  .site-footer::before {
    width: min(320px, 78vw);
    margin-bottom: 34px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .site-footer__brand {
    justify-items: center;
    gap: 18px;
  }

  .site-footer__brand img {
    width: min(310px, 82vw);
  }

  .site-footer__brand p {
    max-width: 300px;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .site-footer__top {
    margin-top: 0;
    padding: 11px 16px;
    font-size: 0.68rem;
  }

  .site-footer__column {
    gap: 12px;
    justify-items: center;
  }

  .site-footer__inner .site-footer__column:nth-of-type(3),
  .site-footer__inner .site-footer__column:nth-of-type(4) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(300px, 100%);
    margin: 0 auto;
  }

  .site-footer__inner .site-footer__column:nth-of-type(3) h2,
  .site-footer__inner .site-footer__column:nth-of-type(4) h2 {
    grid-column: 1 / -1;
  }

  .site-footer__inner .site-footer__column:nth-of-type(3) a:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .site-footer__inner .site-footer__column:nth-of-type(3) a:nth-of-type(4) {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
  }

  .site-footer__inner .site-footer__column:nth-of-type(3) a:nth-of-type(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .site-footer__column h2 {
    margin-bottom: 2px;
    font-size: 0.76rem;
  }

  .site-footer__column a {
    font-size: 0.88rem;
  }

  body[data-page="contact"] .page-hero {
    min-height: 44vh;
  }

  body[data-page="contact"] .page-hero__content {
    padding: 82px 16px 30px;
  }

  body[data-page="contact"] .page-hero h1 {
    max-width: 410px;
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1.04;
  }

  body[data-page="contact"] .page-hero p {
    max-width: 380px;
    font-size: 1rem;
    line-height: 1.68;
  }

  body[data-page="contact"] .page-hero .eyebrow {
    font-size: 0.86rem;
    letter-spacing: 0.18em;
    color: #ffd34d;
  }

  body[data-page="contact"] .contact-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    width: min(100%, 430px);
    padding-top: 34px;
  }

  body[data-page="contact"] .contact-form {
    grid-column: 1;
    grid-row: 1;
  }

  body[data-page="contact"] .contact-card {
    grid-column: 1;
    grid-row: 2;
  }

  body[data-page="contact"] .contact-location {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0;
  }

  body[data-page="contact"] .contact-card,
  body[data-page="contact"] .contact-form,
  body[data-page="contact"] .contact-location .contact-map {
    width: 100%;
    padding: 20px 16px;
  }

  body[data-page="contact"] .contact-location {
    display: block;
  }

  body[data-page="contact"] .contact-card {
    min-height: 0;
  }

  body[data-page="contact"] .contact-card h2 {
    margin-bottom: 18px;
    font-size: clamp(1.45rem, 6.8vw, 2rem);
  }

  body[data-page="contact"] .contact-list {
    gap: 12px;
  }

  body[data-page="contact"] .contact-list a,
  body[data-page="contact"] .contact-list a[href^="tel"] {
    font-size: 0.98rem;
    line-height: 1.15;
  }

  body[data-page="contact"] .contact-hub__actions {
    gap: 10px;
    margin-top: 22px;
  }

  body[data-page="contact"] .contact-hub__social {
    width: 48px;
    height: 48px;
  }

  body[data-page="contact"] .contact-hub__social svg {
    width: 20px;
    height: 20px;
  }

  body[data-page="contact"] .contact-form {
    gap: 12px;
  }

  body[data-page="contact"] .contact-form label {
    gap: 7px;
    font-size: 0.68rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }

  body[data-page="contact"] .contact-form input,
  body[data-page="contact"] .contact-form select,
  body[data-page="contact"] .contact-form textarea {
    min-height: 44px;
    padding: 11px 12px;
    font-size: 0.94rem;
    line-height: 1.28;
  }

  body[data-page="contact"] .contact-form textarea {
    min-height: 88px;
  }

  body[data-page="contact"] .contact-form .button {
    min-height: 44px;
    padding: 11px 12px;
    font-size: 0.68rem;
  }

  body[data-page="contact"] .contact-mobile-logo {
    display: grid;
    place-items: center;
    padding-top: 38px;
    padding-bottom: 22px;
  }

  body[data-page="contact"] .contact-mobile-logo img {
    display: block;
    width: min(390px, 92vw);
    height: auto;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .video-frame--coming-soon,
  body[data-page="home"] .contact-hub__copy,
  body[data-page="home"] .contact-map,
  body[data-page="contact"] .contact-card,
  body[data-page="contact"] .contact-form,
  body[data-page="contact"] .contact-location .contact-map {
    border: 1px solid rgba(248, 242, 232, 0.24);
    border-radius: 18px;
    background:
      radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.18), transparent 34%),
      linear-gradient(145deg, rgba(248, 242, 232, 0.13), rgba(255, 248, 240, 0.04) 48%, rgba(12, 10, 9, 0.72));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(248, 242, 232, 0.1) inset;
  }

  body[data-page="home"] .video-frame--coming-soon {
    box-sizing: border-box;
    width: min(100%, 430px);
    max-width: calc(100vw - 72px);
    margin-left: auto;
    margin-right: auto;
    min-height: 132px;
    padding: 18px 14px;
  }

  body[data-page="home"] .video-frame--coming-soon .vlog-coming-soon {
    gap: 12px;
  }

  body[data-page="home"] .video-frame--coming-soon .vlog-coming-soon span {
    font-size: clamp(2.1rem, 9.4vw, 3.05rem);
    letter-spacing: 0.03em;
  }

  body[data-page="home"] .founder-card,
  body[data-page="about"] .team-card {
    border: 1px solid rgba(248, 242, 232, 0.22);
    border-radius: 18px;
    background:
      radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.14), transparent 34%),
      linear-gradient(145deg, rgba(248, 242, 232, 0.1), rgba(255, 248, 240, 0.035) 48%, rgba(12, 10, 9, 0.72));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(248, 242, 232, 0.08) inset;
  }

  body[data-page="home"] .founder-card__placeholder,
  body[data-page="about"] .team-card--placeholder {
    background:
      radial-gradient(circle at 18% 10%, rgba(248, 242, 232, 0.18), transparent 34%),
      linear-gradient(145deg, rgba(248, 242, 232, 0.13), rgba(255, 248, 240, 0.04) 48%, rgba(12, 10, 9, 0.72));
  }

  body[data-page="home"] .founder-card__placeholder span,
  body[data-page="about"] .team-card__coming-soon span {
    border-color: #a91f1f;
    background:
      radial-gradient(circle at 36% 24%, rgba(248, 242, 232, 0.18), transparent 32%),
      linear-gradient(145deg, rgba(169, 31, 31, 0.24), rgba(255, 248, 240, 0.045) 48%, rgba(169, 31, 31, 0.16));
    box-shadow:
      0 0 0 1px rgba(169, 31, 31, 0.2),
      0 14px 34px rgba(169, 31, 31, 0.18),
      0 0 34px rgba(169, 31, 31, 0.18) inset;
  }

  body[data-page="blog"] .journal-latest .section-heading,
  body[data-page="blog"] .journal-latest .section-heading h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .social-rail {
    display: none;
  }
}
