:root {
  --radius: 1rem;
  --background: oklch(0.260 0.104 15.8);
  --foreground: oklch(0.961 0.010 67.7);
  --card: oklch(0.302 0.113 17.6);
  --card-foreground: oklch(0.961 0.010 67.7);
  --primary: oklch(0.791 0.068 67.3);
  --primary-foreground: oklch(0.260 0.104 15.8);
  --secondary: oklch(0.344 0.122 16.2);
  --muted: oklch(0.302 0.113 17.6);
  --muted-foreground: oklch(0.800 0.028 67.0);
  --accent: oklch(0.791 0.068 67.3);
  --border: oklch(1 0 0 / 8%);
  --tap: oklch(0.791 0.068 67.3);
  --tap-glow: oklch(0.791 0.068 67.3);
  --gradient-primary: linear-gradient(0deg, oklch(0.791 0.068 67.3), oklch(0.791 0.068 67.3));
  --shadow-glow: 0 0 60px -10px rgba(217, 179, 140, 0.35);
  --shadow-tap: 0 10px 40px -10px rgba(217, 179, 140, 0.45);
  --font-display: "Playfair Display", "DM Serif Display", Georgia, serif;
  --font-sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  cursor: none;
  overflow-x: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

a,
button {
  color: inherit;
  cursor: none;
}

a {
  text-decoration: none;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
.brand-wordmark,
.footer-logo-row,
.stat-value,
.marquee-item span {
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 1.12;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

::selection {
  background: var(--tap);
  color: var(--primary-foreground);
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 4px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
  overflow-x: hidden;
}

.container {
  width: min(100% - 3rem, 80rem);
  margin-inline: auto;
}

.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-bottom: 0.25em;
  padding-right: 0.14em;
}

.text-accent {
  color: var(--accent);
}

.fill-icon {
  fill: currentColor;
}

.glass {
  background: oklch(1 0 0 / 0.04);
  backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.08);
}

.section-cream {
  --background: oklch(0.961 0.010 67.7);
  --foreground: oklch(0.297 0.000 89.9);
  --card: oklch(0.992 0.004 80.0);
  --card-foreground: oklch(0.297 0.000 89.9);
  --muted: oklch(0.940 0.012 75.0);
  --muted-foreground: oklch(0.440 0.020 40.0);
  --accent: oklch(0.420 0.030 40.0);
  --border: oklch(0.297 0.000 89.9 / 0.12);
  background-color: var(--background);
  color: var(--foreground);
}

.section-cream .glass {
  background: oklch(1 0 0 / 0.7);
  border: 1px solid oklch(0.297 0.000 89.9 / 0.12);
  box-shadow: 0 18px 50px -24px rgba(45, 0, 10, 0.30);
}

.icon-xs {
  width: .875rem;
  height: .875rem;
}

.icon-sm {
  width: 1rem;
  height: 1rem;
}

.icon-md {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-lg {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-xl {
  width: 2rem;
  height: 2rem;
}

.eyebrow {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .875rem;
  margin-bottom: .75rem;
}

.section-copy {
  color: var(--muted-foreground);
  max-width: 28rem;
  margin-top: 1.5rem;
  line-height: 1.7;
}

.section-centered-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.section-centered-heading h2 {
  line-height: 1.15;
}

.section-split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.section-split-heading h2 {
  max-width: 42rem;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
}

.section-split-heading p {
  color: var(--muted-foreground);
  max-width: 20rem;
  text-align: right;
  border-top: 1px solid oklch(0.791 0.068 67.3 / .30);
  padding-top: 1rem;
  flex-shrink: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem;
}

.nav-shell {
  width: min(100%, 80rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  padding: .75rem 1.5rem;
  background: oklch(0.260 0.104 15.8);
  border: 1px solid oklch(0.791 0.068 67.3 / .22);
  box-shadow: 0 10px 30px oklch(0.12 0.05 15 / .35);
}

.brand-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}

.brand-mark {
  width: 2.5rem;
  height: auto;
  color: #D9B38C;
  transition: transform .25s ease;
}

.brand-link:hover .brand-mark {
  transform: scale(1.1);
}

.brand-wordmark {
  font-size: 1.125rem;
  color: var(--foreground);
  white-space: nowrap;
}

.brand-wordmark span {
  color: var(--accent);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
}

.nav-list a,
.footer-links a,
.legal-links a {
  transition: color .2s ease;
}

.nav-list a:hover,
.footer-links a:hover,
.legal-links a:hover {
  color: var(--primary);
}

.nav-cta,
.button-primary,
.mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: var(--gradient-primary);
  color: var(--primary-foreground);
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: var(--shadow-tap);
  transition: transform .3s ease;
}

.nav-cta {
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.nav-cta:hover,
.button-primary:hover {
  transform: scale(1.05);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -.5rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--foreground);
}

.menu-icon-close {
  display: none;
}

.mobile-nav {
  display: none;
  width: min(100%, 80rem);
  margin: .75rem auto 0;
  border-radius: 1.5rem;
  padding: .75rem;
  background: oklch(0.260 0.104 15.8);
  border: 1px solid oklch(0.791 0.068 67.3 / .22);
  box-shadow: 0 10px 30px oklch(0.12 0.05 15 / .35);
}

.mobile-nav a {
  padding: .75rem 1rem;
  border-radius: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.mobile-nav a:hover {
  color: var(--primary);
  background: rgba(255, 255, 255, .05);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 9rem 1.5rem 3rem;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 72rem);
  margin-inline: auto;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .5rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 700;
  line-height: .95;
  margin-bottom: 2rem;
}

.hero-title-accent {
  position: relative;
  display: inline-block;
}

.hero-heart {
  position: absolute;
  top: .75rem;
  right: -4rem;
  width: clamp(2.5rem, 4vw, 3.5rem);
  height: clamp(2.5rem, 4vw, 3.5rem);
  color: var(--primary);
}

.hero-copy {
  max-width: 42rem;
  margin: 0 auto 3rem;
  color: var(--muted-foreground);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.burst-button-wrap {
  position: relative;
  display: inline-flex;
}

.button-primary {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.button-primary span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.button-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .20);
  transform: translateY(100%);
  transition: transform .3s ease;
}

.button-primary:hover::after {
  transform: translateY(0);
}

.button-glass {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  padding: 1rem 1.5rem;
  font-weight: 600;
  background: oklch(1 0 0 / 0.04);
  backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.08);
  transition: border-color .2s ease;
}

.button-glass:hover {
  border-color: oklch(0.791 0.068 67.3 / .40);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: min(100%, 56rem);
  margin: 6rem auto 0;
}

.stat-item {
  text-align: left;
}

.stat-value {
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 700;
}

.stat-label {
  margin-top: .25rem;
  color: var(--muted-foreground);
  font-size: .875rem;
}

.pillar-item {
  text-align: left;
  border-top: 1px solid oklch(0.791 0.068 67.3 / .35);
  padding-top: 1.1rem;
}

.pillar-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.founders-section,
.services-section,
.process-section {
  padding: 8rem 1.5rem;
}

.founders-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 4rem;
  align-items: center;
}

