/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

small {
  font-size: var(--wp--preset--font-size--small);
}

ul,
ol {
  padding: 0 0 0 var(--wp--preset--spacing--50);
}

.visually-hidden:not(:focus):not(:active):not(:focus):not(:active) {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.always-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

input[type=submit] {
  appearance: none;
  background-color: var(--wp--preset--color--primary);
  border-radius: 0px;
  border-color: var(--wp--preset--color--background);
  border-style: solid;
  border-width: 2px;
  color: var(--wp--preset--color--background);
  padding-top: var(--wp--preset--spacing--20);
  padding-right: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--50);
  text-decoration: none;
}

.wp-block-group {
  padding-bottom: 0;
  padding-top: 0;
}
.wp-block-group.is-selected, .wp-block-group.has-child-selected {
  padding-bottom: 1.25em;
}

.wp-block-quote {
  border-left: 2px solid var(--wp--preset--color--primary);
  padding-left: var(--wp--preset--spacing--50);
}

.wp-block-button__link {
  transition: all 0.2s ease-in-out;
}
.wp-block-button__link:hover {
  background: var(--wp--preset--color--secondary);
}

.btn-primary,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
}
.btn-primary:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: var(--wp--preset--color--secondary);
}

.btn-ghost,
.is-style-outline .wp-block-button__link {
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid rgba(26, 66, 105, 0.22);
  color: var(--wp--preset--color--primary);
}
.btn-ghost:hover,
.is-style-outline .wp-block-button__link:hover {
  color: #fff;
}

.is-style-text-arrow-button .wp-block-button__link {
  position: relative;
  background: transparent !important;
  padding: 0 1rem 0 0 !important;
  margin-top: 0px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  position: relative !important;
  z-index: 1 !important;
  text-decoration: none !important;
  color: var(--wp--preset--color--primary) !important;
  display: inline-flex !important;
  transition: all 0.2s ease-in-out !important;
}
.is-style-text-arrow-button .wp-block-button__link:after {
  content: "→";
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}
.is-style-text-arrow-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--cool-grey);
}
.is-style-text-arrow-button .wp-block-button__link:hover:after {
  right: -5px;
}

.wp-site-blocks > header {
  background: #fff;
  border-bottom: 1px solid rgba(26, 66, 105, 0.12);
  position: relative;
  z-index: 5;
}

.hero {
  position: relative;
  padding: 76px 0 90px;
  overflow: hidden;
}
.hero .blob {
  position: absolute;
  top: -120px;
  right: -30px;
  width: 550px;
  height: 550px;
  background: var(--wp--preset--color--cool-grey);
  opacity: 0.55;
  border-radius: 62% 38% 55% 45%/45% 55% 45% 55%;
  z-index: 0;
}
.hero .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}
.hero .hero-eyebrow {
  color: var(--wp--preset--color--sage-dark);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero .hero-eyebrow .stones span:nth-child(1) {
  width: 14px;
  height: 5px;
  background: var(--wp--preset--color--primary);
}
.hero .hero-eyebrow .stones span:nth-child(2) {
  width: 11px;
  height: 4px;
  background: var(--wp--preset--color--sage-green);
}
.hero .hero-eyebrow .stones span:nth-child(3) {
  width: 8px;
  height: 3px;
  background: var(--wp--preset--color--secondary);
}
.hero h1 {
  font-size: 46px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--wp--preset--color--teal-dark);
  font-weight: 500;
}
.hero .hero-figure {
  position: relative;
  margin-top: 0;
}
.hero .hero-figure .ph-block {
  height: 430px;
  border-radius: 62% 38% 55% 45%/45% 55% 45% 55%;
  box-shadow: 0 30px 60px -30px rgba(15, 44, 71, 0.35);
}
.hero .hero-figure .tag {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: #fff;
  padding: 14px 18px !important;
  border-radius: 14px;
  box-shadow: 0 18px 34px -18px rgba(15, 44, 71, 0.3);
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 220px;
}
.hero .hero-figure .tag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wp--preset--color--sage-green);
  flex-shrink: 0;
  margin-top: 6px;
}
.hero .hero-figure .tag p,
.hero .hero-figure .tag h4 {
  margin: 0;
  font-size: 12px !important;
  line-height: 1.5;
  color: var(--wp--preset--color--text-soft);
  font-family: var(--wp--preset--font-family--body);
}
.hero .hero-figure .tag h4 {
  margin-top: 0.25em;
}
.hero .hero-figure .tag h4 a {
  text-decoration: none;
}
.hero .hero-figure .tag strong {
  display: block;
  font-size: 12.5px;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}

