:root {
  --ink: #1f2430;
  --mist: #f7f4ed;
  --paper: #fffdfa;
  --line: #ddd5c8;
  --sage: #607468;
  --green: #2c6b4d;
  --sky: #dbeafb;
  --gold: #c7923d;
  --muted: #66707c;
  font-family: Georgia, "Source Han Serif SC", "Songti SC", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(219, 234, 251, 0.7), transparent 30%),
    linear-gradient(180deg, #fffefb, #f4f0e8 80%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.header {
  position: fixed;
  top: 18px;
  right: clamp(16px, 4vw, 56px);
  left: clamp(16px, 4vw, 56px);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 12px 16px;
  background: rgba(255, 253, 250, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(31, 36, 48, 0.1);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 38px; height: 38px; border-radius: 999px; object-fit: cover; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-size: 15px; }
.brand small { color: var(--green); font-size: 10px; letter-spacing: 0.04em; }
.nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.nav-cta {
  padding: 11px 16px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
}
.menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  padding: 118px clamp(16px, 5vw, 72px) 50px;
  align-items: end;
}
.hero-headline h1,
h2 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-headline h1 {
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.95;
}
.hero-headline p:not(.eyebrow) {
  max-width: 570px;
  margin: 28px 0 34px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.9;
}
.hero-actions,
.phones {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button,
.form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.button.dark,
.form button {
  color: #fff;
  background: var(--ink);
}
.button.light {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
}
.hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(31, 36, 48, 0.15);
}
.hero-image-wrap img {
  width: 100%;
  aspect-ratio: 5 / 4.4;
  object-fit: cover;
}
.stat-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 18px;
  backdrop-filter: blur(16px);
}
.stat-card div {
  padding: 18px;
  background: rgba(255, 253, 250, 0.88);
}
.stat-card span {
  display: block;
  color: var(--sage);
  font-size: 12px;
}
.stat-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 24px;
}

section { padding: clamp(76px, 9vw, 126px) clamp(16px, 5vw, 72px); }
h2 { font-size: clamp(34px, 5vw, 66px); line-height: 1.12; }
h3 { margin: 0; font-size: 28px; font-weight: 600; }
p { color: var(--muted); line-height: 1.9; }

.story-columns,
.avenue-panels,
.reading-list {
  display: grid;
  gap: 18px;
}
.story-columns { grid-template-columns: repeat(3, 1fr); margin-top: 36px; }
.story-columns article,
.avenue-panels article,
.feature-card,
.reading-list article,
.contact,
.form {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(221, 213, 200, 0.8);
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(31, 36, 48, 0.07);
  backdrop-filter: blur(12px);
}
.story-columns article,
.avenue-panels article,
.feature-card,
.reading-list article {
  padding: 26px;
}

.avenue {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: start;
  background: linear-gradient(180deg, rgba(219, 234, 251, 0.34), transparent);
}
.avenue-panels {
  grid-template-columns: repeat(3, 1fr);
}
.avenue-panels .tone {
  color: #fff;
  background: linear-gradient(135deg, var(--green), #456b9a);
}
.avenue-panels .tone span,
.avenue-panels .tone p,
.avenue-panels .tone strong { color: #fff; }
.avenue-panels span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.avenue-panels strong {
  display: block;
  margin: 12px 0;
  font-size: 28px;
  font-weight: 600;
}

.collection-head { max-width: 980px; margin-bottom: 34px; }
.collection-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.feature-card.image { padding: 0; overflow: hidden; }
.feature-card.image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.feature-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.feature-card.large { grid-column: span 5; min-height: 340px; }
.feature-card.soft { background: linear-gradient(180deg, #fff9ec, rgba(255, 255, 255, 0.86)); }
.feature-card:nth-child(1) { grid-column: span 4; }
.feature-card:nth-child(3) { grid-column: span 3; }
.feature-card:nth-child(4) { grid-column: span 4; }
.feature-card:nth-child(5) { grid-column: span 3; }
.feature-card:nth-child(6) { grid-column: span 4; }
.feature-card:nth-child(7) { grid-column: span 4; }

.reading {
  background: linear-gradient(180deg, rgba(44, 107, 77, 0.07), transparent);
}
.reading-list {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}
.reading-list article {
  overflow: hidden;
  padding: 0;
}
.reading-list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.reading-list div { padding: 22px; }
.reading-list span {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  padding: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(247, 244, 237, 0.92));
}
.phones a {
  padding: 12px 16px;
  color: var(--green);
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.form {
  display: grid;
  gap: 14px;
  padding: 22px;
}
.form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}
.form input,
.form select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
  background: rgba(255, 255, 255, 0.9);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(16px, 5vw, 72px) 40px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .menu { display: block; }
  .nav {
    position: fixed;
    top: 82px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    background: rgba(255, 253, 250, 0.96);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 18px 60px rgba(31, 36, 48, 0.12);
  }
  .nav.open { display: grid; }
  .hero,
  .avenue,
  .contact,
  .story-columns,
  .avenue-panels,
  .reading-list {
    grid-template-columns: 1fr;
  }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-grid .feature-card { grid-column: auto !important; }
  .stat-card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .header {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .brand small { display: none; }
  .hero {
    padding-top: 106px;
  }
  .hero-headline h1 { font-size: 56px; }
  .hero-headline p:not(.eyebrow) { font-size: 17px; }
  .collection-grid { grid-template-columns: 1fr; }
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