.button-maroon {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 2rem;
  border-radius: 999px;
  background: oklch(0.260 0.104 15.8);
  color: oklch(0.961 0.010 67.7);
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
  transition: transform .2s ease;
}

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

.founder-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
  max-width: 440px;
  justify-self: center;
}

.founder-card {
  overflow: hidden;
  border-radius: 1.5rem;
}

.founder-media {
  position: relative;
  aspect-ratio: 4 / 5;
}

.founder-media img,
.work-media img,
.instagram-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(217, 179, 140, .45), transparent 32%),
    linear-gradient(135deg, rgba(74, 0, 18, .18), rgba(217, 179, 140, .28)),
    #f7f1eb;
}

.image-placeholder-dark {
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 179, 140, .36), transparent 30%),
    linear-gradient(135deg, rgba(45, 45, 45, .9), rgba(74, 0, 18, .95)),
    #4A0012;
}

.founder-nameplate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: oklch(0.260 0.104 15.8 / .95);
  padding: 1.25rem 1.5rem;
}

.founder-nameplate h3 {
  color: oklch(0.961 0.010 67.7);
}

.founder-role {
  margin-top: .5rem;
  color: oklch(0.791 0.068 67.3);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
}

.founder-specialty {
  margin-top: .25rem;
  color: oklch(0.961 0.010 67.7);
  font-size: .875rem;
}

.marquee-section {
  overflow: hidden;
  border-block: 1px solid var(--border);
  padding: 4rem 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-inline: 2rem;
}

.marquee-item span {
  color: oklch(0.961 0.010 67.7 / .80);
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
}