footer.wp-block-template-part {
  margin: 0 !important;
}
footer.wp-block-template-part .footer-grid {
  display: grid;
  padding-inline: 2rem !important;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  footer.wp-block-template-part .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    padding: 64px 0 40px !important;
  }
}
footer.wp-block-template-part .footer-grid {
  gap: 40px;
  padding: 64px 2rem !important;
}
footer.wp-block-template-part h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary);
  margin: 0 0 16px;
  font-weight: 700;
}
footer.wp-block-template-part p {
  margin-top: 0 !important;
}
footer.wp-block-template-part a:not(.wp-block-social-link-anchor),
footer.wp-block-template-part p a:not(.wp-block-social-link-anchor) {
  display: block;
  font-size: 13px;
  color: var(--wp--preset--color--text-soft) !important;
  margin-bottom: 2px;
  text-decoration: none !important;
  font-weight: 400 !important;
}
footer.wp-block-template-part a:not(.wp-block-social-link-anchor):hover,
footer.wp-block-template-part p a:not(.wp-block-social-link-anchor):hover {
  color: var(--wp--preset--color--primary) !important;
  text-decoration: none !important;
}
footer.wp-block-template-part .foot-desc {
  font-size: 13px;
  color: var(--wp--preset--color--text-soft);
  line-height: 1.7;
  margin-top: 14px;
  max-width: 260px;
}
footer.wp-block-template-part .foot-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 66, 105, 0.12);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--wp--preset--color--text-soft);
}

/* ============ NEWSLETTER ============ */
.news {
  position: relative;
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 80px 0 !important;
  overflow: hidden;
  text-align: center;
}

.news .blob {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 62% 38% 55% 45%/45% 55% 45% 55%;
  background: rgba(255, 255, 255, 0.06);
  top: -160px;
  left: -120px;
}

.news .blob2 {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 62% 38% 55% 45%/45% 55% 45% 55%;
  background: rgba(255, 255, 255, 0.06);
  bottom: -140px;
  right: -80px;
}

