/*!
 * Sto Palio Tzami — main.css
 * Production stylesheet. CSS custom properties are injected from
 * inc/customizer-output.php so buyers can re-skin live.
 */

/* ============================================================
   1. ROOT & BASE
   ============================================================ */

:root {
  /* Brand palette (Customizer-driven; defaults shipped inline by PHP) */
  --cream:        #F4ECDB;
  --paper:        #FBF6EA;
  --olive:        #3D4B2F;
  --olive-dark:   #2A3520;
  --olive-mid:    #6B7958;
  --olive-soft:   #A3AC8D;
  --olive-pale:   #DDE3CC;
  --terracotta:   #B8553A;
  --terracotta-soft: #D08368;
  --gold:         #A78936;
  --gold-soft:    #C9AC6A;
  --ink:          #2A2620;
  --ink-soft:     #57514A;
  --ink-faint:    #8A8278;
  --ink-line:     #E5DECC;

  --font-display: 'Cormorant Garamond', Garamond, serif;
  --font-body:    'Manrope', system-ui, sans-serif;
  --font-base:    15px;

  --max:    1320px;
  --pad:    clamp(1.25rem, 4vw, 3rem);
  --gap:    clamp(1.25rem, 2.4vw, 2.25rem);
  --gap-l:  clamp(2.5rem, 5vw, 5rem);
  --gap-xl: clamp(4.5rem, 9vw, 8.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-base);
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-text-size-adjust: 100%;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .25s; }
a:hover { color: var(--terracotta); }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; padding: 0; }
input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 400; }

.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link {
  position: absolute; top: -100px; left: 8px; padding: 0.6rem 1rem;
  background: var(--olive-dark); color: var(--cream); z-index: 9999;
  border-radius: 4px; font-size: 0.85rem;
}
.skip-link:focus { top: 8px; }

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); position: relative; }

/* Decorative type */
.h-display { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.005em; line-height: 1.04; color: var(--olive-dark); }
.eyebrow {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 0.95rem; letter-spacing: 0.16em; color: var(--gold);
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 0.85rem;
}
.eyebrow::before, .eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--gold); opacity: 0.7; }
.eyebrow.left::after, .eyebrow.left::before:last-child { display: none; }
.eyebrow.center { justify-content: center; }

/* Section heads */
.section-head { text-align: center; max-width: 720px; margin: 0 auto var(--gap-l); }
.section-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1.04;
  color: var(--olive-dark); margin-top: 1.1rem; letter-spacing: -0.005em;
}
.section-title em { color: var(--terracotta); font-style: italic; }
.section-sub { margin-top: 1.1rem; color: var(--ink-soft); font-size: 1rem; line-height: 1.7; max-width: 540px; }

/* ============================================================
   2. ANNOUNCEMENT BAR + HEADER
   ============================================================ */

.announce {
  background: var(--olive-dark);
  color: var(--cream);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}
.announce-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.7rem var(--pad); max-width: var(--max); margin-inline: auto;
}
.announce .marquee { flex: 1; text-align: center; text-transform: uppercase; font-weight: 500; }
.announce .marquee b { color: var(--gold-soft); font-weight: 700; }
/* Language switcher — styles Polylang's <ul><li><a> output as a clean
   EN · EL toggle, and also the static <button> fallback. */
.announce .lang { display: flex; align-items: center; }
.announce .lang ul { list-style: none; display: flex; align-items: center; gap: 0; margin: 0; padding: 0; }
.announce .lang li { display: inline-flex; align-items: center; }
.announce .lang li + li::before {
  content: '·';
  color: rgba(244, 236, 219, 0.4);
  margin: 0 0.55rem;
}
.announce .lang a {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(244, 236, 219, 0.6);
  transition: color .25s;
}
.announce .lang a:hover { color: var(--gold-soft); }
.announce .lang li.current-lang a,
.announce .lang li.current_lang a { color: var(--gold-soft); }
.announce .lang img { display: none; } /* hide flags; we use text */
/* Static fallback (<button>) */
.announce .lang button { font-size: 0.74rem; letter-spacing: 0.2em; font-weight: 600; text-transform: uppercase; color: rgba(244,236,219,0.6); padding: 0; }
.announce .lang button.active { color: var(--gold-soft); }
.announce .lang span { opacity: 0.4; margin: 0 0.4rem; }
.announce .side { display: flex; gap: 1.25rem; align-items: center; }
.announce .side a { opacity: 0.78; font-weight: 500; }
.announce .side a:hover { opacity: 1; color: var(--gold-soft); }
@media (max-width: 720px) { .announce .side { display: none; } }
.announce ul.announce-menu { list-style: none; display: flex; gap: 1.25rem; margin: 0; padding: 0; }

.header {
  background: var(--cream); border-bottom: 1px solid rgba(167, 137, 54, 0.18);
  position: relative; z-index: 80;
}
.spt-header-sticky .header { position: sticky; top: 0; background: rgba(244, 236, 219, 0.94); backdrop-filter: blur(8px); }
/* Offset the sticky header below the WordPress admin bar when logged in. */
.admin-bar .spt-header-sticky .header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .spt-header-sticky .header { top: 46px; }
}
.header-inner {
  max-width: var(--max); margin-inline: auto; padding: 1.1rem var(--pad);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem;
}
.header-left, .header-right { display: flex; align-items: center; gap: 1rem; }
.header-right { justify-content: flex-end; }

.icon-btn {
  width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center;
  color: var(--olive-dark); border-radius: 50%;
  transition: background .25s, color .25s; position: relative;
}
.icon-btn:hover { background: var(--cream); color: var(--terracotta); }
.icon-btn svg { width: 19px; height: 19px; }
.icon-btn .badge {
  position: absolute; top: 2px; right: 2px;
  min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--terracotta); color: var(--cream);
  font-size: 0.65rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
}