.marquee-heart {
  width: clamp(1.5rem, 3vw, 2rem);
  height: clamp(1.5rem, 3vw, 2rem);
  color: var(--primary);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform .5s ease, border-color .5s ease;
}

.service-card:hover {
  transform: translateY(-.25rem);
  border-color: oklch(0.791 0.068 67.3 / .40);
}

.service-glow {
  position: absolute;
  top: -5rem;
  right: -5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: oklch(0.791 0.068 67.3 / .10);
  filter: blur(40px);
  opacity: 0;
  transition: opacity .3s ease;
}

.service-card:hover .service-glow {
  opacity: 1;
}

.service-card-inner {
  position: relative;
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: var(--gradient-primary);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-tap);
}

.service-top span,
.work-likes {
  color: var(--muted-foreground);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .75rem;
}

.service-card h3 {
  margin-bottom: .75rem;
}

.service-card p,
.process-card p,
.work-body p {
  color: var(--muted-foreground);
  font-size: .875rem;
  line-height: 1.65;
}

.work-section {
  padding: 8rem 1.5rem 2rem;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.work-card {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  border-radius: 1.5rem;
  transition: transform .5s ease;
}

a.work-card:hover h3 {
  color: var(--accent);
}

.work-card:hover {
  transform: translateY(-.5rem);
}

.work-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.work-media img {
  transition: transform .7s ease;
}

.work-card:hover .work-media img {
  transform: scale(1.05);
}

.work-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .70), transparent 55%, rgba(0, 0, 0, .10));
}

.work-profile {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.work-profile div {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: oklch(0.260 0.104 15.8 / .40);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .2);
}

.work-profile span {
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .5));
}

.work-icons {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}

.work-bookmark {
  margin-left: auto;
}

.work-body {
  padding: 1.5rem;
}

.work-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .5rem;
}

.work-title-row h3 {
  font-size: 1.125rem;
}

.work-likes {
  display: flex;
  align-items: center;
  gap: .25rem;
  color: var(--accent);
  flex-shrink: 0;
}

.instagram-section {
  padding: 2.5rem 1.5rem 8rem;
}

.instagram-feed-live {
  margin-top: 3rem;
}

.instagram-section h2 {
  margin-bottom: 1rem;
}

.instagram-copy {
  color: var(--muted-foreground);
}

.instagram-copy a {
  color: var(--accent);
  text-underline-offset: 4px;
}

.instagram-copy a:hover {
  text-decoration: underline;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .75rem;
  margin-top: 3rem;
}

.instagram-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--card);
  transition: transform .2s ease;
}

.instagram-tile:hover {
  transform: scale(1.02);
}

.instagram-tile img {
  transition: transform .7s ease;
}

.instagram-tile:hover img {
  transform: scale(1.05);
}

.instagram-tile span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--foreground);
  background: oklch(0.260 0.104 15.8 / .50);
  opacity: 0;
  transition: opacity .2s ease;
}

.instagram-tile:hover span {
  opacity: 1;
}

.process-section .section-centered-heading {
  margin-bottom: 5rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.process-item {
  position: relative;
}

.process-card {
  height: 100%;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: border-color .2s ease;
}

.process-card:hover {
  border-color: oklch(0.791 0.068 67.3 / .40);
}

.process-number {
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: 3.75rem;
  font-weight: 700;
}

.process-card h3 {
  margin-bottom: .75rem;
}

.process-dot {
  position: absolute;
  top: 50%;
  right: -.75rem;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--gradient-primary);
  box-shadow: var(--shadow-glow);
  transform: translateY(-50%);
}

.cta-section {
  padding: 8rem 1.5rem;
}

.cta-container {
  width: min(100%, 64rem);
  margin-inline: auto;
}

.cta-card {
  position: relative;
  text-align: center;
  border-radius: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: oklch(0.961 0.010 67.7);
  border: 1px solid oklch(0.791 0.068 67.3 / .42);
  box-shadow: 0 28px 80px oklch(0.12 0.05 15 / .38);
}

.cta-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
  background: oklch(0.791 0.068 67.3);
  color: oklch(0.260 0.104 15.8);
}

