:root {
  --copper-100: #f9efe6;
  --copper-300: #d79161;
  --copper-500: #b16439;
  --copper-700: #7a3f27;
  --ink-900: #22140f;
  --ink-700: #4b3227;
  --canvas: #fffaf5;
  --card: #fff4ea;
  --radius: 1.1rem;
  --shadow: 0 18px 50px rgba(99, 52, 25, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at 8% 12%, rgba(177, 100, 57, 0.11), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(122, 63, 39, 0.1), transparent 30%),
    linear-gradient(180deg, #fffaf5 0%, #fff4ea 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Cinzel", serif;
  letter-spacing: 0.02em;
}

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

.container {
  width: min(1120px, calc(100vw - 2.2rem));
  margin-inline: auto;
}

.bg-orb {
  position: fixed;
  width: 440px;
  height: 440px;
  filter: blur(65px);
  pointer-events: none;
  z-index: -1;
}

.site-banner {
  width: 100%;
  line-height: 0;
}

.site-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.orb-left {
  top: -180px;
  left: -170px;
  background: rgba(215, 145, 97, 0.24);
}

.orb-right {
  top: -150px;
  right: -140px;
  background: rgba(122, 63, 39, 0.2);
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  background: rgba(255, 250, 245, 0.74);
  border-bottom: 1px solid rgba(122, 63, 39, 0.13);
  z-index: 20;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  gap: 0.72rem;
  align-items: center;
  font-weight: 700;
  font-size: 1.35rem;
  text-decoration: none;
  color: var(--ink-900);
}

.brand-mark {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 34%, rgba(255, 244, 233, 0.95), rgba(217, 151, 108, 0.28));
  box-shadow: 0 6px 16px rgba(122, 63, 39, 0.18);
  border: 1px solid rgba(122, 63, 39, 0.2);
}

.brand img {
  width: 122px;
  height: 122px;
  object-fit: contain;
  transform: translateY(-2px) scale(1.55);
  transform-origin: center;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.2rem;
}

.nav-links a {
  color: var(--ink-700);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(122, 63, 39, 0.22);
  background: transparent;
  color: var(--ink-900);
  padding: 0.4rem 0.8rem;
  border-radius: 0.65rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 2rem;
  padding: 5.2rem 0 3.8rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: var(--copper-700);
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(2rem, 5.3vw, 3.8rem);
  margin: 0.5rem 0 0.9rem;
}

.hero p {
  color: var(--ink-700);
  line-height: 1.7;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(120deg, var(--copper-700), var(--copper-500));
  color: #fff;
}

.btn-ghost {
  color: var(--copper-700);
  border: 1px solid rgba(122, 63, 39, 0.35);
  background: rgba(255, 255, 255, 0.45);
}

