﻿:root {
  --bg: #f6f4f2;
  --bg-soft: #ece9e4;
  --tan: #c8af92;
  --text: #433936;
  --muted: #7f7069;
  --accent: #bf6259;
  --line: #ddcfc1;
  --white: #ffffff;
  --shadow: 0 26px 60px rgba(75, 53, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8f5f2 0%, #f1eeea 40%, #f8f5f2 100%);
  overflow-x: clip;
}

body.is-loading {
  overflow: hidden;
}

body.fancy-cursor a,
body.fancy-cursor button,
body.fancy-cursor .card,
body.fancy-cursor .team-card,
body.fancy-cursor .news-card,
body.fancy-cursor .product,
body.fancy-cursor .hero-mini-card,
body.fancy-cursor .hero-quarter,
body.fancy-cursor .natural-feature,
body.fancy-cursor .natural-oval,
body.fancy-cursor .coupon-shell,
body.fancy-cursor .product-chip,
body.fancy-cursor .news-featured,
body.fancy-cursor .news-tile,
body.fancy-cursor .contact-form button,
body.fancy-cursor .footer-form button {
  cursor: pointer;
}

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

#spark-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1200;
  opacity: 0;
  transform: translate3d(-999px, -999px, 0);
}

.cursor-dot {
  display: none;
}

.cursor-ring {
  width: 42px;
  height: 42px;
  border: 1.5px solid rgba(191, 98, 89, 0.58);
  background: radial-gradient(circle, rgba(191, 98, 89, 0.08), rgba(191, 98, 89, 0));
  box-shadow: 0 6px 22px rgba(40, 26, 23, 0.17);
  backdrop-filter: blur(1px);
  will-change: transform, width, height;
  transition:
    opacity 0.2s ease,
    width 0.14s ease,
    height 0.14s ease,
    border-color 0.16s ease,
    background 0.16s ease;
}

.cursor-ring.is-visible {
  opacity: 1;
}

.cursor-ring.is-hover {
  width: 58px;
  height: 58px;
  border-color: rgba(191, 98, 89, 0.86);
  background: radial-gradient(circle, rgba(191, 98, 89, 0.15), rgba(191, 98, 89, 0.02));
}

.cursor-ring.is-pressed {
  width: 36px;
  height: 36px;
}

@media (pointer: coarse) {
  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }
}

.preloader {
  position: fixed;
  inset: 0;
  background: #f4f0eb;
  display: grid;
  place-content: center;
  gap: 14px;
  z-index: 2000;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.38s ease, transform 0.45s ease, visibility 0.38s ease;
}

.preloader-word {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 7vw, 90px);
  letter-spacing: 0.08em;
}

.preloader-bar-wrap {
  width: min(350px, 70vw);
  height: 6px;
  border: 1px solid var(--accent);
}

.preloader-bar {
  width: 0;
  height: 100%;
  background: var(--accent);
  transform-origin: left;
  transition: width 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader.is-running .preloader-bar,
.preloader-bar.is-running {
  width: 100%;
}

.preloader.is-complete {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.preloader.is-hidden {
  display: none;
}

.container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.section-gap {
  padding: 84px 0;
}

.section-light {
  background: var(--bg-soft);
}

.section-tan {
  background: var(--tan);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(51, 42, 39, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 8px 0;
  color: rgba(255, 245, 234, 0.72);
}

.topbar p {
  margin: 0;
}

.topbar-link {
  color: #f7eadf;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.logo {
  text-decoration: none;
  color: #f8efe6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 3vw, 50px);
  letter-spacing: 0.08em;
  font-weight: 700;
}

.navbar ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar a {
  text-decoration: none;
  color: #f1e5d8;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-line {
  height: 3px;
  background: linear-gradient(90deg, rgba(191, 98, 89, 0.75), rgba(234, 194, 154, 0.58), rgba(191, 98, 89, 0.75));
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-noise {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 8% 18%, rgba(191, 98, 89, 0.2), transparent 44%),
    radial-gradient(circle at 92% 80%, rgba(191, 98, 89, 0.18), transparent 42%);
  mix-blend-mode: multiply;
  animation: pulseGlow 10s ease-in-out infinite alternate;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  min-height: 76vh;
  position: relative;
  z-index: 1;
}

.accent-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--accent);
  margin-bottom: 14px;
}

.kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 12px;
  color: var(--muted);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.hero-title {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.88;
  margin: 16px 0;
  max-width: 10ch;
}

.hero-title .line {
  display: block;
  overflow: hidden;
}

.lead {
  margin: 0 0 24px;
  max-width: 43ch;
  line-height: 1.72;
  color: #5b4f4b;
}

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

.btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  transition: transform 0.3s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.35) 50%, transparent 80%);
  transform: translateX(-120%);
}

.btn:hover::after {
  animation: sheen 0.9s ease;
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.hero-mini-card {
  max-width: 420px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 12px;
  transform-style: preserve-3d;
}

.hero-mini-card img {
  width: 86px;
  height: 86px;
  object-fit: cover;
}

.hero-mini-card h3 {
  font-size: 26px;
}

.hero-mini-card p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-portrait {
  width: min(520px, 100%);
  border-radius: 999px 999px 24px 24px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
  position: relative;
}

.hero-portrait img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transform: scale(1.04);
}

.decor-ring {
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.65);
  border-radius: 999px 999px 16px 16px;
  pointer-events: none;
}

.floating-badge {
  position: absolute;
  right: -8px;
  bottom: 28px;
  width: 150px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 14px;
  animation: bob 4s ease-in-out infinite;
}

.floating-badge span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  color: var(--accent);
  line-height: 0.9;
}

.floating-badge p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}

.hero.hero-split {
  min-height: calc(100vh - 118px);
  position: relative;
  display: grid;
  align-items: end;
  background: #2e2624;
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.75) contrast(1.04) brightness(0.56);
  transform: scale(1);
  transition: opacity 0.7s ease, transform 0.85s ease;
}

.hero-bg-current {
  background-image: url("https://images.unsplash.com/photo-1605497788044-5a32c7078486?auto=format&fit=crop&w=1920&q=80");
  opacity: 1;
}

.hero-bg-next {
  opacity: 0;
  transform: scale(1.04);
}

.hero-bg-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 15, 14, 0.3), rgba(20, 15, 14, 0.08) 36%, rgba(20, 15, 14, 0.62) 100%);
  pointer-events: none;
}

.hero-intro {
  position: relative;
  z-index: 4;
  color: #fff6eb;
  max-width: 560px;
  margin: clamp(30px, 5vw, 54px) 0 0 clamp(16px, 4vw, 44px);
}

.hero-intro-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  color: rgba(255, 244, 232, 0.85);
}

.hero-intro-title {
  margin: 0 0 20px;
  font-size: clamp(32px, 5.2vw, 62px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  max-width: 14ch;
}

.hero-quarters {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 42vh;
  width: 100%;
  margin-top: auto;
}

.hero-quarter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 24px 18px 26px;
  min-height: 230px;
  color: #f8eee2;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(22, 17, 16, 0) 22%, rgba(22, 17, 16, 0.58) 100%);
  outline: none;
  transition: background 0.28s ease;
}

.hero-quarter:first-child {
  border-left: none;
}

.hero-quarter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(191, 98, 89, 0.08), rgba(191, 98, 89, 0.24));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.hero-quarter.is-active::after,
.hero-quarter:hover::after,
.hero-quarter:focus-visible::after {
  opacity: 1;
}

.hero-quarter.is-active {
  background: linear-gradient(180deg, rgba(22, 17, 16, 0.06) 14%, rgba(22, 17, 16, 0.72) 100%);
}

.hero-quarter-kicker {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 243, 226, 0.9);
  position: relative;
  z-index: 1;
}

.hero-quarter h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.95vw, 40px);
  line-height: 1.12;
  letter-spacing: 0.01em;
  max-width: 16ch;
  position: relative;
  z-index: 1;
}

.hero-quarter:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 229, 205, 0.76);
}

.section-heading {
  text-align: center;
  margin-bottom: 26px;
}

.section-overline {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 8px;
}

.section-title {
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: 0.03em;
}

.section-title.left {
  text-align: left;
}

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

.card,
.team-card,
.news-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  padding: 12px;
  box-shadow: 0 14px 34px rgba(75, 53, 39, 0.08);
  transform-style: preserve-3d;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.card:hover,
.team-card:hover,
.news-card:hover {
  box-shadow: var(--shadow);
}

.card img,
.team-card img,
.news-card img {
  height: 176px;
  object-fit: cover;
}

.card h3,
.team-card h3,
.news-card h3 {
  font-size: 30px;
  margin: 12px 0 6px;
}

