@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

:root {
  --bg: #f6eee1;
  --panel: rgba(255, 249, 240, 0.88);
  --text: #2c231d;
  --muted: #6d6156;
  --green: #78916f;
  --terracotta: #c46a4f;
  --sand: #dcc69d;
  --line: rgba(58, 41, 29, 0.12);
  --shadow: 0 24px 60px rgba(84, 57, 33, 0.12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 10%, rgba(120, 145, 111, 0.16), transparent 20%),
    radial-gradient(circle at 88% 14%, rgba(196, 106, 79, 0.18), transparent 18%),
    linear-gradient(180deg, #fcf7ef 0%, #f2e8db 100%);
}

.topbar,
.hero,
.section,
.identity-band,
.footer {
  width: var(--container);
  margin: 0 auto;
}

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

.brand,
.nav a,
.text-link,
.footer-link {
  color: var(--text);
  text-decoration: none;
}

.brand,
h1,
h2,
h3,
.cta,
.text-link {
  font-family: "Fraunces", serif;
}

.brand {
  display: grid;
  gap: 6px;
}

.brand small {
  color: var(--muted);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 26px;
  align-items: center;
  padding: 24px 0 16px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

h1, h2, h3, strong, p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.9rem, 5vw, 5.1rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.15;
}

p, li, input, textarea {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: var(--terracotta);
  color: #fff6f0;
}

.text-link {
  font-size: 1.08rem;
}

.hero-collage {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 16px;
  align-items: stretch;
}

.collage-main,
.collage-side,
.identity-band article,
.story-steps article,
.gallery-photo,
.panel,
.fit-card,
.contact-card,
.faq-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.collage-main,
.collage-side,
.gallery-photo,
.contact-card {
  padding: 14px;
}

.collage-main img,
.collage-side img,
.gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.collage-side {
  padding: 12px;
}

.collage-side.top { transform: translateY(24px); }
.collage-side.bottom { transform: translateY(-24px); }

.identity-band,
.story-steps,
.alternating-panels,
.fit-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.identity-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 10px;
}

.identity-band article,
.story-steps article,
.panel,
.fit-card,
.contact-card,
.faq-grid article {
  padding: 22px;
  border-radius: 24px;
}

.identity-band span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
}

.section { padding: 76px 0 0; }

.story-section,
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.story-copy,
.section-copy,
.contact-copy {
  max-width: 760px;
  margin-bottom: 28px;
}

.gallery-row {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
}

.gallery-photo.large {
  min-height: 360px;
}

.alternating-panels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel.accent {
  background: linear-gradient(180deg, rgba(220, 198, 157, 0.34), rgba(255, 249, 240, 0.92));
}

.panel.wide {
  grid-column: span 2;
}

.fit-grid {
  grid-template-columns: 1.1fr 0.45fr 0.45fr;
}

.fit-card.soft {
  background: rgba(255, 255, 255, 0.7);
}

.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--terracotta);
}

.contact-card {
  padding: 26px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

input,
textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-details {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

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

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 28px 0 42px;
}

@media (max-width: 1100px) {
  .hero,
  .story-section,
  .contact-section,
  .gallery-row,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-collage,
  .identity-band,
  .alternating-panels,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel.wide {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 24px, 100%); }
  .topbar,
  .footer { flex-direction: column; align-items: flex-start; }
  .hero-collage,
  .identity-band,
  .story-steps,
  .alternating-panels,
  .fit-grid,
  .faq-grid,
  .form-row { grid-template-columns: 1fr; }
  .collage-side.top,
  .collage-side.bottom { transform: none; }
}
