/*
Theme Name: Pempek Cek Ya
Theme URI: https://pempekcekya.local/
Author: Pempek Cek Ya
Description: Theme katalog dan landing page Pempek Cek Ya dengan produk, blog & berita, dan form WhatsApp.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pempek-cek-ya
*/

:root {
  --green: #b70707;
  --green-2: #e21b12;
  --gold: #ffc229;
  --red: #d40d0d;
  --cream: #fff2dc;
  --paper: #fffaf1;
  --ink: #241715;
  --muted: #725b52;
  --line: rgba(183, 7, 7, 0.14);
  --shadow: 0 24px 60px rgba(123, 14, 7, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff5e7;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 7vw;
  background: linear-gradient(90deg, rgba(183, 7, 7, 0.98), rgba(226, 27, 18, 0.96));
  color: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 194, 41, 0.34);
  border-radius: 999px;
  background: rgba(120, 0, 0, 0.2);
}

.lang-switcher button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 0.68;
  padding: 0;
}

.lang-switcher button.active {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.lang-switcher img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  object-fit: cover;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
}

.brand small {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.brand strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.wa-header,
.primary-button,
.product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(212, 161, 36, 0.28);
}

.wa-header svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.hero-slider {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #21170f;
}

.hero-track {
  display: flex;
  width: 100%;
  min-height: 100vh;
  animation: heroSlide 24s infinite;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-height: 100vh;
}

.hero-slide img {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.hero-slider::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 20, 14, 0.72), rgba(8, 20, 14, 0.25) 38%, rgba(8, 20, 14, 0.04) 72%);
  content: "";
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  z-index: 2;
  top: 52%;
  left: 7vw;
  max-width: 500px;
  transform: translateY(-50%);
}

