:root {
  --bg: #f4eee8;
  --bg-2: #efe5dc;
  --paper: rgba(255, 251, 247, 0.78);
  --paper-strong: #fffaf5;
  --ink: #171311;
  --muted: #796d66;
  --line: rgba(23, 19, 17, 0.08);
  --accent: #d8b8aa;
  --accent-2: #e8d4ca;
  --shadow: 0 28px 70px rgba(72, 49, 39, 0.12);
  --radius-xl: 44px;
  --radius-lg: 30px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.95), transparent 26%),
    linear-gradient(160deg, var(--bg) 0%, var(--bg-2) 48%, #f8f2ed 100%);
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.9) 0.7px, transparent 0.7px);
  background-size: 14px 14px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}

.topbar,
.hero,
.story,
.services,
.signature,
.visit,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.logo-ring {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fff7f2, #d7b9ab 62%, #b99788 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.7), 0 10px 24px rgba(94, 63, 48, 0.16);
}

.logo strong,
.logo small,
.menu a,
.kicker,
.service-index,
.floating-note span,
.footer {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.logo strong {
  display: block;
  font-size: 0.9rem;
}

.logo small,
.menu a,
.kicker,
.floating-note span,
.footer {
  font-size: 0.72rem;
  color: var(--muted);
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.menu a {
  color: var(--muted);
  text-decoration: none;
}

.menu-button {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.72);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 20px 0 54px;
}

.hero-left h1,
.story h2,
.section-head h2,
.signature-copy h2,
.visit-copy h2 {
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  line-height: 0.95;
}

.hero-left h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 9vw, 7.8rem);
  margin-top: 14px;
}

.intro,
.story-panel p,
.service-card p,
.signature-list,
.visit-copy p,
.floating-note p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.98rem;
}

.intro {
  max-width: 58ch;
  margin: 22px 0 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.btn-dark {
  color: #fffaf5;
  background: var(--ink);
  box-shadow: 0 18px 34px rgba(23, 19, 17, 0.18);
}

.btn-outline {
  color: var(--ink);
  border-color: rgba(23, 19, 17, 0.12);
  background: rgba(255, 250, 245, 0.68);
}

.hero-right {
  position: relative;
  min-height: 680px;
}

.floating-note,
.hero-card,
.story-panel,
.service-card,
.signature,
.visit-form {
  box-shadow: var(--shadow);
}

.floating-note {
  position: absolute;
  top: 4%;
  left: 0;
  z-index: 2;
  width: min(260px, 56%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 249, 244, 0.78);
  backdrop-filter: blur(12px);
}

.floating-note p {
  margin-bottom: 0;
}

.hero-arch {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(92%, 520px);
  height: 100%;
  border-radius: 280px 280px 34px 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 243, 0.92), rgba(232, 212, 202, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.hero-sphere {
  position: absolute;
  inset: auto auto 18% -6%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.98), rgba(219, 190, 177, 0.76));
  filter: blur(2px);
  animation: drift 8s ease-in-out infinite;
}

.hero-card {
  position: absolute;
  right: 28px;
  bottom: 34px;
  width: min(290px, calc(100% - 56px));
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 251, 247, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
}

.hero-card p {
  margin: 0 0 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.hero-card strong {
  font-family: "Instrument Serif", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
}

.story {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  padding: 40px 0;
}

.story-panel {
  padding: 34px;
  border-radius: var(--radius-xl);
}

.dark-panel {
  color: #fff8f2;
  background: linear-gradient(155deg, #1a1512, #3a2c27);
}

.dark-panel .kicker,
.dark-panel p {
  color: rgba(255, 248, 242, 0.74);
}

.story h2,
.section-head h2,
.signature-copy h2,
.visit-copy h2 {
  font-size: clamp(2.9rem, 5.2vw, 5rem);
}

.quote-panel {
  display: grid;
  place-items: center;
  background: rgba(255, 249, 244, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

blockquote {
  margin: 0;
  max-width: 13ch;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.services {
  padding: 30px 0 40px;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

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

.service-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 249, 244, 0.72);
}

.service-card.accent {
  background: linear-gradient(180deg, rgba(243, 226, 216, 0.9), rgba(255, 249, 244, 0.86));
}

.service-card.soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 230, 224, 0.82));
}

.service-card.wide {
  grid-column: span 2;
}

.service-index {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.72rem;
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
}

.service-card a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}

.signature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 42px;
  background: rgba(255, 250, 245, 0.72);
}

.signature-art {
  position: relative;
  min-height: 360px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(240, 222, 212, 0.84), rgba(255, 250, 245, 0.92));
}

.shape {
  position: absolute;
  border-radius: 48% 52% 57% 43% / 44% 40% 60% 56%;
  animation: drift 10s ease-in-out infinite;
}

.shape-one {
  inset: 12% auto auto 12%;
  width: 190px;
  height: 210px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(216, 184, 170, 0.72));
}

.shape-two {
  inset: auto 10% 10% auto;
  width: 230px;
  height: 250px;
  animation-delay: -3s;
  background: linear-gradient(180deg, rgba(255, 248, 243, 0.96), rgba(196, 163, 147, 0.62));
}

.signature-list {
  padding-left: 18px;
  margin: 20px 0 0;
}

.visit {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: start;
  padding: 50px 0 70px;
}

.visit-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 34px;
  background: rgba(255, 249, 244, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.visit-form label {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.visit-form input,
.visit-form select,
.visit-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(23, 19, 17, 0.08);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font: inherit;
}

.visit-form textarea {
  resize: vertical;
}

.form-message {
  min-height: 1.2em;
  margin: 0;
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 28px;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(4deg);
  }
}

@media (max-width: 980px) {
  .hero,
  .story,
  .signature,
  .visit {
    grid-template-columns: 1fr;
  }

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

  .service-card.wide {
    grid-column: span 2;
  }

  .hero-right {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .topbar,
  .hero,
  .story,
  .services,
  .signature,
  .visit,
  .footer {
    width: min(100% - 20px, 100%);
  }

  .topbar {
    position: relative;
    padding-top: 16px;
  }

  .menu-button {
    display: inline-block;
  }

  .menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 249, 244, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    min-height: auto;
    padding-top: 26px;
  }

  .hero-left h1 {
    max-width: none;
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .service-grid,
  .service-card.wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .btn {
    width: 100%;
  }

  .signature,
  .visit-form,
  .story-panel,
  .service-card {
    padding: 22px;
  }

  .hero-right {
    min-height: 440px;
  }

  .hero-arch {
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}