.news h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.news p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14.5px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.news form {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.news input {
  width: 300px;
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  font-family: "Montserrat";
  font-size: 13.5px;
}

.news button {
  background: var(--wp--preset--color--secondary);
  color: #0f2c1a;
  border: none;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13.5px;
}

.single-post,
.wp-singular,
.blog,
.archive {
  /* article head */
}
.single-post .art-head,
.wp-singular .art-head,
.blog .art-head,
.archive .art-head {
  padding: 26px 0 40px;
  text-align: center;
}
.single-post .art-head .eyebrow,
.wp-singular .art-head .eyebrow,
.blog .art-head .eyebrow,
.archive .art-head .eyebrow {
  color: var(--wp--preset--color--teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.single-post .art-head h1,
.wp-singular .art-head h1,
.blog .art-head h1,
.archive .art-head h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.22;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}
.single-post .art-head .dek,
.wp-singular .art-head .dek,
.blog .art-head .dek,
.archive .art-head .dek {
  font-size: 16px;
  color: var(--wp--preset--color--text-soft);
  margin: 18px auto 0;
  max-width: 560px;
  line-height: 1.7;
}
.single-post .art-meta,
.wp-singular .art-meta,
.blog .art-meta,
.archive .art-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  font-size: 13px;
  color: var(--wp--preset--color--text-soft);
}
.single-post .art-meta > *,
.wp-singular .art-meta > *,
.blog .art-meta > *,
.archive .art-meta > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-post .art-meta .avatar,
.wp-singular .art-meta .avatar,
.blog .art-meta .avatar,
.archive .art-meta .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--wp--preset--color--cool-grey);
}
.single-post .art-meta strong,
.wp-singular .art-meta strong,
.blog .art-meta strong,
.archive .art-meta strong {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 13px;
}
.single-post .art-meta .divider,
.wp-singular .art-meta .divider,
.blog .art-meta .divider,
.archive .art-meta .divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--wp--preset--color--text-soft);
}
.single-post .hero-img,
.wp-singular .hero-img,
.blog .hero-img,
.archive .hero-img {
  padding: 0 0 8px;
}
.single-post .hero-img .ph-block,
.wp-singular .hero-img .ph-block,
.blog .hero-img .ph-block,
.archive .hero-img .ph-block {
  height: 480px;
  border-radius: 22px;
}
.single-post .hero-img .caption,
.wp-singular .hero-img .caption,
.blog .hero-img .caption,
.archive .hero-img .caption {
  text-align: center;
  font-size: 12px;
  color: var(--wp--preset--color--text-soft);
  margin-top: 12px;
  font-style: italic;
}
.single-post,
.wp-singular,
.blog,
.archive {
  /* article body */
}
.single-post .article-body,
.wp-singular .article-body,
.blog .article-body,
.archive .article-body {
  padding: 10px 0 20px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--wp--preset--color--foreground);
}
.single-post .article-body p,
.wp-singular .article-body p,
.blog .article-body p,
.archive .article-body p {
  margin: 0 0 22px;
}
.single-post .article-body h2,
.wp-singular .article-body h2,
.blog .article-body h2,
.archive .article-body h2 {
  font-size: 27px;
  font-weight: 500;
  margin: 52px 0 18px;
}
.single-post .article-body h3,
.wp-singular .article-body h3,
.blog .article-body h3,
.archive .article-body h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 34px 0 14px;
}
.single-post .article-body ul,
.wp-singular .article-body ul,
.blog .article-body ul,
.archive .article-body ul {
  margin: 0 0 22px;
  padding-left: 22px;
}
.single-post .article-body li,
.wp-singular .article-body li,
.blog .article-body li,
.archive .article-body li {
  margin-bottom: 10px;
}
.single-post .article-body .wp-block-image,
.wp-singular .article-body .wp-block-image,
.blog .article-body .wp-block-image,
.archive .article-body .wp-block-image {
  margin: 40px 0;
}
.single-post .article-body .wp-block-image .ph-block,
.wp-singular .article-body .wp-block-image .ph-block,
.blog .article-body .wp-block-image .ph-block,
.archive .article-body .wp-block-image .ph-block {
  height: 320px;
  border-radius: 18px;
}
.single-post .article-body .wp-block-image .wp-element-caption,
.wp-singular .article-body .wp-block-image .wp-element-caption,
.blog .article-body .wp-block-image .wp-element-caption,
.archive .article-body .wp-block-image .wp-element-caption {
  text-align: center;
  font-size: 12px;
  color: var(--wp--preset--color--text-soft);
  margin-top: 10px;
  font-style: italic;
}
.single-post,
.wp-singular,
.blog,
.archive {
  /* tags */
}
.single-post .tags,
.wp-singular .tags,
.blog .tags,
.archive .tags {
  display: flex;
  gap: 0;
  margin: 36px 0;
  flex-wrap: wrap;
}
.single-post .tags a,
.wp-singular .tags a,
.blog .tags a,
.archive .tags a {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 66, 105, 0.12);
  color: var(--wp--preset--color--teal-dark);
}
.single-post .related,
.wp-singular .related,
.blog .related,
.archive .related {
  padding: 70px 0 90px;
}
.single-post .related h2,
.wp-singular .related h2,
.blog .related h2,
.archive .related h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 28px;
}
.single-post .rel-grid,
.wp-singular .rel-grid,
.blog .rel-grid,
.archive .rel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.single-post .rel-card,
.wp-singular .rel-card,
.blog .rel-card,
.archive .rel-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.single-post .rel-card .ph-block,
.wp-singular .rel-card .ph-block,
.blog .rel-card .ph-block,
.archive .rel-card .ph-block {
  height: 220px;
  border-radius: 12px;
  margin-bottom: 14px;
}
.single-post .rel-card h4,
.wp-singular .rel-card h4,
.blog .rel-card h4,
.archive .rel-card h4 {
  font-family: "Lora", serif;
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 6px;
  font-weight: 500;
}
.single-post .rel-card .price,
.wp-singular .rel-card .price,
.blog .rel-card .price,
.archive .rel-card .price {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.single-product {
  --line: rgba(26, 66, 105, 0.12);
  --pebble: 62% 38% 55% 45% / 45% 55% 45% 55%;
  /* ===== layout: content + sticky buy box ===== */
}
.single-product .layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  padding: 30px 0 20px;
  align-items: start;
}
.single-product .pc-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
}
.single-product .pc-box h4 {
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.single-product .pc-box.pros h4 {
  color: var(--wp--preset--color--sage-dark);
}
.single-product .pc-box.cons h4 {
  color: var(--wp--preset--color--teal-dark);
}
.single-product .pc-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product .pc-box li {
  font-size: 13.5px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: var(--text);
}
.single-product .pc-box.pros li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--sage-dark);
  font-weight: 700;
}
.single-product .pc-box.cons li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--teal-dark);
  font-weight: 700;
}
.single-product {
  /* ===== sticky buy box ===== */
}
.single-product .buybox {
  position: sticky;
  top: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
}
.single-product .buybox .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wp--preset--color--sage-dark);
  background: rgba(123, 170, 128, 0.15);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.single-product .buybox .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.single-product .buybox .stars {
  color: var(--wp--preset--color--sage-dark);
  font-size: 14px;
  letter-spacing: 1px;
}
.single-product .buybox .rating-num {
  font-size: 12.5px;
  color: var(--wp--preset--color--text-soft);
  font-weight: 600;
}
.single-product .buybox .price {
  font-family: "Lora", serif;
  font-size: 28px;
  color: var(--wp--preset--color--primary);
  margin: 6px 0 16px;
}
.single-product .buybox .shop-btn {
  display: block;
  text-align: center;
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 14px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
}
.single-product .buybox .disclosure {
  font-size: 10.5px;
  color: var(--wp--preset--color--text-soft);
  margin-top: 12px;
  line-height: 1.5;
  text-align: center;
}
.single-product {
  /* Product template: wide content column + fixed-width buy box */
}
.single-product .product-layout {
  display: grid !important;
  grid-template-columns: 1fr 320px;
  gap: var(--wp--preset--spacing--50, 40px);
  align-items: start;
}
.single-product .product-layout__content,
.single-product .product-layout__buybox {
  width: auto;
  flex-basis: auto;
}
.single-product .product-layout__buybox.buybox {
  position: sticky;
  top: 24px;
}
.single-product {
  /* Stack on smaller screens — sticky sidebar becomes a normal block */
}
@media (max-width: 782px) {
  .single-product .product-layout {
    grid-template-columns: 1fr;
  }
  .single-product .product-layout__buybox.buybox {
    position: static;
    /* Move it above the article content instead of leaving it at
      the bottom of the stack — the whole point of this page is
      the buy decision, so don't make mobile readers scroll past
      the entire review to find the price and button. */
    order: -1;
    margin-bottom: var(--wp--preset--spacing--50, 32px);
  }
  .single-product .product-layout__content {
    order: 0;
  }
}