.cta-card h2 {
  color: oklch(0.260 0.104 15.8);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.cta-card h2 span {
  color: oklch(0.650 0.075 67.3);
}

.cta-card > p {
  max-width: 36rem;
  margin-inline: auto;
  color: oklch(0.344 0.040 25 / .82);
  font-size: 1.125rem;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: .75rem;
  width: min(100%, 32rem);
  margin: 2.5rem auto 0;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}

.contact-form input {
  width: 100%;
  border-radius: .75rem;
  border: 1px solid oklch(0.791 0.068 67.3 / .38);
  background: rgba(255, 255, 255, .70);
  color: #2D2D2D;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06);
  padding: 1rem 1.25rem;
  font: inherit;
  font-size: .875rem;
}

.contact-form input::placeholder {
  color: oklch(0.344 0.040 25 / .55);
}

.contact-form input:focus {
  border-color: oklch(0.650 0.075 67.3);
  box-shadow: 0 0 0 2px oklch(0.791 0.068 67.3 / .35);
  outline: none;
}

.contact-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 0;
  border-radius: 999px;
  background: oklch(0.791 0.068 67.3);
  color: oklch(0.260 0.104 15.8);
  box-shadow: 0 10px 24px oklch(0.260 0.104 15.8 / .22);
  padding: 1rem 2rem;
  font-weight: 700;
  transition: background-color .2s ease;
}

.contact-form button:hover {
  background: oklch(0.735 0.075 67.3);
}

.contact-form button:disabled {
  opacity: .6;
  cursor: progress;
}

.dtc-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.form-status.is-success {
  color: oklch(0.791 0.068 67.3);
}

.form-status.is-error {
  color: oklch(0.85 0.12 25);
}

.email-note {
  margin-top: 1.5rem;
  color: oklch(0.344 0.040 25 / .72);
  font-size: .75rem;
}

.email-note a {
  color: oklch(0.260 0.104 15.8);
  text-decoration: underline;
  text-decoration-color: oklch(0.791 0.068 67.3);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-footer {
  position: relative;
  border-top: 1px solid var(--border);
  padding: 4rem 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.footer-logo-row svg {
  color: var(--primary);
}

.footer-brand p {
  max-width: 24rem;
  color: var(--muted-foreground);
  font-size: .875rem;
  line-height: 1.65;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .75rem;
  font-size: .875rem;
}

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

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.04);
  backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.08);
  transition: border-color .2s ease;
}

.social-links a:hover {
  border-color: oklch(0.791 0.068 67.3 / .60);
}

.google-stub {
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  color: var(--muted-foreground);
  font-size: .75rem;
}

.legal-links {
  display: flex;
  gap: 1.5rem;
}

.noise-bg {
  position: relative;
}

.noise-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: .05;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.dt-cursor,
.dt-cursor-dot,
.dt-ripple,
.dt-ripple-2,
.dt-heart,
.heart-burst-piece {
  pointer-events: none;
}

.dt-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 22px;
  height: 22px;
  background: var(--tap);
  transform: translate(-50%, -50%);
  transition: width .2s, height .2s, opacity .2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.49 4.04 3 5.5l7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.49 4.04 3 5.5l7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 1px oklch(0.150 0.06 16 / .95)) drop-shadow(0 1px 2px rgba(0, 0, 0, .45));
}

.dt-cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--tap-glow);
  transform: translate(-50%, -50%);
}

.dt-cursor.hover-state {
  width: 44px;
  height: 44px;
  opacity: .55;
}

.dt-ripple,
.dt-ripple-2 {
  position: fixed;
  z-index: 9998;
  width: 40px;
  height: 40px;
  border: 2px solid var(--tap);
  border-radius: 999px;
}

.dt-ripple {
  animation: tap-ripple .8s ease-out forwards;
}

.dt-ripple-2 {
  border-color: var(--tap-glow);
  animation: tap-ripple-2 .8s ease-out .1s forwards;
}

.dt-heart {
  position: fixed;
  z-index: 9998;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px oklch(0.791 0.068 67.3 / .6));
  animation: dt-heart-pop 1s ease-out forwards;
}

.heart-burst-piece {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--primary);
  animation: heart-pop .8s ease-out forwards;
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-heart-beat {
  animation: heart-beat 2s ease-in-out infinite;
}

@keyframes tap-ripple {
  0% { transform: translate(-50%, -50%) scale(0); opacity: .8; }
  100% { transform: translate(-50%, -50%) scale(8); opacity: 0; }
}

@keyframes tap-ripple-2 {
  0% { transform: translate(-50%, -50%) scale(0); opacity: .6; }
  100% { transform: translate(-50%, -50%) scale(6); opacity: 0; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes heart-beat {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.15); }
  50% { transform: scale(1); }
  75% { transform: scale(1.15); }
}

