/* layout */
:root {
  --bg: #F7F1EC;
  --text: #181414;
  --nude: #C9A38D;
  --rose: #A77C68;
  --soft: #EFE3DC;
  --white: #FFFFFF;
  --muted: rgba(24, 20, 20, 0.64);
  --line: rgba(24, 20, 20, 0.12);
  --line-strong: rgba(24, 20, 20, 0.2);
  --shadow: 0 26px 80px rgba(91, 63, 51, 0.13);
  --max: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 86% 8%, rgba(201, 163, 141, 0.26), transparent 28%),
    radial-gradient(circle at 8% 38%, rgba(167, 124, 104, 0.14), transparent 26%),
    linear-gradient(180deg, var(--bg), #fbf7f4 46%, var(--bg));
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

button,
input {
  font: inherit;
}

.page {
  position: relative;
  overflow: hidden;
}

.page::before,
.page::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
}

.page::before {
  width: 44vw;
  height: 44vw;
  min-width: 360px;
  min-height: 360px;
  top: 72px;
  right: -15vw;
  border: 1px solid rgba(167, 124, 104, 0.18);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(239, 227, 220, 0.55), rgba(247, 241, 236, 0));
}

.page::after {
  width: 240px;
  height: 340px;
  left: -86px;
  bottom: 10vh;
  border: 1px solid rgba(167, 124, 104, 0.16);
  border-radius: 130px;
  background: rgba(239, 227, 220, 0.46);
  transform: rotate(-18deg);
}

.container {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

section {
  padding: clamp(76px, 11vw, 138px) 0;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 241, 236, 0.86);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 28px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 34px);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(76px, 10vw, 122px) 0 clamp(82px, 10vw, 130px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
  align-items: center;
  gap: clamp(44px, 8vw, 104px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(34px, 6vw, 68px);
}

.about-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 44px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ritual-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.ritual-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 26px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
}

.values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.newsletter {
  padding-bottom: 92px;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: clamp(34px, 6vw, 68px);
}

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 30px;
}

footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

/* typography */
a {
  color: inherit;
  text-decoration: none;
}

.brand {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.nav-links {
  color: rgba(24, 20, 20, 0.76);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker {
  margin-bottom: 16px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-weight: 460;
}

h1 {
  max-width: 850px;
  font-size: clamp(4.8rem, 15vw, 11.4rem);
  line-height: 0.88;
  letter-spacing: 0.1em;
}

h2 {
  max-width: 830px;
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: 1.05;
}

.section-copy {
  max-width: 720px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.eyebrow {
  color: var(--rose);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 720px;
  margin-top: 30px;
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  line-height: 1.18;
}

.hero-copy {
  max-width: 580px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.05rem;
}

.visual-monogram {
  color: rgba(24, 20, 20, 0.84);
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 440;
  letter-spacing: 0.18em;
}

.hero-note {
  color: rgba(24, 20, 20, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-meta strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-meta span {
  color: var(--muted);
  font-size: 0.94rem;
}

.section-heading-row .section-copy {
  max-width: 405px;
  margin-top: 0;
}

.card-index {
  color: var(--rose);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.collection-card h3 {
  margin-top: 94px;
  font-size: 1.62rem;
  line-height: 1.15;
}

.collection-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.96rem;
}

.ritual-time {
  color: var(--rose);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ritual-item h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.ritual-item p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.98rem;
}

.story-symbol::after {
  content: "VK";
  color: rgba(24, 20, 20, 0.84);
  font-size: clamp(4rem, 10vw, 7.2rem);
  font-weight: 440;
  letter-spacing: 0.18em;
}

.story-text p {
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.06rem;
}

.values span {
  color: var(--rose);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

input[type="email"] {
  color: var(--text);
}

input[type="email"]::placeholder {
  color: rgba(109, 95, 90, 0.68);
}

.contact-card {
  color: var(--muted);
}

.contact-card a {
  color: var(--text);
  font-weight: 760;
  letter-spacing: 0.04em;
}

footer {
  color: rgba(24, 20, 20, 0.62);
  font-size: 0.88rem;
}

/* components */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-links a {
  position: relative;
  padding: 7px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.eyebrow::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--rose);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 24px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button.primary {
  border-color: var(--text);
  background: var(--text);
  color: var(--bg);
}

.button.secondary {
  color: var(--text);
}

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

.button.secondary:hover {
  background: var(--rose);
  color: var(--white);
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5.35;
  border: 1px solid rgba(167, 124, 104, 0.22);
  border-radius: 999px 999px 8px 8px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.54), transparent 43%),
    radial-gradient(circle at 52% 18%, rgba(201, 163, 141, 0.38), transparent 22%),
    linear-gradient(180deg, var(--soft), rgba(247, 241, 236, 0.12));
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(24, 20, 20, 0.14);
  border-radius: inherit;
}

.hero-visual::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  right: -12%;
  bottom: 12%;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(167, 124, 104, 0.8), rgba(201, 163, 141, 0.3)),
    var(--rose);
  box-shadow: 0 18px 46px rgba(88, 61, 49, 0.18);
}

.visual-monogram {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-43%, -50%);
}

.visual-line {
  position: absolute;
  left: -14%;
  bottom: 22%;
  z-index: 2;
  width: 74%;
  height: 1px;
  background: rgba(24, 20, 20, 0.22);
}

.visual-line::before {
  content: "";
  position: absolute;
  right: -9px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--text);
}