.brand { text-align: center; display: inline-block; }
.brand .wordmark {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem); color: var(--olive-dark); line-height: 1;
}
.brand .sub {
  margin-top: 0.45rem; font-size: 0.62rem; letter-spacing: 0.36em;
  color: var(--gold); text-transform: uppercase; font-weight: 500;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
}
.brand .sub::before, .brand .sub::after { content: ''; width: 22px; height: 1px; background: var(--gold); opacity: 0.5; }
.brand img.custom-logo { max-height: 60px; width: auto; margin: 0 auto; }

.spt-primary-nav .spt-menu, .spt-shop-nav .spt-menu, .footer-nav-menu {
  list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0;
}
.spt-menu a {
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
  color: var(--olive-dark);
}

/* Static header links (Shop / Story) — like the original HTML. */
.header-link {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--olive-dark);
  transition: color .25s;
  white-space: nowrap;
}
.header-link:hover { color: var(--terracotta); }
@media (max-width: 640px) {
  /* On small screens the burger holds everything; keep the bar minimal. */
  .header-link { display: none; }
}
@media (max-width: 900px) {
  .spt-primary-nav, .spt-shop-nav { display: none; }
}

/* ============================================================
   3. DRAWERS + SEARCH OVERLAY
   ============================================================ */

.spt-drawer {
  position: fixed; inset: 0; z-index: 1000;
  display: block;
}
.spt-drawer[hidden] { display: none; }
.spt-drawer__backdrop {
  position: absolute; inset: 0;
  background: rgba(42, 38, 32, 0.5); border: 0; padding: 0; cursor: pointer;
  animation: spt-fade-in .25s ease both;
  z-index: 1; /* sits below the sliding panel */
}
.spt-drawer__panel {
  position: absolute; top: 0; bottom: 0; left: 0; width: min(420px, 90vw);
  background: var(--cream); display: flex; flex-direction: column;
  animation: spt-slide-left .35s cubic-bezier(.2,.7,.2,1) both;
  box-shadow: 8px 0 32px -16px rgba(42, 38, 32, 0.35);
  z-index: 2; /* above the backdrop (which follows it in the DOM) */
}
.spt-drawer__panel--right {
  left: auto; right: 0; animation-name: spt-slide-right;
  box-shadow: -8px 0 32px -16px rgba(42, 38, 32, 0.35);
}
.spt-drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem var(--pad);
  border-bottom: 1px solid var(--ink-line);
}
.spt-drawer__title { font-family: var(--font-display); font-size: 1.3rem; color: var(--olive-dark); }
.spt-drawer__title .spt-mini-cart-count {
  margin-left: 0.5rem; font-family: var(--font-body); font-size: 0.7rem; color: var(--ink-soft);
  letter-spacing: 0.2em; text-transform: uppercase;
}
.spt-drawer__body { flex: 1; overflow-y: auto; padding: 1.5rem var(--pad); }

.spt-mobile-menu { list-style: none; padding: 0; margin: 0; }
.spt-mobile-menu li { border-bottom: 1px solid var(--ink-line); }
.spt-mobile-menu a {
  display: block; padding: 0.95rem 0;
  font-family: var(--font-display); font-size: 1.3rem; color: var(--olive-dark);
}
.spt-mobile-menu .sub-menu { display: none; padding-left: 1rem; }
.spt-mobile-menu .sub-menu.is-open { display: block; }
.spt-submenu-toggle {
  float: right; margin-top: -2.2rem; margin-right: 0;
  width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-soft); transition: transform .3s;
}
.spt-submenu-toggle[aria-expanded="true"] { transform: rotate(180deg); color: var(--terracotta); }

.spt-drawer__contact {
  margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--ink-line);
}
.spt-drawer__contact .addr { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; }
.spt-drawer__contact .phone { margin-top: 0.4rem; font-weight: 600; }
.spt-drawer__socials { margin-top: 1rem; display: flex; gap: 0.55rem; }
.spt-drawer__socials a { width: 36px; height: 36px; border: 1px solid var(--ink-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.spt-drawer__socials a:hover { background: var(--olive-dark); color: var(--cream); }

.spt-search-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(244, 236, 219, 0.96); backdrop-filter: blur(8px);
  animation: spt-fade-in .25s ease both;
}
.spt-search-overlay[hidden] { display: none; }
.spt-search-overlay__inner { max-width: 720px; margin: 8vh auto 0; padding: 0 var(--pad); position: relative; }
.spt-search-overlay__close { position: absolute; top: -2rem; right: var(--pad); background: transparent; }
.spt-search-overlay__form .spt-search-form {
  display: flex; align-items: center; gap: 0.5rem;
  border-bottom: 1px solid var(--olive-dark); padding-bottom: 0.5rem;
}
.spt-search-overlay__form input.spt-search-input {
  flex: 1; border: 0; background: transparent; outline: none;
  font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--olive-dark); padding: 0.5rem 0;
}
.spt-search-overlay__form input::placeholder { color: var(--ink-faint); font-style: italic; }
.spt-search-overlay__form button.spt-search-submit { color: var(--olive-dark); }
.spt-search-overlay__hint { margin-top: 1rem; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); }
.spt-search-overlay__results { margin-top: 2rem; display: grid; gap: 0.6rem; }
.spt-search-overlay__results a.spt-result {
  display: flex; align-items: center; gap: 1rem; padding: 0.8rem 1rem;
  background: var(--paper); border-radius: 8px; border: 1px solid var(--ink-line);
  transition: transform .2s, background .2s;
}
.spt-search-overlay__results a.spt-result:hover { background: var(--cream); transform: translateX(4px); }
.spt-search-overlay__results .spt-result img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; }
.spt-search-overlay__results .spt-result-title { font-family: var(--font-display); font-size: 1.05rem; color: var(--olive-dark); }
.spt-search-overlay__results .spt-result-price { font-size: 0.9rem; color: var(--terracotta); font-weight: 600; }

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.85rem;
  padding: 1.05rem 2.2rem; background: var(--olive-dark); color: var(--cream) !important;
  font-size: 0.78rem; letter-spacing: 0.22em; font-weight: 600; text-transform: uppercase;
  border-radius: 999px;
  transition: background .3s, transform .3s, box-shadow .3s;
  box-shadow: 0 12px 28px -16px rgba(42, 53, 32, 0.5);
}
.btn-primary:hover { background: var(--terracotta); transform: translateY(-2px); color: var(--cream) !important; }
.btn-primary svg { width: 14px; height: 14px; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  color: var(--olive-dark); padding: 0.4rem 0; border-bottom: 1px solid var(--olive-dark);
  transition: color .25s, border-color .25s, gap .3s;
}
.btn-ghost:hover { color: var(--terracotta); border-color: var(--terracotta); gap: 1rem; }