.hero-overlay p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-overlay h1 {
  margin: 0 0 28px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.02;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.primary-button {
  min-height: 52px;
  padding: 0 28px;
}

.slider-dots {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 7vw;
  display: flex;
  gap: 10px;
}

.slider-dots span {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.slider-dots span:first-child {
  background: var(--gold);
}

@keyframes heroSlide {
  0%, 20% { transform: translateX(0); }
  25%, 45% { transform: translateX(-100%); }
  50%, 70% { transform: translateX(-200%); }
  75%, 95% { transform: translateX(-300%); }
  100% { transform: translateX(0); }
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #dfe2d7;
  padding: 0;
}

.quick-info div {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 20px clamp(18px, 4vw, 56px);
  background: #fff;
}

.quick-info img {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.quick-info strong {
  align-self: end;
  color: var(--green);
  font-size: 14px;
}

.quick-info span {
  align-self: start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 78px 7vw;
  scroll-margin-top: 120px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading p,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2,
.quality-panel h2 {
  margin: 0;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
}

.products-section {
  background:
    radial-gradient(circle at top left, rgba(255, 194, 41, 0.18), transparent 32%),
    linear-gradient(180deg, #fffaf2, #fff0dc);
}

.page-main {
  padding-top: 78px;
}

.page-hero {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: 96px 7vw 70px;
  background:
    linear-gradient(90deg, rgba(183, 7, 7, 0.88), rgba(226, 27, 18, 0.28)),
    url("produk/banner/banner%20pempek%20krispi.png") center / cover;
  color: #fff;
}

.page-hero p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
}

.product-hero {
  background:
    linear-gradient(90deg, rgba(183, 7, 7, 0.88), rgba(226, 27, 18, 0.25)),
    url("produk/banner/banner%20pempek%20krispi%20(3).png") center / cover;
}

.blog-page-hero {
  background:
    linear-gradient(90deg, rgba(183, 7, 7, 0.88), rgba(226, 27, 18, 0.25)),
    url("produk/pempek%20kapal%20selam.jpg") center / cover;
}

.contact-page-hero {
  background:
    linear-gradient(90deg, rgba(183, 7, 7, 0.88), rgba(226, 27, 18, 0.25)),
    url("produk/banner/baner%20pempek%20ori%20non%20krispi.png") center / cover;
}

.intro-section {
  background: linear-gradient(180deg, #fffaf2, #fff0dc);
}

.intro-grid,
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.intro-grid h2,
.about-grid h2 {
  margin: 0 0 18px;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.05;
}

.intro-grid p:not(.section-kicker),
.about-grid p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.8;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(183, 7, 7, 0.2);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page {
  background: linear-gradient(180deg, #fffaf2, #fff0dc);
}

.about-grid img {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.about-grid ul {
  display: grid;
  gap: 12px;
  padding: 12px 0 0;
  list-style: none;
}

.about-grid li {
  display: flex;
  gap: 10px;
  color: var(--green);
  font-weight: 800;
}

.about-grid li::before {
  color: var(--gold);
  content: "✓";
}

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

.product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(42, 25, 12, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  object-position: center;
  background: #f1e6d7;
}

.product-card div {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.product-card h3 {
  margin: 0;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.product-card p {
  min-height: 44px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.product-card a {
  justify-self: start;
  min-height: 40px;
  padding: 0 18px;
  background: var(--green);
  color: #fff;
  box-shadow: none;
}

.tag {
  justify-self: start;
  border-radius: 999px;
  background: rgba(212, 161, 36, 0.18);
  color: #8c5b00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.featured-product {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  background: linear-gradient(135deg, #fff4df, #ffffff);
}

.featured-product img {
  height: 100%;
  aspect-ratio: auto;
}

.featured-product div {
  align-content: center;
}

.featured-product h3 {
  font-size: clamp(36px, 4vw, 54px);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--green);
}

.quality-panel {
  padding: 76px 6vw 76px 7vw;
  color: #fff;
}

.quality-panel h2 {
  color: #fff;
}

.quality-panel p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.quality-panel ul {
  display: grid;
  gap: 13px;
  padding: 14px 0 0;
  list-style: none;
}

.quality-panel li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
}

.quality-panel li::before {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: var(--gold);
  content: "✓";
}

.promo-panel {
  min-width: 0;
  padding: 30px;
  background: #b70707;
}

.promo-panel img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.testimonials {
  background: #fffaf7;
}

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

.testimonial-card,
.blog-card {
  overflow: hidden;
  border: 1px solid rgba(183, 7, 7, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(26, 43, 34, 0.08);
}

.testimonial-card {
  padding: 28px;
}

.stars {
  margin: 0 0 14px;
  color: var(--gold);
  letter-spacing: 0.14em;
}

.testimonial-card blockquote {
  margin: 0 0 22px;
  color: #34463c;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  margin-bottom: 4px;
  color: var(--green);
  font-size: 15px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 12px;
}

.blog-section {
  background: #f7eddf;
}

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

.blog-card div {
  padding: 22px 24px 24px;
}

.blog-card time {
  color: #87958e;
  font-size: 12px;
  font-weight: 800;
}

.blog-card h3 {
  margin: 10px 0 16px;
  color: #1b2e25;
  font-size: 18px;
  line-height: 1.35;
}

.blog-card a {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(183, 7, 7, 0.16);
  border-radius: 6px;
  background: #fff;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(123, 14, 7, 0.08);
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.blog-pagination .next,
.blog-pagination .prev {
  min-width: auto;
}

.post-featured-image {
  margin-bottom: 22px;
}
.post-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

/* Single post: make intro grid single-column and center content */
.single .intro-grid {
  grid-template-columns: 1fr;
  max-width: 980px;
  margin: 0 auto;
  gap: 20px;
  padding: 0 7vw;
}

.single .intro-grid .post-featured-image {
  margin: 0 0 8px 0;
}

.single .intro-grid h2 {
  font-size: clamp(34px, 5.6vw, 52px);
}

/* Post hero (uses featured image as background) */
.post-hero {
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: 96px 7vw 60px;
  color: #fff;
  background-repeat: no-repeat;
}
.post-hero p {
  margin: 0 0 12px;
  color: rgba(212, 161, 36, 0.95);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.post-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.02;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

/* Stronger selector to prevent overrides from inspector/computed styles */
body.single .intro-grid,
body.single-post .intro-grid {
  max-width: 980px;
  width: 100%;
}

.contact-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 194, 41, 0.18), transparent 34%),
    linear-gradient(135deg, #fff9ef, #ffe7ce);
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

.contact-copy,
.contact-form {
  border: 1px solid rgba(183, 7, 7, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(42, 25, 12, 0.08);
}

.contact-copy {
  padding: 34px;
}

.contact-copy h2 {
  margin: 0 0 14px;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}

.contact-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

.contact-details {
  display: grid;
  gap: 9px;
  color: #284337;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.contact-details strong {
  color: var(--green);
  font-size: 18px;
}

.contact-details a {
  justify-self: start;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 13px 18px;
  text-transform: uppercase;
}

.contact-map {
  width: 100%;
  margin-top: 12px;
  border: 1px solid rgba(183, 7, 7, 0.12);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(183, 7, 7, 0.1);
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 30px;
}

.contact-form label {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(183, 7, 7, 0.16);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  outline: none;
  padding: 14px 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 161, 36, 0.16);
}

.contact-form button {
  min-height: 50px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: var(--green);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(212, 161, 36, 0.24);
}

.site-footer {
  padding: 58px 7vw 0;
  background: linear-gradient(135deg, #a80000, #df130d 70%, #b70707);
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.85fr 1.3fr;
  gap: 46px;
  padding-bottom: 46px;
}

.footer-brand {
  margin-bottom: 18px;
}

.site-footer p {
  max-width: 420px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.75;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  margin-bottom: 11px;
  font-size: 13px;
  font-weight: 750;
}

.footer-map {
  width: 100%;
  max-width: 320px;
  margin-top: 14px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(90, 0, 0, 0.22);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.footer-social a {
  display: inline-flex !important;
  width: auto;
  margin-top: 8px;
  color: #fff;
  font-weight: 900;
}

.floating-social,
.floating-wa {
  position: fixed;
  right: 22px;
  z-index: 30;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.floating-wa {
  bottom: 22px;
  background: #28d146;
  box-shadow: 0 16px 36px rgba(40, 209, 70, 0.35), 0 8px 22px rgba(80, 0, 0, 0.25);
}

.floating-instagram {
  bottom: 96px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d 52%, #fcb045);
  box-shadow: 0 16px 36px rgba(225, 48, 108, 0.32), 0 8px 22px rgba(80, 0, 0, 0.22);
}

.floating-social:hover,
.floating-wa:hover {
  transform: translateY(-3px);
}

.floating-social img,
.floating-wa img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.about-story-page {
  background: #fff5e7;
}

.about-hero {
  display: grid;
  align-content: center;
  min-height: 520px;
  padding: 116px 7vw 88px;
  background:
    linear-gradient(90deg, rgba(174, 4, 4, 0.94) 0%, rgba(188, 8, 8, 0.72) 43%, rgba(188, 8, 8, 0.18) 100%),
    url("produk/banner/banner%20pempek%20krispi%20(2).png") center / cover;
  color: #fff;
}

.about-hero p {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1.02;
}

.about-hero-copy {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.75;
}

.about-intro {
  background: linear-gradient(180deg, #fffaf1, #fff0dc);
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 42px;
}

.about-intro h2 {
  margin: 0;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.05;
}

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

.about-values article {
  min-height: 120px;
  padding: 22px;
  border: 1px solid rgba(183, 7, 7, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(183, 7, 7, 0.08);
}

.about-values strong {
  display: block;
  color: var(--red);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.about-values span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.founder-feature {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 44px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(183, 7, 7, 0.94), rgba(228, 22, 13, 0.88)),
    #c90808;
  box-shadow: 0 24px 60px rgba(123, 14, 7, 0.16);
}

.founder-photo {
  display: grid;
  min-height: 460px;
  place-items: center;
  background: #fff1dc;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: contain;
  object-position: center;
}

.founder-copy {
  padding: 42px 48px 42px 0;
  color: #fff;
}

.founder-copy .section-kicker {
  color: var(--gold);
}

.founder-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.03;
}

.founder-copy p:not(.section-kicker) {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.82;
}

.about-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.about-story p {
  margin: 0;
  padding: 24px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.82);
  color: #4e362f;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.85;
  box-shadow: 0 12px 30px rgba(183, 7, 7, 0.06);
}

.about-timeline-section {
  padding: 88px 7vw 102px;
  background: #fff8ee;
}

.about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 76px;
  max-width: 1040px;
  margin: 0 auto;
}

.about-timeline::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(183, 7, 7, 0.48), transparent);
  content: "";
}

.about-timeline article {
  position: relative;
  min-height: 180px;
  padding: 26px;
  border: 1px solid rgba(183, 7, 7, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(183, 7, 7, 0.08);
}

.about-timeline article:nth-child(even) {
  transform: translateY(58px);
}

.timeline-dot {
  position: absolute;
  top: 34px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 2px rgba(183, 7, 7, 0.18);
}

.about-timeline article:nth-child(odd) .timeline-dot {
  right: -47px;
}

.about-timeline article:nth-child(even) .timeline-dot {
  left: -47px;
}

.about-timeline strong {
  color: var(--red);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
}

.about-timeline h3 {
  margin: 6px 0 12px;
  color: var(--green);
  font-size: 18px;
}

.about-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  main {
    padding-top: 0;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    padding: 14px 5vw;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: space-between;
    gap: 8px;
    overflow: visible;
    padding: 4px 0;
  }

  .lang-switcher {
    justify-self: end;
  }

  .wa-header {
    justify-self: end;
  }

  .main-nav a {
    font-size: clamp(10px, 1.8vw, 12px);
    white-space: nowrap;
  }

  .hero-slider,
  .hero-track,
  .hero-slide {
    min-height: 560px;
  }

  .hero-slide img {
    height: 560px;
    min-height: 560px;
  }

  .hero-slider::after {
    background: linear-gradient(180deg, rgba(8, 20, 14, 0.08), rgba(8, 20, 14, 0.16) 45%, rgba(8, 20, 14, 0.7));
  }

  .hero-overlay {
    top: 54%;
    bottom: auto;
    right: 5vw;
    left: 5vw;
    display: grid;
    justify-items: start;
    max-width: 420px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    transform: translateY(-50%);
  }

  .hero-overlay p {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .hero-overlay h1 {
    display: block;
    max-width: 390px;
    margin-bottom: 18px;
    font-size: 34px;
  }

  .primary-button {
    min-height: 42px;
    padding: 0 18px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .slider-dots {
    right: 5vw;
    bottom: 14px;
    left: auto;
  }

  .slider-dots span {
    width: 22px;
    height: 3px;
  }

  .quick-info,
  .product-grid,
  .testimonial-grid,
  .blog-grid,
  .contact-card,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 5vw 22px;
    background: linear-gradient(180deg, #fff7e9, #fffaf2);
  }

  .quick-info div {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    min-height: 86px;
    padding: 15px 16px;
    border: 1px solid rgba(183, 7, 7, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(183, 7, 7, 0.06);
  }

  .quick-info img {
    width: 40px;
    height: 40px;
  }

  .quick-info strong {
    font-size: 13px;
  }

  .quick-info span {
    font-size: 11px;
    line-height: 1.35;
  }

  .split-section,
  .featured-product {
    grid-template-columns: 1fr;
  }

  .featured-product {
    grid-column: span 1;
  }

  .page-main {
    padding-top: 120px;
  }

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

  .intro-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  main {
    padding-top: 0;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 10px 14px;
    min-height: 120px;
    padding: 12px 5vw 10px;
  }

  .brand {
    gap: 9px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand small {
    font-size: 10px;
  }

  .brand strong {
    font-size: 24px;
  }

  .wa-header {
    grid-column: 3;
    justify-self: end;
    min-width: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 11px;
  }

  .wa-header > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .lang-switcher {
    justify-self: end;
    gap: 5px;
    padding: 4px;
  }

  .lang-switcher button {
    width: 28px;
    height: 28px;
  }

  .main-nav {
    grid-column: 1 / -1;
    gap: 7px;
    width: 100%;
    padding: 7px 0 3px;
    overflow: visible;
  }

  .main-nav a {
    flex: 1 1 auto;
    font-size: clamp(10px, 2.7vw, 12px);
    text-align: center;
  }

  .hero-slider,
  .hero-track,
  .hero-slide {
    min-height: 430px;
  }

  .hero-slide img {
    height: 430px;
    min-height: 430px;
    object-position: 58% center;
  }

  .hero-slider::after {
    background: linear-gradient(180deg, rgba(8, 20, 14, 0.08), rgba(8, 20, 14, 0.18) 48%, rgba(8, 20, 14, 0.7));
  }

  .hero-overlay {
    top: 56%;
    bottom: auto;
    right: 5vw;
    left: 5vw;
    display: grid;
    justify-items: start;
    max-width: 300px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    transform: translateY(-50%);
  }

  .hero-overlay p {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .hero-overlay h1 {
    display: block;
    max-width: 290px;
    margin-bottom: 14px;
    font-size: 28px;
  }

  .primary-button {
    min-height: 42px;
    padding: 0 18px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .slider-dots {
    right: 5vw;
    bottom: 14px;
    left: auto;
  }

  .slider-dots span {
    width: 22px;
    height: 3px;
  }

  .quick-info,
  .product-grid,
  .testimonial-grid,
  .blog-grid,
  .contact-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-copy,
  .contact-form {
    padding: 22px;
    border-radius: 14px;
  }

  .quick-info {
    gap: 10px;
    padding: 18px 5vw 22px;
    background: linear-gradient(180deg, #fff7e9, #fffaf2);
  }

  .quick-info div {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    min-height: 86px;
    padding: 15px 16px;
    border: 1px solid rgba(183, 7, 7, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(183, 7, 7, 0.06);
  }

  .quick-info img {
    width: 40px;
    height: 40px;
  }

  .quick-info strong {
    font-size: 13px;
  }

  .quick-info span {
    font-size: 11px;
    line-height: 1.35;
  }

  .section,
  .quality-panel,
  .site-footer {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .page-main {
    padding-top: 120px;
  }

  .page-hero {
    min-height: 300px;
    padding: 64px 5vw 54px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .promo-panel {
    padding: 18px;
  }

  .promo-panel img {
    min-height: 280px;
  }

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

/* Front page redesign */
body:has(.front-hero) {
  background: #b70707;
}

.front-hero {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  background: #c90808;
  padding-bottom: 150px;
}

.front-hero-track {
  display: flex;
  width: 100%;
  min-height: 830px;
  animation: frontHeroSlide 24s infinite;
}

.front-hero-slide {
  flex: 0 0 100%;
  min-height: 830px;
}

.front-hero-slide img {
  width: 100%;
  height: 830px;
  min-height: 830px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.04) brightness(1.05);
}

.front-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(98, 0, 0, 0.7) 0%, rgba(154, 0, 0, 0.38) 34%, rgba(255, 255, 255, 0.42) 70%, rgba(255, 255, 255, 0.62) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05) 44%, rgba(95, 0, 0, 0.32));
  content: "";
  pointer-events: none;
}

.front-hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 7vw;
  max-width: 590px;
  transform: translateY(-50%);
}

.front-eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.front-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(58px, 7.2vw, 98px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.58);
  text-transform: uppercase;
}

.front-hero h1 span {
  color: #fff;
}

.front-copy {
  max-width: 470px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.8;
}

.front-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.front-actions .primary-button {
  border-radius: 2px;
}

.video-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 700;
}

.video-button span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.video-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.front-dots {
  position: absolute;
  z-index: 3;
  bottom: 184px;
  left: 7vw;
  display: flex;
  gap: 12px;
}

.front-dots span {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.front-dots span:first-child {
  background: var(--gold);
}

@keyframes frontHeroSlide {
  0%, 27% { transform: translateX(0); }
  33%, 60% { transform: translateX(-100%); }
  66%, 93% { transform: translateX(-200%); }
  100% { transform: translateX(0); }
}

.front-feature-bar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1160px;
  margin: -128px auto 0;
  border: 1px solid rgba(212, 161, 36, 0.22);
  background: linear-gradient(135deg, rgba(179, 5, 5, 0.96), rgba(224, 22, 13, 0.96));
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.front-feature-bar div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 150px;
  padding: 30px 34px;
  border-right: 1px solid rgba(212, 161, 36, 0.22);
}

.front-feature-bar div:last-child {
  border-right: 0;
}

.front-feature-bar img {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.front-feature-bar strong {
  align-self: end;
  font-size: 15px;
  text-transform: uppercase;
}

.front-feature-bar span {
  align-self: start;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.6;
}

.front-about {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 58px;
  align-items: center;
  padding: 96px 7vw;
  background: linear-gradient(180deg, #fff8ec, #ffe9d1);
}

.front-about-copy h2 {
  margin: 0 0 26px;
  color: #1d1a17;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
}

.front-about-copy p:not(.section-kicker) {
  max-width: 470px;
  margin: 0 0 28px;
  color: #4e463d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
}

.gold-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 2px;
  background: var(--gold);
  color: #241b10;
  font-size: 13px;
  font-weight: 800;
}

.front-about-media {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
}

.front-about-media img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 3px;
}

.front-about-media .about-main-img {
  grid-row: span 2;
  height: 384px;
}

.front-products {
  padding: 8px 3vw 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 194, 41, 0.18), transparent 28%),
    linear-gradient(180deg, #d60f0f, #b70707);
  color: #fff;
}

.package-heading {
  margin: 0 auto 8px;
  color: #fff;
  text-align: center;
}

.package-heading p {
  margin: 0;
  color: #ffc229;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.1;
}

.package-heading p span {
  color: #fff;
  letter-spacing: 0.08em;
}

.package-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 3.9vw, 48px);
  line-height: 0.92;
}

.package-heading em {
  display: block;
  margin-top: 2px;
  color: #ffe0b5;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.front-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto 42px;
}

.front-gallery figure {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 194, 41, 0.34);
  border-radius: 8px;
  background: rgba(130, 0, 0, 0.34);
  box-shadow: 0 18px 38px rgba(80, 0, 0, 0.18);
}

.front-gallery figure:nth-child(1),
.front-gallery figure:nth-child(8) {
  grid-column: span 2;
}

.front-gallery figure:nth-child(1) {
  grid-row: span 2;
}

.front-gallery img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.front-gallery figure:hover img {
  transform: scale(1.04);
}

.front-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(128, 0, 0, 0.78);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.package-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  max-width: 1240px;
  margin: 0 auto 28px;
}

.package-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1.5px solid #ffc229;
  border-radius: 10px 10px 0 0;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 194, 41, 0.2), transparent 36%),
    linear-gradient(180deg, #c80c0c 0%, #970000 100%);
  color: #fff;
  box-shadow: none;
}

.package-card img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  object-position: center;
  background: #8c0000;
}

.package-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 0;
  padding: 0;
}

.package-card h3 {
  min-height: 54px;
  margin: 0;
  padding: 10px 10px 0;
  color: #fff8e8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.75vw, 24px);
  line-height: 0.98;
  text-align: center;
}

.package-subtitle {
  min-height: 32px;
  margin: 0;
  padding: 2px 12px 8px;
  color: #ffc229;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.package-details {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 10px 12px 11px;
  background: #fff3df;
  color: #2d1a12;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

.package-details strong {
  color: #7a160f;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.package-details > span {
  position: relative;
  padding-left: 18px;
}

.package-details > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2e9d31;
  color: #fff;
  content: "✓";
  font-size: 9px;
  line-height: 13px;
  text-align: center;
}

.package-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 52px;
  border-top: 1px solid rgba(255, 194, 41, 0.38);
}

.package-badges > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 7px 8px 7px 35px;
  border-right: 1px solid rgba(255, 194, 41, 0.38);
  color: #fff8e8;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.05;
  text-align: left;
}

.package-badges > span:last-child {
  border-right: 0;
}

.package-badges > span::before {
  position: absolute;
  left: 9px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1.5px solid #ffc229;
  border-radius: 50%;
  color: #ffc229;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-50%);
}

.package-badges .badge-bonus::before {
  content: "▣";
}

.package-badges .badge-feature::before {
  content: "✦";
}

.package-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 9px 12px 12px;
  border-radius: 999px;
  background: #ffc229;
  color: #4d0905;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.package-products-section {
  padding-top: 34px;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at top right, rgba(255, 194, 41, 0.16), transparent 30%),
    linear-gradient(180deg, #d60f0f, #a60000);
}

.product-package-gallery {
  margin-bottom: 0;
}

.signature-creations {
  max-width: 1240px;
  margin: 28px auto 0;
  padding: 18px 18px 20px;
  border-top: 1px solid rgba(255, 194, 41, 0.3);
  background:
    linear-gradient(90deg, rgba(255, 194, 41, 0.12), transparent 24%, transparent 76%, rgba(255, 194, 41, 0.12)),
    linear-gradient(180deg, #7e0707, #9e0707);
}

.signature-heading {
  margin: 0 0 16px;
  color: #fff;
  text-align: center;
}

.signature-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 0.95;
  text-transform: uppercase;
}

.signature-heading p {
  max-width: 720px;
  margin: 7px auto 0;
  color: #ffe8c7;
  font-size: 12px;
  font-weight: 650;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.9fr 1.25fr;
  gap: 10px;
}

.signature-card {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 285px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff3df;
  color: #2b1610;
}

.signature-card:first-child,
.signature-card:last-child {
  grid-template-columns: minmax(0, 0.9fr) minmax(120px, 1.1fr);
}

.signature-card > div {
  display: grid;
  align-content: start;
  padding: 16px 16px 12px;
}

.signature-card h3 {
  margin: 0;
  color: #5f0808;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.9vw, 27px);
  line-height: 1;
}

.signature-subtitle {
  margin: 2px 0 8px;
  color: #9b150e;
  font-size: 12px;
  font-weight: 900;
}

.signature-copy {
  margin: 8px 0 10px;
  color: #4f2c22;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.signature-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signature-card li {
  position: relative;
  padding-left: 19px;
  color: #3c291f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.signature-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 13px;
  height: 13px;
  place-items: center;
  border-radius: 50%;
  background: #2e9d31;
  color: #fff;
  content: "✓";
  font-size: 9px;
}

.signature-card img {
  align-self: end;
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center bottom;
}

.signature-card:first-child img,
.signature-card:last-child img {
  height: 100%;
  min-height: 285px;
  object-fit: cover;
}

.signature-card:nth-child(2) img,
.signature-card:nth-child(3) img {
  padding: 0 16px 12px;
}

.signature-order-button {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 16px 16px;
  border-radius: 999px;
  background: #b70707;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.crispy-products {
  max-width: 1040px;
  margin: 34px auto 0;
  padding: 34px 38px 42px;
  background: #f5e8d4;
  color: #241715;
}

.crispy-heading {
  margin: 0 0 18px;
  text-align: center;
}

.crispy-heading p {
  margin: 0 0 3px;
  color: #1f5e3a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 800;
}

.crispy-heading h2 {
  margin: 0;
  color: #7a160f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

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

.crispy-card {
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(80, 0, 0, 0.12);
}

.crispy-card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.crispy-card div {
  display: grid;
  gap: 7px;
  padding: 12px 14px 14px;
}

.crispy-card h3 {
  margin: 0;
  color: #2d1a12;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  line-height: 1.08;
}

.crispy-card p {
  min-height: 36px;
  margin: 0;
  color: #6d5a50;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.crispy-card a {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0b6d3d;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.single-post-main {
  padding-top: 78px;
  background: linear-gradient(180deg, #fffaf2, #fff);
}

.post-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 7vw 72px;
}

.post-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 28px;
  color: #6e625c;
  font-size: 13px;
  font-weight: 700;
}

.post-breadcrumb a {
  color: #66554e;
}

.post-breadcrumb span:last-child {
  color: #3a302c;
}

.single-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 46px;
  align-items: start;
}

.single-post-hero {
  position: relative;
  margin: 0 0 26px;
  overflow: hidden;
  border-radius: 12px;
  background: #f1e6d7;
}

.single-post-hero img {
  width: 100%;
  height: clamp(340px, 45vw, 500px);
  object-fit: cover;
}

.single-post-hero figcaption {
  position: absolute;
  bottom: 18px;
  left: 22px;
  padding: 8px 17px;
  border-radius: 999px;
  background: #d40d0d;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-post-content h1 {
  max-width: 780px;
  margin: 0 0 20px;
  color: #b70707;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5.8vw, 68px);
  line-height: 0.98;
}

.post-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin: 0 0 30px;
  color: #8a7b72;
  font-size: 13px;
  font-weight: 700;
}

