@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --brand: #121212;
  --brand-dark: #000;
  --ink: #121212;
  --muted: #666;
  --line: #e5e5e5;
  --surface: #fff;
  --soft: #f3f3f3;
  --success: #176b45;
  --shell: 1200px;
  --content: 760px;
  --radius: 0;
  --shadow: 2px 6px 15px rgb(18 18 18 / 10%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Assistant", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-is-open { overflow: hidden; }
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: var(--brand); text-underline-offset: 0.18em; }
a:hover { color: var(--brand-dark); }
button, input, select, textarea { font: inherit; }
button, .button, .wp-element-button {
  border: 0;
  border-radius: 0;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
button:hover, .button:hover, .wp-element-button:hover { background: var(--brand-dark); color: #fff; transform: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #121212; outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 .65em; font-weight: 400; line-height: 1.2; letter-spacing: .005em; }
h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin-top: 0; }
.site-shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.content-width { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.content-shell { padding-block: clamp(2.5rem, 6vw, 6rem); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: .5rem; left: .5rem; width: auto; height: auto; padding: .75rem 1rem; clip: auto; background: #fff; color: #000; }

.announcement-bar { background: #fff; color: #121212; border-bottom: 1px solid var(--line); text-align: center; font-size: .75rem; font-weight: 400; letter-spacing: .07em; padding: .22rem 0; }
.announcement-bar a { color: inherit; text-decoration: none; }
.site-header { position: relative; z-index: 40; background: rgb(255 255 255 / 96%); border-bottom: 1px solid var(--line); }
.header-layout { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem, 3vw, 3rem); }
.site-branding { min-width: 110px; }
.custom-logo { display: block; max-width: 140px; max-height: 56px; width: auto; }
.site-title { color: var(--ink); font-size: 1.5rem; font-weight: 400; letter-spacing: .01em; text-decoration: none; }
.primary-menu, .footer-menu { list-style: none; margin: 0; padding: 0; }
.primary-menu { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: .35rem 1.8rem; }
.primary-menu a { color: var(--ink); font-size: .84rem; font-weight: 400; letter-spacing: .035em; text-decoration: none; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--brand); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: .5rem; }
.header-market { display: flex; align-items: center; gap: 1rem; margin-right: .3rem; color: #2b2b2b; font-size: .74rem; letter-spacing: .025em; white-space: nowrap; }
.header-market strong { text-decoration: underline; text-underline-offset: .2em; }
.header-action { position: relative; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); font-size: 1.4rem; text-decoration: none; }
.header-action svg { width: 22px; height: 22px; fill: currentColor; stroke: none; }
.header-action:hover { background: var(--soft); color: var(--brand); }
.header-search { min-height: 40px; padding: 0; background: transparent; }
.header-search:hover { background: var(--soft); color: var(--brand); transform: none; }
.header-search-panel { position: absolute; z-index: 3; inset: 100% 0 auto; padding: 1rem 0; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 15px 35px rgb(18 18 18 / 10%); }
.header-search-panel .search-form { margin-block: 0; }
.cart-count { position: absolute; top: -1px; right: -2px; min-width: 17px; height: 17px; border-radius: 99px; display: grid; place-items: center; padding: 0 4px; background: var(--brand); color: #fff; font-size: .62rem; font-weight: 700; }
.menu-toggle { display: none; width: 42px; min-height: 42px; padding: 10px; background: transparent; }
.menu-toggle:hover { background: var(--soft); transform: none; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); }

.home-hero { overflow: hidden; border-bottom: 1px solid var(--line); background: #f6f6f3; }
.hero-layout { min-height: min(680px, 78vh); padding-block: clamp(3.5rem, 8vw, 8rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); }
.hero-copy { max-width: 720px; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.eyebrow { margin-bottom: .65rem; color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-art { min-height: 420px; display: grid; place-items: center; }
.hero-product-card { display: block; width: min(100%, 520px); color: inherit; text-decoration: none; }
.hero-product-card img { display: block; width: 100%; aspect-ratio: 1; background: #fff; object-fit: contain; }
.hero-product-card span { display: block; margin-top: .85rem; color: #555; font-size: .78rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.benefit-strip { border-block: 1px solid var(--line); background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-grid > div { padding: 1.3rem 2rem; text-align: center; }
.benefit-grid > div + div { border-left: 1px solid var(--line); }
.benefit-grid strong, .benefit-grid span { display: block; }
.benefit-grid span { color: var(--muted); font-size: .9rem; }
.store-section { padding-block: clamp(3.5rem, 7vw, 7rem); }
.store-section--soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.section-heading > a { font-weight: 700; text-decoration: none; white-space: nowrap; }
.setup-notice { text-align: center; }

.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) { width: min(calc(100% - 2rem), var(--content)); margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { width: min(calc(100% - 2rem), var(--shell)); margin-left: auto; margin-right: auto; }
.entry-content > .alignfull { width: 100%; max-width: none; }
.entry-content > * + * { margin-top: 1.5rem; }
.entry-content > .alignfull + .alignfull { margin-top: 0; }
.wp-block-image img { border-radius: var(--radius); }
.wp-block-cover { min-height: 520px; }
.wp-block-group.has-background { padding: clamp(2rem, 5vw, 5rem); }
.wp-block-button.is-style-outline .wp-block-button__link { color: var(--brand); border: 2px solid currentColor; background: transparent; }
.page-header { margin-bottom: 2.5rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgb(18 18 18 / 5%); }
.post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.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.03); }
.post-card__body { padding: 1.25rem; }
.post-card h2 { font-size: 1.25rem; }
.post-card h2 a { color: var(--ink); text-decoration: none; }
.entry-meta { color: var(--muted); font-size: .85rem; }
.single-entry, .comments-area { padding-block: 3rem; }
.single-featured-image img { width: 100%; border-radius: var(--radius); }
.nav-links { display: flex; justify-content: space-between; gap: 1rem; margin-block: 2rem; }
.error-404, .no-results { padding-block: clamp(4rem, 10vw, 10rem); text-align: center; }
input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], select, textarea { width: 100%; min-height: 46px; border: 1px solid #cfc8d2; border-radius: 6px; background: #fff; color: var(--ink); padding: .7rem .85rem; }
.search-form { display: flex; gap: .5rem; max-width: 600px; margin: 1rem auto; }

.site-footer { margin-top: clamp(3rem, 7vw, 7rem); background: #171219; color: #d8d1da; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding-block: 4rem; }
.site-footer a { color: #fff; }
.site-footer .site-title { color: #fff; }
.footer-widget__title { color: #fff; font-size: 1rem; }
.footer-widget ul { list-style: none; padding: 0; }
.footer-widget li + li { margin-top: .45rem; }
.footer-bottom { min-height: 72px; border-top: 1px solid rgb(255 255 255 / 12%); display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .875rem; }
.footer-bottom p { margin: 0; }
.footer-menu { display: flex; flex-wrap: wrap; gap: 1rem; }

@media (max-width: 900px) {
  .header-layout { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: block; }
  .site-branding { text-align: center; }
  .header-market { display: none; }
  .primary-navigation { display: none; position: absolute; inset: 100% 0 auto; max-height: calc(100vh - 110px); overflow: auto; padding: 1rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 35px rgb(18 18 18 / 12%); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { display: block; }
  .primary-menu a { display: block; padding: .8rem; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { min-height: 300px; }
  .hero-art::before { width: min(72vw, 420px); }
  .hero-art::after { width: min(52vw, 320px); }
  .hero-art span { width: min(34vw, 210px); }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .site-shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .header-layout { min-height: 66px; gap: .4rem; }
  .custom-logo { max-width: 92px; max-height: 44px; }
  .header-actions { gap: 0; }
  .header-search { display: none; }
  .benefit-grid { grid-template-columns: 1fr; padding-block: .4rem; }
  .benefit-grid > div { padding: .85rem; }
  .benefit-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading { align-items: start; }
  .post-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding-block: 3rem; }
  .footer-bottom { align-items: start; flex-direction: column; padding-block: 1.25rem; }
  .search-form { display: block; }
  .search-form .search-submit { width: 100%; margin-top: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Vivanoura storefront alignment — sourced from the matching Shopify theme. */
body {
  color: #121212;
  background: #fff;
  font-family: Assistant, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: .035em;
}
.site-shell { width: min(calc(100% - 3rem), 1200px); }
.announcement-bar {
  min-height: 25px;
  display: grid;
  place-items: center;
  padding: 2px 0;
  border-color: #e5e5e5;
  font-size: 11px;
  letter-spacing: .09em;
}
.site-header { background: #fff; }
.header-layout {
  min-height: 84px;
  grid-template-columns: 122px minmax(180px, 1fr) auto;
  gap: 2.2rem;
}
.site-title { font-size: 23px; line-height: 1; letter-spacing: .015em; }
.primary-navigation,
.primary-menu { min-width: 0; }
.primary-menu { gap: 1.8rem; }
.primary-menu > li { margin: 0; padding: 0; list-style: none; }
.primary-menu a { font-size: 13px; letter-spacing: .045em; }
.header-actions { gap: 3px; }
.header-market { gap: 13px; margin-right: 4px; font-size: 11px; }
.header-action { width: 38px; height: 38px; }
.header-action svg { width: 21px; height: 21px; }
.cart-link svg { width: 24px; height: 24px; }
.cart-count { top: -2px; right: -4px; background: #121212; }

.page-template-default .site-main,
.privacy-policy .site-main { padding: clamp(3rem, 7vw, 6rem) 0; }
.page-template-default .entry-content,
.privacy-policy .entry-content { width: min(calc(100% - 2rem), 760px); margin-inline: auto; }
.page-template-default .entry-content > *,
.privacy-policy .entry-content > * { width: 100% !important; max-width: 100%; }
.page-template-default .page-header,
.privacy-policy .page-header { width: 100%; margin: 0 0 2.25rem; }
.page-template-default .page-header h1,
.privacy-policy .page-header h1 { font-size: clamp(2.15rem, 4vw, 3.25rem); font-weight: 400; }
.page-template-default .entry-content h2,
.page-template-default .entry-content h3 { margin-top: 2rem; font-weight: 500; }
.page-template-default .entry-content p,
.page-template-default .entry-content li { line-height: 1.75; }

.site-footer {
  margin-top: clamp(4rem, 8vw, 8rem);
  border-top: 1px solid #e5e5e5;
  background: #fff;
  color: #121212;
}
.site-footer a,
.site-footer .site-title { color: #121212; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-grid {
  grid-template-columns: 1.35fr repeat(3, minmax(150px, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: 4.25rem 3rem;
}
.footer-brand .site-title { display: inline-block; margin-bottom: 1.25rem; font-size: 24px; }
.footer-brand p { max-width: 290px; color: #555; font-size: 13px; line-height: 1.7; }
.footer-assurances,
.footer-column ul,
.footer-policy-links { margin: 0; padding: 0; list-style: none; }
.footer-assurances { margin-top: 1.25rem; color: #383838; font-size: 12px; }
.footer-assurances li + li { margin-top: 6px; }
.footer-assurances li::before { content: "\2713"; margin-right: 7px; }
.footer-column h2,
.footer-newsletter h2 { margin: 0 0 1rem; font-size: 14px; font-weight: 500; letter-spacing: .055em; }
.footer-column li + li { margin-top: .75rem; }
.footer-column a { color: #555; font-size: 12px; }
.footer-newsletter {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2rem 3rem;
}
.footer-newsletter h2 { margin-bottom: .35rem; }
.footer-newsletter p { margin: 0; color: #666; font-size: 12px; }
.footer-newsletter__form {
  display: grid;
  grid-template-columns: minmax(210px, 340px) 48px;
  width: min(100%, 390px);
}
.footer-newsletter__form input { min-height: 48px; border: 1px solid #777; border-right: 0; border-radius: 0; }
.footer-newsletter__form button { min-height: 48px; padding: 0; border-radius: 0; }
.footer-bottom {
  min-height: 74px;
  border-top: 1px solid #e5e5e5;
  color: #666;
  font-size: 11px;
}
.footer-policy-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem 1.2rem; }
.footer-policy-links a { color: #666; }

@media (max-width: 900px) {
  .site-shell { width: min(calc(100% - 2rem), 1200px); }
  .header-layout { grid-template-columns: 42px 1fr auto; min-height: 70px; gap: .75rem; }
  .site-branding { min-width: 0; }
  .site-title { font-size: 20px; }
  .primary-navigation { padding: .7rem 1rem 1rem; }
  .primary-menu a { padding: .85rem .25rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .site-shell { width: min(calc(100% - 1.5rem), 1200px); }
  .header-layout { width: calc(100% - 1rem); }
  .header-actions .header-action:first-of-type { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.25rem; padding-block: 3rem 2rem; }
  .footer-newsletter { align-items: stretch; flex-direction: column; padding-block: 1rem 2.5rem; }
  .footer-newsletter__form { width: 100%; }
  .footer-bottom { align-items: flex-start; }
  .footer-policy-links { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .header-layout { grid-template-columns: 44px minmax(0, 1fr) 76px; }
  .header-actions { min-width: 76px; justify-content: flex-end; }
  .header-actions .header-action { display: grid; width: 36px; height: 36px; }
  .header-actions .header-search { display: none; }
  .site-branding { overflow: hidden; text-align: center; }
}