.card p,
.team-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.services-grid {
  gap: 24px;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-color: #d9c5b2;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(244, 236, 228, 0.95));
  box-shadow: 0 16px 36px rgba(67, 57, 54, 0.08);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(
    360px circle at var(--mx, 50%) var(--my, 50%),
    rgba(191, 98, 89, 0.2) 0%,
    rgba(191, 98, 89, 0.1) 26%,
    rgba(191, 98, 89, 0) 62%
  );
  opacity: 0;
  transition: opacity 0.36s ease;
  pointer-events: none;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 11px;
  height: 1px;
  background: linear-gradient(90deg, rgba(191, 98, 89, 0), rgba(191, 98, 89, 0.75), rgba(191, 98, 89, 0));
  transform: translateX(-120%);
  opacity: 0;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 28px 54px rgba(67, 57, 54, 0.16);
  border-color: rgba(191, 98, 89, 0.45);
}

.service-card:hover::before,
.service-card:focus-within::before {
  opacity: 1;
}

.service-card:hover::after,
.service-card:focus-within::after {
  opacity: 1;
  animation: cardSweep 0.95s ease;
}

.service-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(176, 148, 124, 0.4);
  background: #f2ebe4;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.42) 48%, rgba(255, 255, 255, 0) 75%);
  transform: translateX(-130%);
}

.service-card:hover .service-media::after,
.service-card:focus-within .service-media::after {
  animation: mediaSheen 1s ease;
}

.service-media img {
  height: 196px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
}

.service-card:hover .service-media img,
.service-card:focus-within .service-media img {
  transform: scale(1.08);
  filter: contrast(1.05) saturate(1.03);
}

.service-index {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 36px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(30, 24, 22, 0.68);
  color: #fff7ed;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.service-content {
  position: relative;
  z-index: 1;
  padding: 14px 4px 6px;
}

.service-kicker {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  color: rgba(127, 112, 105, 0.95);
}

.service-card h3 {
  margin-top: 2px;
  margin-bottom: 8px;
}

.service-card p {
  margin-bottom: 12px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--accent);
}

.service-link::after {
  content: "→";
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.service-card:hover .service-link::after,
.service-card:focus-within .service-link::after {
  transform: translateX(4px);
}

.natural-upgrade {
  background: #efeeec;
  border-top: 1px solid rgba(191, 98, 89, 0.15);
  border-bottom: 1px solid rgba(191, 98, 89, 0.15);
}

.container.natural-shell {
  width: min(1460px, calc(100% - 24px));
}

.natural-shell {
  position: relative;
  padding: 8px 8px 14px;
}

.natural-branch {
  position: absolute;
  left: -26px;
  top: -12px;
  width: clamp(160px, 22vw, 260px);
  color: rgba(43, 35, 33, 0.9);
  opacity: 0.9;
}

.natural-heading {
  margin-bottom: 34px;
}

.natural-title {
  max-width: 18ch;
  margin-inline: auto;
  text-transform: uppercase;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(38px, 4.5vw, 62px);
  letter-spacing: 0.02em;
  line-height: 1.04;
  font-weight: 700;
  color: #2f2826;
}

.natural-watermark {
  margin: -10px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(64px, 8vw, 120px);
  font-style: italic;
  color: rgba(65, 53, 48, 0.08);
  line-height: 0.8;
  pointer-events: none;
}

.natural-layout {
  display: grid;
  grid-template-columns: minmax(160px, 0.66fr) minmax(0, 2fr) minmax(160px, 0.66fr);
  gap: clamp(20px, 2.35vw, 38px);
  align-items: center;
}

.natural-oval {
  margin: 0;
  border-radius: 44% 56% 52% 48% / 52% 44% 56% 48%;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 50px rgba(57, 45, 40, 0.15);
  aspect-ratio: 0.95 / 1;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}

.natural-oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.natural-oval-left {
  transform: translateY(36px);
}

.natural-oval-right {
  transform: translateY(-36px);
}

.natural-shell:hover .natural-oval {
  box-shadow: 0 30px 65px rgba(57, 45, 40, 0.2);
}

.natural-shell:hover .natural-oval img {
  transform: scale(1.06);
}

.natural-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-width: 0;
  border-top: 1px solid rgba(191, 98, 89, 0.18);
  border-bottom: 1px solid rgba(191, 98, 89, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.28));
}

.natural-feature {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 24px 20px;
  border-right: 1px solid rgba(191, 98, 89, 0.12);
  border-bottom: 1px solid rgba(191, 98, 89, 0.12);
  transition: background 0.3s ease;
}

.natural-feature > div {
  min-width: 0;
}

.natural-feature:nth-child(2n) {
  border-right: none;
}

.natural-feature:nth-last-child(-n + 2) {
  border-bottom: none;
}

.natural-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(300px circle at 18% 50%, rgba(191, 98, 89, 0.16), rgba(191, 98, 89, 0));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.natural-feature:hover::after {
  opacity: 1;
}

.natural-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(191, 98, 89, 0.14), rgba(255, 255, 255, 0.6));
  border: 1px solid rgba(191, 98, 89, 0.2);
  position: relative;
  z-index: 1;
}

.natural-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #423734;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.natural-feature h3 {
  margin: 0 0 4px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(24px, 1.95vw, 38px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.01em;
  color: #302a28;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  position: relative;
  z-index: 1;
}

.natural-feature p {
  margin: 0;
  color: #70625d;
  line-height: 1.52;
  font-size: clamp(15px, 0.95vw, 17px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  position: relative;
  z-index: 1;
}

.about {
  position: relative;
  isolation: isolate;
}

.about.about-wow {
  background: linear-gradient(180deg, #efece8 0%, #e9e6e1 100%);
}

.container.about-shell {
  width: min(1490px, calc(100% - 24px));
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(191, 98, 89, 0.25), transparent);
}

.about-shell {
  --about-mx: 40%;
  --about-my: 40%;
  position: relative;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(191, 98, 89, 0.2);
  background:
    radial-gradient(500px circle at var(--about-mx) var(--about-my), rgba(191, 98, 89, 0.22), rgba(191, 98, 89, 0) 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(236, 233, 228, 0.9));
  box-shadow: 0 24px 58px rgba(75, 53, 39, 0.13);
  overflow: hidden;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.about-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.about-shell::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -180px;
  top: -190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 98, 89, 0.18), rgba(191, 98, 89, 0));
}

.about-shell:hover {
  border-color: rgba(191, 98, 89, 0.34);
  box-shadow: 0 32px 70px rgba(75, 53, 39, 0.18);
}

.about-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.about-orb-a {
  width: 180px;
  height: 180px;
  left: -70px;
  top: 120px;
  background: radial-gradient(circle, rgba(191, 98, 89, 0.28), rgba(191, 98, 89, 0.03) 64%, rgba(191, 98, 89, 0));
  animation: aboutOrbFloat 9s ease-in-out infinite;
}

.about-orb-b {
  width: 120px;
  height: 120px;
  right: 18%;
  bottom: -48px;
  background: radial-gradient(circle, rgba(237, 199, 164, 0.42), rgba(237, 199, 164, 0));
  animation: aboutOrbFloat 6.8s ease-in-out infinite reverse;
}

.about-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(191, 98, 89, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 98, 89, 0.08) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at 60% 42%, #000 30%, transparent 84%);
  opacity: 0.42;
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(28px, 2.8vw, 46px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-media {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(58, 45, 39, 0.24);
  border: 1px solid rgba(191, 98, 89, 0.22);
  position: relative;
  transform-origin: center;
  transform: rotate(-0.7deg);
}

.about-media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120%;
  width: 55%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  z-index: 2;
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 15, 0) 45%, rgba(20, 16, 15, 0.28) 100%);
}

.about-image {
  width: 100%;
  height: clamp(330px, 31vw, 450px);
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.about-shell:hover .about-image {
  transform: scale(1.07);
  filter: saturate(1.05) contrast(1.03);
}

.about-shell:hover .about-media::before {
  animation: aboutSheen 1.25s ease;
}

.about-content {
  min-width: 0;
}

.about-content p {
  line-height: 1.75;
  max-width: 45ch;
  font-size: 15px;
  color: #5b4f4b;
}

.about-content .section-title {
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 0.95;
  max-width: 16ch;
  margin-bottom: 16px;
  text-wrap: balance;
}

.about-content .accent-dot {
  margin-bottom: 16px;
}

.about-panel {
  transition: transform 0.45s ease;
}

.about-shell:hover .about-panel {
  transform: translateY(-2px);
}

.about-shell:hover .about-media.about-panel {
  transform: translateY(-2px) rotate(-0.7deg);
}

.about-stamp {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 245, 232, 0.58);
  background: rgba(35, 28, 25, 0.5);
  color: #fff4e8;
  letter-spacing: 0.12em;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 2;
}

.about-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  background: rgba(250, 242, 233, 0.9);
  border: 1px solid rgba(191, 98, 89, 0.26);
  box-shadow: 0 14px 32px rgba(58, 45, 39, 0.2);
  min-width: 170px;
  animation: aboutCardFloat 4.8s ease-in-out infinite;
}

