@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-ext-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-ext-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #181614;
  --paper: #f7f3ed;
  --cream: #fffdf9;
  --burgundy: #681d2b;
  --burgundy-dark: #3e1019;
  --champagne: #c7a56a;
  --champagne-soft: #eadcc3;
  --gold-dark: #94713b;
  --muted: #6d655d;
  --line: rgba(24, 22, 20, 0.14);
  --shadow: 0 24px 65px rgba(40, 28, 20, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: white;
  color: black;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  min-height: 82px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(24, 22, 20, 0.97);
  color: var(--cream);
  border-bottom: 1px solid rgba(199, 165, 106, 0.42);
  backdrop-filter: blur(12px);
}

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

.brand-logo {
  width: 138px;
  height: 66px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.site-nav .lang-switch {
  min-width: 42px;
  padding: 8px 11px;
  border: 1px solid rgba(191, 160, 98, 0.42);
  border-radius: 999px;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--gold-dark);
}

.site-nav .lang-switch:hover,
.site-nav .lang-switch:focus-visible {
  border-color: var(--gold-dark);
  background: rgba(191, 160, 98, 0.08);
}

.site-nav .lang-switch::after {
  display: none;
}

.site-nav a {
  position: relative;
  padding: 30px 0 27px;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 1px;
  background: var(--champagne);
  transition: right 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  right: 0;
}

.nav-contact {
  min-height: 40px;
  padding: 0 16px !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--champagne);
}

.nav-contact::after {
  display: none;
}

.menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: white;
  cursor: pointer;
}

.page-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.home-hero {
  width: min(1320px, calc(100% - 48px));
  margin: 28px auto 0;
  background: #171514;
  box-shadow: var(--shadow);
}

.home-hero img {
  width: 100%;
  height: auto;
}

.home-intro {
  width: min(1120px, calc(100% - 48px));
  margin: 90px auto 110px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: end;
  gap: 72px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--burgundy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Manrope", Arial, sans-serif;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 5vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 400;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(1.85rem, 3.8vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 400;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.3;
}

p {
  margin-top: 0;
}

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.home-intro .lead {
  margin-bottom: 0;
}

.home-title span {
  display: block;
}

.home-title span + span {
  margin-top: 0.18em;
  font-size: 0.78em;
  line-height: 1.14;
}

.candle-grid .product-image {
  aspect-ratio: 1 / 1;
  background: #f8f3eb;
}

.candle-grid .product-image img {
  padding: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.button-primary {
  background: var(--ink);
  color: white;
}

.button-primary:hover {
  background: var(--burgundy-dark);
}

.button-light {
  border-color: var(--champagne);
  background: var(--champagne);
  color: var(--ink);
}

.trust-strip {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  min-height: 92px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--champagne);
  font-size: 13px;
}

.trust-strip span {
  font-size: 13px;
}

.section-heading {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 56px;
}

.section-heading p:last-child {
  margin-bottom: 5px;
  color: var(--muted);
}

.route-grid {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.route-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.route-grid-two .route-card:last-child {
  grid-column: auto;
}

.route-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.route-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 0.45s ease, opacity 0.25s ease;
}

.route-card:hover img {
  transform: scale(1.025);
  opacity: 0.7;
}

.route-card::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(17, 13, 12, 0.94));
}

.route-card-content {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 26px;
}

