:root {
  --ivory: #fff8f0;
  --ivory-deep: #f7ebe0;
  --champagne: #e8c9a0;
  --champagne-deep: #d4a574;
  --coral: #e8a090;
  --coral-soft: #f3c4b5;
  --sea: #9ec5d9;
  --sea-deep: #6f9fb8;
  --sun: #f6d9a0;
  --ink: #3a322c;
  --ink-soft: #5c534c;
  --nacre: linear-gradient(145deg, #fffdf9 0%, #f7e7c7 42%, #f0c9a8 68%, #c9dde8 100%);
  --sunrise: linear-gradient(180deg, #ffe8d2 0%, #f7d5c0 28%, #c9dde8 72%, #a8c8d8 100%);
  --shadow: 0 18px 40px rgba(90, 70, 50, 0.12);
  --radius: 18px;
  --font-display: "Sora", sans-serif;
  --font-body: "Figtree", sans-serif;
  --shell: min(1120px, calc(100% - 2.5rem));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 217, 160, 0.45), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(158, 197, 217, 0.35), transparent 28%),
    linear-gradient(180deg, var(--ivory) 0%, #fffdf9 48%, var(--ivory-deep) 100%);
  min-height: 100vh;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--sea-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--champagne-deep);
}

h1, h2, h3, .brand-name, .brand-signal, .footer-name {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}

h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin: 0 0 1rem; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0 0 0.85rem; }
h3 { font-size: 1.15rem; margin: 0 0 0.5rem; }

p { margin: 0 0 1rem; }

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.shell.narrow {
  width: min(720px, calc(100% - 2.5rem));
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(255, 248, 240, 0.82);
  border-bottom: 1px solid rgba(232, 201, 160, 0.45);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: var(--nacre);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 0 0 4px rgba(246, 217, 160, 0.25);
  animation: pearl-float 5s ease-in-out infinite;
}

.brand-name {
  font-size: 1.05rem;
  letter-spacing: -0.04em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--nacre);
  color: var(--ink) !important;
  box-shadow: var(--shadow);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px auto;
  width: 1.25rem;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  color: var(--ink);
  overflow: hidden;
}

.hero-compact {
  min-height: 62vh;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: soft-rise 1.4s ease-out both;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.18) 0%, rgba(255, 232, 210, 0.45) 38%, rgba(255, 248, 240, 0.92) 100%),
    radial-gradient(circle at 70% 30%, rgba(246, 217, 160, 0.35), transparent 40%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 5rem 0 3.5rem;
  max-width: 40rem;
  margin-left: max(calc((100% - var(--shell)) / 2), 1.25rem);
  margin-right: auto;
  width: min(40rem, calc(100% - 2.5rem));
  animation: fade-up 0.9s ease-out 0.15s both;
}

.brand-signal {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
  color: var(--champagne-deep);
  letter-spacing: -0.04em;
}

.lede {
  font-size: 1.125rem;
  color: var(--ink-soft);
  max-width: 36rem;
}

.muted { color: var(--ink-soft); font-size: 0.95rem; }

.page-hero {
  padding: 4rem 0 1.5rem;
  background: var(--sunrise);
}

.page-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--ink-soft);
}

.section {
  padding: 4.5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(158, 197, 217, 0.16), rgba(255, 248, 240, 0.4));
}

.section-intro {
  max-width: 36rem;
  margin-bottom: 2rem;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.media-frame {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--nacre);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.offer-list a {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(212, 165, 116, 0.35);
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.25s ease;
}

.offer-list a:hover {
  padding-left: 0.5rem;
}

.offer-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
}

.offer-summary {
  color: var(--ink-soft);
}

.voice {
  margin: 0 0 1.75rem;
  padding: 1.5rem 0 1.5rem 1.25rem;
  border-left: 3px solid var(--coral);
  background: transparent;
}