.about-float-card strong {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #403533;
}

.about-float-card span {
  font-size: 11px;
  color: #73645e;
}

.about-float-card-top {
  top: 20px;
  right: 18px;
}

.about-float-card-bottom {
  left: 18px;
  bottom: 58px;
  animation-delay: 0.9s;
}

.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 6px;
}

.about-highlights p {
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(191, 98, 89, 0.35);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(75, 53, 39, 0.09);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4f4440;
}

.badge-card {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 22px;
  background: linear-gradient(140deg, var(--accent), #cc7b72);
  color: #fff;
  padding: 15px 20px;
  box-shadow: 0 12px 30px rgba(191, 98, 89, 0.3);
}

.badge-card p {
  margin: 0;
  font-weight: 600;
}

.badge-card span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}

.about-cta-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.about-cta-row p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(67, 57, 54, 0.74);
}

.pricing {
  position: relative;
}

.pricing .container {
  width: min(1240px, calc(100% - 28px));
}

.pricing-lead {
  margin: 12px auto 16px;
  max-width: 58ch;
  color: #5d504b;
  line-height: 1.7;
  font-size: clamp(17px, 1.1vw, 20px);
}

.pricing-page-cta {
  margin-top: 4px;
  border-width: 1px;
  border-color: rgba(191, 98, 89, 0.35);
  background: rgba(255, 255, 255, 0.74);
}

.pricing-shell {
  margin-top: 14px;
  padding: 34px 34px;
  border: 1px solid rgba(191, 98, 89, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(620px circle at 86% 12%, rgba(191, 98, 89, 0.11), rgba(191, 98, 89, 0)),
    linear-gradient(155deg, rgba(255, 255, 255, 0.93), rgba(241, 235, 227, 0.9));
  box-shadow: 0 26px 58px rgba(75, 53, 39, 0.13);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  overflow: hidden;
}

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

.price-grid ul {
  list-style: none;
  margin: 0;
  padding: 8px 12px 10px;
  border: 1px solid rgba(191, 98, 89, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.price-grid li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(191, 98, 89, 0.22);
  padding: 14px 6px 14px 18px;
  transition: background 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.price-grid li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(191, 98, 89, 0.9);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.price-grid li:hover {
  background: rgba(191, 98, 89, 0.09);
  border-color: rgba(191, 98, 89, 0.35);
  transform: translateX(4px);
}

.price-grid li span {
  line-height: 1.3;
  font-size: clamp(20px, 1.4vw, 24px);
  font-weight: 500;
  color: #3f3431;
  max-width: 27ch;
}

.price-grid strong {
  color: #fff;
  background: linear-gradient(135deg, #bf6259, #d57e72);
  font-size: clamp(16px, 1.05vw, 19px);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  min-width: 92px;
  text-align: center;
  border-radius: 999px;
  padding: 7px 10px 6px;
  box-shadow: 0 10px 24px rgba(191, 98, 89, 0.22);
}

.pricing-note {
  border: 1px solid rgba(191, 98, 89, 0.3);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(236, 223, 209, 0.8), rgba(255, 255, 255, 0.88));
  padding: 20px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-note-title {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(67, 57, 54, 0.84);
}

.pricing-note p {
  margin: 0;
  line-height: 1.62;
  color: #4d423f;
  font-size: clamp(15px, 1.03vw, 17px);
}

.pricing-note-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.pricing-note-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(191, 98, 89, 0.28);
}

.ticker {
  border-top: 1px solid #6b5b53;
  border-bottom: 1px solid #6b5b53;
  background: #d9c6af;
  overflow: hidden;
  position: relative;
}

.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 1;
  pointer-events: none;
}

.ticker::before {
  left: 0;
  background: linear-gradient(90deg, #d9c6af, rgba(217, 198, 175, 0));
}

.ticker::after {
  right: 0;
  background: linear-gradient(270deg, #d9c6af, rgba(217, 198, 175, 0));
}

.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.12em;
  font-size: 19px;
  padding: 11px 0 12px;
  animation: ticker 24s linear infinite;
  will-change: transform;
}

.ticker-line {
  flex: 0 0 auto;
  padding-right: 2.3rem;
}

.team-card,
.news-card,
.product {
  text-align: center;
}

.team-premium {
  position: relative;
}

.container.team-shell {
  width: min(1340px, calc(100% - 26px));
}

.team-shell {
  --team-mx: 50%;
  --team-my: 50%;
  position: relative;
  padding: 24px 26px 50px;
  border: 1px solid rgba(191, 98, 89, 0.2);
  background:
    radial-gradient(420px circle at var(--team-mx) var(--team-my), rgba(191, 98, 89, 0.14), rgba(191, 98, 89, 0) 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(240, 234, 227, 0.9));
  box-shadow: 0 24px 58px rgba(75, 53, 39, 0.11);
  overflow: hidden;
}

.team-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  pointer-events: none;
}

.team-dust {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(circle at 12% 15%, rgba(191, 98, 89, 0.26) 0 4px, transparent 5px),
    radial-gradient(circle at 84% 20%, rgba(191, 98, 89, 0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 68% 84%, rgba(191, 98, 89, 0.16) 0 2px, transparent 3px);
}

.team-heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.team-heading .section-title {
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.team-lead {
  margin: 12px auto 0;
  max-width: 58ch;
  line-height: 1.65;
  color: #645954;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 1;
}

.team-card-premium {
  --card-mx: 50%;
  --card-my: 50%;
  --team-offset: 0px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(191, 98, 89, 0.25);
  text-align: left;
  background:
    radial-gradient(280px circle at var(--card-mx) var(--card-my), rgba(191, 98, 89, 0.2), rgba(191, 98, 89, 0) 65%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(245, 238, 230, 0.92));
  box-shadow: 0 18px 42px rgba(70, 56, 50, 0.14);
  transform: translateY(var(--team-offset));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.team-card-premium::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, rgba(191, 98, 89, 0), rgba(191, 98, 89, 0.76), rgba(191, 98, 89, 0));
  transform: translateX(-120%);
}

.team-card-premium:hover::after {
  opacity: 1;
  animation: cardSweep 0.95s ease;
}

.team-card-premium:nth-child(1) {
  grid-column: 1 / 5;
  --team-offset: 16px;
}

.team-card-premium:nth-child(2) {
  grid-column: 5 / 9;
  --team-offset: -10px;
}

.team-card-premium:nth-child(3) {
  grid-column: 9 / 13;
  --team-offset: 12px;
}

.team-card-premium:hover {
  transform: translateY(calc(var(--team-offset) - 8px));
  box-shadow: 0 30px 60px rgba(70, 56, 50, 0.2);
  border-color: rgba(191, 98, 89, 0.42);
}

.team-media {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(191, 98, 89, 0.22);
}

.team-media img {
  height: 300px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.team-card-premium:hover .team-media img {
  transform: scale(1.08);
  filter: saturate(1.05);
}

.team-content {
  padding: 14px 12px 12px;
}

.team-role {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 10px;
  color: #8b7a71;
}

.team-card-premium h3 {
  margin: 6px 0;
  font-size: clamp(30px, 2.25vw, 42px);
  line-height: 1.02;
}

.team-desc {
  margin: 0;
  color: #6f625c;
  line-height: 1.55;
  min-height: 48px;
}

.team-link {
  display: inline-flex;
  margin-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  border-bottom: 1px solid rgba(191, 98, 89, 0.35);
  padding-bottom: 3px;
}

.team-link:hover {
  color: #a84f46;
}

.testimonial {
  position: relative;
  padding: 76px 0;
  overflow: hidden;
  background:
    radial-gradient(640px circle at 14% 10%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 58%),
    radial-gradient(540px circle at 88% 84%, rgba(186, 150, 120, 0.3), rgba(186, 150, 120, 0) 62%),
    linear-gradient(145deg, #ccb496 0%, #c8af92 48%, #c4ab8e 100%);
}

.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.testimonial-wrap {
  max-width: 900px;
  position: relative;
  z-index: 1;
  padding: 14px 30px;
  border: 1px solid rgba(82, 64, 53, 0.2);
  background: linear-gradient(150deg, rgba(209, 183, 154, 0.46), rgba(201, 173, 143, 0.2));
  text-align: center;
}

.testimonial blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.3;
  color: #3a312e;
  background-image: linear-gradient(115deg, #3f3532, #5b4841 52%, #3a2e2a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.testimonial p {
  margin: 16px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(58, 46, 42, 0.86);
}

.coupon-box,
.final-cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  padding: 18px;
  box-shadow: var(--shadow);
}

.coupon-box h2,
.final-cta-box h2 {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 0.95;
  max-width: 13ch;
  margin: 12px 0 18px;
}

.coupon-box img,
.final-cta-box img {
  border-radius: 12px;
  height: 286px;
  object-fit: cover;
}

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

.product img {
  width: 212px;
  height: 212px;
  margin: 0 auto 14px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #eadbcf;
  box-shadow: 0 16px 34px rgba(75, 53, 39, 0.1);
}

.product h3 {
  font-size: 28px;
  margin-bottom: 2px;
}

.product p {
  margin: 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.news-grid h3 {
  font-size: 24px;
  line-height: 1.25;
}

.final-cta-box p {
  max-width: 44ch;
  line-height: 1.75;
}

.site-footer {
  padding: 52px 0;
  border-top: 1px solid var(--line);
  background: #f2eee8;
}

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

.footer-grid h3,
.footer-grid h4 {
  font-size: 30px;
  margin-bottom: 8px;
}

.footer-grid p {
  margin: 4px 0;
  color: var(--muted);
}

.coupon-wow {
  position: relative;
  overflow: hidden;
}

.container.coupon-shell {
  width: min(1320px, calc(100% - 28px));
}

.coupon-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  padding: clamp(18px, 2.6vw, 34px);
  border: 1px solid rgba(191, 98, 89, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(460px circle at 8% 16%, rgba(191, 98, 89, 0.16), rgba(191, 98, 89, 0) 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(242, 236, 228, 0.88));
  box-shadow: 0 26px 62px rgba(75, 53, 39, 0.13);
  overflow: hidden;
}

.coupon-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(191, 98, 89, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 98, 89, 0.08) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at 38% 46%, #000 32%, transparent 84%);
  opacity: 0.34;
  pointer-events: none;
}

.coupon-copy {
  position: relative;
  z-index: 1;
}

.coupon-copy .kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  color: rgba(71, 60, 56, 0.76);
}

.coupon-copy h2 {
  margin: 12px 0 14px;
  font-size: clamp(44px, 5.3vw, 74px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  max-width: 12ch;
}

.coupon-copy h2 span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 6px;
  background: linear-gradient(135deg, #bf6259, #df9487);
  color: #fff;
  border-radius: 4px;
  transform: rotate(-2deg);
}

.coupon-copy p {
  max-width: 52ch;
  color: #60534e;
  line-height: 1.7;
}

.coupon-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}

.coupon-chips span {
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(191, 98, 89, 0.3);
  box-shadow: 0 10px 24px rgba(74, 58, 50, 0.09);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
}

.coupon-media {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(191, 98, 89, 0.25);
  box-shadow: 0 24px 56px rgba(58, 45, 39, 0.2);
}

.coupon-media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120%;
  width: 48%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  z-index: 2;
}

.coupon-shell:hover .coupon-media::before {
  animation: mediaSheen 1s ease;
}

.coupon-media img {
  height: 430px;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.coupon-shell:hover .coupon-media img {
  transform: scale(1.06);
}

.coupon-badge {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  background: radial-gradient(circle at 30% 20%, #e1978b, #bf6259);
  box-shadow: 0 16px 34px rgba(191, 98, 89, 0.34);
  animation: none;
  z-index: 3;
}

.coupon-media figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
  padding: 9px 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #fff1e6;
  background: rgba(35, 28, 25, 0.55);
  border: 1px solid rgba(255, 245, 232, 0.42);
}

.shop-loop {
  position: relative;
  overflow: hidden;
}

.shop-shell {
  width: min(1320px, calc(100% - 28px));
  margin-inline: auto;
}

.shop-lead {
  max-width: 58ch;
  margin: 10px auto 0;
  color: #635651;
  line-height: 1.66;
}

.shop-marquee {
  overflow: hidden;
  padding: 10px 0;
}

.product-track {
  display: flex;
  width: max-content;
  gap: 0;
  will-change: transform;
}

.product-track-left {
  animation: marqueeLeft 42s linear infinite;
}

.product-track-right {
  animation: marqueeRight 42s linear infinite;
}

.shop-marquee:hover .product-track {
  animation-play-state: paused;
}

.product-row {
  display: flex;
  gap: 16px;
  flex: 0 0 auto;
  padding-right: 16px;
}

.product-chip {
  width: clamp(248px, 18vw, 320px);
  padding: 12px;
  border: 1px solid rgba(191, 98, 89, 0.22);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(242, 236, 228, 0.88));
  box-shadow: 0 12px 30px rgba(75, 53, 39, 0.1);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-chip img {
  width: 130px;
  height: 130px;
  margin: 2px auto 10px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eadbcf;
}

.product-chip h3 {
  margin: 2px 0 0;
  font-size: clamp(30px, 2.15vw, 40px);
  line-height: 1.05;
}

.product-chip p {
  display: none;
}

.product-chip:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(75, 53, 39, 0.17);
  border-color: rgba(191, 98, 89, 0.44);
}

.shop-footer-cta {
  text-align: center;
  margin-top: 12px;
}

.news-editorial {
  background:
    radial-gradient(640px circle at 8% 8%, rgba(191, 98, 89, 0.11), rgba(191, 98, 89, 0)),
    radial-gradient(620px circle at 88% 86%, rgba(191, 98, 89, 0.1), rgba(191, 98, 89, 0)),
    #efede9;
}

.news-shell {
  width: min(1420px, calc(100% - 24px));
}

.news-heading p {
  margin: 10px auto 0;
  max-width: 62ch;
  color: #635651;
  line-height: 1.66;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1.45fr) minmax(0, 0.55fr);
  gap: 24px;
  height: clamp(570px, 45vw, 705px);
  align-items: stretch;
}

.news-featured {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(75, 53, 39, 0.1);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.news-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.25));
  pointer-events: none;
}