/* ============================================================
   4. FOOTER
   ============================================================ */

.footer {
  background: #1F2818; color: rgba(244, 236, 219, 0.7);
  padding: var(--gap-xl) 0 2rem;
  position: relative;
}
.footer-inner { max-width: var(--max); margin-inline: auto; }

/* Top row — brand + 3 link columns, like the original HTML */
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--gap);
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(195, 165, 91, 0.2);
}
@media (max-width: 880px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 2.2rem; } }
@media (max-width: 500px) { .footer-top { grid-template-columns: 1fr; } }

.footer-brand .wordmark { font-family: var(--font-display); font-style: italic; font-size: 2rem; font-weight: 500; color: var(--cream); line-height: 1; }
.footer-brand .sub { margin-top: 0.6rem; font-size: 0.65rem; letter-spacing: 0.32em; color: var(--gold-soft); text-transform: uppercase; font-weight: 500; }
.footer-brand p { margin-top: 1.5rem; line-height: 1.8; font-size: 0.92rem; max-width: 320px; }
.footer-brand .addr { margin-top: 1.3rem; font-family: var(--font-display); font-style: italic; color: var(--cream); font-size: 1.05rem; line-height: 1.5; }
.footer-brand .phone { margin-top: 0.5rem; font-size: 0.85rem; letter-spacing: 0.06em; color: var(--gold-soft); }
.footer-brand .phone a { color: var(--gold-soft); }
.footer-brand .phone a:hover { color: var(--cream); }
.footer-brand img.custom-logo { max-height: 56px; width: auto; filter: brightness(0) invert(1) sepia(0.3); }

.footer .footer-col h4 { font-family: var(--font-display); font-weight: 500; font-size: 1.2rem; color: var(--cream); margin: 0 0 1.1rem; letter-spacing: 0.01em; }
.footer .footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer .footer-col li { margin-bottom: 0.55rem; }
.footer .footer-col a { font-size: 0.9rem; color: rgba(244, 236, 219, 0.65); display: inline-block; transition: color .25s, padding-left .25s; }
.footer .footer-col a:hover { color: var(--gold-soft); padding-left: 4px; }

.footer .footer-col .socials { margin-top: 1.2rem; display: flex; gap: 0.55rem; }
.footer .footer-col .socials a { width: 38px; height: 38px; padding: 0; border-radius: 50%; border: 1px solid rgba(195, 165, 91, 0.3); display: inline-flex; align-items: center; justify-content: center; color: var(--cream); transition: background .25s, color .25s, border-color .25s, transform .3s; }
.footer .footer-col .socials a:hover { background: var(--gold); color: var(--olive-dark); border-color: var(--gold); transform: translateY(-3px); padding: 0; }
.footer .footer-col .socials a svg { width: 16px; height: 16px; }

.footer-bottom {
  margin-top: 2.2rem; display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap; font-size: 0.78rem; letter-spacing: 0.04em;
}
.footer-bottom .copyright { color: rgba(244, 236, 219, 0.6); }
.footer-bottom .pay { display: flex; gap: 0.55rem; align-items: center; }
.footer-bottom .pay span {
  height: 26px; padding: 0 0.7rem;
  background: rgba(244, 236, 219, 0.08); border: 1px solid rgba(195, 165, 91, 0.2); border-radius: 4px;
  display: inline-flex; align-items: center;
  font-size: 0.68rem; letter-spacing: 0.18em; font-weight: 700; color: rgba(244, 236, 219, 0.7);
}

/* Back to top */
.spt-back-to-top {
  position: fixed; bottom: 20px; right: 20px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--olive-dark); color: var(--cream);
  display: none; align-items: center; justify-content: center;
  z-index: 90; transition: transform .25s, background .25s;
  box-shadow: 0 8px 22px -10px rgba(0,0,0,0.45);
}
.spt-back-to-top.is-visible { display: inline-flex; }
.spt-back-to-top:hover { background: var(--terracotta); transform: translateY(-3px); }
.spt-back-to-top svg { width: 18px; height: 18px; }

/* ============================================================
   5. FRONT PAGE SECTIONS — port of the original index.html
   ============================================================ */