@keyframes heart-pop {
  0% { transform: translate(0, 0) scale(.2); opacity: 0; }
  15% { opacity: 1; }
  100% { transform: translate(var(--tx), var(--ty)) scale(1); opacity: 0; }
}

@keyframes dt-heart-pop {
  0% { transform: translate(-50%, -50%) scale(0); opacity: 0; }
  25% { transform: translate(-50%, -60%) scale(1.3); opacity: 1; }
  100% { transform: translate(-50%, -180%) scale(.9); opacity: 0; }
}

@media (max-width: 1024px) {
  .founders-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid,
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .process-dot {
    display: none;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  body,
  a,
  button {
    cursor: auto;
  }

  .container {
    width: min(100% - 2rem, 80rem);
  }

  .site-header {
    padding: 1rem;
  }

  .primary-nav,
  .nav-cta {
    display: none;
  }

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

  .site-header.is-open .menu-icon-open {
    display: none;
  }

  .site-header.is-open .menu-icon-close {
    display: block;
  }

  .site-header.is-open .mobile-nav {
    display: flex;
    flex-direction: column;
  }

  .mobile-cta {
    margin-top: .25rem;
    padding: .75rem 1.25rem;
  }

  .brand-wordmark {
    font-size: 1rem;
  }

  .brand-mark {
    width: 2.25rem;
  }

  .hero-section {
    padding-top: 8rem;
  }

  .hero-heart {
    right: -2.5rem;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
  }

  .stats-grid,
  .founders-grid,
  .founder-cards,
  .service-grid,
  .work-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .section-split-heading {
    display: block;
  }

  .section-split-heading p {
    margin-top: 1.5rem;
    text-align: left;
  }

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

  .form-row {
    grid-template-columns: 1fr;
  }
}

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

/* ---- Blog ---- */
.container-narrow {
  width: min(100% - 3rem, 44rem);
  margin-inline: auto;
}

.blog-section {
  padding: 10rem 1.5rem 8rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.blog-card {
  overflow: hidden;
  border-radius: 1.5rem;
  transition: transform .4s ease;
}

.blog-card:hover {
  transform: translateY(-.4rem);
}

.blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.blog-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.blog-card:hover .blog-media img {
  transform: scale(1.05);
}

.blog-body {
  padding: 1.5rem;
}

.blog-meta {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .75rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.blog-body h3 {
  margin: .6rem 0 .5rem;
  font-size: 1.375rem;
  line-height: 1.25;
}

.blog-body p {
  color: var(--muted-foreground);
  font-size: .9rem;
  line-height: 1.6;
}

.blog-readmore {
  display: inline-block;
  margin-top: 1rem;
  color: var(--accent);
  font-weight: 700;
  font-size: .85rem;
}

.blog-pagination {
  margin-top: 3.5rem;
  text-align: center;
}

.blog-pagination .page-numbers {
  display: inline-block;
  padding: .5rem .9rem;
  margin: 0 .2rem;
  border-radius: 999px;
  color: var(--foreground);
  text-decoration: none;
}

.blog-pagination .page-numbers.current {
  background: oklch(0.260 0.104 15.8);
  color: oklch(0.961 0.010 67.7);
}

.blog-empty {
  margin-top: 3rem;
  text-align: center;
  color: var(--muted-foreground);
}

/* ---- Single post ---- */
.single-hero {
  padding: 10rem 1.5rem 3rem;
}

.single-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: var(--accent);
  font-weight: 700;
  font-size: .85rem;
  text-decoration: none;
}

.single-title {
  margin-top: .5rem;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  line-height: 1.1;
}

.single-feature {
  margin-top: 2.5rem;
}

.single-feature img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

.single-content {
  margin-top: 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--foreground);
}

.single-content > * + * {
  margin-top: 1.4rem;
}

.single-content h2 {
  margin-top: 2.4rem;
  font-size: 1.875rem;
}

.single-content h3 {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.single-content a {
  color: var(--accent);
  text-underline-offset: 3px;
  text-decoration: underline;
}

.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.single-content blockquote {
  margin-left: 0;
  padding-left: 1.25rem;
  border-left: 3px solid var(--accent);
  font-style: italic;
  color: var(--muted-foreground);
}

.single-footer {
  margin-top: 3.5rem;
  padding-bottom: 8rem;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