.news-featured img {
  height: 50%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-featured:hover img {
  transform: scale(1.05);
}

.news-featured-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 14px 18px 14px;
}

.news-meta {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 10px;
  color: #8b7a71;
}

.news-featured h3 {
  margin: 6px 0 8px;
  font-size: clamp(32px, 2.55vw, 44px);
  line-height: 0.98;
}

.news-featured p {
  margin: 0;
  color: #60534e;
  line-height: 1.68;
  max-width: 52ch;
}

.news-side {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  min-height: 0;
  height: 100%;
}

.news-tile {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 12px;
  align-items: stretch;
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(75, 53, 39, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.news-tile img {
  height: 100%;
  min-height: 128px;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  transform-origin: center;
}

.news-tile div {
  padding: 16px 16px 16px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-tile h3 {
  margin: 6px 0 0;
  font-size: clamp(30px, 2.05vw, 36px);
  line-height: 1.02;
}

.news-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(75, 53, 39, 0.13);
}

.news-tile:hover img {
  transform: scale(1.08);
  filter: saturate(1.05);
}

.news-tile-accent {
  grid-column: 1;
  grid-row: 2;
  display: block;
  padding: 16px 18px;
  background: linear-gradient(145deg, rgba(191, 98, 89, 0.96), rgba(211, 126, 116, 0.92));
  color: #fff;
  border-radius: 20px;
  height: 100%;
}

.news-tile-accent .news-meta {
  color: rgba(255, 248, 241, 0.84);
}

.news-tile-accent h3 {
  margin: 6px 0 10px;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.04;
}

.news-tile-accent .btn {
  background: rgba(166, 72, 63, 0.95);
  border-color: rgba(166, 72, 63, 0.95);
}

.contact-pro {
  background: linear-gradient(180deg, #f3efea 0%, #eeeae5 100%);
}

.contact-shell {
  width: min(1320px, calc(100% - 26px));
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(241, 234, 226, 0.86));
  box-shadow: 0 20px 50px rgba(75, 53, 39, 0.11);
  align-items: start;
}

.contact-info {
  border: 1px solid rgba(191, 98, 89, 0.2);
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, 0.82);
}

.contact-visual {
  position: relative;
  margin: 0 0 10px;
  border-radius: 16px;
  border: 1px solid rgba(191, 98, 89, 0.28);
  overflow: hidden;
}

.contact-visual img {
  height: 280px;
  object-fit: cover;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 22, 20, 0) 46%, rgba(28, 22, 20, 0.34) 100%);
}

.contact-info:hover .contact-visual img {
  transform: scale(1.04);
}

.contact-visual-tag,
.contact-visual-chip {
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 700;
}

.contact-visual-tag {
  left: 14px;
  bottom: 14px;
  padding: 9px 11px;
  color: #fff2e8;
  border: 1px solid rgba(255, 245, 232, 0.55);
  background: rgba(35, 28, 25, 0.58);
}

.contact-visual-chip {
  right: 14px;
  top: 14px;
  padding: 8px 10px;
  color: #fff;
  background: linear-gradient(135deg, #bf6259, #d78579);
  box-shadow: 0 10px 24px rgba(191, 98, 89, 0.3);
}

.contact-info h2 {
  margin: 8px 0 10px;
  font-size: clamp(58px, 4.9vw, 76px);
  line-height: 0.88;
  max-width: 12.5ch;
}

.contact-info p {
  margin: 0;
  color: #5f534e;
  line-height: 1.62;
  max-width: 50ch;
}

.contact-meta {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.contact-meta a {
  text-decoration: none;
  color: #3f3431;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
}

.contact-form {
  position: relative;
  padding: 14px 16px 12px;
  border: 1px solid rgba(191, 98, 89, 0.25);
  background:
    radial-gradient(420px circle at 90% 10%, rgba(191, 98, 89, 0.16), rgba(191, 98, 89, 0)),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 235, 0.94));
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(191, 98, 89, 0), rgba(191, 98, 89, 0.78), rgba(191, 98, 89, 0));
}