/* HERO */
.spt-hero {
  position: relative; overflow: hidden;
  padding: clamp(3rem, 7vw, 6.5rem) var(--pad) clamp(4rem, 9vw, 8rem);
  background:
    radial-gradient(ellipse at 50% 110%, rgba(167, 137, 54, 0.08), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, #EFE6D3 100%);
}
.spt-hero__inner {
  max-width: var(--max); margin-inline: auto;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 4vw, 4rem);
  align-items: center; position: relative;
}
@media (max-width: 920px) { .spt-hero__inner { grid-template-columns: 1fr; text-align: center; } }
.spt-hero__copy .est {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.7rem; letter-spacing: 0.34em; color: var(--gold);
  text-transform: uppercase; font-weight: 600; margin-bottom: 1.5rem;
}
.spt-hero__copy .est::before, .spt-hero__copy .est::after { content: ''; width: 30px; height: 1px; background: var(--gold); opacity: 0.6; }
.spt-hero__headline {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.02;
  color: var(--olive-dark); letter-spacing: -0.012em;
  white-space: nowrap; /* keep "Tastes & aromas & from" on one line; <br> still breaks "old Athens" */
}
@media (max-width: 920px) { .spt-hero__headline { white-space: normal; } }
.spt-hero__headline .it { font-style: italic; color: var(--terracotta); }
.spt-hero__headline .amp { font-style: italic; color: var(--gold); font-weight: 300; }
.spt-hero__sub { margin-top: 1.6rem; max-width: 460px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.7; }
@media (max-width: 920px) { .spt-hero__sub { margin-inline: auto; } }
.spt-hero__sub .en { display: block; margin-top: 0.6rem; font-style: italic; font-family: var(--font-display); font-size: 1.1rem; color: var(--olive-mid); }
.spt-hero__cta { margin-top: 2.4rem; display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
@media (max-width: 920px) { .spt-hero__cta { justify-content: center; } }

.spt-hero__visual { position: relative; aspect-ratio: 5 / 6; max-height: 720px; display: flex; align-items: flex-end; justify-content: center; }
.spt-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.spt-arch-stage { position: relative; width: 100%; height: 100%; }
.spt-arch-frame { position: absolute; inset: 0; width: 100%; height: 100%; }

/* PROMISE STRIP */
.spt-promise {
  background: var(--olive-dark); color: var(--cream);
  padding: clamp(2.2rem, 4vw, 3.2rem) var(--pad);
}
.spt-promise__inner {
  max-width: var(--max); margin-inline: auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 2rem);
}
@media (max-width: 820px) { .spt-promise__inner { grid-template-columns: repeat(2, 1fr); } }
.spt-promise__item { display: flex; align-items: center; gap: 1rem; padding: 0.5rem; }
.spt-promise__ico {
  flex-shrink: 0; width: 48px; height: 48px;
  color: var(--gold-soft); border: 1px solid rgba(195, 165, 91, 0.4);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.spt-promise__ico svg { width: 22px; height: 22px; }
.spt-promise__lbl { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; line-height: 1.25; }
.spt-promise__lbl small {
  display: block; font-family: var(--font-body); font-size: 0.65rem;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft);
  margin-top: 0.25rem; font-weight: 500;
}

/* CATEGORY GRID */
.spt-section { padding: var(--gap-xl) var(--pad); position: relative; }
.spt-cat-grid {
  max-width: var(--max); margin-inline: auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap);
}
@media (max-width: 880px) { .spt-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .spt-cat-grid { grid-template-columns: 1fr; } }

.spt-cat {
  position: relative; display: flex; flex-direction: column; justify-content: space-between;
  border-radius: 18px; padding: clamp(1.6rem, 2.6vw, 2.4rem) clamp(1.4rem, 2vw, 2rem);
  overflow: hidden; min-height: 260px;
  border: 1px solid rgba(167, 137, 54, 0.15);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s;
  background: var(--olive-pale);
}
.spt-cat:hover { transform: translateY(-6px); box-shadow: 0 28px 50px -28px rgba(42, 53, 32, 0.35); }
.spt-cat__num { font-family: var(--font-display); font-style: italic; font-size: 0.95rem; color: var(--gold); }
.spt-cat__ico {
  align-self: center;
  width: 96px; height: 96px;
  margin: 0.5rem 0 1rem;
  color: var(--olive-dark);
  opacity: 0.9;
  transition: transform .5s;
}
.spt-cat:hover .spt-cat__ico { transform: rotate(-4deg) scale(1.05); }
.spt-cat__ico svg { width: 100%; height: 100%; }
.spt-cat__name { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; text-align: center; color: var(--olive-dark); line-height: 1.15; }
.spt-cat__en   { margin-top: 0.4rem; font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-soft); text-align: center; font-weight: 500; }
.spt-cat__arrow {
  position: absolute; top: 1.4rem; right: 1.4rem; width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(42, 53, 32, 0.25); display: inline-flex; align-items: center; justify-content: center;
  color: var(--olive-dark); transition: background .3s, border-color .3s, color .3s, transform .3s;
}
.spt-cat:hover .spt-cat__arrow { background: var(--olive-dark); border-color: var(--olive-dark); color: var(--cream); transform: rotate(-45deg); }
.spt-cat__arrow svg { width: 12px; height: 12px; }

/* FEATURED ROWS — multi-grid (one per category) under the "Επιλεγμένα" head */
.spt-featured-row {
  max-width: var(--max);
  margin: 0 auto var(--gap-l);
}
.spt-featured-row:last-of-type { margin-bottom: 0; }
.spt-featured-row__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding-bottom: 1.2rem;
  margin-bottom: var(--gap);
  border-bottom: 1px solid rgba(167, 137, 54, 0.25);
}
.spt-featured-row__head .eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; }
.spt-featured-row__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--olive-dark);
  margin-top: 0.4rem; line-height: 1.05;
}
.spt-featured-row__more {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600; color: var(--olive-dark);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--olive-dark);
  transition: gap .3s, color .3s, border-color .3s;
}
.spt-featured-row__more svg { width: 14px; height: 14px; }
.spt-featured-row__more:hover { gap: 0.9rem; color: var(--terracotta); border-color: var(--terracotta); }

