:root {
  --bg: #f2ede6;
  --paper: #fffaf2;
  --ink: #1f1a17;
  --muted: #64584f;
  --brand: #b7472a;
  --brand-soft: #f4c8b3;
  --line: #dccfc1;
  --shadow: 0 18px 45px rgba(58, 34, 16, 0.15);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sora", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, #ffdfce 0%, transparent 26%),
    radial-gradient(circle at 92% 85%, #f3d1bc 0%, transparent 29%),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
  margin: 0;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-tone {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.25), rgba(255, 250, 242, 0.9));
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--brand);
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.lead {
  color: var(--muted);
  max-width: 56ch;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
  background: rgba(242, 237, 230, 0.84);
  border-bottom: 1px solid rgba(220, 207, 193, 0.7);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav a {
  font-size: 0.92rem;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.accent {
  color: var(--brand);
}

.hero-cta {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-points {
  margin-top: 1.4rem;
  padding-left: 1.2rem;
  color: var(--muted);
}

.hero-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.6rem;
}

.price-item {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--line);
}

.price-item strong {
  display: block;
  font-size: 1rem;
}

.price-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.76rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(183, 71, 42, 0.28);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.btn-small {
  padding: 0.56rem 0.9rem;
}

.btn-full {
  width: 100%;
  margin-top: 1rem;
}

.section-head {
  max-width: 680px;
}

.cards {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  background: rgba(255, 250, 242, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: start;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.steps li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.steps li span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-soft);
  color: #6f2510;
  font-weight: 700;
  flex: 0 0 auto;
}

.gallery {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tile {
  min-height: 210px;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}

.tile:nth-child(1) {
  background-image:
    linear-gradient(to top, rgba(14, 10, 7, 0.72), rgba(14, 10, 7, 0.08)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=900&q=80");
}

.tile:nth-child(2) {
  background-image:
    linear-gradient(to top, rgba(14, 10, 7, 0.72), rgba(14, 10, 7, 0.08)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80");
}

.tile:nth-child(3) {
  background-image:
    linear-gradient(to top, rgba(14, 10, 7, 0.72), rgba(14, 10, 7, 0.08)),
    url("https://images.unsplash.com/photo-1616627547584-bf28cee262db?auto=format&fit=crop&w=900&q=80");
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.contact-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
}

.contact-form label {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 0.35rem;
  border: 1px solid #ccb9a5;
  border-radius: 12px;
  padding: 0.72rem 0.85rem;
  font: inherit;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #f3bca8;
  outline-offset: 1px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  font-size: 0.9rem;
  color: var(--muted);
}

.ambient {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  filter: blur(40px);
}

.ambient-1 {
  width: 280px;
  height: 280px;
  background: rgba(244, 156, 115, 0.2);
  top: -90px;
  right: -20px;
}

.ambient-2 {
  width: 220px;
  height: 220px;
  background: rgba(120, 160, 109, 0.16);
  bottom: -70px;
  left: -30px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: fade-up 0.7s ease forwards;
}

.delay-1 {
  animation-delay: 90ms;
}

.delay-2 {
  animation-delay: 180ms;
}

.delay-3 {
  animation-delay: 270ms;
}

@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cards,
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .nav {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 76px;
    background: rgba(255, 250, 242, 0.97);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.8rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.open {
    display: flex;
  }

  .menu-toggle {
    display: inline-block;
  }

  .cards,
  .gallery {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }
}
