/*
Theme Name: Ne Pazarolj
Theme URI: https://nepazarolj.hu
Author: Ne Pazarolj
Description: Egyedi, akadálymentes WordPress és WooCommerce téma a Ne Pazarolj bolt és kávézó számára.
Version: 1.0.0
Text Domain: nepazarolj
*/

:root {
  --ink: #333333;
  --forest: #6ec5cd;
  --forest-dark: #706f6f;
  --sage: #9ed9de;
  --lime: #dff3f5;
  --cream: #f5f5f5;
  --paper: #ffffff;
  --clay: #6ec5cd;
  --coffee: #706f6f;
  --muted: #706f6f;
  --line: rgba(112, 111, 111, .18);
  --shadow: 0 24px 70px rgba(112, 111, 111, .16);
  --radius: 28px;
  --serif: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --sans: "Poppins", ui-sans-serif, system-ui, sans-serif;
}

@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 116px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--soft { background: var(--cream); }
.section--dark { background: var(--forest-dark); color: #fff; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #3da8b1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.035em; }
h1, h2 { font-family: var(--serif); font-weight: 700; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 7vw, 92px); }
h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 65px); }
h3 { margin-bottom: 12px; font-size: 22px; }
p { margin: 0 0 1.2em; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(19px, 2vw, 23px); }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--clay);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #3da8b1; }
.button--light { background: #fff; color: var(--forest-dark); }
.button--ghost { border-color: rgba(255,255,255,.48); background: transparent; }
.button--ghost:hover { background: #fff; color: var(--forest-dark); }
.button--outline { border-color: var(--ink); background: transparent; color: var(--ink); }

.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: rgba(110,197,205, .88);
  color: #fff;
  box-shadow: 0 8px 28px rgba(51,51,51,.12);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 32px; }
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.brand-logo { width: 210px; max-height: 58px; object-fit: contain; object-position: left center; filter: invert(1); }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: inherit; font-size: 14px; font-weight: 750; text-decoration: none; }
.primary-nav a:not(.nav-cta):hover { opacity: .7; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; font: inherit; }
.woocommerce .header-inner, .woocommerce-page .header-inner { min-height: 78px; }
.woocommerce .brand-logo, .woocommerce-page .brand-logo { width: 185px; max-height: 48px; }
.shop-utility-bar { position: relative; border-top: 1px solid rgba(255,255,255,.13); background: #fff; color: var(--ink); box-shadow: 0 8px 24px rgba(51,51,51,.08); }
.shop-utility-inner { position: relative; display: flex; min-height: 58px; align-items: center; gap: 14px; }
.shop-utility-home { color: #398f97; font-size: 14px; font-weight: 800; text-decoration: none; }
.shop-utility-search { display: flex; height: 42px; min-width: 220px; max-width: 620px; margin-left: 8px; flex: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: #f7f8f8; transition: border-color .2s ease, box-shadow .2s ease; }
.shop-utility-search:focus-within { border-color: #3da8b1; box-shadow: 0 0 0 3px rgba(110,197,205,.2); }
.shop-utility-search input { width: auto; min-width: 0; min-height: 0; flex: 1; padding: 9px 6px 9px 17px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; box-shadow: none; }
.shop-utility-search button { display: grid; width: 44px; min-height: 0; padding: 0; place-items: center; border: 0; background: transparent; color: #398f97; box-shadow: none; cursor: pointer; }
.shop-utility-search svg, .shop-category-menu svg, .shop-profile svg, .shop-cart svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shop-category-menu { position: relative; }
.shop-category-menu summary { display: flex; min-height: 42px; padding: 8px 13px; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 13px; font-weight: 700; list-style: none; cursor: pointer; user-select: none; }
.shop-category-menu summary::-webkit-details-marker { display: none; }
.shop-category-menu summary:hover, .shop-category-menu[open] summary { border-color: #6ec5cd; background: var(--lime); }
.shop-category-menu summary:focus-visible, .shop-profile:focus-visible, .shop-cart:focus-visible { outline: 3px solid rgba(110,197,205,.45); outline-offset: 2px; }
.shop-category-chevron { width: 15px !important; transition: transform .2s ease; }
.shop-category-menu[open] .shop-category-chevron { transform: rotate(180deg); }
.shop-category-panel { position: absolute; z-index: 110; top: calc(100% + 10px); right: 0; width: min(620px, calc(100vw - 40px)); padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 24px 65px rgba(51,51,51,.2); }
.shop-category-panel > p { margin: 0 0 12px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.shop-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.shop-category-grid a { display: flex; min-width: 0; padding: 9px 10px; align-items: center; justify-content: space-between; gap: 10px; border-radius: 10px; font-size: 12px; font-weight: 650; line-height: 1.35; text-decoration: none; }
.shop-category-grid a:hover, .shop-category-grid a.is-current { background: var(--lime); color: #327f86; }
.shop-category-grid .shop-category-all { grid-column: 1 / -1; border-bottom: 1px solid var(--line); border-radius: 10px 10px 4px 4px; }
.shop-category-grid a span { overflow: hidden; text-overflow: ellipsis; }
.shop-category-grid small { display: grid; min-width: 24px; height: 24px; padding: 0 5px; flex: 0 0 auto; place-items: center; border-radius: 999px; background: #f0f2f2; color: var(--muted); font-size: 9px; }
.shop-profile { display: inline-flex; min-height: 42px; padding: 8px 13px; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.shop-profile:hover { border-color: #6ec5cd; background: var(--lime); }
.shop-cart { display: inline-flex; min-height: 42px; padding: 8px 13px; align-items: center; gap: 8px; border-radius: 999px; background: var(--clay); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.shop-cart:hover { background: #3da8b1; }
.shop-cart-icon { position: relative; display: inline-flex; }
.shop-cart-count { position: absolute; top: -10px; right: -11px; display: grid; min-width: 18px; height: 18px; padding: 0 4px; place-items: center; border: 2px solid #fff; border-radius: 999px; background: var(--forest-dark); color: #fff; font-size: 9px; line-height: 1; }

.hero {
  position: relative;
  display: grid;
  min-height: 800px;
  align-items: center;
  overflow: hidden;
  background: var(--forest-dark) var(--hero-image, url("assets/images/bolt-kavezo.png")) center/cover no-repeat;
  color: #fff;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(80,79,79,.98) 0%, rgba(94,139,143,.92) 40%, rgba(110,197,205,.28) 76%, rgba(112,111,111,.12) 100%); }
.hero::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; padding: 150px 0 90px; }
.hero .eyebrow { color: var(--lime); }
.hero-copy { max-width: 640px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 46px; color: rgba(255,255,255,.72); font-size: 14px; }
.hero-note-dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 7px rgba(110,197,205,.22); }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.intro-statement { font-family: var(--serif); font-size: clamp(30px, 4vw, 50px); line-height: 1.15; }
.intro-copy { max-width: 620px; color: var(--muted); font-size: 19px; }

.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.experience-card { position: relative; min-height: 500px; padding: 46px; border-radius: var(--radius); overflow: hidden; color: #fff; box-shadow: var(--shadow); }
.experience-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(65,64,64,.88) 88%); }
.experience-card--shop { background: #3da8b1 var(--card-image) center/cover no-repeat; }
.experience-card--cafe { background: #565555 var(--card-image) center/cover no-repeat; }
.experience-pattern { position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(circle at 80% 18%, rgba(255,255,255,.28) 0 2px, transparent 3px), linear-gradient(120deg, transparent 55%, rgba(255,255,255,.08) 55% 56%, transparent 56%); background-size: 46px 46px, 100% 100%; }
.experience-icon { position: relative; z-index: 2; display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 28px; }
.experience-content { position: absolute; z-index: 2; right: 46px; bottom: 40px; left: 46px; }
.experience-content h3 { font-family: var(--serif); font-size: clamp(36px, 4vw, 54px); font-weight: 500; }
.experience-content p { max-width: 510px; color: rgba(255,255,255,.82); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(112,111,111,.1); }
.category-number { display: block; margin-bottom: 48px; color: #3da8b1; font-family: var(--serif); font-size: 18px; }
.category-card p { margin: 0; color: var(--muted); font-size: 15px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; counter-reset: steps; }
.step { position: relative; padding-top: 68px; counter-increment: steps; }
.step::before { content: "0" counter(steps); position: absolute; top: 0; left: 0; color: var(--sage); font-family: var(--serif); font-size: 42px; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 26px; left: 75px; width: calc(100% - 70px); border-top: 1px dashed var(--line); }

.cafe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cafe-visual { position: relative; min-height: 560px; border-radius: var(--radius); overflow: hidden; background: #706f6f var(--cafe-image, url("assets/images/kinalat-finomsag.jpg")) center/cover no-repeat; box-shadow: var(--shadow); }
.cafe-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(112,111,111,.55)); }
.floating-label { position: absolute; z-index: 2; right: 25px; bottom: 25px; max-width: 215px; padding: 18px 20px; border-radius: 16px; background: rgba(255,255,255,.94); color: var(--ink); font-size: 14px; font-weight: 700; backdrop-filter: blur(10px); }
.feature-list { display: grid; gap: 18px; margin: 34px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-list li::before { content: "✓"; display: grid; flex: 0 0 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 900; }

.community-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.community-main, .weekly-card { padding: 48px; border-radius: var(--radius); }
.community-main { background: var(--lime); }
.weekly-card { background: linear-gradient(180deg, #6ec5cd, #4aaeb7); color: #fff; }
.weekly-list { margin: 28px 0 0; padding: 0; list-style: none; }
.weekly-list li { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); }
.weekly-list strong { color: var(--lime); }

.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.hours { width: 100%; margin: 24px 0 34px; border-collapse: collapse; }
.hours td { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.hours td:last-child { text-align: right; font-weight: 750; }
.contact-stack { display: grid; gap: 14px; margin: 28px 0; }
.contact-stack a { text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 5px; }
.map-card { position: relative; display: grid; min-height: 500px; place-items: center; border-radius: var(--radius); overflow: hidden; background: var(--cream); color: var(--ink); }
.map-card::before, .map-card::after { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(32deg, transparent 44%, var(--sage) 45% 47%, transparent 48%), linear-gradient(-28deg, transparent 47%, #6ec5cd 48% 51%, transparent 52%); background-size: 110px 90px, 150px 130px; }
.map-pin { position: relative; z-index: 2; width: 120px; height: 120px; border-radius: 60px 60px 60px 4px; background: var(--forest); transform: rotate(-45deg); box-shadow: 0 20px 50px rgba(112,111,111,.25); }
.map-pin::after { content: ""; position: absolute; top: 35px; left: 35px; width: 50px; height: 50px; border-radius: 50%; background: var(--cream); }
.map-caption { position: absolute; z-index: 3; right: 24px; bottom: 24px; left: 24px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.9); text-align: center; backdrop-filter: blur(10px); }

.site-footer { padding: 70px 0 32px; background: #4e4d4d; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(2, 1fr); gap: 70px; }
.site-footer .brand { color: #fff; margin-bottom: 22px; }
.footer-title { color: #fff; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; padding: 0; list-style: none; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

.content-shell { min-height: 70vh; padding: 150px 0 90px; }
.content-shell h1 { color: var(--ink); font-size: clamp(44px, 6vw, 72px); }
.woocommerce .site-header, body:not(.home) .site-header { background: var(--forest-dark); }
.woocommerce-content { padding-top: 90px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 999px; background: var(--forest); color: #fff; }

.shop-page { background: #f7f8f8; }
.shop-hero { position: relative; overflow: hidden; padding: 34px 0 38px; background: linear-gradient(135deg, #4f4e4e 0%, #657d7f 55%, #6ec5cd 145%); color: #fff; }
.shop-hero::before { content: ""; position: absolute; top: -220px; right: -100px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.02); }
.shop-hero-inner { position: relative; }
.shop-hero-copy h1 { max-width: none; margin-bottom: 10px; font-size: clamp(38px, 5vw, 58px); }
.shop-hero-copy > p:last-child { max-width: 850px; margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.6; }
.shop-hero .eyebrow { color: var(--lime); }
.shop-breadcrumb { display: flex; gap: 9px; margin-bottom: 13px; color: rgba(255,255,255,.62); font-size: 12px; }
.shop-breadcrumb a { text-underline-offset: 4px; }

.shop-catalog { min-height: 65vh; padding: 62px 0 100px; }
.shop-toolbar { display: flex; min-height: 64px; margin-bottom: 32px; padding: 10px 12px 10px 20px; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.woocommerce .shop-toolbar .woocommerce-result-count, .woocommerce .shop-toolbar .woocommerce-ordering { float: none; margin: 0; }
.shop-toolbar .woocommerce-result-count { color: var(--muted); font-size: 14px; }
.shop-toolbar .woocommerce-result-count strong { color: var(--ink); font-size: 17px; }
.shop-toolbar select { min-height: 42px; padding: 7px 38px 7px 14px; border: 1px solid var(--line); border-radius: 12px; background: #f7f8f8; color: var(--ink); font: inherit; font-size: 13px; }
.woocommerce .shop-catalog ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; }
.woocommerce .shop-catalog ul.products::before, .woocommerce .shop-catalog ul.products::after { display: none; }
.woocommerce .shop-catalog ul.products li.product { display: flex; width: auto; min-width: 0; margin: 0; padding: 10px 10px 18px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 35px rgba(70,85,86,.055); transition: transform .25s ease, box-shadow .25s ease; }
.woocommerce .shop-catalog ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(70,85,86,.13); }
.woocommerce .shop-catalog ul.products li.product > a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; text-decoration: none; }
.woocommerce .shop-catalog ul.products li.product a img { width: 100%; margin: 0 0 18px; aspect-ratio: 1 / 1; border-radius: 15px; background: var(--cream); object-fit: cover; }
.woocommerce .shop-catalog ul.products li.product .onsale { top: 20px; right: 20px; left: auto; min-width: 48px; min-height: 30px; margin: 0; padding: 5px 10px; border-radius: 999px; background: var(--clay); line-height: 20px; }
.product-card-category { display: block; margin: 0 8px 7px; color: #3da8b1; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce .shop-catalog ul.products li.product .woocommerce-loop-product__title { margin: 0 8px; padding: 0; color: var(--ink); font-size: 15px; line-height: 1.35; letter-spacing: -.015em; }
.woocommerce .shop-catalog ul.products li.product .star-rating { margin: 10px 8px 0; color: var(--clay); font-size: 12px; }
.woocommerce .shop-catalog ul.products li.product .price { display: flex; margin: auto 8px 16px; padding-top: 14px; align-items: baseline; flex-wrap: wrap; gap: 5px; color: #398f97; font-size: 15px; font-weight: 800; }
.woocommerce .shop-catalog ul.products li.product .price del { color: var(--muted); font-size: 11px; font-weight: 400; }
.woocommerce .shop-catalog ul.products li.product .price ins { text-decoration: none; }
.woocommerce .shop-catalog ul.products li.product .price .unas-unit { color: var(--muted); font-size: 10px; font-weight: 600; }
.woocommerce .shop-catalog ul.products li.product .button { display: inline-flex; min-height: 44px; margin: 0 8px; padding: 10px 16px; align-self: stretch; align-items: center; justify-content: center; background: var(--clay); font-size: 12px; line-height: 1.25; text-align: center; }
.woocommerce .shop-catalog ul.products li.product .button:hover { background: #3da8b1; }
.woocommerce .shop-catalog ul.products li.product .added_to_cart { margin: 9px 8px 0; color: #398f97; font-size: 12px; font-weight: 700; }
.woocommerce nav.woocommerce-pagination { margin-top: 50px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 5px; overflow: visible; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); font-size: 13px; text-decoration: none; }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--forest); color: #fff; }
.shop-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 100px; padding: 58px; border-radius: var(--radius); background: var(--lime); }
.shop-faq h2 { font-size: clamp(32px, 4vw, 48px); }
.shop-faq-intro > p:last-child { color: var(--muted); }
.shop-faq-list details { padding: 20px 0; border-top: 1px solid rgba(61,168,177,.24); }
.shop-faq-list details:last-child { border-bottom: 1px solid rgba(61,168,177,.24); }
.shop-faq-list summary { position: relative; padding-right: 34px; font-weight: 750; cursor: pointer; list-style: none; }
.shop-faq-list summary::-webkit-details-marker { display: none; }
.shop-faq-list summary::after { content: "+"; position: absolute; top: -4px; right: 0; color: #3da8b1; font-size: 24px; }
.shop-faq-list details[open] summary::after { content: "−"; }
.shop-faq-list details p { margin: 14px 30px 0 0; color: var(--muted); font-size: 14px; }
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message { border-top-color: var(--clay); border-radius: 14px; background: #fff; }

.single-product .woocommerce-content { padding: 56px 0 100px; background: #f7f8f8; }
.product-breadcrumb { display: flex; gap: 8px; margin-bottom: 34px; align-items: center; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.product-breadcrumb a { color: #398f97; text-underline-offset: 4px; }
.single-product .woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 44px 64px; align-items: start; }
.single-product .woocommerce div.product::before, .single-product .woocommerce div.product::after { display: none; }
.single-product .woocommerce div.product div.images, .single-product .woocommerce div.product div.summary { float: none; width: 100%; margin: 0; }
.single-product .woocommerce div.product div.images { position: relative; padding: 12px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 55px rgba(70,85,86,.09); }
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img { width: 100%; aspect-ratio: 1 / 1; border-radius: 19px; object-fit: cover; }
.single-product .woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 10px; }
.single-product .woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; }
.single-product .woocommerce div.product div.images .flex-control-thumbs img { border: 2px solid transparent; border-radius: 10px; }
.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active { border-color: var(--clay); }
.single-product .woocommerce div.product .onsale { z-index: 3; top: 24px; right: auto; left: 24px; min-width: auto; min-height: auto; margin: 0; padding: 8px 14px; border-radius: 999px; background: var(--clay); line-height: 1.3; }
.single-product .woocommerce div.product div.summary { padding: 20px 0; }
.single-product .summary .product_title { margin-bottom: 20px; font-size: clamp(42px, 5vw, 68px); }
.single-product .woocommerce div.product p.price { display: flex; margin: 0 0 28px; align-items: baseline; flex-wrap: wrap; gap: 8px; color: #398f97; font-size: clamp(24px, 3vw, 32px); font-weight: 800; }
.single-product .woocommerce div.product p.price del { color: var(--muted); font-size: 17px; font-weight: 400; opacity: .65; }
.single-product .woocommerce div.product p.price ins { text-decoration: none; }
.single-product .woocommerce div.product p.price .unas-unit { color: var(--muted); font-size: 13px; font-weight: 600; }
.single-product .woocommerce-product-details__short-description { margin-bottom: 28px; padding: 24px; border-left: 3px solid var(--clay); border-radius: 0 16px 16px 0; background: #fff; color: var(--muted); font-size: 16px; }
.single-product .woocommerce-product-details__short-description > :last-child { margin-bottom: 0; }
.single-product .pickup-only-note { margin: -10px 0 24px; padding: 12px 16px; border: 1px solid rgba(61,168,177,.24); border-radius: 12px; background: var(--lime); color: var(--muted); font-size: 13px; line-height: 1.5; }
.single-product .pickup-only-note strong { color: #327f86; }
.single-product .mandatory-packaging-note { margin: -10px 0 24px; padding: 12px 16px; border: 1px solid rgba(112,111,111,.16); border-radius: 12px; background: #fff; color: var(--muted); font-size: 13px; line-height: 1.5; }
.single-product .mandatory-packaging-note strong { color: var(--ink); }
.single-product .woocommerce div.product form.cart { margin: 0 0 28px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.single-product .woocommerce div.product form.cart .variations { margin-bottom: 18px; }
.single-product .woocommerce div.product form.cart .variations tr { display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: center; }
.single-product .woocommerce div.product form.cart .variations th, .single-product .woocommerce div.product form.cart .variations td { display: block; padding: 7px 0; line-height: 1.35; text-align: left; }
.single-product .woocommerce div.product form.cart .variations label { font-size: 14px; }
.single-product .woocommerce div.product form.cart .variations select { width: 100%; min-width: 0; min-height: 52px; padding: 11px 48px 11px 16px; border: 2px solid rgba(110,197,205,.35); border-radius: 14px; outline: 0; appearance: none; -webkit-appearance: none; background-color: #f7fbfb; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233da8b1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-position: right 16px center; background-repeat: no-repeat; color: var(--ink); font: inherit; font-size: 14px; font-weight: 600; box-shadow: 0 7px 18px rgba(61,168,177,.06); cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.single-product .woocommerce div.product form.cart .variations select:hover { border-color: rgba(61,168,177,.65); background-color: #fff; }
.single-product .woocommerce div.product form.cart .variations select:focus-visible { border-color: #3da8b1; background-color: #fff; box-shadow: 0 0 0 4px rgba(110,197,205,.18); }
.single-product .woocommerce div.product form.cart .reset_variations { display: inline-block; margin-top: 7px; color: var(--muted); font-size: 11px; text-underline-offset: 3px; }
.single-product .woocommerce div.product form.cart .single_variation .stock { margin: 0 0 12px; color: #398f97; font-size: 13px; font-weight: 700; }
.single-product .woocommerce div.product form.cart .variations_button, .single-product .woocommerce div.product form.cart:not(.variations_form) { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.single-product .quantity { display: inline-grid; width: 190px; min-width: 190px; grid-template-columns: 38px 110px 38px; margin: 0; flex: 0 0 190px; overflow: hidden; border: 2px solid rgba(110,197,205,.35); border-radius: 999px; background: #f7fbfb; transition: border-color .2s ease, box-shadow .2s ease; }
.single-product .quantity:focus-within { border-color: #3da8b1; box-shadow: 0 0 0 4px rgba(110,197,205,.18); }
.single-product .quantity input.input-text.qty.text { width: 110px !important; min-width: 110px !important; max-width: 110px !important; min-height: 48px; margin: 0; padding: 8px 10px; flex: 0 0 110px; border: 0; outline: 0; appearance: textfield; -moz-appearance: textfield; background: transparent; color: var(--ink); font: inherit; font-weight: 700; text-align: center; box-shadow: none; }
.single-product .quantity .qty::-webkit-inner-spin-button, .single-product .quantity .qty::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.single-product .quantity .qty-stepper { display: grid; width: 38px; min-height: 48px; padding: 0; place-items: center; border: 0; background: transparent; color: #398f97; font: inherit; font-size: 20px; font-weight: 700; cursor: pointer; transition: color .2s ease, background .2s ease; }
.single-product .quantity .qty-stepper:hover { background: rgba(110,197,205,.15); color: var(--ink); }
.single-product .quantity .qty-stepper:focus-visible { outline: 2px solid #3da8b1; outline-offset: -3px; }
.single-product .woocommerce div.product form.cart .button { min-height: 52px; padding: 12px 24px; background: var(--clay); font-size: 14px; }
.single-product .woocommerce div.product form.cart .button:hover { background: #3da8b1; }
.single-product .woocommerce div.product .product_meta { display: flex; gap: 10px 22px; padding-top: 22px; flex-wrap: wrap; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.single-product .woocommerce div.product .product_meta a { color: #398f97; text-underline-offset: 3px; }
.single-product .woocommerce div.product .woocommerce-tabs, .single-product .woocommerce div.product .related { grid-column: 1 / -1; width: 100%; }
.single-product .woocommerce div.product .woocommerce-tabs { margin-top: 34px; padding: 42px 48px; border-radius: var(--radius); background: #fff; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; margin: 0 0 34px; padding: 0; overflow-x: auto; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 999px; background: #f0f3f3; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 10px 18px; color: var(--muted); font-size: 13px; }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--forest); }
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.single-product .woocommerce div.product .woocommerce-tabs .panel { max-width: 850px; margin: 0; color: var(--muted); }
.single-product .woocommerce div.product .woocommerce-tabs .panel h2 { font-size: clamp(30px, 4vw, 45px); }
.single-product .woocommerce div.product .related { margin-top: 42px; }
.single-product .woocommerce div.product .related > h2 { margin-bottom: 34px; font-size: clamp(34px, 4vw, 52px); }
.single-product .woocommerce div.product .related ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.single-product .woocommerce div.product .related ul.products::before, .single-product .woocommerce div.product .related ul.products::after { display: none; }
.single-product .woocommerce div.product .related ul.products li.product { display: flex; width: auto; margin: 0; padding: 9px 9px 17px; flex-direction: column; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.single-product .woocommerce div.product .related ul.products li.product img { margin-bottom: 14px; aspect-ratio: 1; border-radius: 12px; object-fit: cover; }
.single-product .woocommerce div.product .related ul.products li.product .woocommerce-loop-product__title { padding: 0 6px; font-size: 14px; }
.single-product .woocommerce div.product .related ul.products li.product .price { margin: auto 6px 14px; padding-top: 10px; font-size: 13px; }
.single-product .woocommerce div.product .related ul.products li.product .button { align-self: flex-start; margin: 0 6px; padding: 9px 14px; font-size: 11px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 18px; background: var(--cream); }
.gallery-item--wide { grid-column: span 2; grid-row: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item--landscape { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item span { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 11px 13px; border-radius: 10px; background: rgba(255,255,255,.9); color: var(--ink); font-size: 12px; font-weight: 600; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:hover span, .gallery-item:focus span { opacity: 1; transform: none; }
.gallery-more { margin-top: 34px; text-align: center; }
.gallery-album + .gallery-album { margin-top: 90px; }
.gallery-album-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.gallery-album-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); }
.gallery-album-description { max-width: 620px; margin: 0; color: var(--muted); }
.gallery-empty { padding: 34px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }
.lightbox { width: min(1100px, calc(100% - 28px)); max-width: none; padding: 0; border: 0; border-radius: 20px; overflow: visible; background: transparent; color: #fff; }
.lightbox::backdrop { background: rgba(45,45,45,.88); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 80vh; border-radius: 20px; object-fit: contain; background: #fff; }
.lightbox p { margin: 12px 50px 0 0; font-size: 14px; }
.lightbox button { position: absolute; top: -18px; right: -18px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #6ec5cd; color: #fff; font-size: 28px; cursor: pointer; }
.section-heading--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading--row h2 { margin-bottom: 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 44px rgba(112,111,111,.08); }
.post-card-image { display: block; height: 250px; overflow: hidden; background: var(--cream); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card-image img { transform: scale(1.035); }
.post-card-content { padding: 25px; }
.post-card h2, .post-card h3 { font-size: 22px; line-height: 1.25; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card-content > p:not(.post-meta) { color: var(--muted); font-size: 15px; }
.post-meta { color: #3da8b1; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.page-hero { padding: 150px 0 85px; background: linear-gradient(135deg, #6ec5cd, #706f6f); color: #fff; }
.page-hero h1 { margin-bottom: 14px; color: #fff; }
.page-hero .lede { color: rgba(255,255,255,.83); }
.article-container { max-width: 820px; }
.single-featured { margin-top: 50px; }
.single-featured img { width: 100%; max-height: 560px; border-radius: var(--radius); object-fit: cover; }
.prose { font-size: 18px; }
.prose h2, .prose h3 { margin-top: 1.7em; }
.prose > p:first-child { font-size: 22px; color: var(--muted); }
.pagination { margin-top: 45px; text-align: center; }
.pagination .page-numbers { display: inline-grid; min-width: 42px; height: 42px; margin: 3px; place-items: center; border-radius: 50%; background: var(--cream); text-decoration: none; }
.pagination .current { background: var(--forest); color: #fff; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .section { padding: 80px 0; }
  .intro-grid, .cafe-grid, .community-grid, .visit-grid { grid-template-columns: 1fr; gap: 42px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-hero-inner, .shop-faq { grid-template-columns: 1fr; gap: 36px; }
  .woocommerce .shop-catalog ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .single-product .woocommerce div.product { gap: 36px; }
  .single-product .woocommerce div.product .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .primary-nav { position: absolute; top: 80px; right: 20px; left: 20px; display: none; padding: 24px; border-radius: 18px; background: var(--forest-dark); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; }
  .menu-toggle { display: block; }
  .shop-utility-home { display: none; }
  .shop-utility-search { margin-left: 0; }
  .hero { min-height: 760px; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(112,111,111,.97), rgba(110,197,205,.72)); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 125px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .category-grid, .experience-grid, .steps, .footer-grid, .post-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-item--wide, .gallery-item--tall, .gallery-item--landscape { grid-column: auto; grid-row: auto; }
  .section-heading--row { align-items: flex-start; flex-direction: column; }
  .shop-utility-inner { min-height: 106px; padding: 8px 0; align-content: center; flex-wrap: wrap; gap: 8px; }
  .shop-utility-search { width: 100%; max-width: none; flex-basis: 100%; order: 3; }
  .shop-category-menu { position: static; flex: 1; }
  .shop-category-menu summary { justify-content: center; }
  .shop-category-panel { top: 60px; right: 0; left: 0; width: auto; }
  .shop-category-grid { grid-template-columns: 1fr; max-height: min(55vh, 430px); overflow-y: auto; }
  .shop-cart { justify-content: center; }
  .shop-hero { padding: 25px 0 29px; }
  .shop-hero .eyebrow { margin-bottom: 10px; }
  .shop-hero-copy > p:last-child { font-size: 14px; }
  .shop-catalog { padding: 36px 0 70px; }
  .shop-toolbar { align-items: stretch; flex-direction: column; padding: 16px; }
  .shop-toolbar select { width: 100%; }
  .woocommerce .shop-catalog ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .woocommerce .shop-catalog ul.products li.product { padding: 7px 7px 14px; border-radius: 16px; }
  .woocommerce .shop-catalog ul.products li.product a img { margin-bottom: 13px; border-radius: 11px; }
  .woocommerce .shop-catalog ul.products li.product .woocommerce-loop-product__title { font-size: 13px; }
  .woocommerce .shop-catalog ul.products li.product .price { font-size: 13px; }
  .woocommerce .shop-catalog ul.products li.product .button { margin: 0 5px; padding-inline: 8px; }
  .product-card-category { margin-inline: 5px; font-size: 9px; }
  .shop-faq { margin-top: 70px; padding: 35px 22px; }
  .single-product .woocommerce-content { padding-top: 35px; }
  .single-product .woocommerce div.product { grid-template-columns: 1fr; }
  .single-product .woocommerce div.product div.images, .single-product .woocommerce div.product div.summary, .single-product .woocommerce div.product .woocommerce-tabs, .single-product .woocommerce div.product .related { grid-column: 1; }
  .single-product .woocommerce div.product div.summary { padding-top: 0; }
  .single-product .woocommerce div.product form.cart { padding: 18px; }
  .single-product .woocommerce div.product form.cart .variations tr { grid-template-columns: 1fr; gap: 0; }
  .single-product .woocommerce div.product .woocommerce-tabs { padding: 30px 22px; }
  .gallery-album-heading { align-items: flex-start; flex-direction: column; }
  .experience-card { min-height: 430px; padding: 30px; }
  .experience-content { right: 30px; bottom: 28px; left: 30px; }
  .step:not(:last-child)::after { display: none; }
  .community-main, .weekly-card { padding: 32px 25px; }
  .weekly-list li { grid-template-columns: 80px 1fr; }
  .cafe-visual, .map-card { min-height: 420px; }
  .footer-grid { gap: 36px; }
  .footer-bottom { flex-direction: column; margin-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media (max-width: 420px) {
  .woocommerce .shop-catalog ul.products { grid-template-columns: 1fr; }
}