/* PRODUCT GRID — used by both the home featured/bestsellers AND the Woo loop */
.spt-prod-grid {
  display: grid; gap: var(--gap);
  grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
}
@media (max-width: 1024px) { .spt-prod-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .spt-prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px)  { .spt-prod-grid { grid-template-columns: 1fr; } }

.spt-prod,
ul.products li.product {
  position: relative; list-style: none;
  background: var(--paper); border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(167, 137, 54, 0.14);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s;
  display: flex; flex-direction: column;
}
.spt-prod:hover, ul.products li.product:hover { transform: translateY(-6px); box-shadow: 0 28px 44px -26px rgba(42, 53, 32, 0.4); }

.prod-img, .prod-img-link .prod-img {
  position: relative; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #DDE3CB 0%, #BFCAA4 100%);
  overflow: hidden; padding: 0.6rem;
}
.prod-img img, .prod-img-link img { width: 96%; height: 96%; object-fit: contain; transition: transform .5s; }
.spt-prod:hover .prod-img img, ul.products li.product:hover .prod-img img { transform: scale(1.04); }

.onsale, .tag {
  position: absolute; top: 0.9rem; left: 0.9rem; z-index: 2;
  background: var(--terracotta); color: var(--cream);
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.32rem 0.7rem; border-radius: 999px; font-weight: 700;
}
.tag.bio { background: var(--olive-dark); color: var(--gold-soft); }
.tag.new { background: var(--terracotta); }

.wish {
  position: absolute; top: 0.8rem; right: 0.8rem; z-index: 2;
  width: 36px; height: 36px; background: var(--cream); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--olive-dark); border: 1px solid rgba(167, 137, 54, 0.18);
  transition: background .25s, color .25s, transform .3s;
}
.wish:hover { background: var(--terracotta); color: var(--cream); transform: scale(1.08); }
.wish svg { width: 16px; height: 16px; }
.wish { cursor: pointer; }
/* Saved state — filled terracotta heart */
.wish.is-saved { background: var(--terracotta); color: var(--cream); border-color: var(--terracotta); }
.wish.is-saved svg { fill: currentColor; }
.wish.is-saved:hover { transform: scale(1.08); }

.prod-body { padding: 1.3rem 1.3rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.prod-brand { font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 0.55rem; }

ul.products li.product .woocommerce-loop-product__title,
.prod-body h3,
.spt-prod .product-title {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
  color: var(--olive-dark); line-height: 1.25; margin: 0;
}

.prod-foot { margin-top: 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }

.price, ul.products li.product .price {
  font-family: var(--font-display); font-size: 1.45rem; color: var(--terracotta); font-weight: 500;
}
.price del, ul.products li.product .price del { color: var(--ink-faint); font-size: 0.9rem; margin-right: 0.4rem; }
.price ins, ul.products li.product .price ins { text-decoration: none; font-weight: 500; }

.add, ul.products li.product .button {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--olive-dark); color: var(--cream) !important;
  transition: background .25s, transform .3s;
  font-size: 0; padding: 0;
}
.add::before, ul.products li.product .button::before {
  content: '+'; font-family: var(--font-display); font-size: 1.4rem; line-height: 1; color: var(--cream);
}
.add:hover, ul.products li.product .button:hover { background: var(--terracotta); transform: rotate(90deg); }

ul.products { margin: 0; padding: 0; }

/* Rating */
.star-rating, .rating { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.08em; }