.contact-form-title {
  margin: 0 0 8px;
  font-size: clamp(29px, 2.2vw, 38px);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.field span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #7a6961;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(191, 98, 89, 0.25);
  background: rgba(255, 255, 255, 0.88);
  padding: 11px 12px;
  font: inherit;
  color: #3f3431;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.field textarea {
  resize: vertical;
  min-height: 90px;
}

.field.is-active input,
.field.is-active select,
.field.is-active textarea,
.field.is-filled input,
.field.is-filled select,
.field.is-filled textarea {
  border-color: rgba(191, 98, 89, 0.55);
  box-shadow: 0 8px 20px rgba(191, 98, 89, 0.15);
  transform: translateY(-1px);
}

.contact-form .btn {
  margin-top: 4px;
}

.form-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #7a6961;
}

.form-status {
  min-height: 20px;
  margin: 8px 0 0;
  font-size: 13px;
  color: #3d7a50;
}

.footer-pro {
  padding: 54px 0 0;
  border-top: 1px solid rgba(191, 98, 89, 0.22);
  background:
    radial-gradient(520px circle at 9% 12%, rgba(191, 98, 89, 0.11), rgba(191, 98, 89, 0)),
    linear-gradient(180deg, #efeae5 0%, #e8e3dd 100%);
}

.footer-shell {
  width: min(1320px, calc(100% - 28px));
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.8fr 1fr;
  gap: 20px;
  padding-bottom: 26px;
}

.footer-brand h3 {
  margin: 0;
  font-size: clamp(33px, 2.4vw, 44px);
}

.footer-brand p {
  color: #6a5c56;
  max-width: 30ch;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #4d403d;
  border-bottom: 1px solid rgba(77, 64, 61, 0.3);
}

.footer-col h4 {
  margin: 0 0 10px;
  font-size: 21px;
}

.footer-col p,
.footer-col a {
  display: block;
  margin: 5px 0;
  color: #675852;
  text-decoration: none;
}

.footer-newsletter p {
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-form {
  display: flex;
  gap: 8px;
}

.footer-form input {
  flex: 1;
  border: 1px solid rgba(191, 98, 89, 0.28);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
  font: inherit;
}

.footer-form button {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 700;
  padding: 0 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(191, 98, 89, 0.22);
  padding: 11px 0;
}

.footer-bottom .container {
  width: min(1320px, calc(100% - 28px));
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 10px;
  color: #7a6b64;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulseGlow {
  from {
    opacity: 0.75;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes aboutOrbFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes aboutCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes aboutSheen {
  0% {
    left: -120%;
  }
  100% {
    left: 130%;
  }
}

@keyframes mediaSheen {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}

@keyframes cardSweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes promoPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 16px 34px rgba(191, 98, 89, 0.34);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 24px 44px rgba(191, 98, 89, 0.45);
  }
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 960px) {
  body,
  a,
  button,
  .card,
  .team-card,
  .news-card,
  .product,
  .hero-mini-card,
  .hero-quarter,
  .natural-feature,
  .natural-oval,
  .coupon-shell,
  .product-chip,
  .news-featured,
  .news-tile,
  .contact-form button,
  .footer-form button {
    cursor: auto;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  .navbar {
    flex-direction: column;
    gap: 10px;
  }

  .navbar ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .topbar {
    display: none;
  }

  .hero.hero-split {
    min-height: calc(100vh - 74px);
  }

  .hero-intro {
    margin: 24px 16px 0;
    max-width: none;
    text-align: center;
  }

  .hero-intro-title {
    max-width: none;
  }

  .hero-grid,
  .natural-layout,
  .about-grid,
  .price-grid,
  .pricing-shell,
  .cards-3,
  .coupon-box,
  .product-grid,
  .final-cta-box,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 56px 0;
  }

  .hero-quarters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    margin-top: 28px;
  }

  .hero-quarter {
    min-height: 180px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }

  .hero-quarter:nth-child(odd) {
    border-left: none;
  }

  .natural-shell {
    padding: 4px 0 6px;
  }

  .natural-branch {
    width: 120px;
    left: -16px;
    top: -8px;
    opacity: 0.7;
  }

  .natural-title {
    font-size: clamp(30px, 8vw, 44px);
  }

  .natural-watermark {
    font-size: clamp(46px, 12vw, 86px);
    margin-top: -4px;
  }

  .natural-layout {
    gap: 14px;
  }

  .natural-oval {
    max-width: 330px;
    margin-inline: auto;
    aspect-ratio: 1.2 / 1;
    border-width: 6px;
  }

  .natural-oval-left,
  .natural-oval-right {
    transform: none;
  }

  .natural-features {
    grid-template-columns: 1fr;
  }

  .natural-feature {
    border-right: none;
  }

  .natural-feature:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(191, 98, 89, 0.12);
  }

  .natural-feature:last-child {
    border-bottom: none;
  }

  .natural-feature h3 {
    font-size: clamp(25px, 7vw, 34px);
  }

  .hero-title,
  .section-title,
  .section-title.left {
    text-align: center;
  }

  .lead,
  .about-content p,
  .final-cta-box p {
    max-width: none;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-mini-card,
  .floating-badge {
    margin-inline: auto;
  }

  .floating-badge {
    position: static;
    margin-top: 12px;
    width: 100%;
    max-width: 260px;
  }

  .about-image {
    height: clamp(260px, 58vw, 340px);
  }

  .about-shell {
    padding: 14px;
  }

  .about-orb,
  .about-grid-lines {
    display: none;
  }

  .about-content .section-title {
    font-size: clamp(34px, 9vw, 46px);
  }

  .about-media {
    display: grid;
    gap: 10px;
  }

  .about-float-card {
    position: static;
    animation: none;
    min-width: 0;
  }

  .about-float-card-bottom {
    display: none;
  }

  .about-stamp {
    left: 12px;
    bottom: 14px;
  }

  .about-highlights {
    justify-content: center;
  }

  .about-cta-row {
    justify-content: center;
  }

  .about-cta-row p {
    text-align: center;
  }

  .card img,
  .team-card img,
  .news-card img,
  .coupon-box img,
  .final-cta-box img {
    height: 240px;
  }

  .service-media img {
    height: 240px;
  }

  .product img {
    width: 190px;
    height: 190px;
  }

  .container.coupon-shell,
  .shop-shell,
  .news-shell,
  .contact-shell,
  .footer-shell,
  .footer-bottom .container {
    width: min(100%, calc(100% - 20px));
  }

  .coupon-shell {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 18px;
  }

  .coupon-copy h2 {
    font-size: clamp(34px, 9vw, 52px);
    max-width: none;
  }

  .coupon-chips {
    justify-content: center;
  }

  .coupon-media img {
    height: 280px;
  }

  .coupon-badge {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }

  .product-track-left {
    animation-duration: 33s;
  }

  .product-track-right {
    animation-duration: 33s;
  }

  .product-chip {
    width: 206px;
    padding: 10px;
  }

  .product-chip img {
    width: 102px;
    height: 102px;
  }

  .product-chip h3 {
    font-size: clamp(24px, 6vw, 30px);
  }

  .news-layout {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    gap: 12px;
  }

  .news-featured,
  .news-side,
  .news-tile-accent {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }

  .news-side {
    grid-template-rows: none;
    gap: 12px;
  }

  .news-featured img {
    height: 220px;
  }

  .news-featured h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .news-featured,
  .news-tile,
  .news-tile-accent {
    border-radius: 16px;
  }

  .news-tile {
    grid-template-columns: 1fr;
  }

  .news-tile img {
    min-height: 190px;
  }

  .news-tile div {
    padding: 10px 12px 14px;
  }

  .news-tile h3 {
    font-size: clamp(26px, 7vw, 32px);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .contact-visual img {
    height: 210px;
  }

  .contact-visual-tag,
  .contact-visual-chip {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .contact-info h2 {
    max-width: none;
    font-size: clamp(38px, 11vw, 52px);
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    padding-bottom: 18px;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-form button {
    height: 40px;
  }

  .footer-bottom .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .footer-mobile-spacious {
    padding-top: 42px;
  }

  .footer-mobile-spacious .footer-shell,
  .footer-mobile-spacious .footer-bottom .container {
    width: min(100%, calc(100% - 32px));
  }

  .footer-mobile-spacious .footer-shell {
    gap: 16px;
    padding-bottom: 24px;
  }

  .footer-mobile-spacious .footer-bottom {
    padding: 14px 0 calc(14px + env(safe-area-inset-bottom));
  }

  .section-heading,
  .team,
  .shop {
    text-align: center;
  }

  .pricing-shell {
    padding: 18px;
    border-radius: 16px;
  }

  .pricing-lead {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .pricing-page-cta {
    margin-top: 4px;
  }

  .price-grid ul {
    padding: 6px 8px 8px;
  }

  .price-grid li {
    padding: 12px 4px 12px 14px;
  }

  .price-grid li span {
    font-size: clamp(18px, 4.6vw, 24px);
  }

  .price-grid strong {
    min-width: 74px;
    font-size: 13px;
    padding: 6px 8px 5px;
  }

  .pricing-note {
    text-align: left;
    border-radius: 12px;
  }

  .pricing-note-cta {
    width: 100%;
  }

  .team-shell {
    padding: 16px 10px 18px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .team-card-premium:nth-child(1),
  .team-card-premium:nth-child(2),
  .team-card-premium:nth-child(3) {
    grid-column: auto;
    --team-offset: 0px;
  }

  .team-media img {
    height: 250px;
  }

  .team-content {
    padding: 12px 8px 10px;
  }

  .team-desc {
    min-height: 0;
  }

  .testimonial-wrap {
    padding: 12px 14px;
  }

  .ticker::before,
  .ticker::after {
    width: 32px;
  }

  .section-gap {
    padding: 60px 0;
  }
}

/* -------- Stable Motion + Premium Header -------- */
.site-header {
  background: linear-gradient(180deg, rgba(46, 38, 36, 0.97), rgba(46, 38, 36, 0.9));
  border-bottom: 1px solid rgba(255, 232, 214, 0.14);
  transition: box-shadow 0.35s ease, background 0.35s ease;
}

.site-header .container {
  width: min(1320px, calc(100% - 30px));
}

.topbar {
  font-size: 12px;
  padding: 10px 0;
  max-height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.navbar {
  padding: 18px 0;
  min-height: 64px;
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.logo {
  font-size: clamp(38px, 3vw, 50px);
  letter-spacing: 0.11em;
}

.navbar ul {
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navbar a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.navbar a:hover,
.navbar a:focus-visible {
  color: #fff;
  border-color: rgba(247, 234, 223, 0.4);
  background: rgba(247, 234, 223, 0.12);
  outline: none;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 36px rgba(26, 19, 18, 0.35);
  background: linear-gradient(180deg, rgba(37, 30, 28, 0.97), rgba(37, 30, 28, 0.92));
}

.site-header.is-scrolled .topbar {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.site-header.is-scrolled .navbar {
  transform: scale(0.94);
}

.hero-bg-next {
  opacity: 0;
  transform: scale(1.06);
}

.hero.is-transitioning .hero-bg-current,
.hero.is-transitioning .hero-bg-next {
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.hero.is-swapping .hero-bg-next {
  opacity: 1;
  transform: scale(1);
}

.hero.is-swapping .hero-bg-current {
  opacity: 0;
  transform: scale(1.02);
}

body.motion-safe [data-reveal],
body.motion-safe .section-heading,
body.motion-safe .pricing-shell,
body.motion-safe .contact-grid,
body.motion-safe .team-shell {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(7px);
  transition:
    opacity 0.66s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.66s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.66s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity, filter;
}

body.motion-safe [data-reveal].is-visible,
body.motion-safe .section-heading.is-visible,
body.motion-safe .pricing-shell.is-visible,
body.motion-safe .contact-grid.is-visible,
body.motion-safe .team-shell.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.product-track-left {
  animation-duration: 58s;
}

.product-track-right {
  animation-duration: 58s;
}

.shop-marquee:hover .product-track {
  animation-play-state: paused;
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333333%);
  }
}

@keyframes marqueeRight {
  from {
    transform: translateX(-33.333333%);
  }
  to {
    transform: translateX(0);
  }
}

/* -------- Shared Page Layout -------- */
.page-main {
  padding-top: 24px;
}

.page-main-zabiegi {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-main-zabiegi > section {
  position: relative;
  z-index: 2;
}

.page-side-bubbles {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(104px, 10vw, 156px);
  pointer-events: none;
  z-index: 1;
  mask-image: linear-gradient(to top, #000 0%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 0%, #000 82%, transparent 100%);
}

.page-side-bubbles-left {
  left: 100px;
}

.page-side-bubbles-right {
  right: 100px;
}

.page-side-bubbles span {
  position: absolute;
  left: var(--x, 0px);
  bottom: -34px;
  width: var(--size, 28px);
  height: var(--size, 28px);
  border-radius: 999px;
  border: 1px solid rgba(207, 151, 136, 0.88);
  background: radial-gradient(circle at 35% 28%, rgba(255, 248, 241, 1), rgba(255, 248, 241, 0.38) 44%, rgba(255, 248, 241, 0) 72%);
  box-shadow: 0 5px 16px rgba(184, 127, 109, 0.36);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.7);
  animation: page-bubble-rise var(--dur, 9s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  animation-play-state: paused;
  will-change: transform, opacity;
}

[data-page-bubbles-host].is-bubbles-active .page-side-bubbles span {
  animation-play-state: running;
}

@keyframes page-bubble-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.7);
  }
  14% {
    opacity: 0.9;
  }
  72% {
    opacity: 0.62;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift, 0px), -120vh, 0) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-side-bubbles {
    display: none;
  }
}

.page-wide {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
}

.page-hero {
  margin: 24px auto 0;
  border: 1px solid rgba(191, 98, 89, 0.22);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.9), rgba(243, 236, 228, 0.92));
  box-shadow: 0 22px 54px rgba(75, 53, 39, 0.12);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px circle at 15% 15%, rgba(191, 98, 89, 0.12), rgba(191, 98, 89, 0)),
    radial-gradient(520px circle at 84% 92%, rgba(191, 98, 89, 0.1), rgba(191, 98, 89, 0));
  pointer-events: none;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  padding: 28px;
}

.page-hero-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(191, 98, 89, 0.2);
}

.page-hero-media img {
  height: min(430px, 48vw);
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-hero:hover .page-hero-media img {
  transform: scale(1.04);
}

.page-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  color: #7d6d65;
}

.page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(46px, 4.6vw, 74px);
  line-height: 0.9;
  max-width: 11ch;
}

.page-hero p {
  margin: 0 0 18px;
  line-height: 1.7;
  color: #5b4f4b;
  font-size: clamp(16px, 1.05vw, 19px);
}

.page-hero-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.page-hero-list li {
  border: 1px solid rgba(191, 98, 89, 0.24);
  padding: 9px 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: #655953;
  background: rgba(255, 255, 255, 0.65);
}

/* -------- Contact Page -------- */
.contact-page-section {
  padding: 68px 0 84px;
}

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

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.contact-page-card {
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.93), rgba(242, 235, 229, 0.88));
  box-shadow: 0 20px 48px rgba(75, 53, 39, 0.12);
  padding: 18px;
}