.post-author {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #3d302b;
}

.post-author img {
  border-radius: 50%;
}

.post-share {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}

.post-share a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #d40d0d;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(183, 7, 7, 0.08);
}

.single-post-body {
  max-width: 720px;
  color: #3b312d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
}

.single-post-body h2,
.single-post-body h3,
.single-post-body h4 {
  margin: 28px 0 10px;
  color: #79150f;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.single-post-body p {
  margin: 0 0 18px;
}

.single-post-body ul,
.single-post-body ol {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}

.single-post-body li {
  position: relative;
  padding-left: 48px;
}

.single-post-body li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff3df;
  color: #d40d0d;
  content: "✓";
  font-weight: 900;
}

.single-post-body blockquote {
  margin: 28px 0;
  padding: 24px 32px;
  border-left: 5px solid #d40d0d;
  border-radius: 8px;
  background: #fff1db;
  color: #584039;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.related-posts-card {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(183, 7, 7, 0.1);
  border-radius: 14px;
  background: #fff9ef;
  box-shadow: 0 18px 42px rgba(123, 14, 7, 0.08);
}

.related-posts-card h2 {
  margin: 0;
  color: #b70707;
  font-size: 20px;
}

.related-post-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  align-items: center;
}

.related-post-item img {
  width: 112px;
  height: 88px;
  border-radius: 8px;
  object-fit: cover;
}

