:root {
  --ink: #352a28;
  --ink-soft: #655654;
  --paper: #fbf7f1;
  --paper-deep: #f3eadf;
  --cream: #fffdf9;
  --rose: #a76e62;
  --rose-dark: #7e4c43;
  --rose-light: #dfc4b7;
  --sage: #829487;
  --plum: #806778;
  --gold: #b78a58;
  --line: rgba(83, 57, 52, 0.15);
  --shadow: 0 24px 70px rgba(74, 49, 43, 0.13);
  --shadow-soft: 0 14px 38px rgba(74, 49, 43, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100% - 40px));
  --header-height: 82px;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.36;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

::selection {
  color: #fff;
  background: var(--rose-dark);
}

:focus-visible {
  outline: 3px solid rgba(126, 76, 67, 0.38);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--rose-dark);
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 247, 241, 0.9);
  box-shadow: 0 12px 32px rgba(61, 42, 38, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 178px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  font-size: 0.92rem;
  font-weight: 650;
}

.main-nav a {
  position: relative;
  text-decoration: none;
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--rose-dark);
  transition: right 180ms ease;
}

.main-nav a:not(.nav-cta):hover::after {
  right: 0;
}

.nav-cta {
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 76, 67, 0.34);
  background: #fff;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  place-items: center;
}

.menu-button span[aria-hidden="true"] {
  display: block;
  width: 19px;
  height: 1.5px;
  margin: 3px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(4.5px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-of-type(4) {
  transform: translateY(-4.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 760px;
  padding: calc(var(--header-height) + 72px) 0 86px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: -260px;
  top: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223, 196, 183, 0.42), transparent 68%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: min(60vw, 860px);
  aspect-ratio: 1;
  right: -11vw;
  top: -12vw;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 45%, rgba(238, 212, 191, 0.72), rgba(223, 196, 183, 0.2) 48%, transparent 70%);
  filter: blur(2px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 6.8vw, 6.3rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 4.7vw, 4.4rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--rose-dark);
  box-shadow: 0 14px 28px rgba(126, 76, 67, 0.2);
}

.button-primary:hover {
  background: #6f4139;
  box-shadow: 0 18px 34px rgba(126, 76, 67, 0.26);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.button-secondary:hover {
  border-color: rgba(126, 76, 67, 0.3);
  background: #fff;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  padding: 0;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 650;
  list-style: none;
}

.hero-notes li {
  position: relative;
  padding-left: 16px;
}

.hero-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

.hero-visual {
  position: relative;
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 5%;
  bottom: 4%;
  height: 19%;
  border-radius: 50%;
  background: rgba(89, 58, 51, 0.14);
  filter: blur(34px);
  z-index: -1;
}

.hero-visual img {
  width: min(100%, 720px);
  filter: drop-shadow(0 32px 40px rgba(67, 44, 39, 0.12));
}

.hero-caption {
  position: absolute;
  right: 0;
  bottom: 8%;
  max-width: 250px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 16px;
  color: var(--ink-soft);
  background: rgba(255, 253, 249, 0.7);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
}

.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.28);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 7vw, 100px);
  align-items: center;
  padding-block: 48px;
}

.intro-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.intro-quote {
  color: var(--ink) !important;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-style: italic;
  line-height: 1.2;
}

.section {
  padding: 118px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: 44px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 470px;
  margin-bottom: 7px;
  color: var(--ink-soft);
}

.collection {
  background: var(--cream);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
}

.filter-button,
.mood-chip {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 720;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.filter-button:hover,
.mood-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 76, 67, 0.32);
}

.filter-button.is-active,
.mood-chip.is-active {
  color: #fff;
  border-color: var(--rose-dark);
  background: var(--rose-dark);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 0 0 rgba(74, 49, 43, 0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(126, 76, 67, 0.24);
  box-shadow: var(--shadow-soft);
}

.product-art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.2;
  overflow: hidden;
}

.product-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.22), transparent 52%);
  pointer-events: none;
}

.product-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.product-card:hover .product-art img {
  transform: scale(1.035);
}