body {
  margin: 0;
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--body);
  -webkit-font-smoothing: antialiased;
}

/* ---------- placeholder image blocks ---------- */
.ph-block {
  position: relative;
  background: linear-gradient(135deg, var(--wp--preset--color--cool-grey) 0%, #e4ece9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ph-block .ph-inner {
  text-align: center;
  color: var(--wp--preset--color--teal-dark);
  opacity: 0.75;
}

.ph-block .ph-inner svg {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  opacity: 0.7;
}

.ph-block .ph-inner .dim {
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.ph-block .ph-inner .alt {
  font-size: 10.5px;
  margin-top: 4px;
  max-width: 220px;
  line-height: 1.5;
  opacity: 0.85;
}

.pebble-frame {
  border-radius: var(--pebble);
}

.wrap {
  max-width: var(--wp--preset--layout--content-size);
  margin: 0 auto;
  padding: 0 40px;
}

/* breadcrumb */
.crumbs {
  padding: 20px 0 0;
  font-size: 12.5px;
  color: var(--wp--preset--color--text-soft);
}

.crumbs a {
  color: var(--wp--preset--color--text-soft);
}

.crumbs .sep {
  margin: 0 6px;
  opacity: 0.6;
}

.crumbs .current {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}

/* Table Styles */
.spec-table {
  margin: 36px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.spec-table .spec-row {
  display: flex;
  border-bottom: 1px solid var(--line);
}
.spec-table .spec-row p {
  line-height: 1.3;
  margin: 0 !important;
}
.spec-table .spec-row:last-child {
  border-bottom: none;
}
.spec-table .spec-row .label {
  width: 38%;
  padding: 14px 20px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-soft);
  background: var(--paper);
}
.spec-table .spec-row .value {
  padding: 14px 20px;
  font-size: 13.5px;
  color: var(--text);
}

blockquote {
  display: flex;
  position: relative;
  gap: 18px;
  margin: 40px 0;
  padding: 45px 35px !important;
  background: var(--wp--preset--color--cool-grey);
  border-radius: 62% 38% 55% 45%/45% 55% 45% 55%;
  align-items: flex-start;
}
blockquote:before {
  content: "“";
  font-family: "Lora", serif;
  font-size: 44px;
  color: var(--wp--preset--color--teal-dark);
  line-height: 1;
  margin-right: 6px;
  top: 10px;
}

blockquote .mark2 {
  font-family: "Lora", serif;
  font-size: 44px;
  color: var(--wp--preset--color--teal-dark);
  line-height: 1;
}

blockquote p {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 19px;
  color: var(--wp--preset--color--ink-deep);
  margin: 0;
  line-height: 1.5;
}

header .wp-block-navigation__container .wp-block-navigation-item__content {
  position: relative;
}
header .wp-block-navigation__container .wp-block-navigation-item__content::before, header .wp-block-navigation__container .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
header .wp-block-navigation__container .wp-block-navigation-item__content::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
header .wp-block-navigation__container .wp-block-navigation-item__content::after {
  content: "";
  top: calc(100% + 4px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
}
header .wp-block-navigation__container .wp-block-navigation-item__content:hover, header .wp-block-navigation__container .wp-block-navigation-item__content:focus, header .wp-block-navigation__container .wp-block-navigation-item__content:focus-within, header .wp-block-navigation__container .wp-block-navigation-item__content[aria-current=page] {
  color: var(--wp--preset--color--secondary);
}
header .wp-block-navigation__container .wp-block-navigation-item__content:hover:before, header .wp-block-navigation__container .wp-block-navigation-item__content:focus:before, header .wp-block-navigation__container .wp-block-navigation-item__content:focus-within:before, header .wp-block-navigation__container .wp-block-navigation-item__content[aria-current=page]:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
header .wp-block-navigation__container .wp-block-navigation-item__content:hover::after, header .wp-block-navigation__container .wp-block-navigation-item__content:focus::after, header .wp-block-navigation__container .wp-block-navigation-item__content:focus-within::after, header .wp-block-navigation__container .wp-block-navigation-item__content[aria-current=page]::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

main {
  margin-bottom: 0 !important;
}

/* ============ PILLARS ============ */
.pillars {
  padding: 20px 0 90px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

.section-head h2 {
  font-size: 30px;
  font-weight: 500;
}

.section-head .sub {
  color: var(--wp--preset--color--text-soft);
  font-size: 14px;
  margin-top: 8px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .pillar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pillar-grid {
  gap: 24px;
  padding-inline: 2rem;
}

.pillar-grid li > .pillar-card {
  border-radius: 20px;
  padding: 32px 28px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pillar-grid li:nth-child(3n+1) > .pillar-card {
  background: var(--wp--preset--color--primary);
  color: #fff;
}

.pillar-grid li:nth-child(3n+2) > .pillar-card {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}

.pillar-grid li:nth-child(3n+3) > .pillar-card {
  background: var(--wp--preset--color--sage-green);
  color: #0f2c1a;
}

.pillar-grid li > .pillar-card .blob-mini {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 62% 38% 55% 45%/45% 55% 45% 55%;
  background: rgba(255, 255, 255, 0.12);
  top: -50px;
  right: -50px;
}

.pillar-grid li > .pillar-card h3 {
  color: inherit;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.pillar-grid li > .pillar-card h3 a {
  text-decoration: none;
}

.pillar-grid li > .pillar-card .wp-block-term-description {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  color: #fff;
}

.pillar-grid li > .pillar-card .arrow {
  margin-top: 22px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pillar-grid li > .pillar-card .arrow a {
  position: relative;
  margin-top: 0px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  transition: all 0.2s ease-in-out;
}
.pillar-grid li > .pillar-card .arrow a:after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 0;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}
.pillar-grid li > .pillar-card .arrow a:hover {
  color: var(--wp--preset--color--cool-grey);
}
.pillar-grid li > .pillar-card .arrow a:hover:after {
  right: -20px;
}

/* ============ LATEST ARTICLES ============ */
.latest {
  padding: 20px 0 90px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 28px;
}

.a-card .ph-block {
  height: 190px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.a-card .eyebrow a {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.a-card:nth-child(3n+1) .eyebrow a {
  color: var(--wp--preset--color--teal-dark);
}

.a-card:nth-child(3n+2) .eyebrow a {
  color: var(--wp-preset--color--sage-dark);
}

.a-card:nth-child(3n+3) .eyebrow a {
  color: var(--wp-preset--color--primary);
}

.a-card h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 10px;
}
.a-card h3 a:hover {
  text-decoration: none;
  color: var(--wp-preset--color--secondary);
}

.a-card p.excerpt {
  font-size: 13.5px;
  color: var(--wp-preset--color--text-soft);
  line-height: 1.65;
  margin-top: 16px;
}

.a-card .meta {
  margin-top: 14px;
  font-size: 11.5px;
  color: var(--wp-preset--color--text-soft);
  display: flex;
  gap: 8px;
  align-items: center;
}

.a-card .meta .avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--wp-preset--color--cool-grey);
}

.wp-block-post-time-to-read {
  display: flex;
  align-items: center;
  gap: 6px; /* Adjusts the space between the icon and text */
}

.wp-block-post-time-to-read::before {
  content: "";
  display: block;
  width: 16px; /* Adjusts the size of the clock */
  height: 16px;
  background-color: currentColor; /* Automatically matches your text color */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27%3E%3C/circle%3E%3Cpolyline points=%2712 6 12 12 16 14%27%3E%3C/polyline%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2710%27%3E%3C/circle%3E%3Cpolyline points=%2712 6 12 12 16 14%27%3E%3C/polyline%3E%3C/svg%3E") no-repeat center/contain;
}

/* ============ Products ============ */
.picks {
  background: var(--wp--preset--color--cool-grey);
  padding: 80px 0;
}

.picks .section-head h2 {
  color: var(--wp--preset--color--primary);
}

.picks .disclosure {
  font-size: 11.5px;
  color: var(--text-soft);
  margin-top: 6px;
}

.pick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pick-grid > li {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
}
.pick-grid > li .ph-block {
  border-radius: 12px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #e9eeea, #dbe4e0);
}
.pick-grid > li .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sage-dark);
  background: rgba(123, 170, 128, 0.15);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.pick-grid > li h4 {
  font-family: "Lora", serif;
  font-size: 16.5px;
  color: var(--wp--preset--color--primary);
  margin: 0 0 6px;
  font-weight: 500;
}
.pick-grid > li .excerpt p {
  font-size: 12.5px;
  color: var(--wp--preset--color--text-soft);
  line-height: 1.6;
  margin: 0 0 14px;
}
.pick-grid > li .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.pick-grid > li .price {
  font-weight: 700;
  font-size: 14px;
  color: var(--wp--preset--color--primary);
  margin-bottom: 0;
}
.pick-grid > li .shop {
  font-size: 12px;
  font-weight: 700;
  color: var(--wp--preset--color--teal-dark);
}

a {
  text-decoration: none !important;
}

.logo .mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--wp--preset--color--cool-grey);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- stacked stone mini icon ---------- */
.stones {
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  align-items: center;
  gap: 3px;
  margin: 0 !important;
}

.stones span {
  display: block;
  border-radius: 50%;
}

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stones span:nth-child(1) {
  width: 14px;
  height: 5px;
  background: var(--wp--preset--color--primary);
}

.stones span:nth-child(2) {
  width: 11px;
  height: 4px;
  background: var(--wp--preset--color--sage-green);
}

.stones span:nth-child(3) {
  width: 8px;
  height: 3px;
  background: var(--wp--preset--color--secondary);
}

/*# sourceMappingURL=global.css.map*/