.contact-page-card h2 {
  margin: 10px 0 10px;
  font-size: clamp(52px, 4.3vw, 66px);
  line-height: 0.9;
  max-width: 15.5ch;
}

.contact-page-card p {
  margin: 0;
  color: #5f534e;
  line-height: 1.66;
}

.contact-page-card .contact-visual img {
  height: 320px;
}

.contact-page-cta {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.contact-page-cta a {
  text-decoration: none;
  color: #453a37;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
}

/* -------- Pricing Page -------- */
.pricing-page-section {
  padding: 68px 0 90px;
}

.pricing-page-layout {
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

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

.pricing-category {
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: rgba(255, 255, 255, 0.86);
  padding: 16px;
}

.pricing-category h3 {
  margin: 0 0 4px;
  font-size: clamp(28px, 2.2vw, 36px);
}

.pricing-category p {
  margin: 0;
  color: #675953;
  line-height: 1.6;
}

.pricing-table-wrap {
  border: 1px solid rgba(191, 98, 89, 0.24);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(241, 235, 228, 0.86));
  box-shadow: 0 22px 52px rgba(75, 53, 39, 0.12);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table thead th {
  background: rgba(191, 98, 89, 0.11);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  padding: 14px;
  text-align: left;
  color: #5f524c;
}

.pricing-table tbody td {
  border-top: 1px solid rgba(191, 98, 89, 0.18);
  padding: 13px 14px;
  color: #4d403d;
}

.pricing-table tbody tr:hover td {
  background: rgba(191, 98, 89, 0.07);
}

.pricing-table td:last-child {
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.pricing-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pricing-extra-card {
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: rgba(255, 255, 255, 0.86);
  padding: 16px;
}

.pricing-extra-card h3 {
  margin: 0 0 8px;
  font-size: clamp(26px, 2vw, 34px);
}

.pricing-extra-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  line-height: 1.5;
  color: #5c504b;
}

/* -------- Services Page -------- */
.services-page-section {
  padding: 70px 0 96px;
}

.services-page-shell {
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.services-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.service-tab {
  border: 1px solid rgba(191, 98, 89, 0.28);
  background: rgba(255, 255, 255, 0.88);
  color: #554944;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-tab:hover,
.service-tab.is-active {
  color: #fff;
  background: linear-gradient(145deg, #bf6259, #d88579);
  border-color: #bf6259;
  transform: translateY(-2px);
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  transition: opacity 0.28s ease;
}

.services-cards.is-filtering {
  opacity: 0.98;
}

.service-pro-card {
  --service-delay: 0ms;
  border: 1px solid rgba(191, 98, 89, 0.23);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.94), rgba(241, 235, 228, 0.9));
  box-shadow: 0 16px 36px rgba(75, 53, 39, 0.1);
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  overflow: hidden;
  min-height: 240px;
  opacity: 1;
  transform: none;
  filter: blur(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    opacity 0.28s ease,
    filter 0.28s ease;
  transition-delay: var(--service-delay, 0ms);
}

.service-pro-card figure {
  margin: 0;
  overflow: hidden;
}

.service-pro-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.service-pro-content {
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.service-pro-meta {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  color: #80706a;
}

.service-pro-card h3 {
  margin: 5px 0 8px;
  font-size: clamp(33px, 2.5vw, 44px);
  line-height: 0.94;
}

.service-pro-card p {
  margin: 0;
  color: #5d504b;
  line-height: 1.62;
}

.service-pro-footer {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.service-pro-footer span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: #fff;
  background: linear-gradient(145deg, #bf6259, #d88579);
  padding: 7px 10px;
}

.service-pro-footer a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
  color: #544844;
  border-bottom: 1px solid rgba(84, 72, 68, 0.4);
}

.service-pro-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 50px rgba(75, 53, 39, 0.16);
  border-color: rgba(191, 98, 89, 0.4);
}

.service-pro-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.07);
}

.service-pro-card.is-fading-in {
  opacity: 0;
  transform: translateY(12px) scale(0.986);
  filter: blur(2px);
}

.service-pro-card.is-fading-out {
  opacity: 0;
  transform: translateY(10px) scale(0.99);
  filter: blur(2px);
  pointer-events: none;
}

.service-pro-card.is-filter-hidden {
  display: none;
}

.services-process {
  border: 1px solid rgba(191, 98, 89, 0.24);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(241, 235, 228, 0.84));
  box-shadow: 0 16px 38px rgba(75, 53, 39, 0.1);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.services-process article {
  border: 1px solid rgba(191, 98, 89, 0.2);
  background: rgba(255, 255, 255, 0.72);
  padding: 12px;
}

.services-process span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #bf6259, #d88478);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.services-process h3 {
  margin: 8px 0 6px;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 0.95;
}

.services-process p {
  margin: 0;
  color: #5f524d;
  line-height: 1.6;
}

.services-banner {
  border: 1px solid rgba(191, 98, 89, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(420px circle at 88% 18%, rgba(255, 237, 227, 0.22), rgba(255, 237, 227, 0)),
    linear-gradient(150deg, rgba(191, 98, 89, 0.95), rgba(211, 124, 113, 0.92));
  box-shadow: 0 18px 40px rgba(110, 52, 46, 0.24);
  color: #fff;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.services-banner h2 {
  margin: 0 0 8px;
  font-size: clamp(38px, 3vw, 52px);
  line-height: 0.92;
  max-width: 50ch;
}

.services-banner p {
  margin: 0;
  max-width: 64ch;
  color: rgba(255, 243, 236, 0.94);
  line-height: 1.65;
}

.services-banner .page-kicker {
  color: rgba(255, 238, 230, 0.86);
}

.services-banner .btn {
  border-color: rgba(158, 59, 50, 0.95);
  background: rgba(158, 59, 50, 0.95);
  box-shadow: 0 12px 28px rgba(99, 39, 34, 0.3);
}

@media (max-width: 1100px) {
  .page-hero-grid,
  .contact-page-grid,
  .pricing-category-grid,
  .pricing-extra {
    grid-template-columns: 1fr;
  }

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

  .page-hero-media img {
    height: 320px;
  }
}

@media (max-width: 860px) {
  .topbar {
    display: none;
  }

  .navbar {
    padding: 14px 0;
  }

  .navbar ul {
    gap: 6px;
  }

  .navbar a {
    padding: 6px 8px;
    font-size: 11px;
  }

  .page-hero-grid {
    padding: 16px;
    gap: 14px;
  }

  .page-hero h1 {
    font-size: clamp(38px, 10vw, 56px);
    max-width: none;
  }

  .pricing-table {
    font-size: 14px;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(191, 98, 89, 0.18);
  }

  .pricing-table tbody td {
    border-top: 0;
    padding: 10px 12px;
  }

  .pricing-table td:last-child {
    padding-top: 2px;
  }
}

/* -------- Team Page -------- */
.team-page-section {
  padding: 70px 0 92px;
}

.team-page-shell {
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

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

.team-profile {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.92), rgba(240, 234, 227, 0.88));
  box-shadow: 0 16px 36px rgba(75, 53, 39, 0.1);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}

.team-profile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(300px circle at var(--mx) var(--my), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transition: opacity 0.22s ease;
}

.team-profile:hover,
.team-profile.is-tilting {
  transform: perspective(1100px) translateY(-8px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  box-shadow: 0 24px 46px rgba(75, 53, 39, 0.16);
  border-color: rgba(191, 98, 89, 0.38);
}

.team-profile:hover::after,
.team-profile.is-tilting::after {
  opacity: 1;
}

.team-profile-media {
  margin: 0;
  border-bottom: 1px solid rgba(191, 98, 89, 0.18);
  overflow: hidden;
}

.team-profile-media img {
  width: 100%;
  height: clamp(230px, 18vw, 300px);
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-profile:hover .team-profile-media img {
  transform: scale(1.06);
}

.team-profile-content {
  padding: 14px;
  position: relative;
  z-index: 1;
}

.team-profile-role {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  color: #7f6f68;
}

.team-profile h3 {
  margin: 4px 0 8px;
  font-size: clamp(33px, 2.5vw, 46px);
  line-height: 0.95;
}

.team-profile p {
  margin: 0;
  color: #5c504b;
  line-height: 1.64;
}

.team-story {
  margin-top: 8px !important;
}

.team-meta {
  margin-top: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  color: #8a7770 !important;
}

.team-profile-tags {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.team-profile-tags li {
  border: 1px solid rgba(191, 98, 89, 0.28);
  background: rgba(255, 255, 255, 0.7);
  color: #554944;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  padding: 6px 9px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.team-profile:hover .team-profile-tags li {
  transform: translateY(-2px);
  border-color: rgba(191, 98, 89, 0.44);
  background: rgba(255, 255, 255, 0.9);
}

.team-flow {
  border: 1px solid rgba(191, 98, 89, 0.24);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(241, 235, 228, 0.86));
  box-shadow: 0 18px 42px rgba(75, 53, 39, 0.11);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.team-step {
  border: 1px solid rgba(191, 98, 89, 0.2);
  background: rgba(255, 255, 255, 0.74);
  padding: 12px;
}

.team-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(145deg, #bf6259, #d88478);
}

.team-step h3 {
  margin: 10px 0 6px;
  font-size: clamp(26px, 2.1vw, 34px);
  line-height: 0.98;
}

.team-step p {
  margin: 0;
  color: #5e524d;
  line-height: 1.55;
}

.team-values {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
}

.team-values-copy,
.team-values-quote {
  border: 1px solid rgba(191, 98, 89, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(242, 235, 229, 0.86));
  box-shadow: 0 16px 36px rgba(75, 53, 39, 0.1);
  padding: 18px;
}

.team-values-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(42px, 3.4vw, 58px);
  line-height: 0.9;
  max-width: 18ch;
}

.team-values-copy p {
  margin: 0 0 12px;
  line-height: 1.7;
  color: #5d504b;
  max-width: 60ch;
}

.team-values-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  background: linear-gradient(160deg, rgba(191, 98, 89, 0.92), rgba(212, 127, 116, 0.9));
  color: #fff;
  overflow: hidden;
}

.team-values-quote::before {
  content: "”";
  position: absolute;
  right: 16px;
  top: -14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 160px;
  line-height: 1;
  color: rgba(255, 236, 228, 0.2);
  pointer-events: none;
}

.team-values-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(360px circle at 85% 15%, rgba(255, 244, 238, 0.25), rgba(255, 244, 238, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.team-values-quote blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 3.2vw, 56px);
  line-height: 0.93;
  position: relative;
  z-index: 1;
}

.team-values-quote p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: rgba(255, 242, 235, 0.92);
  position: relative;
  z-index: 1;
}

.team-values-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255, 233, 224, 0.52);
  background: rgba(128, 50, 44, 0.22);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 10px;
  color: rgba(255, 244, 238, 0.94);
}