.hero-stats {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-stats article {
  background: linear-gradient(180deg, #fffbf7, #fff1e4);
  border: 1px solid rgba(122, 63, 39, 0.1);
  border-radius: var(--radius);
  padding: 0.75rem;
}

.hero-stats h2 {
  margin: 0;
  font-size: 1.3rem;
  color: var(--copper-700);
}

.hero-stats p {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
}

.hero-media {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(122, 63, 39, 0.13);
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 440px;
}

.hero-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.82rem;
}

.section {
  padding: 2.2rem 0 4.2rem;
}

.section-head h2 {
  margin-top: 0.4rem;
  margin-bottom: 1.4rem;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.section-intro {
  margin: -0.55rem 0 1rem;
  max-width: 60ch;
  color: #644638;
  font-size: 0.96rem;
}

#gallery .section-head h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  letter-spacing: 0.015em;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.card {
  background: linear-gradient(170deg, var(--card), #fff);
  border-radius: var(--radius);
  border: 1px solid rgba(122, 63, 39, 0.1);
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(122, 63, 39, 0.06);
}

.product-tabs {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.product-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.38rem 0.9rem 0.38rem 0.38rem;
  border-radius: 999px;
  border: 1.5px solid rgba(122, 63, 39, 0.18);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.product-tab img {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(122, 63, 39, 0.15);
}

.product-tab span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink-700);
}

.product-tab.active {
  border-color: var(--copper-700);
  background: linear-gradient(135deg, #fff8f0, #ffedda);
}

.card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 0.8rem;
  border: 1px solid rgba(122, 63, 39, 0.14);
  background: linear-gradient(180deg, #fffaf5, #fff2e6);
  padding: 0.35rem;
  margin-bottom: 0.7rem;
}

.slider-btn {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(122, 63, 39, 0.25);
  background: rgba(255, 250, 245, 0.92);
  color: var(--copper-700);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.slider-btn.prev {
  left: 0.35rem;
}

.slider-btn.next {
  right: 0.35rem;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(122, 63, 39, 0.35);
  cursor: pointer;
  padding: 0;
}

.slider-dot.active {
  width: 18px;
  background: var(--copper-700);
}

.slider-dot:focus-visible,
.slider-btn:focus-visible {
  outline: 2px solid var(--copper-500);
  outline-offset: 2px;
}

.product-spotlight {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(122, 63, 39, 0.15);
  background: linear-gradient(165deg, #fff8f2, #ffefdf);
  padding: 0.9rem;
  box-shadow: var(--shadow);
}

.spotlight-media {
  position: relative;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(122, 63, 39, 0.15);
  background: #fff7ee;
}

.spotlight-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 0.7rem;
  cursor: zoom-in;
}

.spotlight-media .slider-btn {
  top: calc(50% - 22px);
}

.spotlight-thumbs {
  display: flex;
  gap: 0.45rem;
  padding: 0 0.55rem 0.55rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.spotlight-thumb {
  flex: 0 0 82px;
}

.spotlight-thumb {
  border-radius: 0.55rem;
  border: 1px solid rgba(122, 63, 39, 0.2);
  background: #fff;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.spotlight-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  padding: 0;
}

.spotlight-thumb.active {
  border-color: var(--copper-700);
  box-shadow: 0 0 0 2px rgba(122, 63, 39, 0.2);
}

.spotlight-content h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.55rem;
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
}

.spotlight-content p {
  color: var(--ink-700);
  margin-bottom: 0.55rem;
}

.spotlight-specs {
  margin: 0.45rem 0 0.95rem;
  padding-left: 1.1rem;
  color: var(--ink-700);
  display: grid;
  gap: 0.35rem;
}

@media (hover: hover) {
  .slider-btn:hover {
    background: #fff;
  }
}

@media (max-width: 700px) {
  .slider-btn {
    width: 32px;
    height: 32px;
  }
}

.card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.card p {
  margin: 0;
  line-height: 1.6;
  color: var(--ink-700);
}

.contact-direct {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.55rem;
}

.contact-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.contact-detail {
  color: var(--ink-700);
  text-decoration: none;
  font-size: 0.95rem;
}

a.contact-detail:hover {
  color: var(--copper-700);
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.occasion-card {
  border-radius: 0.95rem;
  border: 1px solid rgba(122, 63, 39, 0.18);
  background: linear-gradient(165deg, #fff8f2, #fff1e5);
  padding: 0.9rem 0.75rem;
  text-align: center;
}

.occasion-card h3 {
  margin: 0;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.footer-tagline {
  font-family: "Cinzel", serif;
  font-size: 1.05rem;
  color: var(--copper-700);
  margin: 0.3rem 0 0.2rem;
  font-weight: 600;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.benefit-grid article {
  padding: 1rem;
  border-left: 5px solid var(--copper-500);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.7);
}

.benefit-grid h3 {
  margin: 0;
}

.benefit-grid p {
  margin: 0.45rem 0 0;
  color: var(--ink-700);
}

.fine-print {
  margin-top: 1rem;
  font-size: 0.86rem;
  color: #6f4e3d;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.principle-card {
  border-radius: 0.95rem;
  border: 1px solid rgba(122, 63, 39, 0.14);
  background: linear-gradient(165deg, #fff8f2, #fff1e5);
  padding: 0.85rem;
}

.principle-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.principle-card p {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.9rem;
  line-height: 1.5;
}

.impact-strip {
  border-radius: 1rem;
  border: 1px solid rgba(122, 63, 39, 0.16);
  background: linear-gradient(120deg, rgba(177, 100, 57, 0.12), rgba(122, 63, 39, 0.08));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.95rem;
}

.impact-strip article {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 0.85rem;
  border: 1px solid rgba(122, 63, 39, 0.12);
  padding: 0.72rem;
}

.impact-strip h3 {
  margin: 0;
  color: var(--copper-700);
  font-size: 1.4rem;
}

.impact-strip p {
  margin: 0.25rem 0 0;
  font-size: 0.83rem;
  color: var(--ink-700);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.review-card {
  border-radius: 0.95rem;
  border: 1px solid rgba(122, 63, 39, 0.16);
  background: linear-gradient(180deg, #fffaf5, #fff2e5);
  padding: 0.9rem;
}

.review-card p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.6;
}

.review-card h3 {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 0.55rem;
}

.faq-list details {
  border-radius: 0.8rem;
  border: 1px solid rgba(122, 63, 39, 0.16);
  background: #fffaf4;
  padding: 0.65rem 0.75rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list details p {
  margin: 0.55rem 0 0;
  color: var(--ink-700);
  line-height: 1.5;
}

.community-card {
  border-radius: 0.95rem;
  border: 1px solid rgba(122, 63, 39, 0.16);
  background: linear-gradient(155deg, #fff6eb, #ffeddb);
  padding: 0.9rem;
}

.community-card h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.08rem;
}

.community-card p {
  margin: 0;
  color: var(--ink-700);
}

.community-form {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.6rem;
}

.community-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.gallery-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.28fr 1fr;
  align-items: stretch;
  gap: 0.65rem;
  padding: 1.2rem 2.8rem;
  height: min(56vh, 460px);
}

.g-side {
  margin: 0;
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(122, 63, 39, 0.15);
  opacity: 0.5;
  transform: scale(0.88);
  transition: opacity 0.38s ease, transform 0.38s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.g-side:hover {
  opacity: 0.72;
  transform: scale(0.92);
}

.g-main {
  margin: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(122, 63, 39, 0.18);
  box-shadow: 0 22px 52px rgba(122, 63, 39, 0.22);
  display: flex;
  align-items: center;
}

.g-side img,
.g-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.55rem;
  background: linear-gradient(180deg, #fdf7f0, #f7ede2);
  display: block;
  transition: opacity 0.22s ease;
}

@keyframes g-slide-right {
  from {
    opacity: 0;
    transform: translateX(28px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes g-slide-left {
  from {
    opacity: 0;
    transform: translateX(-28px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.g-main img.anim-right {
  animation: g-slide-right 0.44s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.g-main img.anim-left {
  animation: g-slide-left 0.44s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.car-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(122, 63, 39, 0.22);
  background: rgba(255, 250, 245, 0.96);
  color: var(--copper-700);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(122, 63, 39, 0.12);
  transition: background-color 0.18s ease;
}

.car-prev { left: 0.6rem; }
.car-next { right: 0.6rem; }

.car-btn:hover {
  background: #fff;
}

.car-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.2rem 0 0.5rem;
}

.car-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(122, 63, 39, 0.32);
  cursor: pointer;
  padding: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.car-dot.active {
  width: 22px;
  background: var(--copper-700);
}

.brand-strips {
  overflow: hidden;
}

.brand-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
  border-top: 1px solid rgba(122, 63, 39, 0.1);
}

.strip-video {
  overflow: hidden;
  background: #0f0a07;
  position: relative;
}

.strip-mute-btn {
  position: absolute;
  bottom: 0.85rem;
  right: 0.85rem;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  z-index: 5;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.18s ease;
}

.strip-mute-btn:hover {
  background: rgba(0, 0, 0, 0.72);
}

.strip-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.strip-video--portrait {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1c0f0a, #2e1a10);
  padding: 2rem;
}

.strip-video--portrait video {
  width: auto;
  height: 100%;
  max-height: 480px;
  object-fit: contain;
  border-radius: 0.9rem;
}

.strip-copy {
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #fffaf4, #fff2e3);
}

.brand-strip--flip .strip-copy {
  background: linear-gradient(145deg, #fff5eb, #ffebd5);
  order: -1;
}

.brand-strip--portrait .strip-copy {
  background: linear-gradient(145deg, #fffcf6, #fff4e7);
}

.strip-copy h2 {
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  margin: 0.45rem 0 0.85rem;
  line-height: 1.2;
}

.strip-copy p {
  color: var(--ink-700);
  line-height: 1.7;
  margin: 0 0 1.4rem;
  max-width: 44ch;
}

.strip-copy .btn {
  align-self: flex-start;
}

.contact-use-list {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
  color: var(--ink-700);
  display: grid;
  gap: 0.35rem;
}

.care-cards .card h3 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.care-cards .card p {
  margin: 0;
}

.contact {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.contact-card {
  border-radius: var(--radius);
  border: 1px solid rgba(122, 63, 39, 0.13);
  background: #fffdfb;
  box-shadow: var(--shadow);
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.contact-card label {
  display: grid;
  gap: 0.32rem;
  font-size: 0.92rem;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  border-radius: 0.6rem;
  border: 1px solid rgba(122, 63, 39, 0.25);
  padding: 0.62rem 0.7rem;
  font: inherit;
}

.nav-cta {
  background: linear-gradient(120deg, var(--copper-700), var(--copper-500));
  color: #fff !important;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
}

.form-success {
  padding: 1.2rem;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #f0fff4, #e6f9ef);
  border: 1px solid rgba(34, 139, 34, 0.25);
  color: #276227;
  font-weight: 600;
  line-height: 1.55;
}

.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;
}

.site-footer {
  border-top: 1px solid rgba(122, 63, 39, 0.15);
  padding: 2.5rem 0 0;
  color: #6f4e3d;
  background: linear-gradient(180deg, #fff8f2, #fff0e3);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 1.4rem;
  padding-bottom: 2rem;
}

.footer-brand p {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 30ch;
}

.footer-logo {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--copper-700);
}

.footer-nav h4,
.footer-contact h4 {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-900);
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.38rem;
}

.footer-nav a {
  text-decoration: none;
  color: #6f4e3d;
  font-size: 0.9rem;
}

.footer-nav a:hover {
  color: var(--copper-700);
}

.footer-contact p {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
}

.footer-contact a {
  color: var(--copper-700);
  text-decoration: none;
}

.footer-cta,
a.footer-cta {
  font-size: 0.88rem;
  padding: 0.6rem 1.1rem;
  background: linear-gradient(120deg, var(--copper-700), var(--copper-500));
  color: #fff !important;
}

.footer-cta:hover,
a.footer-cta:hover {
  background: linear-gradient(120deg, var(--ink-900), var(--copper-700));
  color: #fff !important;
}

.footer-socials {
  display: flex;
  gap: 0.55rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 63, 39, 0.28);
  color: var(--copper-700);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.social-link:hover {
  background: rgba(122, 63, 39, 0.08);
  border-color: var(--copper-700);
  color: var(--ink-900);
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--copper-700);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.footer-instagram:hover {
  color: var(--ink-900);
}

.footer-bottom {
  border-top: 1px solid rgba(122, 63, 39, 0.12);
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.86rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(16, 10, 7, 0.82);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 60;
}

.lightbox.open {
  display: flex;
}

.lightbox-frame {
  margin: 0;
  width: min(960px, 100%);
  max-height: 90vh;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #20150f, #2a1b13);
}

.lightbox-frame img {
  width: 100%;
  max-height: calc(90vh - 44px);
  object-fit: contain;
  background: #130d0a;
}

.lightbox-frame figcaption {
  padding: 0.55rem 0.8rem;
  color: #f3dfce;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 1;
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@media (max-width: 950px) {
  .hero,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 1.8rem 0 3.2rem;
  }

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

  .brand-strip {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .brand-strip--flip .strip-copy {
    order: 0;
  }

  .strip-video {
    height: 300px;
  }

  .strip-video--portrait {
    height: 340px;
    padding: 1.2rem;
  }

  .strip-copy {
    padding: 2.2rem 1.8rem;
  }

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

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

  .principle-grid,
  .impact-strip,
  .review-grid,
  .faq-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-media video {
    min-height: 320px;
  }
}

@media (max-width: 700px) {
  .brand {
    font-size: 1.1rem;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
  }

  .brand img {
    width: 102px;
    height: 102px;
    transform: translateY(-2px) scale(1.5);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    right: 1rem;
    top: 64px;
    flex-direction: column;
    background: #fff8f1;
    border: 1px solid rgba(122, 63, 39, 0.16);
    border-radius: 0.9rem;
    box-shadow: var(--shadow);
    padding: 0.8rem;
    width: min(220px, calc(100vw - 2rem));
    display: none;
  }

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

  .hero {
    padding-top: 3.4rem;
  }

  .hero h1 {
    line-height: 1.15;
  }

  .section {
    padding: 1.4rem 0 2.5rem;
  }

  .section-head h2 {
    margin-bottom: 1rem;
  }

  .hero-actions .btn,
  .contact-card .btn {
    width: 100%;
  }

  .car-slide {
    flex: 0 0 min(320px, 78vw);
  }

  .strip-copy {
    padding: 1.8rem 1.2rem;
  }

  .strip-copy h2 {
    font-size: 1.45rem;
  }

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

  .cards,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .occasion-grid,
  .principle-grid,
  .impact-strip,
  .review-grid,
  .faq-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .spotlight-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lightbox {
    padding: 0.4rem;
  }

  .lightbox-frame {
    border-radius: 0.75rem;
  }

  .lightbox-nav {
    width: 38px;
    height: 38px;
  }

  .lightbox-prev {
    left: 0.45rem;
  }

  .lightbox-next {
    right: 0.45rem;
  }
}
