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

*, *::before, *::after { box-sizing: border-box; }
:root {
  --cream: #f7f1e8;
  --cream-deep: #e7dacb;
  --paper: #fbf8f1;
  --cacao: #24150f;
  --cacao-soft: #5e5148;
  --copper: #a77252;
  --line: rgba(36, 21, 15, 0.10);
  --muted: rgba(36, 21, 15, 0.66);
  --max: 1180px;
}
html { min-height: 100%; max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  min-height: 100%;
  margin: 0;
  background: linear-gradient(180deg, #fbf8f1 0%, var(--cream) 42%, #eee3d6 100%);
  color: var(--cacao);
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
strong { font-weight: 500; }
.notice-bar {
  display: block;
  padding: 9px 18px;
  background: var(--cacao);
  color: var(--cream);
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 241, 232, 0.86);
  backdrop-filter: blur(18px);
}
.nav {
  width: min(var(--max), calc(100% - 36px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.8vw, 34px);
  color: rgba(36, 21, 15, 0.72);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav__links a { padding: 10px 0; border-bottom: 1px solid transparent; }
.nav__links a:hover, .nav__links a:focus-visible { border-bottom-color: currentColor; outline: none; }
.hero {
  position: relative;
  min-height: calc(100svh - 96px);
  display: grid;
  place-items: center;
  padding: 86px 18px 72px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(36, 21, 15, 0.30), rgba(36, 21, 15, 0.52)), var(--hero-image, linear-gradient(135deg, #7b563d 0%, #c7ad95 52%, #f1e5d5 100%));
  background-position: center;
  background-size: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(36, 21, 15, 0.04), rgba(36, 21, 15, 0.34));
}
.hero__content {
  width: min(920px, 100%);
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}
.hero__title, .page-title, .section-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}
.hero__title {
  color: #fffaf2;
  font-size: clamp(68px, 13vw, 170px);
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 18px 56px rgba(30, 18, 12, 0.32);
}
.hero__tagline {
  margin: 0;
  color: rgba(255, 250, 242, 0.92);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.55;
  text-shadow: 0 8px 26px rgba(30, 18, 12, 0.30);
}
.hero__cta, .cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.btn {
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 21, 15, 0.18);
  border-radius: 999px;
  padding: 13px 22px;
  background: rgba(255, 250, 242, 0.68);
  color: var(--cacao);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.btn--primary { background: var(--cacao); border-color: var(--cacao); color: var(--cream); }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); outline: none; }