@media (max-width: 1200px) {
  .services-cards {
    grid-template-columns: 1fr;
  }

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

  .services-banner {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 860px) {
  .services-page-shell {
    width: min(100%, calc(100% - 20px));
  }

  .service-tab {
    font-size: 10px;
    padding: 8px 10px;
  }

  .services-cards,
  .service-pro-card {
    grid-template-columns: 1fr;
  }

  .service-pro-card img {
    min-height: 210px;
  }

  .service-pro-card h3 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .services-banner h2 {
    font-size: clamp(34px, 10vw, 46px);
    max-width: none;
  }

  .team-page-grid,
  .team-flow,
  .team-values {
    grid-template-columns: 1fr;
  }

  .team-values-copy h2 {
    font-size: clamp(36px, 11vw, 50px);
    max-width: none;
  }

  .team-values-quote blockquote {
    font-size: clamp(32px, 9.8vw, 46px);
  }
}

.nav-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(247, 234, 223, 0.42);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(247, 234, 223, 0.14), rgba(247, 234, 223, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 241, 0.2),
    0 10px 22px rgba(17, 11, 10, 0.24);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-toggle:hover {
  border-color: rgba(255, 241, 229, 0.6);
  background: linear-gradient(160deg, rgba(247, 234, 223, 0.2), rgba(247, 234, 223, 0.08));
}

.nav-toggle:active {
  transform: scale(0.97);
}

.nav-toggle:focus-visible {
  outline: none;
  border-color: rgba(255, 241, 229, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 241, 0.24),
    0 0 0 2px rgba(191, 98, 89, 0.35),
    0 10px 22px rgba(17, 11, 10, 0.24);
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #f8efe6;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease;
}

.nav-toggle span:nth-child(1) {
  top: 15px;
}

.nav-toggle span:nth-child(2) {
  top: 22px;
}

.nav-toggle span:nth-child(3) {
  top: 29px;
}

.site-header.is-nav-open .nav-toggle {
  border-color: rgba(255, 241, 229, 0.65);
  background: linear-gradient(160deg, rgba(247, 234, 223, 0.22), rgba(247, 234, 223, 0.1));
}

.site-header.is-nav-open .nav-toggle span:nth-child(1) {
  transform: translateX(-50%) translateY(7px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.site-header.is-nav-open .nav-toggle span:nth-child(3) {
  transform: translateX(-50%) translateY(-7px) rotate(-45deg);
}

@media (max-width: 960px) {
  .topbar {
    display: none;
  }

  .navbar {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
  }

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

  .navbar ul {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px;
    margin: 0;
    border: 1px solid rgba(247, 234, 223, 0.24);
    border-radius: 14px;
    background: rgba(37, 30, 28, 0.98);
    box-shadow: 0 16px 34px rgba(18, 12, 11, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.985);
    transform-origin: top center;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease, max-height 0.22s ease;
    z-index: 660;
  }

  .site-header.is-nav-open .navbar ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    max-height: 420px;
  }

  .site-header.is-nav-open .navbar {
    transform: none;
  }

  .navbar a {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    padding: 10px 12px;
  }
}

@media (max-width: 960px) {
  [data-cart-drawer-wrap] {
    z-index: 2200 !important;
  }

  [data-cart-drawer] {
    padding-top: calc(70px + env(safe-area-inset-top));
  }
}

/* -------- Blog Hub -------- */
.blog-hub-section {
  padding: 70px 0 92px;
}

.blog-hub-shell {
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.blog-hub-feature {
  border: 1px solid rgba(191, 98, 89, 0.24);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(243, 236, 228, 0.9));
  box-shadow: 0 22px 54px rgba(75, 53, 39, 0.12);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
}

.blog-hub-feature figure {
  margin: 0;
}

.blog-hub-feature img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.blog-hub-feature-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-hub-feature-content h2 {
  font-size: clamp(42px, 3.2vw, 56px);
  line-height: 0.92;
  margin: 0;
}

.blog-hub-feature-content p {
  margin: 0;
  color: #5b4f4b;
  line-height: 1.66;
}

.blog-meta {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: #7b6a63;
}

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

.blog-hub-card {
  border: 1px solid rgba(191, 98, 89, 0.22);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.94), rgba(241, 235, 228, 0.9));
  box-shadow: 0 16px 38px rgba(75, 53, 39, 0.1);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.clickable-card {
  cursor: pointer;
}

.clickable-card:focus-visible {
  outline: 2px solid rgba(191, 98, 89, 0.5);
  outline-offset: 2px;
}

.blog-hub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(75, 53, 39, 0.16);
  border-color: rgba(191, 98, 89, 0.36);
}

