:root {
  --bg: #f3efe8;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: #ffffff;
  --text: #2e2a27;
  --muted: #6a605a;
  --accent: #c35f4b;
  --accent-dark: #a64b39;
  --line: #ddd2c8;
  --radius: 18px;
  --shadow: 0 12px 35px rgba(67, 40, 29, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: radial-gradient(circle at 15% -10%, #ffdfca 0%, var(--bg) 48%),
    radial-gradient(circle at 85% 5%, #dce8e7 0%, var(--bg) 42%);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
}

.icon-sprite {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.bg-shape {
  position: fixed;
  border-radius: 50%;
  filter: blur(45px);
  z-index: -1;
}

.bg-shape-a {
  width: 260px;
  height: 260px;
  background: rgba(195, 95, 75, 0.2);
  top: 20%;
  right: -60px;
}

.bg-shape-b {
  width: 300px;
  height: 300px;
  background: rgba(79, 130, 135, 0.15);
  bottom: -70px;
  left: -80px;
}

.site-header,
main,
.site-footer {
  width: min(1080px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.site-header {
  align-items: center;
  border-radius: 20px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.9rem 0 0.45rem;
  position: static;
  z-index: 10;
}

.brand-wrap {
  color: inherit;
  display: inline-grid;
  gap: 0.1rem;
  text-decoration: none;
}

.brand {
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
}

.brand-subtitle {
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-nav a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

main {
  display: grid;
  gap: 2.2rem;
  padding: 0.9rem 0 3rem;
}

main section[id] {
  scroll-margin-top: 5.5rem;
}

h1,
h2,
h3 {
  color: #211b18;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
  margin: 0;
}

h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  max-width: 15ch;
}

h1 span {
  color: var(--accent-dark);
  display: block;
}

h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  margin-bottom: 0.8rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero {
  align-items: center;
  border-top: 1px solid rgba(166, 75, 57, 0.22);
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1.15fr 0.85fr;
  margin-top: 0.15rem;
  min-height: 62vh;
  padding-top: 0.35rem;
}

.hero-content {
  display: grid;
  gap: 1.3rem;
}

.hero-text {
  font-size: 1.1rem;
  max-width: 43ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-logo {
  margin: 0;
  width: 65%;
  justify-self: center;
}

.hero-logo img {
  display: block;
  object-fit: contain;
  width: 100%;
}

.photo-fallback {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, #e6d3c6, #d8e5e4);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(62, 35, 24, 0.12);
  color: #4f4a46;
  display: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.06em;
  width: 100%;
}

.offer-photo.is-missing .photo-fallback {
  display: flex;
}

.btn {
  border-radius: 999px;
  display: inline-block;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(195, 95, 75, 0.33);
  color: #fff;
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--text);
}

.panel {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.section-subtitle {
  color: var(--accent-dark);
  font-size: 1.06rem;
  font-weight: 700;
  margin-top: -0.2rem;
}

.emotion-stream {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.emotion-stream p {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 0;
  padding: 0.9rem 1rem;
}

.emotion-stream p:nth-child(odd) {
  margin-right: 8%;
}

.emotion-stream p:nth-child(even) {
  margin-left: 8%;
}

.insight-copy {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.benefit-layout {
  margin-top: 1rem;
}

.benefit-layout .benefit-list {
  max-width: 80ch;
  margin-top: 1rem;
}

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

.benefit-list li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 0;
  padding: 0.8rem 0.95rem;
  padding-left: 3rem;
  position: relative;
}

.li-icon {
  color: var(--accent-dark);
  height: 1.35rem;
  left: 0.95rem;
  position: absolute;
  top: 0.82rem;
  width: 1.35rem;
}

.offer-photo {
  margin: 0;
}

.offer-photo img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(62, 35, 24, 0.16);
  display: block;
  object-fit: cover;
  width: 100%;
}

.guide-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 0.8rem;
  margin-top: 1.1rem;
  padding: 1rem;
}

.guide-card h3 {
  margin-bottom: 0.2rem;
}

.guide-facts {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-facts article {
  align-items: start;
  background: #fdfaf7;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 0.45rem;
  padding: 0.75rem;
}

.mini-icon {
  color: var(--accent-dark);
  height: 1rem;
  width: 1rem;
}

.guide-facts p {
  color: #4a433f;
  font-size: 0.95rem;
}

.guide-card .btn {
  justify-self: start;
}

.about-layout {
  align-items: start;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 0.85fr 1.15fr;
  margin-top: 1rem;
}

.about-copy {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.about-more {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.7rem;
}

.about-more[hidden] {
  display: none;
}

.text-toggle {
  background: transparent;
  border: 1px solid #cdbfb3;
  border-radius: 999px;
  color: #6f625b;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  justify-self: start;
  padding: 0.35rem 0.85rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.text-toggle:hover {
  background: #f8f1ea;
  border-color: #b8a597;
  color: #594d46;
}

.contact-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 1rem;
}

.contact-box a {
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  justify-content: space-between;
  padding: 1.4rem 0 2.4rem;
}

.site-footer a {
  color: inherit;
  margin-left: 0.9rem;
  text-decoration: none;
}

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

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

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

  .hero-logo {
    max-width: 273px;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .guide-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(3.3rem, 12vw, 4.8rem);
  }

  main {
    padding-top: 0.8rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.9rem 0 0.45rem;
    position: static;
    top: auto;
    backdrop-filter: none;
  }

  .site-nav {
    gap: 0.8rem 1rem;
  }

  .hero {
    border-top: 1px solid rgba(166, 75, 57, 0.22);
    gap: 3.4rem;
    margin-top: 0.35rem;
    padding-top: 0.6rem;
  }

  .emotion-stream p:nth-child(odd),
  .emotion-stream p:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer a {
    margin-left: 0;
    margin-right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