.section { padding: clamp(74px, 10vw, 126px) 18px; }
.section--soft { background: rgba(255, 255, 255, 0.22); }
.section__inner { width: min(var(--max), calc(100vw - 36px)); margin: 0 auto; }
.kicker {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-hero { padding: clamp(92px, 12vw, 150px) 18px clamp(64px, 8vw, 96px); }
.page-title { max-width: 820px; font-size: clamp(56px, 9vw, 116px); line-height: 0.92; }
.section-title { max-width: 780px; font-size: clamp(42px, 6vw, 84px); line-height: 0.98; overflow-wrap: anywhere; }
.section-subtitle { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.6; }
.copy { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.82; }
.copy, .section-subtitle, .product-card p, .journal-card p, .card p, .privacy-note, .notice-bar {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.grid { display: grid; gap: 24px; }
.section__inner > .grid { margin-top: 28px; }
.grid > * { min-width: 0; }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.first-objects-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.journal-preview-grid, .journal-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .product-card, .journal-card {
  border: 1px solid rgba(36, 21, 15, 0.08);
  border-radius: 6px;
  background: #fffaf4;
  box-shadow: 0 18px 42px rgba(83, 50, 34, 0.08);
}
.product-card { padding: 20px; display: grid; gap: 10px; align-content: start; overflow: hidden; }
.product-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.product-image, .image-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f2ed;
  border: 1px solid rgba(36, 21, 15, 0.08);
  border-radius: 4px;
  color: rgba(36, 21, 15, 0.35);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(36, 21, 15, 0.08);
  border-radius: 4px;
  background: #f5f2ed;
}
.product-carousel__track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.4s ease;
}
.product-carousel__track img {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  object-fit: cover;
  display: block;
}
.product-carousel__button {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36, 21, 15, 0.14);
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.58);
  color: rgba(36, 21, 15, 0.62);
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.product-carousel__button--prev { left: 8px; }
.product-carousel__button--next { right: 8px; }
.product-carousel__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.product-carousel__dots button {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 250, 242, 0.66);
  box-shadow: 0 0 0 1px rgba(36, 21, 15, 0.16);
  cursor: pointer;
}
.product-carousel__dots button.is-active { background: rgba(36, 21, 15, 0.72); }
.image-placeholder--wide { aspect-ratio: 16 / 9; }
.image-placeholder--journal { aspect-ratio: 4 / 3; }
.product-label { margin: 0; color: var(--copper); font-size: 12px; font-weight: 500; }
.product-card h3, .journal-card h3, .card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 500;
  line-height: 1.05;
  text-wrap: balance;
}
.product-card p, .journal-card p, .card p { margin: 0; color: var(--muted); line-height: 1.72; }
.product-card p { margin-top: 0.35rem; margin-bottom: 0; }
.product-card p + p { margin-top: 0.25rem; }
.text-link {
  width: max-content;
  border-bottom: 1px solid currentColor;
  color: var(--cacao);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.category-nav a { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; font-size: 12px; font-weight: 500; text-transform: uppercase; }
.key-line { color: var(--cacao); font-weight: 500; }
.journal-card { padding: 18px; display: grid; gap: 18px; }
.journal-card__status {
  width: max-content;
  border: 1px solid rgba(36, 21, 15, 0.14);
  border-radius: 999px;
  padding: 7px 11px;
  color: rgba(36, 21, 15, 0.54);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 6vw, 80px); align-items: center; }
.belief-list { display: grid; gap: 18px; margin-top: 34px; }
.signup {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.24);
}
.signup-form { margin-top: 26px; display: grid; gap: 14px; max-width: 560px; }
.signup-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 250, 242, 0.78);
  font: inherit;
}
.check { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.privacy-note { color: rgba(36, 21, 15, 0.54); font-size: 12px; line-height: 1.7; }
.footer { border-top: 1px solid var(--line); padding: 38px 18px; color: rgba(36, 21, 15, 0.62); font-size: 12px; }
.footer__inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; gap: 14px; }
.footer__brand { color: var(--cacao); font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 600; }
.footer__links { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 1024px) {
  .grid--4, .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .first-objects-grid, .journal-preview-grid, .journal-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid { grid-template-columns: 1fr; }
  .nav { align-items: flex-start; flex-direction: column; justify-content: center; padding: 14px 0; }
}
@media (max-width: 640px) {
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .first-objects-grid, .journal-preview-grid, .journal-category-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .notice-bar { font-size: 11px; }
  .nav { width: calc(100% - 28px); gap: 10px; }
  .brand { font-size: 22px; }
  .nav__links { gap: 16px; font-size: 11px; }
  .hero { padding-top: 58px; align-items: start; }
  .hero__title { font-size: clamp(58px, 19vw, 86px); }
  .page-title { font-size: 56px; }
  main, section, .section__inner, .grid, .product-card { max-width: 100%; min-width: 0; }
  .section-title { font-size: 38px; line-height: 1.08; word-break: break-word; overflow-wrap: anywhere; }
  .copy, .product-card p, .product-card h3 { max-width: 100%; word-break: keep-all; overflow-wrap: break-word; }
  .section__inner { width: calc(100vw - 32px); }
  .category-nav { display: grid; grid-template-columns: 1fr; }
  .category-nav a { min-width: 0; padding-inline: 10px; text-align: center; font-size: 11px; white-space: normal; overflow-wrap: anywhere; }
  .hero__cta { width: min(260px, 100%); }
  .btn { width: 100%; min-width: 100%; }
  .section { padding-inline: 16px; }
}