/* Section: editorial */
.spt-editorial-grid { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
@media (max-width: 820px) { .spt-editorial-grid { grid-template-columns: 1fr; } }
.spt-editorial-card {
  position: relative; min-height: 460px; border-radius: 14px; overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem); color: var(--cream); display: flex; flex-direction: column; justify-content: flex-end;
}
.spt-editorial-card.olive { background: radial-gradient(ellipse at 30% 30%, #6D7A5C 0%, #3D4B2F 60%, #2A3520 100%); }
.spt-editorial-card.honey { background: radial-gradient(ellipse at 70% 30%, #C49654 0%, #8E6428 60%, #5C3E12 100%); }
.spt-editorial-card h3 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); margin-top: 1rem; line-height: 1.05; }
.spt-editorial-card h3 em { font-style: italic; color: var(--gold-soft); }
.spt-editorial-card p { margin-top: 1rem; max-width: 380px; color: rgba(244, 236, 219, 0.78); }

/* Testimonials */
.spt-testi-grid { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
@media (max-width: 820px) { .spt-testi-grid { grid-template-columns: 1fr; } }
.spt-testi { background: var(--paper); border-radius: 12px; padding: 2.2rem 1.8rem; border: 1px solid rgba(167, 137, 54, 0.18); position: relative; }
.spt-testi blockquote { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; line-height: 1.5; color: var(--olive-dark); margin: 0; }
.spt-testi .by { margin-top: 1.4rem; display: flex; align-items: center; gap: 0.8rem; }
.spt-testi .by .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--olive-mid); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 500; }

/* Instagram strip */
.spt-insta { padding: var(--gap-l) var(--pad); max-width: var(--max); margin-inline: auto; }
.spt-insta__head { text-align: center; margin-bottom: 2.5rem; }
.spt-insta__head h3 { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--olive-dark); margin-top: 0.7rem; }
.spt-insta__head .handle { color: var(--terracotta); font-style: normal; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.12em; }
.spt-insta__strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
@media (max-width: 880px) { .spt-insta__strip { grid-template-columns: repeat(3, 1fr); } }
.spt-insta__tile { aspect-ratio: 1; position: relative; overflow: hidden; border-radius: 8px; transition: transform .4s; display: block; }
.spt-insta__tile:hover { transform: scale(0.98); }
.spt-insta__tile .overlay { position: absolute; inset: 0; background: rgba(42, 53, 32, 0.5); display: flex; align-items: center; justify-content: center; color: var(--cream); opacity: 0; transition: opacity .35s; }
.spt-insta__tile:hover .overlay { opacity: 1; }
.spt-insta__tile .overlay svg { width: 26px; height: 26px; }
.spt-insta__tile.t1 { background: linear-gradient(135deg, #B5BC97 0%, #3D4B2F 100%); }
.spt-insta__tile.t2 { background: linear-gradient(135deg, #E8C780 0%, #B17F2C 100%); }
.spt-insta__tile.t3 { background: linear-gradient(135deg, #DCB4AA 0%, #B8553A 100%); }
.spt-insta__tile.t4 { background: linear-gradient(135deg, #C9D2B5 0%, #6D7A5C 100%); }
.spt-insta__tile.t5 { background: linear-gradient(135deg, #E2D2AC 0%, #A78936 100%); }
.spt-insta__tile.t6 { background: linear-gradient(135deg, #CFC9B3 0%, #8A8278 100%); }

/* Newsletter */
.spt-newsletter {
  background: var(--olive-dark); color: var(--cream);
  padding: var(--gap-xl) var(--pad); text-align: center;
}
.spt-newsletter h3 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); margin-top: 1rem; }
.spt-newsletter h3 em { color: var(--gold-soft); font-style: italic; }
.spt-newsletter p { margin: 1.2rem auto 0; max-width: 520px; color: rgba(244, 236, 219, 0.72); }
.spt-newsletter form { margin: 2.2rem auto 0; display: flex; gap: 0.6rem; max-width: 480px; background: rgba(244, 236, 219, 0.07); border: 1px solid rgba(195, 165, 91, 0.35); border-radius: 999px; padding: 6px; }
.spt-newsletter input { flex: 1; background: transparent; border: 0; padding: 0.85rem 1.4rem; color: var(--cream); outline: none; }
.spt-newsletter input::placeholder { color: rgba(244, 236, 219, 0.5); }
.spt-newsletter button { background: var(--gold); color: var(--olive-dark); padding: 0.85rem 1.6rem; border-radius: 999px; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; }
.spt-newsletter button:hover { background: var(--cream); }

/* ============================================================
   6. BLOG + SINGLE
   ============================================================ */

/* Post grid — used on blog archive AND on the front-page journal section. */
.post-grid {
  max-width: var(--max);
  margin-inline: auto;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 880px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .post-grid { grid-template-columns: 1fr; } }

.article {
  background: var(--paper); border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(167, 137, 54, 0.18);
  display: flex; flex-direction: column;
  transition: transform .4s, box-shadow .4s;
}
.article:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -22px rgba(42, 53, 32, 0.3); }
.article .art-img { aspect-ratio: 4/3; position: relative; overflow: hidden; }
.article .art-img img { width: 100%; height: 100%; object-fit: cover; }
.article .cat-tag { position: absolute; top: 1rem; left: 1rem; background: var(--cream); color: var(--olive-dark); padding: 0.32rem 0.8rem; border-radius: 999px; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; }
.article .art-body { padding: 1.5rem 1.5rem 1.7rem; }
.article .art-meta { display: flex; gap: 0.7rem; align-items: center; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); font-weight: 500; }
.article .art-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.article h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--olive-dark); line-height: 1.25; margin-top: 0.8rem; }
.article p { margin-top: 0.7rem; color: var(--ink-soft); font-size: 0.92rem; }
.article .read { margin-top: 1.1rem; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: var(--terracotta); }
.article .read svg { width: 14px; height: 14px; }

.spt-single-post .entry-header { text-align: center; padding: var(--gap-l) 0 var(--gap); max-width: 760px; margin-inline: auto; }
.spt-single-post .post-cat { display: inline-block; font-family: var(--font-body); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--terracotta); font-weight: 600; margin-bottom: 0.8rem; }
.spt-single-post .entry-title { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
.spt-single-post .post-meta { margin-top: 1rem; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); display: inline-flex; gap: 0.7rem; align-items: center; }
.spt-single-post .entry-thumbnail { max-width: 1200px; margin: 0 auto var(--gap-l); border-radius: 14px; overflow: hidden; }
.spt-single-post .entry-content { max-width: 720px; margin-inline: auto; font-size: 1.05rem; line-height: 1.85; color: var(--ink-soft); }
.spt-single-post .entry-content h2, .spt-single-post .entry-content h3 { font-family: var(--font-display); color: var(--olive-dark); margin: 2rem 0 0.8rem; }
.spt-single-post .entry-content blockquote { font-family: var(--font-display); font-style: italic; font-size: 1.4rem; color: var(--olive-dark); padding-left: 1.4rem; border-left: 2px solid var(--gold); margin: 1.5rem 0; }
.spt-single-post .entry-footer { max-width: 720px; margin: 2rem auto 0; }
.spt-single-post .post-tags a { font-size: 0.78rem; letter-spacing: 0.06em; color: var(--ink-soft); padding-right: 0.5rem; }

/* Pagination */
.spt-pagination { margin-top: var(--gap-l); display: flex; justify-content: center; }
.spt-pagination ul { list-style: none; display: flex; gap: 0.3rem; padding: 0; margin: 0; }
.spt-pagination ul a, .spt-pagination ul span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 0.7rem;
  border: 1px solid var(--ink-line); border-radius: 999px;
  font-size: 0.85rem; color: var(--olive-dark); font-weight: 500;
}
.spt-pagination ul .current { background: var(--olive-dark); color: var(--cream); border-color: var(--olive-dark); }
.spt-pagination ul a:hover { background: var(--cream); border-color: var(--gold); }

/* Page header */
.page-header { text-align: center; padding: var(--gap-l) 0 var(--gap); }
.page-header .page-title { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4rem); color: var(--olive-dark); margin-top: 1rem; }
.page-header em { font-style: italic; color: var(--terracotta); }
.archive-description { max-width: 560px; margin: 1rem auto 0; color: var(--ink-soft); }

/* Breadcrumb */
.spt-breadcrumb { padding: 1rem 0; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.spt-breadcrumb a { color: var(--ink-soft); }
.spt-breadcrumb a:hover { color: var(--terracotta); }
.spt-breadcrumb .spt-bc-sep { padding: 0 0.5rem; color: var(--gold); }

/* 404 */
.spt-404 { padding: var(--gap-xl) 0; }
.spt-404 .page-title { font-size: clamp(2.4rem, 6vw, 5rem); color: var(--olive-dark); }
.spt-404-actions { margin-top: 2rem; }
.spt-404-search { max-width: 480px; margin: 2rem auto 0; }
.spt-404-search form { display: flex; gap: 0.5rem; }
.spt-404-search input { flex: 1; padding: 0.85rem 1.2rem; border: 1px solid var(--ink-line); border-radius: 999px; background: var(--paper); }
.spt-404-search button { padding: 0.85rem 1.6rem; background: var(--olive-dark); color: var(--cream); border-radius: 999px; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; }

/* ============================================================
   7. ABOUT + CONTACT page templates
   ============================================================ */

.spt-about { padding: 0; }
.spt-about__hero {
  padding: var(--gap-xl) var(--pad);
  background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
  text-align: center;
}
.spt-about__hero .h-display { font-size: clamp(2.6rem, 6vw, 5rem); color: var(--olive-dark); }
.spt-about__hero p { max-width: 640px; margin: 1.5rem auto 0; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; }

.spt-about__split {
  max-width: var(--max); margin-inline: auto;
  padding: var(--gap-xl) var(--pad);
  display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
@media (max-width: 880px) { .spt-about__split { grid-template-columns: 1fr; } }
.spt-about__split img { width: 100%; height: auto; display: block; border-radius: 14px; }
.spt-about__split h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); color: var(--olive-dark); margin: 1rem 0; }
.spt-about__split p { color: var(--ink-soft); line-height: 1.8; margin-bottom: 1.2rem; }
.spt-about__split .quote {
  margin: 1.5rem 0; padding-left: 1.4rem; border-left: 2px solid var(--gold);
  font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--olive-dark);
}

.spt-about__values {
  background: var(--olive-dark); color: var(--cream);
  padding: var(--gap-xl) var(--pad);
}
.spt-about__values .section-head h2 { color: var(--cream); }
.spt-about__values .section-head em { color: var(--gold-soft); }
.spt-about__values .section-head p { color: rgba(244, 236, 219, 0.75); }
.spt-about__values-grid { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
@media (max-width: 760px) { .spt-about__values-grid { grid-template-columns: repeat(2, 1fr); } }
.spt-about__value { text-align: center; padding: 1rem; }
.spt-about__value .ico { width: 56px; height: 56px; margin: 0 auto 1rem; color: var(--gold-soft); border: 1px solid rgba(195,165,91,0.35); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.spt-about__value h4 { font-family: var(--font-display); font-size: 1.4rem; color: var(--cream); margin-bottom: 0.5rem; }
.spt-about__value p { color: rgba(244, 236, 219, 0.75); font-size: 0.92rem; line-height: 1.7; }

.spt-about__timeline { max-width: 920px; margin: 0 auto; padding: var(--gap-xl) var(--pad); }
.spt-about__year { display: grid; grid-template-columns: 120px 1fr; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--ink-line); }
.spt-about__year .y { font-family: var(--font-display); font-style: italic; font-size: 2rem; color: var(--terracotta); }
.spt-about__year h4 { font-family: var(--font-display); font-size: 1.3rem; color: var(--olive-dark); margin-bottom: 0.5rem; }
.spt-about__year p { color: var(--ink-soft); }
@media (max-width: 540px) { .spt-about__year { grid-template-columns: 1fr; gap: 0.5rem; } }

/* ============================================================
   CONTACT — world-class layout
   ============================================================ */
.spt-contact { padding: 0; }

/* Hero */
.spt-contact-hero {
  position: relative; overflow: hidden;
  padding: var(--gap-xl) var(--pad) var(--gap-l);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(167,137,54,0.08), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
}
.spt-contact-hero__inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 2; }
.spt-contact-hero .h-display { font-size: clamp(2.6rem, 6vw, 4.6rem); color: var(--olive-dark); margin-top: 0.8rem; }
.spt-contact-hero__lead { max-width: 560px; margin: 1.4rem auto 0; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; }
.spt-contact-hero__leaf { position: absolute; width: 240px; opacity: 0.5; pointer-events: none; z-index: 1; }
.spt-contact-hero__leaf--l { top: 8%; left: -3rem; transform: rotate(-12deg); }
.spt-contact-hero__leaf--r { bottom: 4%; right: -3rem; transform: rotate(168deg); }
@media (max-width: 720px) { .spt-contact-hero__leaf { width: 140px; } }

/* Info + form grid */
.spt-contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 4vw, 4rem);
  padding-block: var(--gap-xl);
  align-items: start;
}
@media (max-width: 900px) { .spt-contact-grid { grid-template-columns: 1fr; gap: var(--gap-l); } }