.voice p {
  font-size: 1.15rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.voice footer {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.voice-alt {
  border-left-color: var(--sea-deep);
}

.cta-band {
  padding-bottom: 5rem;
}

.cta-band-inner {
  padding: 2.5rem;
  border-radius: calc(var(--radius) + 6px);
  background: var(--nacre);
  box-shadow: var(--shadow);
  text-align: center;
}

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-pearl {
  color: var(--ink);
  background: var(--nacre);
  box-shadow:
    0 0 0 0 rgba(232, 201, 160, 0.55),
    0 10px 24px rgba(90, 70, 50, 0.14);
  position: relative;
}

.btn-pearl:hover {
  transform: translateY(-1px);
  animation: pearl-ripple 1.1s ease-out;
}

.btn-ghost {
  background: transparent;
  color: var(--ink-soft);
  border: 1px solid rgba(212, 165, 116, 0.55);
}

.text-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  margin-right: 1rem;
}

.service-stack,
.blog-list {
  display: grid;
  gap: 2.5rem;
}

.service-row,
.blog-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.75rem;
  align-items: center;
}

.service-row figure,
.blog-cover {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.service-row img,
.blog-cover img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-row:hover img,
.blog-cover:hover img {
  transform: scale(1.03);
}

.plain-list {
  padding-left: 1.1rem;
  margin: 0 0 1.5rem;
}

.plain-list li {
  margin-bottom: 0.45rem;
}

.studio-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: studio;
  display: grid;
  gap: 1.25rem;
}

.studio-steps li {
  counter-increment: studio;
  padding: 1.25rem 1.25rem 1.25rem 4rem;
  position: relative;
  background: rgba(255, 253, 249, 0.7);
  border-radius: var(--radius);
  border: 1px solid rgba(232, 201, 160, 0.4);
}

.studio-steps li::before {
  content: counter(studio);
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--nacre);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-form,
.field {
  display: grid;
  gap: 0.4rem;
}

.contact-form {
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.85);
  border: 1px solid rgba(232, 201, 160, 0.45);
  box-shadow: var(--shadow);
}

label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(212, 165, 116, 0.55);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font: inherit;
  background: #fffdf9;
  color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(158, 197, 217, 0.7);
  outline-offset: 1px;
}

.field-error,
.form-status,
.cookie-error {
  color: #9a4a3a;
  font-size: 0.88rem;
  margin: 0;
}

.form-status[data-state="success"] {
  color: #2f6b4f;
}

.legal h2 {
  margin-top: 2rem;
}

.article-cover {
  margin: 0 0 2rem;
}

.afterword {
  margin-top: 2.5rem;
}

.site-footer {
  margin-top: 2rem;
  padding: 3rem 0 2rem;
  background: linear-gradient(180deg, transparent, rgba(158, 197, 217, 0.18));
  border-top: 1px solid rgba(232, 201, 160, 0.4);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 1.75rem;
}

.footer-name {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.footer-label {
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.35rem;
}

.footer-base {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(232, 201, 160, 0.35);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(232, 201, 160, 0.55);
  box-shadow: var(--shadow);
}

.cookie-banner-inner p {
  margin: 0;
  flex: 1 1 280px;
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
}

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

@keyframes pearl-ripple {
  0% { box-shadow: 0 0 0 0 rgba(232, 201, 160, 0.55), 0 10px 24px rgba(90, 70, 50, 0.14); }
  70% { box-shadow: 0 0 0 14px rgba(232, 201, 160, 0), 0 10px 24px rgba(90, 70, 50, 0.14); }
  100% { box-shadow: 0 0 0 0 rgba(232, 201, 160, 0), 0 10px 24px rgba(90, 70, 50, 0.14); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes soft-rise {
  from { transform: scale(1.06); opacity: 0.7; }
  to { transform: scale(1); opacity: 1; }
}

@media (max-width: 900px) {
  .split,
  .service-row,
  .blog-row,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle { display: block; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1.25rem 1.25rem;
    background: rgba(255, 248, 240, 0.98);
    border-bottom: 1px solid rgba(232, 201, 160, 0.45);
  }

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

  .site-nav a {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(232, 201, 160, 0.3);
  }

  .nav-cta {
    margin-top: 0.5rem;
    text-align: center;
  }

  .hero { min-height: 78vh; align-items: end; }

  .hero-copy {
    margin-left: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
