@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --color-paper: #f9f3ec;
  --color-ink: #241816;
  --color-muted: #675551;
  --color-accent: #b96445;
  --color-accent-deep: #7c4a37;
  --color-olive: #6f755a;
  --shadow-soft: 0 18px 45px rgba(36, 24, 22, 0.08);
  --shadow-strong: 0 28px 62px rgba(36, 24, 22, 0.14);
}

body {
  font-family: "Manrope", sans-serif;
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(180deg, #fbf6f0 0%, #f6eee7 52%, #fcfaf7 100%);
}

body::before {
  display: none;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 250, 245, 0.86));
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.035em;
}

.eyebrow {
  color: var(--color-accent-deep);
  letter-spacing: 0.2em;
}

.button {
  background: linear-gradient(135deg, var(--color-accent-deep), var(--color-accent));
}

.button-secondary {
  background: rgba(255, 252, 248, 0.92);
}

.text-link,
.service-price,
.subtle-label {
  color: var(--color-accent-deep);
}

.site-header.is-scrolled {
  background: rgba(251, 245, 238, 0.9);
  box-shadow: 0 12px 34px rgba(36, 24, 22, 0.08);
}

.brand-logo {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.brand-copy small {
  color: var(--color-accent-deep);
}

.hero-shell {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
}

.hero-note {
  border-radius: 28px;
}

.hero-card {
  border-radius: 28px;
}

.trust-indicator {
  background: rgba(255, 250, 245, 0.78);
}

.page-preview-card,
.service-card,
.service-detail,
.channel-card,
.gallery-card,
.contact-panel,
.feature-panel,
.form-shell,
.cta-band,
.studio-panel {
  border-radius: 28px;
}

.page-preview-card {
  background: rgba(255, 255, 255, 0.9);
}

.page-preview-card:nth-child(1) {
  background: rgba(255, 255, 255, 0.92);
}

.page-preview-card:nth-child(2) {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 28px;
}

.page-preview-card:nth-child(3) {
  background: rgba(255, 255, 255, 0.92);
}

.service-card:nth-child(2) {
  border-radius: 28px;
}

.service-detail {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 243, 236, 0.92)),
    #fffdf9;
}

.cta-band {
  background: linear-gradient(135deg, rgba(234, 208, 197, 0.5), rgba(255, 250, 245, 0.94));
}

.practical-kicker {
  color: var(--color-accent-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-panel {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 251, 247, 0.9);
  box-shadow: var(--shadow-soft);
  color: var(--color-ink);
}

.studio-panel-heading {
  display: grid;
  gap: 0.75rem;
}

.studio-panel-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.98;
}

.studio-panel-meta {
  display: grid;
}

.studio-panel-item {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(36, 24, 22, 0.08);
}

.studio-panel-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.studio-panel-label {
  color: var(--color-accent-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-menu-shell {
  display: grid;
  gap: var(--space-4);
}

.home-menu-board {
  display: grid;
  border: 1px solid rgba(36, 24, 22, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 243, 236, 0.92)),
    #fffdf9;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.home-menu-column {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-top: 1px solid rgba(36, 24, 22, 0.08);
}

.home-menu-column:first-child {
  border-top: 0;
}

.home-menu-column h3 {
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
}

.home-menu-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-menu-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--color-muted);
}

.home-menu-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-accent);
}

.home-process-panel {
  border-radius: 40px 18px 40px 18px;
  background:
    radial-gradient(circle at top right, rgba(234, 208, 197, 0.45), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 243, 236, 0.92)),
    #fffdf9;
}

.home-process-panel .ritual-step {
  padding-top: 1rem;
}

.floating-whatsapp {
  background: linear-gradient(135deg, #25d366, #1eb257);
}

@media (min-width: 960px) {
  .page-preview-card:nth-child(2),
  .service-card:nth-child(2) {
    transform: none;
  }

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

  .home-menu-column {
    border-top: 0;
    border-left: 1px solid rgba(36, 24, 22, 0.08);
  }

  .home-menu-column:first-child {
    border-left: 0;
  }

  .home-process-panel .ritual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .hero-shell {
    border-radius: 28px;
  }
}