.spt-contact-info__title,
.spt-contact-form-card__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--olive-dark);
  line-height: 1.1; margin: 0.9rem 0 1.6rem;
}

/* Contact cards */
.spt-contact-cards { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.spt-contact-card {
  display: flex; gap: 1.1rem; align-items: flex-start;
  background: var(--paper);
  border: 1px solid rgba(167,137,54,0.18);
  border-radius: 14px;
  padding: 1.3rem 1.4rem;
  transition: transform .35s, box-shadow .35s, border-color .35s;
}
.spt-contact-card:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -26px rgba(42,53,32,0.4); border-color: rgba(167,137,54,0.4); }
.spt-contact-card__ico {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--olive-pale); color: var(--olive-dark);
}
.spt-contact-card__ico svg { width: 22px; height: 22px; }
.spt-contact-card__body h3 { font-family: var(--font-display); font-size: 1.25rem; color: var(--olive-dark); margin: 0 0 0.25rem; font-weight: 500; }
.spt-contact-card__body p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; }
.spt-contact-card__body a { color: var(--ink-soft); }
.spt-contact-card__body a:hover { color: var(--terracotta); }
.spt-contact-card__link {
  display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 0.6rem;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
  color: var(--terracotta) !important; transition: gap .3s;
}
.spt-contact-card__link svg { width: 12px; height: 12px; }
.spt-contact-card__link:hover { gap: 0.85rem; }