.art-rose { background: #ead8d0; }
.art-amber { background: #e8d1b7; }
.art-sage { background: #dce3da; }
.art-plum { background: #e5d5df; }
.art-cream { background: #eee6da; }
.art-clay { background: #dfc9bb; }

.product-tag {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 8px 20px rgba(68, 45, 40, 0.08);
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 760;
}

.product-body {
  padding: 25px 24px 27px;
}

.product-kind {
  margin-bottom: 7px;
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-body h3 {
  margin-bottom: 11px;
  font-size: 1.65rem;
}

.product-body > p:not(.product-kind) {
  min-height: 82px;
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.product-body a,
.text-link {
  color: var(--rose-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.product-body a span,
.text-link span {
  display: inline-block;
  transition: transform 160ms ease;
}

.product-body a:hover span,
.text-link:hover span {
  transform: translateX(4px);
}

.collection-note {
  max-width: 720px;
  margin: 25px auto 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  text-align: center;
}

.moods {
  position: relative;
  overflow: hidden;
  background: #ede2d7;
}

.moods::before,
.moods::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.moods::before {
  width: 420px;
  height: 420px;
  top: -220px;
  left: 9%;
  background: rgba(255, 255, 255, 0.36);
}

.moods::after {
  width: 360px;
  height: 360px;
  right: -150px;
  bottom: -180px;
  background: rgba(167, 110, 98, 0.12);
}

.moods-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(52px, 9vw, 130px);
  align-items: center;
}

.moods-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--ink-soft);
}

.mood-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.mood-card {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 249, 0.67);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.mood-card::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 110, 98, 0.24), transparent 72%);
}

.mood-card.is-changing {
  opacity: 0.55;
  transform: translateY(4px);
}

.mood-number {
  color: rgba(126, 76, 67, 0.38);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
}

.mood-kicker {
  margin-bottom: 10px;
  color: var(--rose-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mood-card h3 {
  max-width: 430px;
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
}

.mood-card p:not(.mood-kicker) {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.mood-swatches {
  display: flex;
  gap: 10px;
  margin-top: 36px;
}

.mood-swatches span {
  width: 34px;
  height: 34px;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 4px 14px rgba(58, 39, 35, 0.12);
}

.process {
  background: var(--ink);
}

.process .eyebrow,
.process .section-heading > p,
.process .process-step p {
  color: #cfbfb9;
}

.process h2,
.process h3 {
  color: #fffaf4;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  list-style: none;
}

.process-step {
  min-height: 310px;
  padding: 32px 28px;
  background: var(--ink);
}

.process-step span {
  display: block;
  margin-bottom: 74px;
  color: #c59383;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
}

.process-step h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.process-step p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.about {
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(390px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-visual::before {
  content: "";
  position: absolute;
  inset: 8% -4% -5% 8%;
  border-radius: 44% 56% 48% 52% / 52% 38% 62% 48%;
  background: #ead8ca;
}

.about-visual img {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 30px 34px rgba(74, 49, 43, 0.12));
}

.about-copy p:not(.eyebrow) {
  color: var(--ink-soft);
}

.about-copy .text-link {
  display: inline-block;
  margin-top: 8px;
}

.faq {
  background: var(--paper-deep);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1.28fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro p:not(.eyebrow) {
  color: var(--ink-soft);
}

.accordion details {
  border-top: 1px solid var(--line);
}

.accordion details:last-child {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 18px;
  height: 1.5px;
  background: var(--rose-dark);
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.accordion summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.accordion details p {
  max-width: 650px;
  padding: 0 48px 24px 0;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.contact {
  padding: 90px 0;
  background: var(--cream);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.65fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  overflow: hidden;
  padding: clamp(38px, 7vw, 80px);
  border-radius: var(--radius-xl);
  color: #f8eee7;
  background: var(--rose-dark);
  box-shadow: var(--shadow);
}

.contact-card::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -170px;
  top: -250px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.035), 0 0 0 120px rgba(255, 255, 255, 0.02);
}

.contact-card .eyebrow {
  color: #e3c3b8;
}

.contact-card h2 {
  max-width: 650px;
  color: #fffaf5;
}

.contact-card p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 0;
  color: #e8d7d1;
}

.contact-actions {
  position: relative;
  display: grid;
  gap: 13px;
}

.button-light {
  color: var(--rose-dark);
  background: #fffaf5;
}

.button-light:hover {
  background: #fff;
}

.copy-name {
  display: grid;
  gap: 2px;
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  text-align: left;
  transition: background-color 180ms ease, transform 180ms ease;
}

.copy-name:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.13);
}

.copy-name span,
.copy-name small {
  color: #dcbeb4;
  font-size: 0.72rem;
}

.copy-name strong {
  font-size: 0.87rem;
  line-height: 1.35;
}

.site-footer {
  padding: 64px 0 34px;
  color: #d7c8c2;
  background: #2b2220;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.55fr 0.6fr;
  gap: 50px;
  align-items: start;
}

.footer-grid img {
  margin-bottom: 16px;
}

.footer-grid p {
  max-width: 370px;
  margin-bottom: 0;
  font-size: 0.86rem;
}

.footer-grid nav {
  display: grid;
  gap: 8px;
}

.footer-grid nav a {
  width: fit-content;
  color: #f1e7e2;
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-meta {
  text-align: right;
}

.footer-meta p + p {
  margin-top: 4px;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  max-width: min(360px, calc(100% - 44px));
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  background: #2d2523;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  font-size: 0.86rem;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms cubic-bezier(.2, .75, .2, 1), transform 720ms cubic-bezier(.2, .75, .2, 1);
}

.reveal-delay {
  transition-delay: 120ms;
}

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

@media (max-width: 1020px) {
  :root {
    --shell: min(100% - 32px, 920px);
  }

  .hero {
    padding-top: calc(var(--header-height) + 54px);
  }

  .hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 34px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .hero-caption {
    right: -5px;
    bottom: 5%;
  }

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

  .product-body > p:not(.product-kind) {
    min-height: 0;
  }

  .moods-grid,
  .about-grid,
  .faq-grid {
    gap: 48px;
  }

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

  .process-step {
    min-height: 275px;
  }

  .process-step span {
    margin-bottom: 48px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 72px;
  }

  .brand img {
    width: 158px;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-height) 16px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .main-nav a {
    padding: 13px 12px;
    border-radius: 12px;
  }

  .main-nav a:hover {
    background: var(--paper-deep);
  }

  .main-nav a::after {
    display: none;
  }

  .nav-cta {
    margin-top: 5px;
    text-align: center;
    background: var(--rose-dark) !important;
    color: #fff;
  }

  .hero {
    min-height: auto;
    padding-bottom: 72px;
  }

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

  .hero-copy {
    max-width: 690px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(3.2rem, 11vw, 5rem);
  }

  .hero-visual {
    min-height: 0;
    margin-top: -22px;
  }

  .hero-visual img {
    width: min(100%, 650px);
  }

  .hero-caption {
    right: 2%;
    bottom: 3%;
  }

  .intro-grid,
  .section-heading,
  .moods-grid,
  .about-grid,
  .faq-grid,
  .contact-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading {
    gap: 20px;
  }

  .section-heading > p {
    max-width: 660px;
  }

  .moods-grid {
    gap: 40px;
  }

  .about-visual {
    max-width: 650px;
    margin-inline: auto;
  }

  .faq-intro {
    position: static;
  }

  .faq-grid {
    gap: 30px;
  }

  .contact-actions {
    max-width: 430px;
  }

  .footer-grid {
    gap: 32px;
  }

  .footer-meta {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 24px);
    --radius-xl: 26px;
    --radius-lg: 20px;
  }

  body {
    font-size: 15px;
  }

  .hero {
    padding-top: calc(var(--header-height) + 36px);
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(3rem, 16vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2.3rem, 12vw, 3.45rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-notes {
    gap: 7px 16px;
  }

  .hero-visual {
    margin-top: 4px;
  }

  .hero-caption {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin: -42px 12px 0;
  }

  .intro-grid {
    gap: 20px;
    padding-block: 34px;
  }

  .section {
    padding: 72px 0;
  }

  .filter-bar {
    flex-wrap: nowrap;
    margin-right: -12px;
    padding-right: 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
  }

  .product-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .product-card:hover {
    transform: none;
  }

  .mood-card {
    min-height: 390px;
    padding: 30px 24px;
  }

  .mood-card h3 {
    font-size: 2.45rem;
  }

  .process-grid {
    border-radius: 20px;
  }

  .process-step {
    min-height: 0;
    padding: 28px 24px;
  }

  .process-step span {
    margin-bottom: 32px;
  }

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

  .accordion summary {
    padding-right: 38px;
  }

  .contact {
    padding: 60px 0;
  }

  .contact-card {
    padding: 34px 23px;
  }

  .toast {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