.hero-note {
  position: absolute;
  right: 8%;
  bottom: 7%;
  z-index: 2;
  max-width: 150px;
}

.about-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0)),
    rgba(239, 227, 220, 0.62);
}

.about-mark {
  position: relative;
  min-height: 310px;
}

.about-mark span {
  position: absolute;
  border: 1px solid rgba(167, 124, 104, 0.28);
  background: rgba(247, 241, 236, 0.36);
}

.about-mark span:nth-child(1) {
  width: 72%;
  height: 88%;
  left: 0;
  bottom: 0;
  border-radius: 180px 180px 8px 8px;
}

.about-mark span:nth-child(2) {
  width: 46%;
  height: 46%;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(201, 163, 141, 0.32);
}

.about-mark span:nth-child(3) {
  width: 58%;
  height: 1px;
  right: 4%;
  bottom: 23%;
  background: rgba(24, 20, 20, 0.24);
}

.about-meta {
  border: 1px solid var(--line);
  background: var(--line);
}

.about-meta div {
  min-height: 96px;
  padding: 20px;
  background: rgba(247, 241, 236, 0.78);
}

.collections {
  background:
    linear-gradient(180deg, rgba(239, 227, 220, 0), rgba(239, 227, 220, 0.52) 45%, rgba(239, 227, 220, 0));
}

.collection-card {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(24, 20, 20, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0)),
    rgba(247, 241, 236, 0.66);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.collection-card:hover {
  transform: translateY(-5px);
  border-color: rgba(167, 124, 104, 0.25);
  box-shadow: var(--shadow);
}

.collection-card::before {
  content: "";
  position: absolute;
  right: -56px;
  top: -56px;
  width: 152px;
  height: 152px;
  border: 1px solid rgba(167, 124, 104, 0.18);
  border-radius: 50%;
  background: rgba(201, 163, 141, 0.18);
}

.rituals {
  background:
    linear-gradient(180deg, rgba(247, 241, 236, 0), rgba(255, 255, 255, 0.42), rgba(247, 241, 236, 0));
}

.ritual-list {
  border-top: 1px solid var(--line-strong);
}

.ritual-item {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.story-symbol {
  position: relative;
  min-height: 460px;
  border: 1px solid rgba(167, 124, 104, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(239, 227, 220, 0.76), rgba(247, 241, 236, 0.28)),
    var(--soft);
  overflow: hidden;
}

.story-symbol::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(24, 20, 20, 0.15);
  border-radius: 50%;
}

.story-symbol::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-43%, -50%);
}

.story-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 36%;
  height: 1px;
  background: rgba(24, 20, 20, 0.18);
}

.values span {
  padding: 9px 14px;
  border: 1px solid rgba(167, 124, 104, 0.28);
  border-radius: 999px;
}

.newsletter-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(201, 163, 141, 0.32), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    var(--soft);
}

input[type="email"] {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(24, 20, 20, 0.18);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.56);
}

input[type="email"]:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(167, 124, 104, 0.12);
}

.form-button {
  min-height: 54px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  background: var(--rose);
  color: var(--white);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.form-button:hover {
  background: var(--text);
  transform: translateY(-2px);
}

.contact-card {
  padding-left: clamp(0px, 4vw, 36px);
  border-left: 1px solid rgba(24, 20, 20, 0.14);
}

.contact-card a {
  display: inline-block;
  margin-top: 10px;
}

/* responsive */
@media (max-width: 1040px) {
  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .nav-inner {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 20px 0;
    gap: 14px;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 0.73rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .about-panel,
  .ritual-grid,
  .story-grid,
  .newsletter-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(430px, 86%);
    margin: 0 auto;
    order: -1;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading-row .section-copy {
    max-width: 720px;
  }

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

  .contact-card {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  section {
    padding: 68px 0;
  }

  h1 {
    font-size: clamp(3.5rem, 20vw, 5.6rem);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .about-panel,
  .newsletter-panel {
    padding: 28px 22px;
  }

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

  .collection-card {
    min-height: 270px;
  }

  .collection-card h3 {
    margin-top: 62px;
  }

  .ritual-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .story-symbol {
    min-height: 340px;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .form-button {
    width: 100%;
  }

  .page::before {
    right: -280px;
  }
}