.spt-contact-info__social { margin-top: 1.8rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.spt-contact-info__social-label { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; }
.spt-contact-socials { display: flex; gap: 0.55rem; }
.spt-contact-socials a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(167,137,54,0.3); display: inline-flex; align-items: center; justify-content: center;
  color: var(--olive-dark); transition: background .25s, color .25s, transform .3s;
}
.spt-contact-socials a:hover { background: var(--olive-dark); color: var(--cream); transform: translateY(-3px); }
.spt-contact-socials a svg { width: 16px; height: 16px; }

/* Form card */
.spt-contact-form-card {
  background: var(--paper);
  border: 1px solid rgba(167,137,54,0.18);
  border-radius: 18px;
  padding: clamp(1.6rem, 3.2vw, 2.8rem);
  box-shadow: 0 30px 60px -40px rgba(42,53,32,0.35);
  position: relative;
}
.spt-contact-form-card__intro { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.7; margin: -0.8rem 0 1.6rem; }
.spt-contact-form .spt-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .spt-contact-form .spt-field-row { grid-template-columns: 1fr; } }
.spt-contact-form .spt-field { display: block; margin-bottom: 1.1rem; }
.spt-contact-form .spt-field > span {
  display: block; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 600; margin-bottom: 0.5rem;
}
.spt-contact-form input[type="text"],
.spt-contact-form input[type="email"],
.spt-contact-form input[type="tel"],
.spt-contact-form textarea,
.spt-contact-form-card .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%; padding: 0.95rem 1.1rem;
  border: 1px solid var(--ink-line); border-radius: 10px;
  background: var(--cream); color: var(--ink); font-size: 0.98rem;
  font-family: var(--font-body);
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.spt-contact-form input:focus,
.spt-contact-form textarea:focus {
  outline: none; border-color: var(--gold); background: var(--white);
  box-shadow: 0 0 0 3px rgba(167,137,54,0.14);
}
.spt-contact-form textarea { min-height: 150px; resize: vertical; }
.spt-contact-form__submit { margin-top: 0.4rem; border: 0; cursor: pointer; }
.spt-contact-form-card .wpcf7-submit {
  margin-top: 1rem; padding: 1.05rem 2.2rem; background: var(--olive-dark); color: var(--cream);
  border-radius: 999px; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; cursor: pointer; border: 0; transition: background .25s, transform .25s;
}
.spt-contact-form-card .wpcf7-submit:hover { background: var(--terracotta); transform: translateY(-2px); }

/* Map with floating card */
.spt-contact-map { position: relative; margin-top: var(--gap-l); }
.spt-contact-map__embed { width: 100%; height: clamp(360px, 52vw, 600px); filter: saturate(0.9) contrast(0.96); }
.spt-contact-map__embed iframe { display: block; filter: sepia(0.12); }
.spt-contact-map__card {
  position: absolute; top: 50%; left: max(var(--pad), 6%); transform: translateY(-50%);
  width: min(380px, 86vw);
  background: var(--cream);
  border: 1px solid rgba(167,137,54,0.25);
  border-radius: 18px;
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  box-shadow: 0 40px 80px -40px rgba(42,53,32,0.6);
}
.spt-contact-map__name { font-family: var(--font-display); font-style: italic; font-size: 1.9rem; color: var(--olive-dark); line-height: 1.05; margin: 0.7rem 0 0.6rem; }
.spt-contact-map__addr { font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); line-height: 1.45; margin: 0 0 0.5rem; }
.spt-contact-map__hours { font-size: 0.85rem; letter-spacing: 0.04em; color: var(--ink-soft); margin: 0 0 1.4rem; }
@media (max-width: 720px) {
  .spt-contact-map { display: flex; flex-direction: column; }
  .spt-contact-map__embed { height: 320px; order: 2; }
  .spt-contact-map__card { position: static; transform: none; width: auto; margin: 0 var(--pad); order: 1; border-radius: 18px 18px 0 0; }
}

/* Widgets */
.widget { margin-bottom: 2rem; }
.widget-title { font-family: var(--font-display); font-size: 1.3rem; color: var(--olive-dark); margin-bottom: 0.8rem; }

/* ============================================================
   8. ANIMATIONS
   ============================================================ */
@keyframes spt-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes spt-fade-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spt-slide-left { from { transform: translateX(-100%); } to { transform: translateX(0); } }
@keyframes spt-slide-right { from { transform: translateX(100%); } to { transform: translateX(0); } }

.spt-hero__copy > * { animation: spt-fade-up .9s both; }
.spt-hero__copy .est       { animation-delay: .15s; }
.spt-hero__copy .spt-hero__headline { animation-delay: .3s; }
.spt-hero__copy .spt-hero__sub      { animation-delay: .55s; }
.spt-hero__copy .spt-hero__cta      { animation-delay: .75s; }

/* Body locks scroll when a drawer is open */
body.spt-no-scroll { overflow: hidden; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; scroll-behavior: auto !important; }
}
