/*
Theme Name: Nyai Cianjur
Theme URI: https://nyai-cianjur.ridaaulia7.chatgpt.site
Author: PT Cianjur Signature Internasional
Description: Tema WordPress responsif untuk Nyai Cianjur dengan halaman produk, cara penyajian, inspirasi menu, FAQ, dan pemesanan.
Version: 1.9.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: nyai-cianjur
Tags: food-and-drink, e-commerce, custom-logo, custom-menu, featured-images, wide-blocks
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


:root {
  --forest: #173d33;
  --forest-dark: #0f2e27;
  --cream: #f7f2e7;
  --paper: #fffdf8;
  --terracotta: #c45f3b;
  --gold: #d7aa62;
  --ink: #1f2925;
  --muted: #66716b;
  --line: rgba(23, 61, 51, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 82px;
  padding: 12px clamp(24px, 5vw, 78px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { align-items: center; display: flex; gap: 12px; justify-self: start; }
.brand-logo-link { align-items: center; display: flex; }
.brand-logo-image { display: block; height: 58px; object-fit: contain; width: 190px; }
.brand-mark {
  align-items: center;
  background: var(--forest);
  border-radius: 50% 50% 46% 54%;
  color: var(--cream);
  display: flex;
  font-family: Georgia, serif;
  font-size: 25px;
  height: 46px;
  justify-content: center;
  transform: rotate(-4deg);
  width: 46px;
}
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 18px; line-height: 1.15; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .08em; margin-top: 4px; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a { color: #43504a; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover { color: var(--terracotta); }
.header-actions { align-items: center; display: flex; gap: 10px; justify-self: end; }
.header-actions > a { flex: 0 0 auto; white-space: nowrap; }
.article-button { background: var(--cream); border: 1px solid #dfcda9; border-radius: 999px; color: var(--forest); font-size: 12px; font-weight: 800; min-width: max-content; padding: 10px 16px; }
.article-button:hover { background: #ead3ad; border-color: var(--gold); }
.partner-button { border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); font-size: 12px; font-weight: 800; min-width: max-content; padding: 10px 16px; }
.partner-button:hover { background: var(--forest); color: white; }

.button {
  align-items: center;
  background: var(--terracotta);
  border: 1px solid var(--terracotta);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  gap: 12px;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { background: #aa4d2e; transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; }

.hero {
  background:
    radial-gradient(circle at 73% 44%, rgba(215, 170, 98, .22), transparent 27%),
    linear-gradient(115deg, var(--cream) 0%, #fbf8f0 54%, #f1e6d1 100%);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 660px;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) clamp(24px, 7vw, 112px);
}
.hero-copy { align-self: center; max-width: 680px; position: relative; z-index: 2; }
.eyebrow {
  align-items: center;
  color: var(--terracotta);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: .14em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.eyebrow span { background: currentColor; height: 2px; width: 24px; }
.hero h1 {
  color: var(--forest-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6.2vw, 84px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .99;
  margin: 0;
}
.hero h1 em { color: var(--terracotta); font-weight: 500; }
.hero-lead { color: #52615a; font-size: 18px; line-height: 1.75; margin: 28px 0; max-width: 610px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; }
.text-link { border-bottom: 1px solid var(--forest); font-size: 14px; font-weight: 750; padding-bottom: 4px; }
.hero-proof { border-top: 1px solid var(--line); display: flex; gap: 28px; margin-top: 40px; padding-top: 24px; }
.hero-proof span { color: var(--muted); font-size: 12px; }
.hero-proof b { color: var(--forest); display: block; font-family: Georgia, serif; font-size: 18px; }

.hero-visual { align-items: center; display: flex; justify-content: center; min-height: 500px; position: relative; }
.sun-disc { background: #e2bd7e; border-radius: 50%; height: 390px; opacity: .75; position: absolute; width: 390px; }
.product-pouch {
  align-items: center;
  background: linear-gradient(145deg, #faf7ed 0%, #e9ddc7 100%);
  border: 1px solid rgba(89, 70, 42, .23);
  border-radius: 20px 20px 36px 36px;
  box-shadow: 0 38px 70px rgba(61, 45, 28, .22);
  color: var(--forest);
  display: flex;
  flex-direction: column;
  height: 420px;
  justify-content: center;
  padding: 44px 36px 30px;
  position: relative;
  transform: rotate(2deg);
  width: 284px;
  z-index: 3;
}
.pouch-seal { border-bottom: 1px dashed #b9a98b; left: 12px; position: absolute; right: 12px; top: 22px; }
.pouch-kicker { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.pouch-emblem { align-items: center; background: var(--forest); border-radius: 50%; color: var(--cream); display: flex; font-family: Georgia, serif; font-size: 24px; height: 49px; justify-content: center; margin: 18px 0 12px; width: 49px; }
.product-pouch strong { font-family: Georgia, serif; font-size: 34px; letter-spacing: .02em; line-height: .92; text-align: center; }
.pouch-line { background: var(--terracotta); height: 2px; margin: 20px 0 13px; width: 56px; }
.product-pouch p { font-size: 13px; font-weight: 850; letter-spacing: .15em; margin: 0; }
.product-pouch small { color: #72756e; font-size: 10px; margin: 9px 0 26px; text-align: center; }
.product-pouch b { bottom: 18px; font-size: 11px; position: absolute; right: 22px; }
.note-card { align-items: center; background: var(--paper); border: 1px solid rgba(23,61,51,.1); border-radius: 16px; bottom: 52px; box-shadow: 0 18px 36px rgba(31, 41, 37, .12); display: flex; gap: 12px; left: 4%; padding: 14px 18px; position: absolute; z-index: 4; }
.note-card > span { color: var(--terracotta); font-size: 25px; }
.note-card small, .note-card strong { display: block; }
.note-card small { color: var(--muted); font-size: 10px; }
.note-card strong { color: var(--forest); font-family: Georgia, serif; font-size: 15px; }
.leaf { background: var(--forest); border-radius: 100% 0 100% 0; opacity: .9; position: absolute; transform-origin: bottom; }
.leaf-one { height: 145px; right: 6%; top: 12%; transform: rotate(24deg); width: 68px; }
.leaf-two { bottom: 8%; height: 120px; left: 14%; transform: rotate(-52deg); width: 58px; }

.benefit-section { padding: 100px clamp(24px, 7vw, 112px); }
.section-heading { display: grid; gap: 18px; grid-template-columns: .6fr 1.4fr; margin-bottom: 52px; }
.section-heading h2, .first-product h2 { color: var(--forest); font-family: Georgia, serif; font-size: clamp(36px, 4.4vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0; max-width: 790px; }
.benefit-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.benefit-card { border: 1px solid var(--line); border-radius: 24px; padding: 30px; transition: border .2s ease, transform .2s ease; }
.benefit-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.benefit-card > span { color: var(--terracotta); font-family: Georgia, serif; font-size: 16px; }
.benefit-card h3 { color: var(--forest); font-family: Georgia, serif; font-size: 25px; font-weight: 500; margin: 46px 0 12px; }
.benefit-card p { color: var(--muted); font-size: 14px; margin: 0; }

.first-product { align-items: end; background: var(--forest); color: white; display: grid; gap: 44px; grid-template-columns: 1fr auto; padding: 70px clamp(24px, 7vw, 112px); }
.first-product h2 { color: var(--cream); max-width: 720px; }
.first-product p { color: rgba(255,255,255,.68); margin: 20px 0 0; max-width: 610px; }
.eyebrow.light { color: #e8c88e; }
.button-cream { background: var(--cream); border-color: var(--cream); color: var(--forest); }
.button-cream:hover { background: #fff; }

.mobile-nav { display: none; }
.quick-strip {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 0;
  justify-content: center;
  padding: 0 clamp(24px, 7vw, 112px);
}
.quick-strip > * { border-right: 1px solid var(--line); padding: 18px 28px; }
.quick-strip > *:first-child { border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.quick-strip a { color: var(--forest); font-size: 13px; font-weight: 750; }
.quick-strip a:hover { color: var(--terracotta); }
.quick-strip b { margin-left: 16px; }

.products-section { background: var(--forest); color: white; padding: 100px clamp(24px, 7vw, 112px); }
.product-heading { align-items: end; grid-template-columns: 1.3fr .7fr; }
.product-heading h2 { color: var(--cream); font-family: Georgia, serif; font-size: clamp(36px, 4.4vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.product-heading > p { color: rgba(255,255,255,.62); margin: 0; max-width: 510px; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.product-card { background: #fbf8f0; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; color: var(--ink); overflow: hidden; padding: 24px; position: relative; }
.product-card.featured { box-shadow: inset 0 0 0 2px var(--gold); }
.favorite-label { background: var(--terracotta); border-radius: 999px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .06em; padding: 7px 12px; position: absolute; right: 16px; text-transform: uppercase; top: 16px; z-index: 3; }
.product-art { align-items: center; background: #e8ddc9; border-radius: 20px; display: flex; height: 320px; justify-content: center; margin-bottom: 25px; overflow: hidden; }
.product-card:nth-child(2) .product-art { background: #ead3ad; }
.product-card:nth-child(3) .product-art { background: #b7c4ad; }
.product-photo { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.mini-pouch { align-items: center; background: #f4ecdb; border: 1px solid rgba(42,62,53,.2); border-radius: 12px 12px 22px 22px; box-shadow: 0 26px 34px rgba(29,35,30,.19); color: var(--forest); display: flex; flex-direction: column; height: 240px; justify-content: center; padding: 22px; position: relative; transform: rotate(-3deg); width: 168px; }
.mini-pouch.cream { background: #f7f2e7; transform: rotate(2deg); }
.mini-pouch.sage { background: #dfe5d7; transform: rotate(-1deg); }
.mini-pouch > span { font-size: 6px; font-style: normal; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.mini-pouch i { align-items: center; background: var(--forest); border-radius: 50%; color: var(--cream); display: flex; font-family: Georgia, serif; font-size: 14px; height: 30px; justify-content: center; margin: 14px 0 8px; width: 30px; }
.mini-pouch strong { font-family: Georgia, serif; font-size: 21px; line-height: .9; text-align: center; }
.mini-pouch b { border-top: 2px solid var(--terracotta); font-size: 7px; letter-spacing: .14em; margin-top: 13px; padding-top: 9px; }
.mini-pouch small { bottom: 10px; font-size: 8px; position: absolute; right: 12px; }
.product-card > p { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .09em; margin: 0 0 8px; text-transform: uppercase; }
.product-card h3 { color: var(--forest); font-family: Georgia, serif; font-size: 25px; font-weight: 500; margin: 0; }
.product-card h3 b { font-family: inherit; font-weight: 500; white-space: nowrap; }
.product-card > span:not(.favorite-label) { color: var(--muted); display: block; font-size: 13px; margin: 12px 0 22px; min-height: 42px; }
.product-card > a { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: 13px; font-weight: 800; justify-content: space-between; padding-top: 17px; }
.product-card > a:hover { color: var(--terracotta); }
.product-note { color: rgba(255,255,255,.5); font-size: 11px; margin: 24px 0 0; text-align: center; }

.video-section { align-items: center; background: #f1e6d1; display: grid; gap: clamp(48px, 8vw, 120px); grid-template-columns: 1fr minmax(280px, 380px); padding: 100px clamp(24px, 7vw, 112px); }
.video-copy { max-width: 700px; }
.video-copy h2 { color: var(--forest); font-family: Georgia, serif; font-size: clamp(40px, 5vw, 66px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; margin: 0; }
.video-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 24px 0 28px; max-width: 650px; }
.video-link { display: inline-flex; gap: 16px; }
.video-shell { background: var(--forest); border: 1px solid rgba(23,61,51,.16); border-radius: 32px; box-shadow: 0 32px 70px rgba(34,45,39,.2); justify-self: center; padding: 12px; position: relative; width: min(100%, 360px); }
.video-shell video { aspect-ratio: 9 / 16; background: #0c1e18; border-radius: 23px; display: block; object-fit: cover; width: 100%; }
.video-badge { background: var(--terracotta); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 8px 13px; position: absolute; right: 24px; text-transform: uppercase; top: 24px; z-index: 2; }

.cooking-section { display: grid; gap: clamp(50px, 9vw, 130px); grid-template-columns: .8fr 1.2fr; padding: 110px clamp(24px, 7vw, 112px); }
.cooking-intro { position: sticky; top: 130px; align-self: start; }
.cooking-intro h2, .faq-intro h2 { color: var(--forest); font-family: Georgia, serif; font-size: clamp(38px, 4.7vw, 62px); font-weight: 500; letter-spacing: -.04em; line-height: 1.06; margin: 0; }
.cooking-intro > p:last-child, .faq-intro > p:last-child { color: var(--muted); margin: 24px 0 0; }
.steps-list { list-style: none; margin: 0; padding: 0; }
.steps-list li { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 58px 1fr; padding: 28px 0; }
.steps-list li:first-child { border-top: 1px solid var(--line); }
.steps-list li > span { align-items: center; background: var(--cream); border-radius: 50%; color: var(--terracotta); display: flex; font-family: Georgia, serif; font-size: 18px; height: 48px; justify-content: center; width: 48px; }
.steps-list h3 { color: var(--forest); font-family: Georgia, serif; font-size: 24px; font-weight: 500; margin: 0 0 7px; }
.steps-list p { color: var(--muted); font-size: 14px; margin: 0; }

.inspiration-section { background: var(--cream); padding: 100px clamp(24px, 7vw, 112px); }
.menu-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.menu-card { border-radius: 28px; min-height: 440px; overflow: hidden; padding: 24px; position: relative; }
.menu-card > span { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.menu-card h3 { color: white; font-family: Georgia, serif; font-size: 27px; font-weight: 500; margin: 22px 0 8px; }
.menu-card p { color: rgba(255,255,255,.7); font-size: 13px; margin: 0; }
.menu-card.menu-image-card { background: transparent; box-shadow: 0 20px 45px rgba(57,43,27,.12); min-height: 0; padding: 0; transition: transform .2s ease, box-shadow .2s ease; }
.menu-card.menu-image-card:hover { box-shadow: 0 26px 55px rgba(57,43,27,.18); transform: translateY(-4px); }
.menu-image-card img { aspect-ratio: 465 / 704; display: block; height: auto; object-fit: cover; width: 100%; }
.menu-orange { background: #b95132; }
.menu-green { background: #285648; }
.menu-gold { background: #aa7c32; }
.plate { background: #f9f4e8; border: 12px solid rgba(255,255,255,.27); border-radius: 50%; box-shadow: 0 22px 40px rgba(22,31,27,.18); height: 210px; margin: 28px auto 0; position: relative; width: 210px; }
.plate::before, .plate::after { border-radius: 50%; content: ""; position: absolute; }
.plate::before { background: #e1b467; height: 88px; left: 30px; top: 34px; width: 88px; }
.plate::after { background: #4d7e52; bottom: 36px; height: 60px; right: 28px; width: 68px; }
.plate-two::before { background: #f0c74f; border: 8px solid white; height: 72px; left: 30px; top: 30px; width: 72px; }
.plate-two::after { background: #b7432d; bottom: 34px; height: 68px; right: 24px; width: 68px; }
.plate-three::before { background: #d7984a; height: 128px; left: 29px; top: 29px; width: 128px; }
.plate-three::after { background: #6b8e64; bottom: 42px; height: 40px; right: 35px; width: 40px; }

.story-section { background: var(--forest-dark); color: white; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: .85fr 1.15fr; padding: 100px clamp(24px, 9vw, 145px); }
.story-art { align-items: center; background: #dfb875; border-radius: 48% 48% 46% 54%; display: flex; height: 420px; justify-content: center; overflow: hidden; position: relative; transform: rotate(-3deg); }
.story-art span { align-items: center; background: var(--cream); border-radius: 50%; color: var(--forest); display: flex; font-family: Georgia, serif; font-size: 80px; height: 180px; justify-content: center; position: relative; width: 180px; z-index: 2; }
.story-art i, .story-art b { background: var(--forest); border-radius: 100% 0 100% 0; height: 180px; position: absolute; width: 80px; }
.story-art i { left: 12%; top: 3%; transform: rotate(-24deg); }
.story-art b { bottom: 0; right: 10%; transform: rotate(24deg); }
.story-art.story-art-image { background: transparent; border-radius: 0; height: auto; min-height: 420px; overflow: visible; transform: none; }
.story-art-image img { display: block; height: auto; max-height: 560px; object-fit: contain; width: 100%; }
.story-copy { align-self: center; }
.story-copy h2 { color: var(--cream); font-family: Georgia, serif; font-size: clamp(38px, 4.6vw, 62px); font-weight: 500; letter-spacing: -.04em; line-height: 1.06; margin: 0; }
.story-copy > p { color: rgba(255,255,255,.65); font-size: 16px; margin: 24px 0; }
.story-copy blockquote { border-left: 2px solid var(--gold); color: #edcf99; font-family: Georgia, serif; font-size: 22px; font-style: italic; margin: 32px 0 0; padding-left: 22px; }

.articles-section { background: #f5ecdc; padding: 105px clamp(24px, 7vw, 112px); }
.articles-intro { display: grid; gap: 24px; grid-template-columns: .7fr 1.3fr; margin-bottom: 48px; }
.articles-intro .eyebrow { grid-column: 1; }
.articles-intro h2 { color: var(--forest); font-family: Georgia, serif; font-size: clamp(40px, 4.8vw, 64px); font-weight: 500; grid-column: 2; grid-row: 1; letter-spacing: -.04em; line-height: 1.05; margin: 0; }
.articles-intro > p:last-child { color: var(--muted); grid-column: 2; grid-row: 2; margin: -2px 0 0; max-width: 700px; }
.article-topic-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.article-topic-card { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; min-height: 255px; overflow: hidden; padding: 28px; position: relative; }
.article-topic-card::after { color: var(--terracotta); content: "✦"; font-size: 20px; position: absolute; right: 26px; top: 24px; }
.article-topic-card > span { color: var(--terracotta); display: block; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.article-topic-card h3, .article-topic-card h2 { color: var(--forest); font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.15; margin: 62px 0 12px; }
.article-topic-card p { color: var(--muted); font-size: 13px; margin: 0; }
.article-post-card::after { display: none; }
.article-post-card h3, .article-post-card h2 { margin-top: 18px; }
.article-card-image { display: block; margin: -28px -28px 24px; }
.article-card-image img { aspect-ratio: 16 / 9; display: block; object-fit: cover; width: 100%; }
.article-card-link { color: var(--terracotta); display: inline-block; font-size: 12px; font-weight: 800; margin-top: 22px; }
.articles-actions { margin-top: 34px; text-align: center; }

.faq-section { display: grid; gap: clamp(50px, 9vw, 130px); grid-template-columns: .75fr 1.25fr; padding: 110px clamp(24px, 7vw, 112px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { align-items: center; color: var(--forest); cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 21px; gap: 18px; justify-content: space-between; list-style: none; padding: 24px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; flex: 0 0 auto; font-family: Arial, sans-serif; font-size: 20px; height: 34px; justify-content: center; transition: transform .2s ease; width: 34px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 14px; margin: -4px 50px 24px 0; }

.partner-section { align-items: center; background: #ead3ad; display: grid; gap: clamp(40px, 8vw, 110px); grid-template-columns: 1.15fr .85fr; padding: 100px clamp(24px, 7vw, 112px); }
.partner-copy h2 { color: var(--forest); font-family: Georgia, serif; font-size: clamp(40px, 5vw, 66px); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin: 0; }
.partner-copy > p:last-of-type { color: #58645e; font-size: 16px; margin: 24px 0; max-width: 700px; }
.partner-options { display: flex; flex-wrap: wrap; gap: 8px; }
.partner-options span { background: rgba(255,255,255,.54); border: 1px solid rgba(23,61,51,.14); border-radius: 999px; color: var(--forest); font-size: 11px; font-weight: 800; padding: 8px 13px; }
.partner-card { align-items: flex-start; background: var(--paper); border: 1px solid rgba(23,61,51,.12); border-radius: 28px; box-shadow: 0 28px 54px rgba(58,43,25,.14); display: flex; flex-direction: column; padding: 34px; }
.partner-card > span { color: var(--terracotta); font-size: 32px; }
.partner-card strong { color: var(--forest); font-family: Georgia, serif; font-size: 31px; font-weight: 500; margin-top: 12px; }
.partner-card p { color: var(--muted); font-size: 14px; margin: 12px 0 24px; }
.partner-card small { color: var(--muted); font-size: 10px; margin-top: 14px; }
.partnership-cta { background: var(--forest); border-color: var(--forest); }
.partnership-cta:hover { background: var(--forest-dark); }

.order-section { align-items: center; background: var(--terracotta); color: white; display: flex; flex-direction: column; padding: 100px 24px; text-align: center; }
.order-kicker { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.order-section h2 { font-family: Georgia, serif; font-size: clamp(42px, 5.5vw, 72px); font-weight: 500; letter-spacing: -.04em; line-height: 1.02; margin: 20px 0; max-width: 820px; }
.order-section > p { color: rgba(255,255,255,.74); margin: 0; max-width: 620px; }
.order-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 32px 0 20px; }
.outline-button { align-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 750; justify-content: center; min-height: 52px; padding: 0 24px; }
.outline-button:hover { background: rgba(255,255,255,.1); }
.order-section small { color: rgba(255,255,255,.55); }

.site-footer { align-items: start; background: #0c251f; color: white; display: grid; gap: 40px; grid-template-columns: 1fr auto auto; padding: 58px clamp(24px, 7vw, 112px); }
.footer-brand { align-items: center; display: flex; gap: 15px; }
.footer-logo-image { background: white; border-radius: 10px; display: block; height: 54px; object-fit: contain; padding: 5px; width: 160px; }
.footer-brand strong { font-family: Georgia, serif; font-size: 20px; }
.footer-brand p { color: rgba(255,255,255,.5); font-size: 11px; margin: 4px 0 0; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-meta { color: rgba(255,255,255,.4); display: grid; font-size: 10px; gap: 8px; text-align: right; }
.floating-order { align-items: center; background: #f4efe3; border: 1px solid var(--line); border-radius: 999px; bottom: 18px; box-shadow: 0 14px 32px rgba(18,35,29,.18); color: var(--forest); display: flex; font-size: 12px; font-weight: 800; gap: 8px; padding: 12px 18px; position: fixed; right: 18px; z-index: 30; }
.floating-order span { color: var(--terracotta); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu-toggle { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); cursor: pointer; display: block; font-size: 12px; font-weight: 800; justify-self: end; padding: 9px 14px; }
  .mobile-nav { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 40px rgba(18,35,29,.14); display: block; min-width: 210px; padding: 10px; position: absolute; right: 22px; top: 68px; z-index: 25; }
  .mobile-nav .menu { list-style: none; margin: 0; padding: 0; }
  .mobile-nav .menu a { border-bottom: 1px solid var(--line); display: block; font-size: 13px; font-weight: 700; padding: 10px; }
  .mobile-article-link, .mobile-partner-link { border-bottom: 1px solid var(--line); color: var(--forest); display: block; font-size: 13px; font-weight: 800; padding: 10px; }
  .mobile-partner-link { border-bottom: 0; color: var(--terracotta); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; justify-self: end; position: relative; }
  .mobile-nav summary { border: 1px solid var(--line); border-radius: 999px; color: var(--forest); cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; padding: 9px 14px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 40px rgba(18,35,29,.14); display: grid; min-width: 190px; padding: 10px; position: absolute; right: 0; top: 48px; }
  .mobile-nav nav a { border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; padding: 10px; }
  .mobile-nav nav a:last-child { border: 0; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-visual { margin-top: 40px; }
  .section-heading { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card h3 { margin-top: 24px; }
  .quick-strip { justify-content: flex-start; overflow-x: auto; padding: 0 20px; }
  .quick-strip > * { flex: 0 0 auto; }
  .product-heading { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-art { height: 280px; }
  .video-section { grid-template-columns: 1fr; }
  .video-shell { justify-self: center; }
  .cooking-section, .faq-section, .story-section { grid-template-columns: 1fr; }
  .cooking-intro { position: static; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 410px; }
  .story-art { height: 350px; }
  .story-art.story-art-image { height: auto; min-height: 0; }
  .story-art-image img { margin: 0 auto; max-height: 520px; width: auto; }
  .articles-intro { grid-template-columns: 1fr; }
  .articles-intro .eyebrow, .articles-intro h2, .articles-intro > p:last-child { grid-column: 1; grid-row: auto; }
  .article-topic-grid { grid-template-columns: 1fr; }
  .partner-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 560px) {
  .site-header { min-height: 72px; padding: 10px 18px; }
  .brand small { display: none; }
  .brand-mark { height: 40px; width: 40px; }
  .brand-logo-image { height: 48px; width: 145px; }
  .hero { min-height: auto; padding: 54px 20px 70px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-proof { gap: 14px; justify-content: space-between; }
  .hero-proof span { font-size: 10px; }
  .hero-proof b { font-size: 15px; }
  .hero-visual { min-height: 430px; transform: scale(.9); }
  .sun-disc { height: 325px; width: 325px; }
  .product-pouch { height: 380px; width: 252px; }
  .note-card { left: -4%; }
  .benefit-section { padding: 72px 20px; }
  .first-product { grid-template-columns: 1fr; padding: 60px 20px; }
  .first-product .button { width: 100%; }
  .quick-strip > *:first-child { display: none; }
  .quick-strip > * { padding: 15px 18px; }
  .products-section, .video-section, .cooking-section, .inspiration-section, .story-section, .articles-section, .faq-section, .partner-section { padding: 74px 20px; }
  .video-shell { width: min(100%, 330px); }
  .product-card { padding: 16px; }
  .steps-list li { grid-template-columns: 46px 1fr; gap: 16px; }
  .steps-list li > span { height: 40px; width: 40px; }
  .story-art { height: 290px; }
  .story-art.story-art-image { height: auto; }
  .story-art-image img { max-height: none; width: 100%; }
  .story-art span { font-size: 60px; height: 140px; width: 140px; }
  .partner-card { padding: 26px; }
  .partner-card .button { width: 100%; }
  .order-section { padding: 76px 20px 92px; }
  .order-actions, .order-actions > * { width: 100%; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 20px 90px; }
  .footer-meta { grid-column: auto; }
  .floating-order { bottom: 12px; right: 12px; }
}


/* WordPress integration */
img { height: auto; max-width: 100%; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: var(--paper); border-radius: 6px; box-shadow: 0 0 2px 2px rgba(0,0,0,.2); clip: auto !important; clip-path: none; color: var(--forest); display: block; font-size: 14px; font-weight: 700; height: auto; left: 8px; padding: 14px 18px; top: 8px; width: auto; z-index: 100000; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
body.admin-bar .site-header { top: 32px; }
.custom-logo-wrap, .custom-logo-link { align-items: center; display: flex; }
.custom-logo { height: 58px; object-fit: contain; width: auto; }
.desktop-nav .menu, .footer-links .menu { list-style: none; margin: 0; padding: 0; }
.desktop-nav .menu { display: flex; gap: 28px; }
.footer-links .menu { display: grid; gap: 8px; }
.mobile-menu-toggle { display: none; }
.mobile-nav[hidden] { display: none !important; }
.custom-product-image { filter: drop-shadow(0 38px 36px rgba(61,45,28,.23)); max-height: 500px; max-width: min(88%, 420px); object-fit: contain; position: relative; z-index: 3; }
.entry-shell { margin: 0 auto; max-width: 1120px; padding: 80px 24px; }
.entry-header { margin-bottom: 34px; }
.entry-title { color: var(--forest); font-family: Georgia, serif; font-size: clamp(38px,5vw,64px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.entry-meta { color: var(--muted); font-size: 12px; margin-top: 10px; }
.entry-content { color: #3e4944; font-size: 17px; line-height: 1.8; }
.entry-content h2, .entry-content h3 { color: var(--forest); font-family: Georgia, serif; font-weight: 500; }
.entry-content a { color: var(--terracotta); text-decoration: underline; }
.article-library-page { background: #f5ecdc; min-height: 70vh; }
.article-library-hero { background: var(--cream); padding: 90px clamp(24px, 9vw, 145px); }
.article-library-hero h1 { color: var(--forest); font-family: Georgia, serif; font-size: clamp(44px, 6vw, 78px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; margin: 0; max-width: 900px; }
.article-library-hero > p:last-of-type { color: var(--muted); font-size: 17px; margin: 24px 0 0; max-width: 720px; }
.article-library-description { color: #3e4944; margin-top: 26px; max-width: 780px; }
.article-library-content { padding: 80px clamp(24px, 7vw, 112px) 110px; }
.article-library-grid .article-topic-card { min-height: 330px; }
.article-empty-state { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 38px; text-align: center; }
.article-empty-state strong { color: var(--forest); font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.article-empty-state p { color: var(--muted); margin: 10px auto 0; max-width: 620px; }
.article-pagination { margin-top: 40px; }
.article-pagination ul { display: flex; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.article-pagination a, .article-pagination span { align-items: center; border: 1px solid var(--line); border-radius: 999px; display: flex; height: 40px; justify-content: center; min-width: 40px; padding: 0 12px; }
.article-pagination .current { background: var(--forest); color: white; }
.archive-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,1fr); }
.archive-card { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; padding: 24px; }
.archive-card h2 { font-family: Georgia,serif; font-size: 24px; font-weight: 500; margin: 12px 0; }
.archive-card p { color: var(--muted); font-size: 14px; }
.pagination { margin-top: 40px; }
.widget { border: 1px solid var(--line); border-radius: 18px; margin-top: 24px; padding: 22px; }
.woocommerce .button, .woocommerce button.button, .woocommerce a.button { background: var(--terracotta); border-radius: 999px; color: #fff; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .mobile-menu-toggle { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); cursor: pointer; display: block; font-size: 12px; font-weight: 800; justify-self: end; padding: 9px 14px; }
  .mobile-nav { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 40px rgba(18,35,29,.14); display: block; min-width: 210px; padding: 10px; position: absolute; right: 22px; top: 68px; z-index: 25; }
  .mobile-nav .menu { list-style: none; margin: 0; padding: 0; }
  .mobile-nav .menu a { border-bottom: 1px solid var(--line); display: block; font-size: 13px; font-weight: 700; padding: 10px; }
  .mobile-nav .menu li:last-child a { border-bottom: 1px solid var(--line); }
  .mobile-partner-link { color: var(--terracotta); display: block; font-size: 13px; font-weight: 800; padding: 10px; }
  .archive-grid { grid-template-columns: 1fr; }
}
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 560px) {
  .brand > span:last-child strong { font-size: 16px; }
  .entry-shell { padding: 58px 20px; }
  .article-library-hero { padding: 68px 20px; }
  .article-library-content { padding: 60px 20px 90px; }
}