.route-card-content span {
  color: var(--champagne-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.route-card-content h3 {
  margin: 7px 0 8px;
  font-size: 1.6rem;
  font-weight: 400;
}

.route-card-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.seasonal-banner,
.support-creator {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  padding: 62px 68px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
}

.seasonal-banner {
  background: var(--ink);
  color: white;
}

.seasonal-banner .eyebrow {
  color: var(--champagne);
}

.seasonal-banner h2,
.support-creator h2 {
  margin-bottom: 10px;
}

.seasonal-banner p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.support-creator {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  background: #f3e8e7;
  border-left: 3px solid var(--burgundy);
}

.support-creator p {
  margin-bottom: 24px;
  color: var(--muted);
}

.material-teaser {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 130px;
  padding: 64px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.fact-list {
  display: grid;
  gap: 0;
}

.fact-list div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.fact-list div:first-child {
  border-top: 1px solid var(--line);
}

.fact-list span {
  color: var(--champagne);
  font-weight: 700;
}

.page-hero {
  width: min(1240px, calc(100% - 48px));
  margin: 28px auto 96px;
  min-height: 560px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.page-hero-copy {
  padding: clamp(44px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-hero-copy p:last-of-type {
  color: var(--muted);
  font-size: 17px;
}

.page-hero-media {
  min-height: 520px;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-hero {
  background: linear-gradient(135deg, #f7f1e8 0%, #eee4d6 100%);
}

.collection-hero-panel {
  min-height: 520px;
  padding: clamp(44px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: white;
}

.collection-hero-panel > strong {
  color: var(--champagne);
  font-size: clamp(78px, 11vw, 142px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.collection-hero-panel > span {
  max-width: 260px;
  margin: 14px 0 42px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.collection-hero-panel div {
  padding: 18px 0;
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.collection-hero-panel b {
  font-size: 15px;
}

.collection-hero-panel small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.occasion-nav {
  width: min(1120px, calc(100% - 48px));
  margin: -52px auto 92px;
  padding: 18px 24px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
}

.occasion-nav a {
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  border-bottom: 1px solid transparent;
}

.occasion-nav a:hover {
  color: white;
  border-color: var(--champagne);
}

.wax-choice {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 40px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  background: var(--champagne-soft);
  border-left: 3px solid var(--champagne);
  color: var(--ink);
  font-size: 14px;
}

.occasion-nav + .wax-choice {
  margin-top: -54px;
  margin-bottom: 82px;
}

.wax-choice strong,
.wax-choice span {
  display: block;
}

.wax-choice span {
  color: var(--muted);
}

.occasion-section,
.content-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  scroll-margin-top: 112px;
}

.text-feature {
  padding: clamp(36px, 6vw, 72px);
  background: var(--cream);
  border: 1px solid var(--line);
}

.text-feature .split-copy {
  max-width: 760px;
}

.why-wax {
  width: min(1120px, calc(100% - 48px));
  margin: clamp(54px, 8vw, 104px) auto;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid var(--line);
  background: var(--cream);
}

.why-wax-intro {
  max-width: 860px;
}

.why-wax-intro h2 {
  max-width: 720px;
  margin: 10px 0 20px;
}

.why-wax-intro .lead {
  max-width: 820px;
}

.soy-wax-reason {
  margin-top: clamp(30px, 5vw, 52px);
  padding: clamp(28px, 4vw, 46px);
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(0, 1.4fr);
  gap: 20px 54px;
  background: #fffdf9;
  border-left: 3px solid var(--champagne);
}

.soy-wax-reason h3 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.soy-wax-reason > p,
.soy-wax-reason ul {
  margin-top: 0;
}

.soy-wax-reason ul {
  grid-column: 2;
  padding-left: 20px;
  color: var(--muted);
}

.soy-wax-reason .soy-wax-note {
  grid-column: 2;
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.why-wax-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(30px, 5vw, 56px);
  background: var(--line);
  border: 1px solid var(--line);
}

.why-wax-benefits article {
  min-height: 220px;
  padding: 28px;
  background: #fffdf9;
}

.why-wax-benefits span,
.use-cases span {
  color: var(--gold-dark);
  font-size: .72rem;
  letter-spacing: .14em;
}

.why-wax-benefits h3 {
  margin: 34px 0 10px;
}

.why-wax-benefits p,
.use-cases p,
.decorative-note p {
  margin: 0;
}

.use-cases-block {
  margin-top: clamp(42px, 6vw, 68px);
}

.use-cases-block h3 {
  margin: 10px 0 26px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.use-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 44px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.use-cases li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.decorative-note {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) 1fr;
  gap: 28px;
  margin-top: 42px;
  padding: 24px 28px;
  background: var(--ink);
  color: var(--paper);
}

@media (max-width: 900px) {
  .why-wax-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .why-wax {
    padding: 28px 20px;
  }

  .why-wax-benefits,
  .use-cases,
  .decorative-note,
  .soy-wax-reason {
    grid-template-columns: 1fr;
  }

  .soy-wax-reason ul,
  .soy-wax-reason .soy-wax-note {
    grid-column: 1;
  }

  .why-wax-benefits article {
    min-height: 0;
  }

  .why-wax-benefits h3 {
    margin-top: 20px;
  }
}

.occasion-header {
  max-width: 720px;
  margin-bottom: 38px;
}

.occasion-header p:last-child {
  color: var(--muted);
}

.gift-subgroup + .gift-subgroup {
  margin-top: 74px;
}

.gift-subgroup-header {
  max-width: 720px;
  margin-bottom: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.gift-subgroup-header h3 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 400;
}

.gift-subgroup-header p {
  margin: 0;
  color: var(--muted);
}

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

.product-card {
  min-width: 0;
}

.product-image {
  aspect-ratio: 1 / 1.06;
  overflow: hidden;
  background: #ebe4da;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.product-card-contain .product-image {
  background: #fffdf9;
}

.product-card-contain .product-image img {
  padding: 8px;
  object-fit: contain;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.seasonal-grid .product-image {
  aspect-ratio: 3 / 2;
  background: #eee8df;
}

.seasonal-grid .product-image img {
  object-fit: contain;
}

.product-meta {
  padding: 19px 2px 0;
}

.product-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.product-title h3 {
  margin-bottom: 6px;
}

.price {
  color: var(--burgundy);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.product-meta p {
  min-height: 68px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.split-feature {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--ink);
  color: white;
}

.split-feature.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.split-feature.reverse .split-media {
  order: 2;
}

.split-media {
  min-height: 500px;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-copy {
  padding: clamp(42px, 6vw, 78px);
  align-self: center;
}

.split-copy .eyebrow {
  color: var(--champagne);
}

.split-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.split-copy ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.split-copy li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.split-copy li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.three-cards,
.four-cards {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  display: grid;
  gap: 18px;
}

.three-cards {
  grid-template-columns: repeat(3, 1fr);
}

.four-cards {
  grid-template-columns: repeat(4, 1fr);
}

.info-card {
  padding: 34px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.info-card > span {
  color: var(--champagne);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.info-card h3 {
  margin-top: 24px;
}

.info-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.gallery-grid {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #e8e0d5;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px 20px;
  background: rgba(24, 22, 20, 0.92);
  color: white;
}

.gallery-caption strong,
.gallery-caption span {
  display: block;
}

.gallery-caption strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.gallery-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.hospitality-page .page-hero-media,
.hospitality-page .split-media {
  background: #ece5dc;
}

.hospitality-page .page-hero-media img,
.hospitality-page .split-media img,
.route-card[href="gostinci.html"] img {
  object-fit: contain;
}

.hospitality-page .gallery-item {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.hospitality-page .gallery-item img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #ece5dc;
}

.hospitality-page .gallery-caption {
  position: static;
}

.steps {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.step {
  padding: 38px 32px;
  border-right: 1px solid var(--line);
}

.step:last-child {
  border-right: 0;
}

.step > span {
  color: var(--champagne);
  font-weight: 700;
}

.step h3 {
  margin-top: 26px;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-list {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto 120px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 23px 42px 23px 0;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  font-size: 22px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 40px 22px 0;
  color: var(--muted);
}

.cta-band {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  padding: 72px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  background: var(--burgundy-dark);
  color: white;
}

.cta-band h2 {
  max-width: 720px;
  margin-bottom: 8px;
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-layout {
  width: min(1120px, calc(100% - 48px));
  margin: 70px auto 120px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
}

.contact-copy {
  padding-top: 24px;
}

.contact-copy .lead {
  font-size: 16px;
}

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

.contact-details span,
.contact-details a {
  display: block;
}

.contact-details span {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
}

.contact-details a {
  margin-bottom: 22px;
  font-weight: 700;
}

.inquiry-form {
  padding: 46px;
  display: grid;
  gap: 18px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: white;
  color: var(--ink);
  outline: none;
  text-transform: none;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--champagne);
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  text-transform: none !important;
  line-height: 1.5;
}

.consent input {
  width: 17px;
  min-height: 17px;
  margin-top: 3px;
}

.consent a {
  text-decoration: underline;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--burgundy);
  font-size: 13px;
}

.legal {
  width: min(820px, calc(100% - 48px));
  margin: 80px auto 120px;
}

.legal section {
  margin-top: 42px;
}

.legal p,
.legal li {
  color: var(--muted);
}

.legal a {
  text-decoration: underline;
}

.shipping-page {
  width: min(920px, calc(100% - 48px));
}

.shipping-page > .lead {
  max-width: 760px;
}

.shipping-summary {
  margin: 42px 0 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.shipping-summary article {
  min-height: 130px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  background: var(--cream);
}

.shipping-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shipping-summary strong {
  font-size: 1.15rem;
  font-weight: 400;
}

.shipping-page section {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.shipping-page li + li {
  margin-top: 8px;
}

.shipping-note {
  margin-top: 48px;
  padding: 26px 30px;
  background: var(--ink);
  color: var(--paper);
}

.shipping-note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.legal-date {
  margin-top: 28px;
  font-size: 13px;
}

@media (max-width: 700px) {
  .shipping-summary {
    grid-template-columns: 1fr;
  }

  .shipping-summary article {
    min-height: 0;
  }
}

.site-footer {
  padding: 58px max(24px, calc((100vw - 1120px) / 2));
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 50px;
  background: var(--ink);
  color: white;
}

.footer-logo {
  width: 150px;
  height: 72px;
  object-fit: contain;
}

.footer-note {
  max-width: 330px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-nav,
.footer-meta {
  display: grid;
  align-content: start;
  gap: 10px;
  font-size: 13px;
}

.footer-nav a:hover,
.footer-meta a:hover {
  color: var(--champagne);
}

.footer-heading {
  margin-bottom: 7px;
  color: var(--champagne);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.not-found {
  min-height: 70vh;
  padding: 90px 24px;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found div {
  max-width: 620px;
}

@media (max-width: 1120px) {
  .site-header {
    min-height: 72px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    padding: 26px 24px 34px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a,
  .nav-contact {
    min-height: 48px;
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .nav-contact {
    margin-top: 12px;
    justify-content: center;
    border: 1px solid var(--champagne);
  }

  .home-intro,
  .section-heading,
  .material-teaser,
  .page-hero,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .home-intro {
    gap: 28px;
  }

  .home-intro .button-row {
    margin-top: 0;
  }

  .route-grid,
  .product-grid,
  .three-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .route-card:last-child {
    grid-column: 1 / -1;
  }

  .four-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero-media {
    min-height: 440px;
  }

  .split-feature,
  .split-feature.reverse {
    grid-template-columns: 1fr;
  }

  .split-feature.reverse .split-media {
    order: 0;
  }

  .contact-layout {
    gap: 30px;
  }

  .cta-band {
    grid-template-columns: 1fr;
    padding: 56px;
  }

  .seasonal-banner,
  .support-creator {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .site-header {
    padding: 0 16px;
  }

  .brand-logo {
    width: 116px;
    height: 58px;
  }

  .home-hero,
  .page-hero {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .home-intro,
  .trust-strip,
  .section-heading,
  .route-grid,
  .material-teaser,
  .seasonal-banner,
  .support-creator,
  .occasion-nav,
  .wax-choice,
  .occasion-section,
  .content-section,
  .split-feature,
  .three-cards,
  .four-cards,
  .gallery-grid,
  .steps,
  .faq-list,
  .cta-band,
  .contact-layout,
  .legal {
    width: calc(100% - 32px);
  }

  .home-intro {
    margin: 60px auto 76px;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.3rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
  }

  .lead {
    font-size: 16px;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 86px;
  }

  .trust-strip div {
    min-height: 78px;
    padding: 16px;
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    gap: 16px;
  }

  .route-grid,
  .product-grid,
  .three-cards,
  .four-cards,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .route-card,
  .gallery-item {
    min-height: 420px;
  }

  .route-card:last-child {
    grid-column: auto;
  }

  .material-teaser {
    padding: 34px 26px;
    gap: 34px;
    margin-bottom: 88px;
  }

  .seasonal-banner,
  .support-creator {
    padding: 42px 26px;
    gap: 26px;
    margin-bottom: 86px;
  }

  .page-hero {
    margin-bottom: 72px;
  }

  .page-hero-copy {
    padding: 48px 26px;
  }

  .page-hero-media {
    min-height: 380px;
  }

  .occasion-nav {
    margin-top: -40px;
    justify-content: flex-start;
    gap: 8px 22px;
  }

  .wax-choice,
  .occasion-nav + .wax-choice {
    margin-top: -38px;
    margin-bottom: 70px;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .occasion-section,
  .content-section,
  .split-feature,
  .three-cards,
  .four-cards,
  .gallery-grid,
  .steps,
  .faq-list,
  .cta-band,
  .contact-layout {
    margin-bottom: 86px;
  }

  .product-meta p {
    min-height: 0;
  }

  .split-media {
    min-height: 380px;
  }

  .split-copy {
    padding: 42px 26px;
  }

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

  .step {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step:last-child {
    border-bottom: 0;
  }

  .cta-band {
    padding: 44px 26px;
  }

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

  .inquiry-form {
    padding: 30px 22px;
  }

  .site-footer {
    padding: 46px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