.related-post-item strong {
  display: block;
  color: #2f2925;
  font-size: 13px;
  line-height: 1.45;
}

.related-post-item time {
  display: block;
  margin-top: 12px;
  color: #8b7c72;
  font-size: 12px;
  font-weight: 700;
}

.front-product-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto 42px;
}

.front-product-row article {
  overflow: hidden;
  border: 1px solid rgba(255, 194, 41, 0.36);
  border-radius: 4px;
  background: rgba(130, 0, 0, 0.34);
  text-align: center;
}

.front-product-row img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.front-product-row h3 {
  margin: 18px 10px 10px;
  color: #fff;
  font-size: 17px;
}

.front-product-row a {
  display: inline-block;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.front-cta {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  gap: 34px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 194, 41, 0.2), rgba(189, 4, 4, 0.88)),
    #c90808;
  padding: 26px 42px;
}

.front-cta img {
  width: 280px;
  max-height: 170px;
  object-fit: contain;
  transform: scale(1.24);
  transform-origin: left center;
}

.front-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
}

.front-cta h2 span {
  color: var(--gold);
}

.front-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.front-cta .primary-button {
  border-radius: 2px;
}

@media (max-width: 1100px) {
  .front-hero,
  .front-hero-track,
  .front-hero-slide {
    min-height: 720px;
  }

  .front-hero {
    padding-bottom: 0;
  }

  .front-hero-slide img {
    height: 720px;
    min-height: 720px;
    object-position: 62% center;
  }

  .front-hero-content {
    top: 52%;
    max-width: 520px;
  }

  .front-hero h1 {
    font-size: 58px;
  }

  .front-feature-bar,
  .front-about,
  .front-gallery,
  .package-gallery,
  .signature-grid,
  .front-product-row,
  .front-cta,
  .founder-feature {
    grid-template-columns: 1fr 1fr;
  }

  .front-feature-bar {
    margin: 0;
    max-width: none;
  }

  .front-cta {
    grid-template-columns: 1fr;
  }

  .signature-card:first-child,
  .signature-card:last-child {
    grid-template-columns: 1fr;
  }

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

  .signature-card:first-child img,
  .signature-card:last-child img {
    height: 220px;
    min-height: 0;
  }

  .single-post-layout {
    grid-template-columns: 1fr;
  }

  .related-posts-card {
    position: static;
  }

  .front-gallery figure:nth-child(1),
  .front-gallery figure:nth-child(8) {
    grid-column: span 1;
  }

  .front-gallery figure:nth-child(1) {
    grid-row: span 1;
  }

  .founder-copy {
    padding: 32px;
  }
}