.blog-hub-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-hub-card-content {
  padding: 16px;
}

.blog-hub-card-content h3 {
  margin: 6px 0 8px;
  font-size: clamp(32px, 2.3vw, 42px);
  line-height: 0.96;
}

.blog-hub-card-content p {
  margin: 0;
  color: #5d504b;
  line-height: 1.64;
}

.blog-hub-card-content a {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 700;
  color: #544844;
  border-bottom: 1px solid rgba(84, 72, 68, 0.4);
}

.blog-hub-card-accent {
  display: flex;
  align-items: stretch;
  background: linear-gradient(145deg, rgba(191, 98, 89, 0.96), rgba(211, 124, 113, 0.92));
  color: #fff;
}

.blog-hub-card-accent .blog-meta,
.blog-hub-card-accent .blog-hub-card-content p,
.blog-hub-card-accent .blog-hub-card-content h3 {
  color: #fff6ef;
}

.blog-hub-card-accent .btn {
  margin-top: 14px;
  background: #ece9e4;
  border-color: rgba(157, 58, 50, 0.95);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease,
    letter-spacing 0.24s ease;
}

.blog-hub-card-accent .btn:hover,
.blog-hub-card-accent .btn:focus-visible {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 30px rgba(89, 34, 30, 0.34);
  background: #8a352e;
  border-color: #8a352e;
  letter-spacing: 0.13em;
  color: #fff;
}

/* -------- Article Page -------- */
.article-page-main {
  padding-bottom: 96px;
}

.article-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 34px auto 0;
  border: 1px solid rgba(191, 98, 89, 0.22);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(242, 236, 229, 0.9));
  box-shadow: 0 22px 54px rgba(75, 53, 39, 0.12);
}

.article-hero {
  padding: 26px;
}

.article-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(48px, 4.5vw, 72px);
  line-height: 0.9;
}

.article-lead {
  margin: 0;
  max-width: 66ch;
  line-height: 1.7;
  color: #5f534e;
}

.article-hero-media {
  margin: 20px 0 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(191, 98, 89, 0.2);
}

.article-hero-media img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  padding: 0 26px 30px;
}

.article-aside {
  align-self: start;
  position: sticky;
  top: 110px;
  border: 1px solid rgba(191, 98, 89, 0.2);
  background: rgba(255, 255, 255, 0.84);
  padding: 14px;
  display: grid;
  gap: 8px;
}

.article-aside p {
  margin: 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #7a6a62;
}

.article-aside a {
  text-decoration: none;
  color: #4c403d;
  font-size: 14px;
  line-height: 1.4;
}

.article-aside a:hover {
  color: #bf6259;
}

.article-prose {
  min-width: 0;
}

.article-prose h2 {
  margin: 20px 0 8px;
  font-size: clamp(36px, 2.65vw, 48px);
  line-height: 0.95;
}

.article-prose p,
.article-prose li {
  color: #524642;
  line-height: 1.76;
  font-size: 17px;
}

.article-prose blockquote {
  margin: 18px 0;
  border-left: 2px solid rgba(191, 98, 89, 0.5);
  padding: 12px 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.35vw, 40px);
  line-height: 0.98;
  color: #4b3e3a;
  background: rgba(255, 255, 255, 0.58);
}

.article-next {
  width: min(1320px, calc(100% - 28px));
  margin: 16px auto 0;
}

.article-next h2 {
  text-align: center;
  font-size: clamp(38px, 3vw, 50px);
  margin: 0 0 12px;
}

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

.article-next-grid a {
  border: 1px solid rgba(191, 98, 89, 0.2);
  background: rgba(255, 255, 255, 0.84);
  padding: 14px;
  text-decoration: none;
  color: #453936;
  box-shadow: 0 12px 28px rgba(75, 53, 39, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.article-next-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(191, 98, 89, 0.35);
  box-shadow: 0 18px 34px rgba(75, 53, 39, 0.14);
}

@media (max-width: 1100px) {
  .blog-hub-feature,
  .blog-hub-grid,
  .article-layout,
  .article-next-grid {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 860px) {
  .blog-hub-feature-content,
  .article-hero,
  .article-layout {
    padding: 16px;
  }

  .blog-hub-feature img {
    min-height: 260px;
  }

  .article-prose p,
  .article-prose li {
    font-size: 16px;
  }
}