@media (max-width: 700px) {
  .front-hero,
  .front-hero-track,
  .front-hero-slide {
    min-height: 560px;
  }

  .front-hero-slide img {
    height: 560px;
    min-height: 560px;
    object-position: 64% center;
  }

  .front-hero {
    padding-bottom: 0;
  }

  .front-hero-content {
    top: 54%;
    left: 5vw;
    right: 5vw;
    max-width: 330px;
    transform: translateY(-50%);
  }

  .front-eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .front-hero h1 {
    font-size: 38px;
  }

  .front-copy {
    margin: 18px 0 22px;
    font-size: 14px;
  }

  .front-actions {
    gap: 14px;
  }

  .video-button span {
    width: 42px;
    height: 42px;
  }

  .front-dots {
    bottom: 20px;
    left: 5vw;
  }

  .front-feature-bar,
  .front-about,
  .front-gallery,
  .package-gallery,
  .signature-grid,
  .front-product-row,
  .front-cta,
  .founder-feature,
  .about-story,
  .about-values,
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 430px;
    padding: 80px 5vw 64px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-hero-copy {
    font-size: 15px;
  }

  .about-timeline-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .about-timeline::before,
  .timeline-dot {
    display: none;
  }

  .about-timeline article:nth-child(even) {
    transform: none;
  }

  .floating-wa {
    right: 12px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }

  .floating-instagram {
    right: 12px;
    bottom: 72px;
    width: 48px;
    height: 48px;
  }

  .floating-social img,
  .floating-wa img {
    width: 27px;
    height: 27px;
  }

  .front-feature-bar div {
    min-height: 112px;
    padding: 22px 5vw;
    border-right: 0;
    border-bottom: 1px solid rgba(212, 161, 36, 0.18);
  }

  .front-about,
  .front-products {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .front-gallery figure,
  .front-gallery img {
    min-height: 220px;
  }

  .package-card img {
    height: 220px;
  }

  .package-card h3 {
    min-height: auto;
  }

  .package-subtitle {
    min-height: auto;
  }

  .package-details {
    font-size: 12px;
  }

  .package-badges {
    grid-template-columns: 1fr;
  }

  .package-badges > span {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 194, 41, 0.38);
    font-size: 10px;
    text-align: left;
  }

  .package-badges > span:last-child {
    border-bottom: 0;
  }

  .package-order-button,
  .signature-order-button {
    min-height: 42px;
    font-size: 12px;
  }

  .signature-creations {
    padding: 16px 12px;
  }

  .signature-card {
    min-height: 0;
  }

  .signature-card img,
  .signature-card:first-child img,
  .signature-card:last-child img {
    height: 220px;
    min-height: 0;
  }

  .signature-card:nth-child(2) img,
  .signature-card:nth-child(3) img {
    padding: 0 16px 12px;
  }

  .crispy-products {
    padding: 28px 18px 34px;
  }

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

  .crispy-card img {
    height: 220px;
  }

  .single-post-main {
    padding-top: 120px;
  }

  .post-shell {
    padding: 24px 5vw 52px;
  }

  .post-breadcrumb {
    font-size: 12px;
  }

  .single-post-hero img {
    height: 260px;
  }

  .single-post-content h1 {
    font-size: 40px;
  }

  .post-share {
    width: 100%;
    margin-left: 0;
  }

  .single-post-body {
    font-size: 14px;
  }

  .related-post-item {
    grid-template-columns: 92px 1fr;
  }

  .related-post-item img {
    width: 92px;
    height: 76px;
  }

  .founder-photo,
  .founder-photo img {
    min-height: 320px;
  }

  .founder-copy {
    padding: 26px;
  }

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

  .front-about-media .about-main-img,
  .front-about-media img {
    height: 230px;
  }

  .front-cta {
    padding: 24px;
  }

  .front-cta img {
    width: 220px;
    transform: none;
  }
}

/* Header controls tuned to match the warm hero artwork. */
.lang-switcher {
  border-color: rgba(183, 7, 7, 0.16);
  background: #F1E2D1;
}

.lang-switcher button.active {
  background: rgba(255, 194, 41, 0.22);
}

.wa-header {
  border: 1px solid rgba(183, 7, 7, 0.16);
  background: #F1E2D1;
  color: var(--red);
}

.front-actions .primary-button {
  color: #fff;
}
