/** Shopify CDN: Minification failed

Line 229:13 Expected identifier but found whitespace
Line 229:15 Unexpected "{"
Line 229:24 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:hero (INDEX:41) */
/* ── Hero — split layout ── */
.yy-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: clamp(44px, 5.5vw, 76px);
  padding-bottom: clamp(24px, 6.5vw, 92px);
}

.yy-hero__squiggle {
  position: absolute;
  bottom: -20px;
  right: 4%;
  width: 54%;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
.yy-hero__squiggle svg {
  width: 100%;
  height: auto;
}

.yy-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ── LEFT ── */
.yy-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #D21B41;
  margin: 0 0 24px;
}

.yy-hero__star {
  font-size: 13px;
  line-height: 1;
}

.yy-hero__headline {
  margin: 0 0 24px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: clamp(60px, 7vw, 108px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #1a1a1a;
}

.yy-hero__line--crimson {
  color: #D21B41;
  font-style: italic;
  font-weight: 400;
}

.yy-hero__subtext {
  margin: 0 0 32px;
  max-width: 460px;
  font-family: 'Ofelia Display', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(26,26,26,0.75);
}

/* CTAs */
.yy-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 0;
}

.yy-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}
.yy-hero__btn:hover { opacity: 0.85; transform: translateY(-1px); }

.yy-hero__btn--primary {
  background: #D21B41;
  color: #fff;
  border-color: #D21B41;
}

.yy-hero__btn--secondary {
  background: transparent;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

/* Trust */
.yy-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  align-items: center;
}

.yy-hero__reviews-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(26,26,26,0.12);
  border-radius: 999px;
  padding: 6px 16px 6px 6px;
}

.yy-hero__reviews-badge {
  background: #D21B41;
  border-radius: 999px;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.yy-hero__stars {
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
}

.yy-hero__rating {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.01em;
}

.yy-hero__reviews-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.yy-hero__reviews-text strong {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  color: #1a1a1a;
  line-height: 1;
}

.yy-hero__reviews-text span {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: rgba(26,26,26,0.55);
  margin-top: 1px;
}

.yy-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid rgba(26,26,26,0.12);
  border-radius: 999px;
  padding: 9px 14px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #1a1a1a;
  text-transform: lowercase;
}

.yy-hero__chip svg { color: #D21B41; flex-shrink: 0; }

/* ── RIGHT ── */
.yy-hero__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 500px;
}

.yy-hero__image-card {
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  position: relative;
  background: {{ section.settings.right_bg_colour }};
}

.yy-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  inset: 0;
}

.yy-hero__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yy-hero__placeholder-svg {
  width: 55%;
  height: auto;
  opacity: 0.25;
}

/* ── MOBILE ── */
@media (max-width: 860px) {
  .yy-hero__inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 22px;
  }
  .yy-hero__right {
    order: -1;
    min-height: 280px;
  }
  .yy-hero__image-card {
    min-height: 280px;
  }
  .yy-hero__headline {
    font-size: clamp(52px, 15vw, 76px);
  }
  .yy-hero__subtext {
    font-size: 16px;
  }
  .yy-hero__squiggle {
    width: 95%;
    right: -40px;
    bottom: -10px;
  }
}
/* END_SECTION:hero */

/* START_SECTION:yy-404 (INDEX:93) */
.yy-404{background:var(--yy-cream,#FBF6EC);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-404__in{max-width:760px;margin:0 auto;padding:96px 32px 112px;text-align:center}
.yy-404__code{font-family:var(--font-display,'Ofelia Display',serif);font-size:78px;font-weight:700;color:var(--accent,#D21B41);margin:0 0 8px;letter-spacing:-.04em;line-height:1}
.yy-404__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(32px,4.4vw,52px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 16px}
.yy-404__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-404__body{font-size:16.5px;line-height:1.55;color:var(--fg-3,rgba(0,0,0,.65));margin:0 auto 32px;max-width:34em}
.yy-404__search{display:flex;gap:10px;max-width:460px;margin:0 auto 28px}
.yy-404__search input{flex:1;border:1px solid var(--yy-rule,rgba(0,0,0,.2));border-radius:99px;padding:14px 20px;font-family:inherit;font-size:15px;background:var(--bg-page,#fff)}
.yy-404__links{display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center;font-size:14.5px}
.yy-404__links a{text-decoration:underline;text-underline-offset:3px;color:inherit}
.yy-404__links a:hover{color:var(--accent,#D21B41)}
@media(max-width:900px){.yy-404__in{padding:64px 22px 80px}.yy-404__search{flex-direction:column}.yy-404__search input{width:100%}}
/* END_SECTION:yy-404 */

/* START_SECTION:yy-article (INDEX:95) */
.yy-art{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif);padding-bottom:88px}
.yy-art__col{max-width:720px;margin:0 auto;padding:0 32px}
.yy-art__head{padding:48px 0 28px;text-align:center}
.yy-art__back{font-size:13.5px;color:var(--accent,#D21B41);text-decoration:none;text-transform:lowercase}
.yy-art__back:hover{text-decoration:underline;text-underline-offset:3px}
.yy-art__meta{font-size:12.5px;color:var(--fg-3,rgba(0,0,0,.55));margin:18px 0 10px}
.yy-art__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(32px,4.4vw,54px);line-height:1.02;letter-spacing:-.03em;text-transform:lowercase;margin:0}
.yy-art__hero{max-width:1040px;margin:0 auto 44px;padding:0 32px}
.yy-art__hero img{width:100%;height:auto;border-radius:var(--r-lg,24px);display:block}
.yy-rte{font-size:17px;line-height:1.7;color:var(--fg-2,rgba(0,0,0,.82))}
.yy-rte h2{font-family:var(--font-display,'Ofelia Display',serif);font-size:28px;font-weight:700;letter-spacing:-.02em;margin:40px 0 14px;line-height:1.15}
.yy-rte h3{font-size:20px;font-weight:700;margin:32px 0 10px}
.yy-rte p{margin:0 0 20px}
.yy-rte a{color:var(--accent,#D21B41);text-decoration:underline;text-underline-offset:3px}
.yy-rte ul,.yy-rte ol{margin:0 0 20px;padding-left:22px}
.yy-rte li{margin-bottom:8px}
.yy-rte img{max-width:100%;height:auto;border-radius:var(--r-md,16px);margin:12px 0}
.yy-rte blockquote{margin:28px 0;padding:20px 24px;background:var(--yy-cream,#FBF6EC);border-radius:var(--r-md,16px);font-size:18px}
.yy-art__share{display:flex;gap:16px;align-items:center;margin-top:44px;font-size:13.5px;color:var(--fg-3,rgba(0,0,0,.6))}
.yy-art__share a{color:inherit;text-decoration:underline;text-underline-offset:3px;text-transform:lowercase}
.yy-art__share a:hover{color:var(--accent,#D21B41)}
.yy-art__nav{display:flex;justify-content:space-between;gap:24px;margin-top:56px;padding-top:32px;border-top:1px solid var(--yy-rule,rgba(0,0,0,.1))}
.yy-art__navlink{color:inherit;text-decoration:none;max-width:46%}
.yy-art__navlink--r{text-align:right;margin-left:auto}
.yy-art__navlink span{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent,#D21B41);margin-bottom:6px}
.yy-art__navlink strong{font-size:15.5px;line-height:1.3;display:block}
.yy-art__comments{margin-top:64px}
.yy-art__comments h2{font-family:var(--font-display,'Ofelia Display',serif);font-size:24px;text-transform:lowercase;margin:0 0 24px}
.yy-comment{padding:18px 0;border-bottom:1px solid var(--yy-rule,rgba(0,0,0,.08))}
.yy-comment__who{font-size:13px;color:var(--fg-3,rgba(0,0,0,.55));margin:0 0 6px}
.yy-comment__body{font-size:15px;line-height:1.6}
.yy-cform{margin-top:28px}
.yy-cform__row{display:flex;gap:12px;margin-bottom:12px}
.yy-cform input,.yy-cform textarea{width:100%;border:1px solid var(--yy-rule,rgba(0,0,0,.18));border-radius:var(--r-md,16px);padding:13px 16px;font-family:inherit;font-size:14.5px}
.yy-cform textarea{margin-bottom:14px;resize:vertical}
.yy-cform__err{color:var(--accent,#D21B41);font-size:14px}
.yy-cform__ok{color:#0a7d33;font-size:14px}
@media(max-width:760px){.yy-art__col,.yy-art__hero{padding:0 20px}.yy-art__head{padding:32px 0 22px}.yy-art__nav{flex-direction:column}.yy-art__navlink{max-width:100%}.yy-art__navlink--r{text-align:left;margin-left:0}.yy-cform__row{flex-direction:column}}
/* END_SECTION:yy-article */

/* START_SECTION:yy-best-sellers (INDEX:97) */
.yy-bs { background: #fff; padding: var(--yy-sec-y,48px) 0; }
.yy-bs__inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); }
.yy-bs__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 36px; }
.yy-bs__eyebrow { font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(26,26,26,0.55); margin: 0 0 12px; }
.yy-bs__heading { font-family: var(--font-display,'Ofelia Display',serif); font-weight: 700; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.05; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; margin: 0; }
.yy-bs__heading-italic { font-style: italic; font-weight: 400; color: var(--accent,#D21B41); }
.yy-bs__shopall { font-weight: 500; font-size: 14px; color: #1a1a1a; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; text-decoration-color: rgba(26,26,26,0.35); }
.yy-bs__shopall:hover { text-decoration-color: #1a1a1a; }
.yy-bs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; list-style: none; margin: 0; padding: 0; }
.yy-bs__empty { text-align: center; color: #999; font-size: 14px; padding: 64px 0; }
.yy-bs-card { background: #fff; border: 1px solid rgba(26,26,26,0.06); border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform 0.28s cubic-bezier(0.22,1,0.36,1), box-shadow 0.28s cubic-bezier(0.22,1,0.36,1); }
.yy-bs-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
/* Neutral surface, never a flat brand colour - product photography only. */
.yy-bs-card__media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--yy-cream,#FBF6EC); }
.yy-bs-card__img-wrap { display: block; position: absolute; inset: 0; }
.yy-bs-card__img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); display: block; }
.yy-bs-card:hover .yy-bs-card__img { transform: scale(1.06); }
.yy-bs-card__placeholder { width: 60%; height: 60%; position: absolute; top: 20%; left: 20%; opacity: 0.2; }
/* Height auto - the star asset is portrait (243x372). */
.yy-bs-card__starimg { position: absolute; top: 13px; right: 13px; height: auto; opacity: 0.5; z-index: 2; pointer-events: none; }
.yy-bs-card__badge { position: absolute; top: 13px; left: 13px; z-index: 2; border-radius: 999px; padding: 5px 11px; background: var(--accent,#D21B41); color: #fff; font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.14em; line-height: 1; }
.yy-bs-card__quick { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 3; opacity: 0; transform: translateY(8px); transition: opacity 0.28s ease, transform 0.28s ease; }
.yy-bs-card:hover .yy-bs-card__quick, .yy-bs-card:focus-within .yy-bs-card__quick { opacity: 1; transform: none; }
.yy-bs-card__quick-btn { display: block; width: 100%; box-sizing: border-box; background: rgba(255,255,255,0.94); backdrop-filter: blur(8px); border: 1px solid rgba(26,26,26,0.12); border-radius: 999px; padding: 10px 16px; font-family: inherit; font-weight: 600; font-size: 13px; color: #1a1a1a; cursor: pointer; text-align: center; text-decoration: none; transition: background 0.2s; }
.yy-bs-card__quick-btn:hover { background: #fff; }
.yy-bs-card__quick-btn.is-off { opacity: .6; cursor: default; }
.yy-bs-card__info { padding: 15px 17px 17px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.yy-bs-card__rating { display: flex; align-items: center; gap: 7px; margin-bottom: 2px; }
.yy-bs-card__rating .yy-stars { font-size: 11px; letter-spacing: 1px; }
.yy-bs-card__rating-text { font-size: 11.5px; color: rgba(26,26,26,0.55); }
.yy-bs-card__name { font-family: var(--font-display,'Ofelia Display',serif); font-weight: 700; font-size: 21px; line-height: 1.05; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; text-decoration: none; display: block; }
.yy-bs-card__sub { font-size: 12.5px; line-height: 1.35; color: rgba(26,26,26,0.6); margin: 0; }
.yy-bs-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 12px; }
.yy-bs-card__price { font-weight: 600; font-size: 15.5px; color: #1a1a1a; display: flex; align-items: baseline; gap: 6px; }
.yy-bs-card__was { font-size: 12px; color: rgba(26,26,26,0.4); }
.yy-bs-card__add { display: inline-block; background: var(--accent,#D21B41); color: #fff; border: none; border-radius: 999px; padding: 9px 20px; font-family: inherit; font-weight: 600; font-size: 13.5px; cursor: pointer; transition: opacity 0.2s; text-transform: lowercase; text-decoration: none; white-space: nowrap; }
.yy-bs-card__add:hover { opacity: 0.85; }
.yy-bs-card__add:disabled, .yy-bs-card__add.is-off { opacity: .5; cursor: default; }
@media (max-width: 860px) {
  .yy-bs__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .yy-bs__header { margin-bottom: 26px; }
  .yy-bs-card__name { font-size: 19px; overflow-wrap: break-word; }
  .yy-bs-card__info { padding: 13px 14px 15px; }
  .yy-bs-card__quick { opacity: 1; transform: none; }

  /* A grid item cannot shrink below its own min-content width. The footer put
     the price and an unbreakable (white-space:nowrap) button side by side, so
     "choose size" set a ~200pt floor per card and two columns overran a 390pt
     phone. Stacking the footer removes the competition for horizontal room;
     min-width:0 removes the floor entirely. */
  .yy-bs__grid { min-width: 0; }
  .yy-bs__grid > li,
  .yy-bs-card { min-width: 0; }
  .yy-bs-card__footer { flex-direction: column; align-items: stretch; gap: 10px; }
  .yy-bs-card__add { display: block; width: 100%; box-sizing: border-box; text-align: center; padding: 11px 14px; white-space: normal; }
  .yy-bs-card__quick-btn { font-size: 12px; padding: 9px 10px; }
}
/* END_SECTION:yy-best-sellers */

/* START_SECTION:yy-blog (INDEX:98) */
.yy-blog{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-blog__in{max-width:1280px;margin:0 auto;padding:56px 32px 88px}
.yy-blog__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 14px}
.yy-blog__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(38px,5vw,64px);line-height:.98;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 14px}
.yy-blog__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-blog__sub{font-size:16.5px;color:var(--fg-3,rgba(0,0,0,.62));margin:0;max-width:36em}
.yy-blog__tags{display:flex;flex-wrap:wrap;gap:8px;margin:32px 0 8px}
.yy-blog__tags a{font-size:13.5px;padding:8px 16px;border-radius:99px;border:1px solid var(--yy-rule,rgba(0,0,0,.16));color:inherit;text-decoration:none;text-transform:lowercase}
.yy-blog__tags a.is-active,.yy-blog__tags a:hover{background:var(--yy-noir,#000);color:#fff;border-color:var(--yy-noir,#000)}
.yy-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 30px;margin-top:40px}
.yy-post{display:block;color:inherit;text-decoration:none}
.yy-post__img{aspect-ratio:3/2;border-radius:var(--r-lg,24px);overflow:hidden;background:var(--yy-cream,#FBF6EC);margin-bottom:16px}
.yy-post__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.yy-post:hover .yy-post__img img{transform:scale(1.04)}
.yy-post__meta{font-size:12.5px;letter-spacing:.02em;color:var(--fg-3,rgba(0,0,0,.55));margin:0 0 8px}
.yy-post h2{font-family:var(--font-display,'Ofelia Display',serif);font-size:22px;font-weight:700;line-height:1.12;letter-spacing:-.02em;text-transform:lowercase;margin:0 0 10px}
.yy-post__ex{font-size:14px;line-height:1.55;color:var(--fg-3,rgba(0,0,0,.6));margin:0 0 12px}
.yy-post__more{font-size:13.5px;font-weight:700;color:var(--accent,#D21B41);text-transform:lowercase}
.yy-post--lead{grid-column:1 / -1;display:grid;grid-template-columns:1.15fr 1fr;gap:40px;align-items:center}
.yy-post--lead .yy-post__img{aspect-ratio:16/10;margin-bottom:0}
.yy-post--lead h2{font-size:clamp(28px,3.2vw,40px)}
.yy-post--lead .yy-post__ex{font-size:15.5px}
.yy-blog__empty{font-size:16px;color:var(--fg-3,rgba(0,0,0,.6));padding:40px 0}
.yy-blog__pager{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:56px;font-size:14.5px}
.yy-blog__pager a{text-decoration:underline;text-underline-offset:3px;color:inherit}
@media(max-width:1000px){.yy-blog__grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.yy-blog__in{padding:36px 20px 64px}.yy-blog__grid{grid-template-columns:1fr;gap:32px}.yy-post--lead{grid-template-columns:1fr;gap:16px}.yy-post--lead .yy-post__img{margin-bottom:0}}
/* END_SECTION:yy-blog */

/* START_SECTION:yy-bundle-builder (INDEX:99) */
.yy-bb { background: var(--yy-cream, #FBF6EC); font-family: var(--font-text, 'Ofelia Text', sans-serif); }
.yy-bb__in { max-width: 1280px; margin: 0 auto; padding: var(--yy-sec-y, 48px) var(--yy-sec-x, 32px); }
.yy-bb__head { margin-bottom: 36px; max-width: 36em; }
.yy-bb__eye { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent, #D21B41); margin: 0 0 14px; }
.yy-bb__h { font-family: var(--font-display, 'Ofelia Display', serif); font-weight: 700; font-size: clamp(34px, 4.5vw, 56px); line-height: 1; letter-spacing: -.03em; text-transform: lowercase; margin: 0 0 14px; }
.yy-bb__accent { font-style: italic; color: var(--accent, #D21B41); }
.yy-bb__sub { font-size: 16.5px; line-height: 1.55; color: var(--fg-3, rgba(0,0,0,.62)); margin: 0; }
.yy-bb__layout { display: grid; grid-template-columns: 1.6fr .75fr; gap: 40px; align-items: start; }
.yy-bb__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.yy-bbc { background: var(--bg-page, #fff); border: 2px solid transparent; border-radius: var(--r-lg, 24px); padding: 14px; cursor: pointer; font-family: inherit; text-align: left; color: inherit; transition: border-color .2s ease, transform .2s ease; display: block; }
.yy-bbc:hover { transform: translateY(-2px); }
.yy-bbc.is-on { border-color: var(--accent, #D21B41); }
.yy-bbc.is-full { opacity: .45; cursor: not-allowed; }
.yy-bbc.is-full:hover { transform: none; }
.yy-bbc__img { position: relative; display: block; aspect-ratio: 1; border-radius: var(--r-md, 16px); overflow: hidden; background: var(--yy-cream, #FBF6EC); margin-bottom: 12px; }
.yy-bbc__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yy-bbc__tick { position: absolute; top: 8px; right: 8px; width: 26px; height: 26px; border-radius: 50%; background: var(--accent, #D21B41); color: #fff; display: none; align-items: center; justify-content: center; font-size: 14px; }
.yy-bbc.is-on .yy-bbc__tick { display: flex; }
.yy-bbc__name { display: block; font-size: 14.5px; font-weight: 700; text-transform: lowercase; line-height: 1.25; margin-bottom: 3px; }
.yy-bbc__var { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: lowercase; background: var(--yy-blush, #FFC9E2); border-radius: 99px; padding: 2px 9px; margin-bottom: 5px; }
.yy-bbc__price { display: block; font-size: 13.5px; color: var(--fg-3, rgba(0,0,0,.6)); }
.yy-bb__rail { position: sticky; top: 100px; }
.yy-bb__card { background: var(--bg-page, #fff); border-radius: var(--r-lg, 24px); padding: 26px; }
.yy-bb__card h3 { font-family: var(--font-display, 'Ofelia Display', serif); font-size: 22px; font-weight: 700; text-transform: lowercase; letter-spacing: -.02em; margin: 0 0 18px; }
.yy-bb__slots { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 8px; max-height: 42vh; overflow-y: auto; }
.yy-bb__slot { display: flex; align-items: center; gap: 10px; font-size: 14px; padding: 10px 12px; border-radius: var(--r-md, 16px); background: var(--yy-cream, #FBF6EC); color: var(--fg-3, rgba(0,0,0,.5)); }
.yy-bb__slot.is-hidden { display: none; }
.yy-bb__slot.is-filled { color: var(--fg-1, #000); font-weight: 700; }
.yy-bb__slotn { width: 22px; height: 22px; border-radius: 50%; background: rgba(0,0,0,.08); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex: 0 0 22px; }
.yy-bb__slot.is-filled .yy-bb__slotn { background: var(--accent, #D21B41); color: #fff; }
.yy-bb__totals { border-top: 1px solid var(--yy-rule, rgba(0,0,0,.1)); padding-top: 16px; margin-bottom: 18px; }
.yy-bb__line { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; padding: 5px 0; }
.yy-bb__line--save { color: var(--accent, #D21B41); }
.yy-bb__line--total { font-size: 19px; font-weight: 700; border-top: 1px solid var(--yy-rule, rgba(0,0,0,.1)); margin-top: 8px; padding-top: 12px; }
.yy-bb__add { width: 100%; }
.yy-bb__add:disabled { opacity: .45; cursor: not-allowed; }
.yy-bb__note { font-size: 12.5px; color: var(--fg-3, rgba(0,0,0,.55)); text-align: center; margin: 12px 0 0; }
@media (max-width: 960px) {
  .yy-bb__layout { grid-template-columns: 1fr; gap: 28px; }
  .yy-bb__rail { position: static; }
  .yy-bb__grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
  .yy-bb__slots { max-height: 38vh; }
}
/* END_SECTION:yy-bundle-builder */

/* START_SECTION:yy-bundles-real (INDEX:100) */
.yy-bun{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-bun__in{max-width:1280px;margin:0 auto;padding:var(--yy-sec-y,48px) var(--yy-sec-x,32px)}
.yy-bun__head{margin-bottom:28px;max-width:36em}
.yy-bun__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 12px}
.yy-bun__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(34px,4.5vw,58px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 12px}
.yy-bun__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-bun__sub{font-size:16.5px;line-height:1.55;color:var(--fg-3,rgba(0,0,0,.62));margin:0}
/* Cards cap at 460px and the row centres. Two bundles stretching to ~630px
   each was the real cause of the oversized panel. */
.yy-bun__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,460px));justify-content:center;gap:20px}
.yy-bcard{position:relative;border-radius:var(--r-lg,24px);padding:16px;display:flex;flex-direction:column;transition:transform .25s ease}
.yy-bcard:hover{transform:translateY(-3px)}
.yy-bcard__badge{position:absolute;top:13px;left:13px;z-index:2;background:var(--accent,#D21B41);color:#fff;border-radius:99px;padding:5px 12px;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
/* Image panel: 4/3, i.e. 3/4 as tall as it is wide. Was aspect-ratio:1. */
.yy-bcard__img{display:block;aspect-ratio:4/3;border-radius:var(--r-md,16px);overflow:hidden;background:rgba(255,255,255,.55);margin-bottom:12px}
.yy-bcard__img img{width:100%;height:100%;object-fit:cover;display:block}
.yy-bcard__body h3{font-family:var(--font-display,'Ofelia Display',serif);font-size:22px;font-weight:700;letter-spacing:-.02em;text-transform:lowercase;line-height:1.05;margin:0 0 4px}
.yy-bcard__body h3 a{color:inherit;text-decoration:none}
.yy-bcard__sub{font-size:13.5px;color:rgba(0,0,0,.62);margin:0 0 6px}
.yy-bcard__rate{display:flex;align-items:center;gap:7px;font-size:12.5px;color:rgba(0,0,0,.6);margin:0 0 8px}
.yy-bcard__rate .yy-stars{font-size:11px;letter-spacing:1px}
.yy-bcard__price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin-bottom:12px}
.yy-bcard__price strong{font-size:24px;font-weight:700;letter-spacing:-.02em}
.yy-bcard__price s{font-size:14px;color:rgba(0,0,0,.42)}
.yy-bcard__save{background:rgba(210,27,65,.12);color:var(--accent,#D21B41);border-radius:99px;padding:3px 10px;font-size:11.5px;font-weight:700}
.yy-bcard__cta{display:block;width:100%;box-sizing:border-box;text-align:center;cursor:pointer;border-radius:999px;padding:13px 24px;font-size:14.5px;font-weight:700;letter-spacing:0;text-transform:lowercase;margin-bottom:8px}
.yy-bcard__cta:hover{background:#b5172f;opacity:1}
.yy-bcard__cta.is-off{background:rgba(0,0,0,.28);color:#fff;opacity:1;cursor:default}
.yy-bcard__more{display:block;text-align:center;font-size:13px;color:rgba(0,0,0,.65);text-decoration:underline;text-underline-offset:3px}
.yy-bcard__more:hover{color:var(--accent,#D21B41)}
.yy-bun__nudge{margin-top:26px;background:var(--yy-noir,#000);color:#fff;border-radius:var(--r-lg,24px);padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.yy-bun__nh{font-family:var(--font-display,'Ofelia Display',serif);font-size:clamp(19px,2vw,26px);font-weight:700;letter-spacing:-.02em;text-transform:lowercase;margin:0 0 4px}
.yy-bun__ns{font-size:14px;opacity:.72;margin:0}
.yy-bun__nbtn{background:var(--accent,#D21B41);color:#fff;border-radius:99px;padding:14px 28px;font-size:15px;font-weight:700;text-transform:lowercase;text-decoration:none;white-space:nowrap}
@media(max-width:860px){.yy-bun__grid{grid-template-columns:1fr}.yy-bun__nbtn{width:100%;text-align:center}}
/* END_SECTION:yy-bundles-real */

/* START_SECTION:yy-bundles (INDEX:101) */
.yy-bundles { background: #faf9f5; padding: 96px 0; }
.yy-bundles__inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.yy-bundles__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.yy-bundles__head-left { max-width: 520px; }
.yy-bundles__eyebrow { display: flex; align-items: center; gap: 7px; font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: #D21B41; margin: 0 0 16px; }
.yy-bundles__star { font-size: 13px; }
.yy-bundles__heading { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.0; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; margin: 0 0 16px; }
.yy-bundles__heading-italic { font-style: italic; font-weight: 400; color: #D21B41; }
.yy-bundles__sub { font-family: 'Ofelia Display', sans-serif; font-size: 15.5px; line-height: 1.55; color: rgba(26,26,26,0.75); margin: 0; max-width: 520px; }
.yy-bundles__perks { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.yy-bundles__perk { display: flex; align-items: center; gap: 8px; background: rgba(210,27,65,0.08); border-radius: 14px; padding: 10px 16px; font-family: 'Ofelia Display', sans-serif; font-size: 13px; font-weight: 500; color: #1a1a1a; white-space: nowrap; }
.yy-bundles__perk svg { color: #D21B41; flex-shrink: 0; }
.yy-bundle-feat { border-radius: 36px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 20px; }
.yy-bundle-feat__left { padding: 44px; display: flex; flex-direction: column; justify-content: space-between; }
.yy-bundle-feat__badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.yy-bundle-feat__badge { border-radius: 999px; padding: 6px 14px; font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.13em; line-height: 1; }
.yy-bundle-feat__save-badge { background: #fff; color: #D21B41; border-radius: 999px; padding: 6px 14px; font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.13em; }
.yy-bundle-feat__name { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: clamp(36px, 3.5vw, 54px); line-height: 1.0; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; margin: 0 0 6px; }
.yy-bundle-feat__tagline { font-family: 'Ofelia Display', sans-serif; font-style: italic; font-weight: 400; font-size: 19px; line-height: 1.3; letter-spacing: -0.02em; color: rgba(26,26,26,0.7); margin: 10px 0 14px; }
.yy-bundle-feat__desc { font-family: 'Ofelia Display', sans-serif; font-size: 15.5px; line-height: 1.55; color: rgba(26,26,26,0.75); margin: 0 0 20px; max-width: 380px; }
.yy-bundle-feat__options { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.yy-bundle-feat__option { display: flex; align-items: center; gap: 11px; padding: 12px 16px; border-radius: 14px; cursor: pointer; background: rgba(255,255,255,0.45); border: 1.5px solid rgba(255,255,255,0.6); transition: all 0.2s; }
.yy-bundle-feat__option--selected { background: #fff; border-color: #1a1a1a; }
.yy-bundle-feat__radio { width: 18px; height: 18px; border-radius: 999px; border: 2px solid rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.yy-bundle-feat__radio--selected { border-color: #1a1a1a; }
.yy-bundle-feat__radio--selected span { width: 9px; height: 9px; border-radius: 999px; background: #1a1a1a; display: block; }
.yy-bundle-feat__option-label { flex: 1; font-family: 'Ofelia Display', sans-serif; font-weight: 500; font-size: 13.5px; text-transform: lowercase; color: #1a1a1a; }
.yy-bundle-feat__option-price { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 14px; color: #1a1a1a; }
.yy-bundle-feat__save-chip { background: rgba(210,27,65,0.1); color: #D21B41; border-radius: 999px; padding: 3px 9px; font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 10px; text-transform: lowercase; }
.yy-bundle-feat__pricing { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.yy-bundle-feat__price { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 38px; letter-spacing: -0.03em; color: #1a1a1a; }
.yy-bundle-feat__compare { font-family: 'Ofelia Display', sans-serif; font-size: 15px; color: rgba(26,26,26,0.4); text-decoration: line-through; }
.yy-bundle-feat__you-save { font-family: 'Ofelia Display', sans-serif; font-size: 13px; color: #D21B41; font-weight: 600; }
.yy-bundle-feat__meta { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.yy-bundle-feat__stars { font-size: 14px; color: #D21B41; letter-spacing: 1px; }
.yy-bundle-feat__rating-text { font-family: 'Ofelia Display', sans-serif; font-size: 12.5px; color: rgba(26,26,26,0.55); }
.yy-bundle-feat__cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; background: #D21B41; color: #fff; border: none; border-radius: 999px; padding: 18px 24px; font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 16px; text-transform: lowercase; cursor: pointer; transition: opacity 0.2s; margin-bottom: 10px; }
.yy-bundle-feat__cta:hover { opacity: 0.88; }
.yy-bundle-feat__shipping { display: flex; align-items: center; gap: 6px; font-family: 'Ofelia Display', sans-serif; font-size: 12px; color: rgba(26,26,26,0.6); margin: 0; }
.yy-bundle-feat__right { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.yy-bundle-feat__prod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.yy-bundle-feat__prod-card { background: #fff; border-radius: 24px; padding: 14px; display: flex; flex-direction: column; gap: 6px; }
.yy-bundle-feat__prod-img { border-radius: 14px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 4px; }
.yy-bundle-feat__prod-img img { width: 78%; height: 78%; object-fit: contain; }
.yy-bundle-feat__prod-row { background: #fff; border-radius: 24px; padding: 14px 16px; display: flex; align-items: center; gap: 14px; }
.yy-bundle-feat__prod-thumb { width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.yy-bundle-feat__prod-thumb img { width: 80%; height: 80%; object-fit: contain; }
.yy-bundle-feat__prod-info { flex: 1; }
.yy-bundle-feat__prod-name { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; margin: 0 0 3px; line-height: 1.1; }
.yy-bundle-feat__prod-price { font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 13px; color: #1a1a1a; margin: 0; }
.yy-bundle-feat__compare-row { background: rgba(255,255,255,0.7); border-radius: 14px; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; font-family: 'Ofelia Display', sans-serif; font-size: 13px; color: rgba(26,26,26,0.7); }
.yy-bundle-feat__compare-price { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.03em; text-decoration: line-through; color: rgba(26,26,26,0.4); }
.yy-bundles__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.yy-bundle-card { border-radius: 36px; padding: 28px; display: flex; flex-direction: column; gap: 18px; transition: transform 0.25s cubic-bezier(0.22,1,0.36,1); }
.yy-bundle-card:hover { transform: translateY(-3px); }
.yy-bundle-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.yy-bundle-card__badge { display: inline-block; border-radius: 999px; padding: 5px 12px; font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: 0.13em; margin-bottom: 10px; }
.yy-bundle-card__name { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: clamp(22px, 2.5vw, 28px); line-height: 1.0; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; margin: 0 0 7px; }
.yy-bundle-card__desc { font-family: 'Ofelia Display', sans-serif; font-size: 13.5px; line-height: 1.45; color: rgba(26,26,26,0.75); margin: 0; }
.yy-bundle-card__star { font-size: 22px; color: #D21B41; flex-shrink: 0; margin-top: 4px; }
.yy-bundle-card__prods { display: flex; gap: 8px; }
.yy-bundle-card__prod { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.yy-bundle-card__prod-img { width: 100%; aspect-ratio: 1 / 1; background: rgba(255,255,255,0.5); border-radius: 14px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.yy-bundle-card__prod-img img { width: 80%; height: 80%; object-fit: contain; }
.yy-bundle-card__prod-label { font-family: 'Ofelia Display', sans-serif; font-size: 11px; text-transform: lowercase; color: rgba(26,26,26,0.6); text-align: center; line-height: 1.3; }
.yy-bundle-card__pricing { display: flex; align-items: baseline; gap: 8px; }
.yy-bundle-card__price { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 28px; letter-spacing: -0.03em; color: #1a1a1a; }
.yy-bundle-card__compare { font-family: 'Ofelia Display', sans-serif; font-size: 13px; color: rgba(26,26,26,0.4); text-decoration: line-through; }
.yy-bundle-card__save { background: rgba(210,27,65,0.1); color: #D21B41; border-radius: 999px; padding: 3px 10px; font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 11px; }
.yy-bundle-card__meta { display: flex; align-items: center; gap: 8px; }
.yy-bundle-card__stars { font-size: 12px; color: #D21B41; letter-spacing: 1px; }
.yy-bundle-card__reviews { font-family: 'Ofelia Display', sans-serif; font-size: 12px; color: rgba(26,26,26,0.55); }
.yy-bundle-card__cta { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: #D21B41; color: #fff; border: none; border-radius: 999px; padding: 14px 20px; font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 15px; text-transform: lowercase; cursor: pointer; transition: opacity 0.2s; }
.yy-bundle-card__cta:hover { opacity: 0.88; }
.yy-bundles__nudge { background: #1a1a1a; color: #fff; border-radius: 36px; padding: 26px 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.yy-bundles__nudge-left { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.yy-bundles__nudge-star { font-size: 30px; color: #fff; opacity: 0.85; flex-shrink: 0; }
.yy-bundles__nudge-heading { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: clamp(18px, 2vw, 26px); letter-spacing: -0.03em; text-transform: lowercase; color: #fff; margin: 0 0 3px; }
.yy-bundles__nudge-sub { font-family: 'Ofelia Display', sans-serif; font-size: 14px; color: rgba(255,255,255,0.7); margin: 0; }
.yy-bundles__nudge-btn { display: inline-flex; align-items: center; gap: 8px; background: #D21B41; color: #fff; border-radius: 999px; padding: 14px 28px; font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 15px; text-transform: lowercase; text-decoration: none; white-space: nowrap; transition: opacity 0.2s; }
.yy-bundles__nudge-btn:hover { opacity: 0.88; }
@media (max-width: 860px) {
  .yy-bundles { padding: 56px 0; }
  .yy-bundles__inner { padding: 0 22px; }
  .yy-bundle-feat { grid-template-columns: 1fr; }
  .yy-bundle-feat__left { padding: 32px 26px 28px; }
  .yy-bundle-feat__right { padding: 0 26px 32px; }
  .yy-bundles__grid { grid-template-columns: 1fr; }
  .yy-bundle-card { padding: 22px; }
  .yy-bundles__nudge { padding: 22px; }
  .yy-bundles__nudge-btn { width: 100%; justify-content: center; }
}
/* END_SECTION:yy-bundles */

/* START_SECTION:yy-cart-page (INDEX:103) */
.yy-cart{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif);color:var(--fg-1,#000)}
.yy-cart__in{max-width:1280px;margin:0 auto;padding:56px 32px 88px}
.yy-cart__head{margin-bottom:36px}
.yy-cart__title{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(38px,4.4vw,60px);line-height:.98;letter-spacing:-.03em;text-transform:lowercase;margin:0}
.yy-cart__count{font-size:14px;color:var(--fg-3,rgba(0,0,0,.6));margin:10px 0 0}

.yy-cart__grid{display:grid;grid-template-columns:1.5fr .8fr;gap:56px;align-items:start}

.yy-cart__ship{margin-bottom:30px}
.yy-cart__shipbar{height:6px;border-radius:99px;background:var(--yy-cream,#FBF6EC);overflow:hidden}
.yy-cart__shipfill{height:100%;background:var(--accent,#D21B41);border-radius:99px;transition:width .3s ease}
.yy-cart__shipmsg{font-size:13.5px;color:var(--fg-2,rgba(0,0,0,.75));margin:10px 0 0}

.yy-cart__items{list-style:none;margin:0;padding:0;border-top:1px solid var(--yy-rule,rgba(0,0,0,.1))}
.yy-cart__item{display:grid;grid-template-columns:110px 1fr auto;gap:22px;padding:26px 0;border-bottom:1px solid var(--yy-rule,rgba(0,0,0,.1))}
.yy-cart__img{display:block;width:110px;height:110px;border-radius:var(--r-md,16px);overflow:hidden;background:var(--yy-cream,#FBF6EC)}
.yy-cart__img img{width:100%;height:100%;object-fit:cover;display:block}
.yy-cart__name{font-size:17px;font-weight:700;text-transform:lowercase;text-decoration:none;color:inherit;display:block;margin-bottom:4px}
.yy-cart__name:hover{color:var(--accent,#D21B41)}
.yy-cart__meta,.yy-cart__plan{font-size:13px;color:var(--fg-3,rgba(0,0,0,.6));margin:0 0 3px}
.yy-cart__plan{color:var(--accent,#D21B41);font-weight:600}
.yy-cart__disc{font-size:12.5px;color:var(--accent,#D21B41);margin:0 0 3px}
.yy-cart__controls{display:flex;align-items:center;gap:18px;margin-top:14px}
.yy-cart__qty{display:inline-flex;align-items:center;border:1px solid var(--yy-rule,rgba(0,0,0,.18));border-radius:99px;overflow:hidden}
.yy-cart__qty button{width:34px;height:36px;border:0;background:none;font-size:16px;cursor:pointer;color:inherit;font-family:inherit}
.yy-cart__qty button:hover{background:var(--yy-cream,#FBF6EC)}
.yy-cart__qty input{width:40px;height:36px;border:0;text-align:center;font-family:inherit;font-size:14px;background:none;-moz-appearance:textfield}
.yy-cart__qty input::-webkit-outer-spin-button,.yy-cart__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.yy-cart__remove{font-size:13px;color:var(--fg-3,rgba(0,0,0,.55));text-decoration:underline;text-underline-offset:3px}
.yy-cart__remove:hover{color:var(--accent,#D21B41)}
.yy-cart__money{text-align:right;display:flex;flex-direction:column;gap:3px}
.yy-cart__price{font-size:16px;font-weight:700}
.yy-cart__was{font-size:13px;color:var(--fg-3,rgba(0,0,0,.5))}
.yy-cart__each{font-size:12px;color:var(--fg-3,rgba(0,0,0,.55))}

.yy-cart__actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:26px}
.yy-cart__cont{font-size:14px;text-decoration:underline;text-underline-offset:3px;color:inherit}
.yy-cart__cont:hover{color:var(--accent,#D21B41)}
.yy-cart__update{border:1px solid var(--yy-rule,rgba(0,0,0,.2));background:none;border-radius:99px;padding:10px 22px;font-family:inherit;font-size:14px;cursor:pointer;text-transform:lowercase}
.yy-cart__update:hover{background:var(--yy-cream,#FBF6EC)}

.yy-cart__note{margin-top:32px}
.yy-cart__note label{display:block;font-size:14px;margin-bottom:8px;text-transform:lowercase}
.yy-cart__note textarea{width:100%;border:1px solid var(--yy-rule,rgba(0,0,0,.18));border-radius:var(--r-md,16px);padding:14px 16px;font-family:inherit;font-size:14px;resize:vertical}

.yy-cart__sum{position:sticky;top:100px}
.yy-cart__card{background:var(--yy-cream,#FBF6EC);border-radius:var(--r-lg,24px);padding:30px}
.yy-cart__sumh{font-family:var(--font-display,'Ofelia Display',serif);font-size:24px;font-weight:700;text-transform:lowercase;letter-spacing:-.02em;margin:0 0 22px}
.yy-cart__line{display:flex;justify-content:space-between;gap:14px;font-size:14.5px;padding:8px 0}
.yy-cart__line--disc{color:var(--accent,#D21B41)}
.yy-cart__line--total{font-size:19px;font-weight:700;border-top:1px solid rgba(0,0,0,.12);margin-top:10px;padding-top:16px}
.yy-cart__tax{font-size:12.5px;color:var(--fg-3,rgba(0,0,0,.6));margin:6px 0 20px}
.yy-cart__checkout{width:100%}
.yy-cart__dynamic{margin-top:12px}
.yy-cart__paynote{font-size:12px;color:var(--fg-3,rgba(0,0,0,.6));text-align:center;margin:14px 0 0}
.yy-cart__trust{list-style:none;margin:22px 0 0;padding:20px 0 0;border-top:1px solid rgba(0,0,0,.1);display:grid;gap:10px}
.yy-cart__trust li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--fg-2,rgba(0,0,0,.75))}
.yy-cart__trust svg{width:16px;height:16px}
.yy-cart__pay{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}
.yy-cart__payi{height:22px;width:auto}

.yy-cart__empty{text-align:center;padding:60px 0 90px}
.yy-cart__emptymsg{font-size:18px;color:var(--fg-3,rgba(0,0,0,.6));margin:0 0 24px;text-transform:lowercase}

@media(max-width:900px){
  .yy-cart__in{padding:36px 20px 64px}
  .yy-cart__grid{grid-template-columns:1fr;gap:34px}
  .yy-cart__sum{position:static}
  .yy-cart__item{grid-template-columns:84px 1fr;gap:16px}
  .yy-cart__img{width:84px;height:84px}
  .yy-cart__money{grid-column:2;text-align:left;flex-direction:row;align-items:baseline;gap:10px;margin-top:10px}
  .yy-cart__card{padding:24px}
}
/* END_SECTION:yy-cart-page */

/* START_SECTION:yy-collection-list (INDEX:106) */
.yy-clist{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-clist__in{max-width:1280px;margin:0 auto;padding:56px 32px 88px}
.yy-clist__head{margin-bottom:40px}
.yy-clist__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 14px}
.yy-clist__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(38px,5vw,64px);line-height:.98;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 12px}
.yy-clist__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-clist__sub{font-size:16.5px;color:var(--fg-3,rgba(0,0,0,.62));margin:0;max-width:34em}
.yy-clist__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px}
.yy-ccard{display:block;color:inherit;text-decoration:none}
.yy-ccard__img{aspect-ratio:4/3;border-radius:var(--r-lg,24px);overflow:hidden;background:var(--yy-cream,#FBF6EC);margin-bottom:14px}
.yy-ccard__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.yy-ccard:hover .yy-ccard__img img{transform:scale(1.04)}
.yy-ccard h2{font-family:var(--font-display,'Ofelia Display',serif);font-size:22px;font-weight:700;letter-spacing:-.02em;text-transform:lowercase;margin:0 0 4px}
.yy-ccard__n{font-size:13.5px;color:var(--fg-3,rgba(0,0,0,.55));margin:0}
@media(max-width:1000px){.yy-clist__grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.yy-clist__in{padding:36px 20px 64px}.yy-clist__grid{grid-template-columns:1fr;gap:26px}}
/* END_SECTION:yy-collection-list */

/* START_SECTION:yy-compare (INDEX:107) */
.yy-cmp{background:var(--bg-page,#fff);padding:var(--yy-sec-y,48px) 0;overflow:hidden;font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-cmp__in{max-width:1280px;margin:0 auto;padding:0 var(--yy-sec-x,32px);display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:start}
.yy-cmp__eye{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--accent,#D21B41);margin:0 0 18px}
.yy-cmp__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(36px,4.4vw,60px);line-height:1.02;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 20px}
.yy-cmp__h em{font-style:italic;font-weight:400;color:var(--accent,#D21B41)}
.yy-cmp__body{font-size:17px;line-height:1.55;color:var(--fg-2,rgba(0,0,0,.8));margin:0 0 24px;max-width:380px}
.yy-cmp__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px}
.yy-cmp__chip{font-size:13px;font-weight:500;color:var(--accent,#D21B41);background:rgba(210,27,65,.07);border-radius:999px;padding:6px 14px}
.yy-cmp__cta{display:inline-flex;align-items:center;gap:8px;background:var(--accent,#D21B41);color:#fff;font-weight:700;font-size:15px;text-transform:lowercase;padding:16px 28px;border-radius:999px;text-decoration:none;transition:background .2s}
.yy-cmp__cta:hover{background:#b5172f}
/* The reveal sets its own transition property, so the hover fade has to be
   restated once revealed or the colour snaps instead of easing. */
.yy-cmp__cta.yy-reveal--visible{transition:opacity .6s,transform .6s,background .2s}
.yy-cmp__trust{margin-top:20px;display:flex;align-items:center;gap:10px;font-size:13px;color:var(--fg-3,rgba(0,0,0,.6))}
.yy-cmp__stars{color:#FFD87F;font-size:14px;letter-spacing:1px}
.yy-cmp__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.yy-cmp table{width:100%;border-collapse:separate;border-spacing:0;min-width:480px}
.yy-cmp thead th{padding:22px 20px;text-align:center;vertical-align:bottom}
.yy-cmp__th-yy{background:var(--accent,#D21B41);border-radius:16px 16px 0 0}
.yy-cmp__th-logo{height:32px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center}
/* The header cell is crimson, so a crimson logo would vanish into it.
   brightness(0) flattens to black and invert(1) lifts it to white, keeping
   the alpha channel - so one crimson SVG works here without a second file. */
.yy-cmp__th-logoimg{height:30px;width:auto;display:block}
.yy-cmp__th-logoimg.is-white{filter:brightness(0) invert(1)}
.yy-cmp__th-yy .yy-cmp__th-name{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:20px;text-transform:lowercase;letter-spacing:-.03em;color:#fff}
.yy-cmp__th-yy .yy-cmp__th-sub{font-size:11px;color:rgba(255,255,255,.7);margin-top:4px}
.yy-cmp__th-icon{width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.06);margin:0 auto 8px;display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,.5)}
.yy-cmp__th-other .yy-cmp__th-name{font-weight:600;font-size:13.5px;text-transform:lowercase;color:rgba(0,0,0,.65);line-height:1.3}
.yy-cmp__th-other .yy-cmp__th-sub{font-size:10.5px;color:rgba(0,0,0,.4);margin-top:3px}
.yy-cmp tbody td{padding:15px 20px;text-align:center;border-bottom:1px solid rgba(0,0,0,.07);vertical-align:middle}
.yy-cmp__label{text-align:left;font-size:14px;font-weight:500;color:var(--fg-2,rgba(0,0,0,.8));text-transform:lowercase;padding-left:0}
.yy-cmp__cell-yy{background:rgba(210,27,65,.05)}
.yy-cmp__note{font-size:12px;color:var(--fg-3,rgba(0,0,0,.5));margin:16px 0 0}
@media(max-width:900px){
  .yy-cmp__in{grid-template-columns:1fr;gap:28px}
  .yy-cmp__body{font-size:15px}
  .yy-cmp thead th{padding:18px 10px}
  .yy-cmp tbody td{padding:13px 10px}
  .yy-cmp__th-yy .yy-cmp__th-name{font-size:16px}
  .yy-cmp__th-other .yy-cmp__th-name{font-size:12px}
}
/* END_SECTION:yy-compare */

/* START_SECTION:yy-contact (INDEX:108) */
.yy-con{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-con__in{max-width:1280px;margin:0 auto;padding:56px 32px 88px}
.yy-con__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 14px}
.yy-con__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(38px,5vw,64px);line-height:.98;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 14px}
.yy-con__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-con__sub{font-size:16.5px;color:var(--fg-3,rgba(0,0,0,.62));margin:0;max-width:34em}
.yy-con__grid{display:grid;grid-template-columns:1.5fr .8fr;gap:56px;align-items:start;margin-top:44px}
.yy-cf__row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.yy-cf label{display:block}
.yy-cf label span{display:block;font-size:13.5px;margin-bottom:7px;text-transform:lowercase;color:var(--fg-2,rgba(0,0,0,.8))}
.yy-cf input,.yy-cf select,.yy-cf textarea{width:100%;border:1px solid var(--yy-rule,rgba(0,0,0,.18));border-radius:var(--r-md,16px);padding:14px 16px;font-family:inherit;font-size:15px;background:var(--bg-page,#fff);color:inherit}
.yy-cf textarea{resize:vertical}
.yy-cf__full{display:block;margin-bottom:22px}
.yy-cf button{margin-top:4px}
.yy-cf__note{font-size:12.5px;color:var(--fg-3,rgba(0,0,0,.55));margin:16px 0 0}
.yy-cf__ok{background:var(--yy-cream,#FBF6EC);border-radius:var(--r-md,16px);padding:16px 18px;font-size:15px;margin:0 0 22px}
.yy-cf__err{color:var(--accent,#D21B41);font-size:14.5px;margin:0 0 22px}
.yy-con__card{background:var(--yy-cream,#FBF6EC);border-radius:var(--r-lg,24px);padding:30px}
.yy-con__card h2{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 8px}
.yy-con__card h2:not(:first-child){margin-top:26px}
.yy-con__card p{font-size:15px;line-height:1.55;margin:0;color:var(--fg-2,rgba(0,0,0,.8))}
.yy-con__card a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.yy-con__card a:hover{color:var(--accent,#D21B41)}
@media(max-width:900px){.yy-con__in{padding:36px 20px 64px}.yy-con__grid{grid-template-columns:1fr;gap:32px}.yy-cf__row{grid-template-columns:1fr;gap:16px}}
/* END_SECTION:yy-contact */

/* START_SECTION:yy-education-page (INDEX:109) */
.yy-edu__hero { background: #1a1a1a; padding: var(--yy-sec-y-loose,72px) 0; position: relative; overflow: hidden; }
/* Height auto - the star asset is portrait (243x372). */
.yy-edu__starimg { position: absolute; left: 6%; top: 18%; height: auto; z-index: 1; opacity: .5; pointer-events: none; transform-origin: 50% 50%; }
.yy-edu__starimg.is-spin { animation: yyEduStarSpin 30s linear infinite; }
@keyframes yyEduStarSpin { to { transform: rotate(360deg); } }
.yy-edu__curve { position: absolute; right: 4%; top: 50%; transform: translateY(-50%); width: 190px; height: 190px; z-index: 1; animation: yyEduSpin 26s linear infinite; }
.yy-edu__curve svg { width: 100%; height: 100%; display: block; }
@keyframes yyEduSpin { to { transform: translateY(-50%) rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .yy-edu__curve, .yy-edu__starimg.is-spin { animation: none; } }
.yy-edu__hero-inner { max-width: 860px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); text-align: center; position: relative; z-index: 2; }
/* Centring only - the base rule for .yy-eyebrow lives in assets/yy-base.css. */
.yy-edu .yy-eyebrow { justify-content: flex-start; }
.yy-edu__hero-inner .yy-eyebrow { justify-content: center; }
.yy-edu__hero-h1 { margin: 0 0 20px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(58px,7vw,96px); line-height: .97; letter-spacing: -0.03em; text-transform: lowercase; color: #fff; }
.yy-blush-italic { color: #FFC9E2; font-style: italic; font-weight: 400; }
.yy-edu__hero-sub { max-width: 500px; margin: 0 auto; font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.8); }
.yy-edu__articles { background: #fff; padding: var(--yy-sec-y,48px) 0; }
.yy-edu__articles-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); }
.yy-edu__section-h2 { margin: 0 0 36px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(36px,4vw,60px); line-height: 1; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-edu__articles-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.yy-edu__article-card { display: block; color: inherit; text-decoration: none; border: 1px solid rgba(26,26,26,0.1); border-radius: 24px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.yy-edu__article-card:not(.is-static):hover { transform: translateY(-3px); box-shadow: 0 8px 26px rgba(0,0,0,.07); }
.yy-edu__article-img-wrap { aspect-ratio: 16/9; overflow: hidden; position: relative; }
.yy-edu__article-img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.yy-edu__article-tag { position: absolute; top: 16px; left: 16px; background: #fff; border-radius: 999px; padding: 5px 12px; font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; }
.yy-edu__article-body { padding: 24px; }
.yy-edu__article-title { margin: 0 0 10px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 26px; line-height: 1.08; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-edu__article-sub { margin: 0 0 18px; font-size: 14.5px; line-height: 1.5; color: rgba(26,26,26,0.6); }
.yy-edu__article-read { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--accent,#D21B41); border-bottom: 1.5px solid var(--accent,#D21B41); padding-bottom: 2px; }
.yy-edu__myths { background: #FBF6EC; padding: var(--yy-sec-y,48px) 0; }
.yy-edu__myths-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); }
.yy-edu__myths-head { text-align: center; max-width: 600px; margin: 0 auto 36px; }
.yy-edu__section-sub { font-size: 16px; color: rgba(26,26,26,0.65); margin: 0; }
.yy-edu__myths-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.yy-edu__myth-card { background: #fff; border-radius: 20px; padding: 30px; }
.yy-edu__myth-label { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(26,26,26,0.5); margin-bottom: 12px; }
.yy-edu__x { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; border-radius: 50%; border: 1px solid rgba(26,26,26,.3); font-size: 8px; }
.yy-edu__myth-text { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 23px; line-height: 1.1; letter-spacing: -0.03em; text-transform: lowercase; margin-bottom: 16px; }
.yy-edu__divider { height: 1px; background: rgba(26,26,26,0.1); margin-bottom: 16px; }
.yy-edu__truth-label { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent,#D21B41); margin-bottom: 10px; }
.yy-edu__truth-text { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(26,26,26,0.8); }
.yy-edu__faq { background: #fff; padding: var(--yy-sec-y,48px) 0; }
.yy-edu__faq-inner { max-width: 820px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); }
.yy-edu__faq-head { text-align: center; margin-bottom: 36px; }
.yy-edu__faq-item { border-bottom: 1px solid rgba(26,26,26,0.1); }
.yy-edu__faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; cursor: pointer; list-style: none; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 22px; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-edu__faq-q::-webkit-details-marker { display: none; }
.yy-edu__faq-icon { position: relative; flex: 0 0 16px; height: 16px; }
.yy-edu__faq-icon::before, .yy-edu__faq-icon::after { content: ''; position: absolute; background: var(--accent,#D21B41); transition: transform .25s ease; }
.yy-edu__faq-icon::before { top: 7px; left: 0; width: 16px; height: 2px; }
.yy-edu__faq-icon::after { top: 0; left: 7px; width: 2px; height: 16px; }
.yy-edu__faq-item[open] .yy-edu__faq-icon::after { transform: scaleY(0); }
.yy-edu__faq-a { margin: 0 0 22px; font-size: 15px; line-height: 1.55; color: rgba(26,26,26,0.8); max-width: 640px; }
@media(max-width:768px){
  .yy-edu__hero-h1 { font-size: clamp(42px,12vw,60px); }
  .yy-edu__articles-grid, .yy-edu__myths-grid { grid-template-columns: 1fr; }
  .yy-edu__curve, .yy-edu__starimg { display: none; }
  .yy-edu__faq-q { font-size: 18px; }
  .yy-edu__myth-card { padding: 22px; }
}
/* END_SECTION:yy-education-page */

/* START_SECTION:yy-faq-section (INDEX:111) */
.yy-faqsec{padding:var(--yy-sec-y,48px) var(--yy-sec-x,32px);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-faqsec__in{max-width:820px;margin:0 auto}
.yy-faqsec__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);text-align:center;margin:0 0 12px}
.yy-faqsec__h{font-family:var(--font-display,'Ofelia Display',Georgia,serif);font-weight:700;font-size:clamp(30px,3.6vw,46px);line-height:1.02;letter-spacing:-.03em;text-transform:lowercase;text-align:center;margin:0 0 30px}
.yy-faqsec__item{border-bottom:1px solid rgba(0,0,0,.12)}
.yy-faqsec__item:first-child{border-top:1px solid rgba(0,0,0,.12)}
.yy-faqsec__q{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 0;cursor:pointer;list-style:none;font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:19px;line-height:1.25;letter-spacing:-.02em;text-transform:lowercase}
/* Both are needed - WebKit uses the vendor pseudo-element, everything else
   uses ::marker. Without them the browser draws its own disclosure triangle
   next to the crimson plus. */
.yy-faqsec__q::-webkit-details-marker{display:none}
.yy-faqsec__q::marker{content:none}
.yy-faqsec__q:focus{outline:none}
.yy-faqsec__q:focus-visible{outline:2px solid var(--accent,#D21B41);outline-offset:3px;border-radius:4px}
.yy-faqsec__sign{position:relative;flex:0 0 16px;height:16px}
.yy-faqsec__sign::before,.yy-faqsec__sign::after{content:'';position:absolute;background:var(--accent,#D21B41);transition:transform .25s ease}
.yy-faqsec__sign::before{top:7px;left:0;width:16px;height:2px}
.yy-faqsec__sign::after{top:0;left:7px;width:2px;height:16px}
.yy-faqsec__item[open] .yy-faqsec__sign::after{transform:scaleY(0)}
.yy-faqsec__a{padding:0 0 20px;font-size:15px;line-height:1.6;color:rgba(0,0,0,.72);max-width:66ch}
.yy-faqsec__a p{margin:0 0 12px}
.yy-faqsec__a p:last-child{margin-bottom:0}
@media(max-width:760px){
  .yy-faqsec__h{margin-bottom:22px}
  .yy-faqsec__q{font-size:16.5px;padding:16px 0}
  .yy-faqsec__a{font-size:14.5px}
}
/* END_SECTION:yy-faq-section */

/* START_SECTION:yy-faq (INDEX:112) */
.yy-faq{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-faq__in{max-width:840px;margin:0 auto;padding:56px 32px 88px}
.yy-faq__head{text-align:center;margin-bottom:44px}
.yy-faq__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 14px}
.yy-faq__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(36px,4.8vw,58px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 14px}
.yy-faq__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-faq__sub{font-size:16.5px;line-height:1.55;color:var(--fg-3,rgba(0,0,0,.62));margin:0 auto;max-width:34em}
.yy-faq__group{font-family:var(--font-display,'Ofelia Display',serif);font-size:24px;font-weight:700;letter-spacing:-.02em;text-transform:lowercase;margin:44px 0 14px}
.yy-faq__group:first-child{margin-top:0}
.yy-q{border-bottom:1px solid var(--yy-rule,rgba(0,0,0,.12))}
.yy-q summary{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 0;cursor:pointer;list-style:none;font-size:16.5px;font-weight:700;line-height:1.4}
.yy-q summary::-webkit-details-marker{display:none}
.yy-q summary:hover{color:var(--accent,#D21B41)}
.yy-q__mark{position:relative;flex:0 0 18px;height:18px;margin-top:3px}
.yy-q__mark::before,.yy-q__mark::after{content:'';position:absolute;background:var(--accent,#D21B41);transition:transform .25s ease}
.yy-q__mark::before{top:8px;left:0;width:18px;height:2px}
.yy-q__mark::after{top:0;left:8px;width:2px;height:18px}
.yy-q[open] .yy-q__mark::after{transform:scaleY(0)}
.yy-q__a{padding:0 0 22px;font-size:15.5px;line-height:1.65;color:var(--fg-2,rgba(0,0,0,.8));max-width:62ch}
.yy-q__a p{margin:0 0 14px}
.yy-q__a p:last-child{margin-bottom:0}
.yy-q__a ul{margin:0 0 14px;padding-left:20px}
.yy-q__a li{margin-bottom:6px}
.yy-q__a a{color:var(--accent,#D21B41);text-decoration:underline;text-underline-offset:3px}
.yy-q__a h5{font-size:15.5px;font-weight:700;margin:0 0 10px}
.yy-faq__cta{margin-top:56px;padding:32px;background:var(--yy-cream,#FBF6EC);border-radius:var(--r-lg,24px);text-align:center}
.yy-faq__cta p{font-size:16.5px;margin:0 0 18px}
@media(max-width:760px){.yy-faq__in{padding:36px 20px 64px}.yy-q summary{font-size:15.5px}}
/* END_SECTION:yy-faq */

/* START_SECTION:yy-for-you (INDEX:115) */
.yy-foryou{padding:var(--yy-sec-y-tight,28px) var(--yy-sec-x,32px)}
.yy-foryou__in{max-width:1280px;margin:0 auto;text-align:center}
.yy-foryou__eye{font-size:11.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(0,0,0,.5);margin:0 0 18px;font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-foryou__row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.yy-foryou__pill{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:13px 22px;font-family:var(--font-text,'Ofelia Text',sans-serif);font-size:15px;font-weight:700;text-transform:lowercase;color:#000;text-decoration:none;transition:transform .2s ease}
a.yy-foryou__pill:hover{transform:translateY(-2px)}
.yy-foryou__ico{display:inline-flex}
.yy-foryou__ico svg{width:17px;height:17px}
@media(max-width:760px){
  .yy-foryou__row{gap:8px}
  .yy-foryou__pill{padding:11px 16px;font-size:13.5px;gap:7px}
  .yy-foryou__ico svg{width:15px;height:15px}
}
/* END_SECTION:yy-for-you */

/* START_SECTION:yy-founder-story (INDEX:117) */
/* -- Founder story -- */
.yy-founder {
  background: #fff;
  padding: var(--yy-sec-y, 48px) 0;
}

.yy-founder__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--yy-sec-x, 32px);
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}

/* Left: image */
.yy-founder__img-col { position: relative; }

.yy-founder__img-wrap {
  border-radius: 36px;
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
}

.yy-founder__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.yy-founder__img-placeholder {
  width: 100%;
  height: 100%;
  background: #FFC9E2;
}

/* Floating badge */
.yy-founder__badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: #fff;
  border-radius: 24px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Height auto - the star asset is portrait (243x372). */
.yy-founder__badge-img { height: auto; display: block; flex-shrink: 0; }

.yy-founder__badge-star {
  font-size: 26px;
  color: var(--accent, #D21B41);
  line-height: 1;
  flex-shrink: 0;
}

.yy-founder__badge-title {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.yy-founder__badge-sub {
  font-family: 'Ofelia Display', sans-serif;
  font-size: 12px;
  color: rgba(26,26,26,0.55);
  margin: 0;
  line-height: 1.3;
}

/* Right: copy */
.yy-founder__copy {}

.yy-founder__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent, #D21B41);
  margin: 0 0 18px;
}

.yy-founder__eyebrow-star { font-size: 13px; }

.yy-founder__heading {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #1a1a1a;
  margin: 0 0 22px;
}

.yy-founder__heading-italic {
  font-style: italic;
  font-weight: 400;
  color: var(--accent, #D21B41);
}

.yy-founder__body {
  max-width: 480px;
  margin-bottom: 28px;
}

.yy-founder__body p {
  font-family: 'Ofelia Display', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(26,26,26,0.8);
  margin: 0 0 16px;
}

.yy-founder__body p:last-child { margin-bottom: 0; }

/* CTA button */
.yy-founder__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  padding: 14px 24px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: lowercase;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: -0.01em;
}

.yy-founder__cta:hover {
  background: #1a1a1a;
  color: #fff;
}

/* The reveal transition sets its own transition property, so the CTA needs
   its hover transition restated once revealed - otherwise the colour snaps. */
.yy-founder__cta.yy-reveal--visible { transition: opacity .6s, transform .6s, background .2s, color .2s; }

/* Mobile */
@media (max-width: 860px) {
  .yy-founder__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .yy-founder__img-wrap { aspect-ratio: 4 / 3; }
  .yy-founder__badge { left: 16px; }
  .yy-founder__body p { font-size: 16px; }
}
/* END_SECTION:yy-founder-story */

/* START_SECTION:yy-help-page (INDEX:119) */
.yy-help__hero { background: #B0E4DB; padding: 76px 32px; position: relative; overflow: hidden; }
.yy-help__hero-inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.yy-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 6px; }
.yy-help__hero-inner .yy-eyebrow { justify-content: center; }
.yy-help__hero-h1 { margin: 0 0 18px; font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(56px,6.5vw,84px); line-height: .98; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; }
.yy-crimson-italic { color: #D21B41; font-style: italic; font-weight: 400; }
.yy-help__hero-sub { margin: 0; max-width: 460px; margin: 0 auto; font-size: 17px; line-height: 1.5; color: rgba(26,26,26,0.8); }
.yy-help__ql { background: #fff; padding: 76px 0; }
.yy-help__ql-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.yy-help__section-h2 { margin: 0 0 40px; font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(32px,4vw,52px); line-height: 1; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-help__ql-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.yy-help__ql-card { border-radius: 20px; padding: 26px 24px; cursor: pointer; transition: transform .25s; display: flex; flex-direction: column; gap: 10px; }
.yy-help__ql-card:hover { transform: translateY(-3px); }
.yy-help__ql-icon { width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.55); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.yy-help__ql-title { font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 20px; letter-spacing: -0.03em; text-transform: lowercase; line-height: 1.1; }
.yy-help__ql-sub { font-size: 13px; color: rgba(26,26,26,0.6); }
.yy-help__main { background: #FBF6EC; padding: 84px 0; }
.yy-help__main-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; }
.yy-help__faq-list { margin-top: 28px; }
.yy-help__faq-item { border-bottom: 1px solid rgba(26,26,26,0.1); }
.yy-help__faq-q { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 20px 0; cursor: pointer; list-style: none; font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 20px; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-help__faq-q::-webkit-details-marker { display: none; }
.yy-help__faq-icon { color: #D21B41; font-size: 17px; flex-shrink: 0; }
.yy-help__faq-a { margin: 0 0 18px; font-size: 14.5px; line-height: 1.6; color: rgba(26,26,26,0.8); }
.yy-help__contact-sub { margin: 0 0 28px; font-size: 15px; color: rgba(26,26,26,0.65); }
.yy-help__form { background: #fff; border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; }
.yy-help__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.yy-help__input { width: 100%; padding: 14px 16px; border-radius: 10px; border: 1px solid rgba(26,26,26,0.15); font-size: 15px; color: #1a1a1a; background: #fff; outline: none; box-sizing: border-box; font-family: inherit; }
.yy-help__input:focus { border-color: #D21B41; }
.yy-help__textarea { resize: vertical; }
.yy-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: none; cursor: pointer; font-weight: 600; font-size: 15px; text-transform: lowercase; text-decoration: none; padding: 14px 24px; transition: all .2s; }
.yy-btn--primary { background: #D21B41; color: #fff; }
.yy-btn--primary:hover { background: #b01634; }
.yy-help__email-note { font-size: 12.5px; color: rgba(26,26,26,0.5); text-align: center; }
.yy-help__contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.yy-help__contact-card { background: #fff; border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 11px; }
.yy-help__contact-card-icon { font-size: 22px; }
.yy-help__contact-card-t { font-size: 14px; font-weight: 600; }
.yy-help__contact-card-s { font-size: 12px; color: rgba(26,26,26,0.5); }
.yy-help__success { background: #fff; border-radius: 20px; padding: 40px 28px; text-align: center; }
.yy-help__success-h { font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 26px; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-help__success-p { margin: 12px 0 0; font-size: 15px; color: rgba(26,26,26,0.5); }
@media(max-width:768px){
  .yy-help__hero { padding: 48px 22px; }
  .yy-help__hero-h1 { font-size: clamp(40px,12vw,58px); }
  .yy-help__ql-inner, .yy-help__main-inner { padding: 0 22px; }
  .yy-help__ql-grid { grid-template-columns: 1fr 1fr; }
  .yy-help__main-inner { grid-template-columns: 1fr; gap: 44px; }
  .yy-help__form-row { grid-template-columns: 1fr; }
  .yy-help__ql, .yy-help__main { padding: 52px 0; }
}
/* END_SECTION:yy-help-page */

/* START_SECTION:yy-hero (INDEX:121) */
.yy-hero{position:relative;display:flex;align-items:center;overflow:hidden;background:#1a1a1a;isolation:isolate}
.yy-hero__slides{position:absolute;inset:0;z-index:0}
.yy-hero__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0;transition:opacity 1.1s cubic-bezier(.4,0,.2,1)}
.yy-hero__slide.is-active{opacity:1}
.yy-hero__slide--ph{opacity:0}
.yy-hero__slide--ph.is-active{opacity:1}
.yy-hero__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.55) 45%,rgba(0,0,0,.15) 100%)}
/* Opacity comes from the inline style, driven by the "Star opacity" setting -
   deliberately not set here, so one control governs desktop and mobile. */
.yy-hero__star{position:absolute;left:4%;top:14%;z-index:2;height:auto;pointer-events:none;transform-origin:50% 50%}
/* The star has no positioning transform to preserve, so unlike the squiggle
   its keyframes are a plain rotate with nothing to carry through. */
.yy-hero__star.is-spinning{animation:yyHeroStarSpin var(--yy-star-spin,28s) linear infinite}
@keyframes yyHeroStarSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.yy-hero__squiggle{position:absolute;right:4%;top:50%;transform:translateY(-50%);z-index:2;height:auto;opacity:.95;pointer-events:none}
.yy-hero__squiggle.is-spinning{animation:yyHeroSpin 34s linear infinite;transform-origin:center}
@keyframes yyHeroSpin{from{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(360deg)}}
@media(prefers-reduced-motion:reduce){
  .yy-hero__squiggle.is-spinning,
  .yy-hero__star.is-spinning{animation:none}
}
.yy-hero__inner{position:relative;z-index:3;width:100%;max-width:1280px;margin:0 auto;padding:52px 32px}
.yy-hero__copy{max-width:640px;color:#fff}
.yy-hero__eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.85);margin:0 0 14px}
.yy-hero__heading{margin:0;font-family:var(--font-display,'Ofelia Display',Georgia,serif);font-weight:700;font-size:clamp(46px,6vw,88px);line-height:.98;letter-spacing:-.03em;text-transform:lowercase;color:#fff}
.yy-hero__italic{font-style:italic;font-weight:400;color:var(--yy-blush,#FFC9E2)}
.yy-hero__sub{margin:18px 0 26px;max-width:34em;font-size:17px;line-height:1.5;color:rgba(255,255,255,.88)}
.yy-hero__ctas{display:flex;gap:12px;flex-wrap:wrap}
.yy-hero__btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:15px 28px;font-size:15.5px;font-weight:700;text-transform:lowercase;text-decoration:none;transition:transform .2s ease,background .2s ease}
.yy-hero__btn:hover{transform:translateY(-2px)}
.yy-hero__btn--solid{background:var(--accent,#D21B41);color:#fff}
.yy-hero__btn--solid:hover{background:#b5172f}
.yy-hero__btn--ghost{background:rgba(255,255,255,.12);color:#fff;border:1.5px solid rgba(255,255,255,.55);backdrop-filter:blur(6px)}
.yy-hero__btn--ghost:hover{background:rgba(255,255,255,.22)}
.yy-hero__trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;align-items:center}
.yy-hero__pill{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(6px);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:500;text-transform:lowercase;color:#fff}
.yy-hero__pill--rev{gap:10px;padding:7px 15px 7px 7px}
/* The chip used to be crimson - and .yy-stars fills crimson - so the rating
   rendered as five invisible stars. Cream chip with a crimson rule instead,
   which lets the fill read, partial fifth star included. */
.yy-hero__chip{background:#fffafb;border:1.5px solid var(--accent,#D21B41);border-radius:999px;padding:5px 11px;display:inline-flex;align-items:center;gap:6px}
.yy-hero__chip .yy-stars{font-size:12px;color:rgba(210,27,65,.22)}
.yy-hero__rating{color:var(--accent,#D21B41);font-weight:700;font-size:13px}
.yy-hero__pilltxt{font-weight:600;font-size:13.5px;line-height:1.15}
.yy-hero__pilltxt em{display:block;font-style:normal;font-weight:400;font-size:11px;color:rgba(255,255,255,.65);margin-top:2px}
.yy-hero__dots{position:absolute;bottom:18px;left:0;right:0;z-index:4;display:flex;justify-content:center;gap:8px}
.yy-hero__dot{width:9px;height:9px;border-radius:999px;border:none;cursor:pointer;padding:0;background:rgba(255,255,255,.5);transition:all .35s ease}
.yy-hero__dot.is-active{width:28px;background:#fff}
@media(max-width:900px){
  .yy-hero{min-height:0 !important}
  .yy-hero__inner{padding:44px 22px 52px}
  .yy-hero__copy{max-width:100%}
  .yy-hero__heading{font-size:clamp(38px,11vw,62px)}
  .yy-hero__sub{font-size:16px;margin:14px 0 22px}
  .yy-hero__trust{margin-top:18px}
  .yy-hero__scrim{background:linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.75) 100%)}
  .yy-hero__squiggle{display:none}
  /* Mobile star width comes from the "Star width on mobile" setting.
     Opacity is NOT overridden here any more - the setting governs both. */
  .yy-hero__star{width:var(--yy-star-m,24px) !important;left:auto;right:6%;top:8%}
  .yy-hero__btn{padding:14px 24px;font-size:15px}
}
/* END_SECTION:yy-hero */

/* START_SECTION:yy-join-cta (INDEX:122) */
.yy-join{padding:var(--yy-sec-y,48px) var(--yy-sec-x,32px);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-join__in{max-width:1180px;margin:0 auto}
.yy-join__in--split{display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:center}
.yy-join__copy{max-width:560px}
.yy-join__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 12px}
/* Inherits the section colour - do not hardcode white here again. */
.yy-join__h{font-family:var(--font-display,'Ofelia Display',Georgia,serif);font-weight:700;font-size:clamp(28px,3.4vw,44px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 12px;color:currentColor}
.yy-join__accent{color:var(--accent,#D21B41);font-style:italic;font-weight:400}
.yy-join__body{font-size:15px;line-height:1.55;color:currentColor;opacity:.72;margin:0 0 22px;max-width:44ch}
.yy-join__actions{display:flex;flex-wrap:wrap;gap:10px}
/* Local button classes - the footer's version of this band redeclared
   .yy-btn--outline globally and broke outline buttons across the site. */
.yy-join__btn{display:inline-flex;align-items:center;gap:7px;background:var(--accent,#D21B41);color:#fff;border-radius:999px;padding:13px 26px;font-family:inherit;font-size:14.5px;font-weight:700;text-transform:lowercase;text-decoration:none;transition:background .2s ease,transform .2s ease,opacity .2s ease}
.yy-join__btn:hover{background:#b5172f;transform:translateY(-2px)}
/* currentColor so the ghost button works on dark AND light. It dims on hover
   rather than washing with white, which only ever worked on the black band. */
.yy-join__btn--ghost{background:transparent;border:1.5px solid currentColor;color:currentColor;opacity:.85}
.yy-join__btn--ghost:hover{background:transparent;opacity:1;transform:translateY(-2px)}
.yy-join__photos{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:center}
.yy-join__ph{display:block;border-radius:16px;overflow:hidden;aspect-ratio:3/4;background:rgba(128,128,128,.12)}
.yy-join__ph img{width:100%;height:100%;object-fit:cover;display:block}
.yy-join__photos .yy-join__ph:nth-child(odd){transform:translateY(-12px)}
.yy-join__photos .yy-join__ph:nth-child(even){transform:translateY(12px)}
@media(max-width:900px){
  .yy-join__in--split{grid-template-columns:1fr;gap:26px}
  .yy-join__h{font-size:clamp(26px,7vw,34px)}
  .yy-join__body{font-size:14.5px;margin-bottom:18px}
  .yy-join__photos{gap:8px}
  .yy-join__photos .yy-join__ph:nth-child(odd),
  .yy-join__photos .yy-join__ph:nth-child(even){transform:none}
}
/* END_SECTION:yy-join-cta */

/* START_SECTION:yy-join-list (INDEX:123) */
/* ---- Pink hero ---- */
.yy-jlh{position:relative;overflow:hidden;background:var(--yy-blush,#FFC9E2);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-jlh__in{position:relative;z-index:2;max-width:760px;margin:0 auto;padding:var(--yy-sec-y-loose,72px) var(--yy-sec-x,32px);text-align:center}
.yy-jlh__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 18px}
.yy-jlh__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(44px,7vw,92px);line-height:.95;letter-spacing:-.03em;text-transform:lowercase;color:var(--fg-1,#000);margin:0 0 20px}
.yy-jlh__accent{font-style:italic;font-weight:400;color:var(--accent,#D21B41)}
.yy-jlh__sub{font-size:17px;line-height:1.5;color:rgba(0,0,0,.72);max-width:26em;margin:0 auto}

/* Brand marks. Height stays auto - the star asset is portrait (243x372) and a
   fixed height would squash it. */
.yy-jlh__star{position:absolute;top:11%;right:6%;width:var(--yy-jl-star,84px);height:auto;z-index:1;pointer-events:none;transform-origin:50% 50%}
.yy-jlh__sq{position:absolute;left:-46px;bottom:-34px;width:240px;height:auto;opacity:.85;z-index:1;pointer-events:none;transform-origin:50% 50%}
.yy-jlh__star.is-spin,
.yy-jlh__sq.is-spin{animation:yy-jlh-spin var(--yy-jl-spin,26s) linear infinite}
@keyframes yy-jlh-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){
  .yy-jlh__star.is-spin,.yy-jlh__sq.is-spin{animation:none}
}

/* ---- Form + perks ---- */
.yy-jlb{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-jlb__in{max-width:1280px;margin:0 auto;padding:var(--yy-sec-y,48px) var(--yy-sec-x,32px)}
.yy-jlb__card{max-width:560px;margin:0 auto;background:var(--bg-page,#fff);border:1px solid rgba(0,0,0,.10);border-radius:28px;padding:20px;box-shadow:var(--shadow-sm,0 2px 6px rgba(0,0,0,.06))}
.yy-jlb__ph{border:1.5px dashed rgba(0,0,0,.22);border-radius:20px;padding:34px 28px;text-align:center}
.yy-jlb__ph-star{display:block;font-size:22px;color:var(--accent,#D21B41);margin-bottom:12px;line-height:1}
.yy-jlb__ph-h{font-family:var(--font-display,'Ofelia Display',serif);font-size:19px;font-weight:700;letter-spacing:-.02em;text-transform:lowercase;margin:0 0 8px}
.yy-jlb__ph-t{font-size:13px;line-height:1.5;color:var(--fg-3,rgba(0,0,0,.6));margin:0;max-width:34em;margin-inline:auto}
.yy-jlb__ph-t code{background:var(--yy-cream,#FBF6EC);padding:2px 6px;border-radius:4px;font-size:12.5px}
.yy-jlb__perks{display:grid;grid-template-columns:repeat(3,minmax(0,182px));justify-content:center;gap:16px;margin:28px auto 0}
.yy-jlp{background:var(--yy-cream,#FBF6EC);border-radius:20px;padding:20px 16px;text-align:center}
.yy-jlp__i{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--yy-blush,#FFC9E2);margin-bottom:12px}
.yy-jlp__i svg{width:17px;height:17px;color:var(--accent,#D21B41)}
.yy-jlp h3{font-size:15px;font-weight:700;text-transform:lowercase;margin:0 0 5px}
.yy-jlp p{font-size:13px;line-height:1.4;color:var(--fg-3,rgba(0,0,0,.6));margin:0}
.yy-jlb__legal{text-align:center;font-size:12.5px;color:var(--fg-3,rgba(0,0,0,.55));margin:24px 0 0}
.yy-jlb__legal a{color:var(--accent,#D21B41);text-decoration:underline;text-underline-offset:2px}

@media(max-width:760px){
  .yy-jlh__star{width:var(--yy-jl-star-m,52px);top:7%;right:5%}
  .yy-jlh__sq{width:150px;left:-34px;bottom:-22px}
  .yy-jlh__sub{font-size:15.5px}
  .yy-jlb__card{border-radius:22px;padding:14px}
  .yy-jlb__ph{padding:26px 18px}
  .yy-jlb__perks{grid-template-columns:1fr;gap:12px;max-width:340px}
}
/* END_SECTION:yy-join-list */

/* START_SECTION:yy-made-by-women (INDEX:124) */
.yy-mbw{font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-mbw__in{max-width:1280px;margin:0 auto;padding:var(--yy-sec-y,48px) var(--yy-sec-x,32px)}
.yy-mbw__in--split{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.yy-mbw__img{border-radius:var(--r-lg,24px);overflow:hidden;aspect-ratio:4/5}
.yy-mbw__img img{width:100%;height:100%;object-fit:cover;display:block}
.yy-mbw__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;opacity:.75;margin:0 0 16px}
.yy-mbw__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(32px,4.2vw,52px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 20px}
.yy-mbw__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-mbw__body{font-size:16.5px;line-height:1.6;opacity:.85;margin-bottom:28px;max-width:34em}
.yy-mbw__body p{margin:0 0 14px}
.yy-mbw__body p:last-child{margin-bottom:0}
.yy-mbw__pillars{list-style:none;margin:0 0 28px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:20px 26px}
.yy-mbw__pillars li{display:flex;gap:12px;align-items:flex-start}
.yy-mbw__i{flex:0 0 38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--yy-blush,#FFC9E2)}
.yy-mbw__i svg{width:17px;height:17px;color:#000}
.yy-mbw__pillars strong{display:block;font-size:15px;font-weight:700;text-transform:lowercase;margin-bottom:3px}
.yy-mbw__pillars em{display:block;font-style:normal;font-size:13.5px;line-height:1.5;opacity:.7}
.yy-mbw__cta{margin-top:4px}
/* The reveal sets its own transition property, so the button's hover fade has
   to be restated once revealed or the colour snaps instead of easing. */
.yy-mbw__cta.yy-reveal--visible{transition:opacity .6s,transform .6s,background .2s,color .2s}
@media(max-width:900px){
  .yy-mbw__in--split{grid-template-columns:1fr;gap:30px}
  .yy-mbw__pillars{grid-template-columns:1fr;gap:16px}
}
/* END_SECTION:yy-made-by-women */

/* START_SECTION:yy-marquee-strip (INDEX:125) */
.yy-marquee-wrap {
  background: var(--marquee-bg, #D21B41);
  color: var(--marquee-fg, #fff);
  overflow: hidden;
  padding: 15px 0;
  white-space: nowrap;
}

.yy-marquee-track {
  display: inline-flex;
  align-items: center;
  animation: yy-marquee 32s linear infinite;
  will-change: transform;
}

.yy-marquee-track:hover {
  animation-play-state: paused;
}

.yy-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 0 22px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-transform: lowercase;
  letter-spacing: -0.02em;
  color: var(--marquee-fg, #fff);
}

.yy-marquee-sep {
  font-size: 13px;
  opacity: 0.7;
}

@keyframes yy-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
/* END_SECTION:yy-marquee-strip */

/* START_SECTION:yy-newsletter (INDEX:127) */
/* -- Newsletter -- */
.yy-nl {
  background: #D21B41;
  padding: var(--yy-sec-y, 48px) 0;
  position: relative;
  overflow: hidden;
}

/* Decorative brand stars. Height auto - the asset is portrait (243x372). */
.yy-nl__star {
  position: absolute;
  height: auto;
  opacity: 0.16;
  pointer-events: none;
  z-index: 1;
  transform-origin: 50% 50%;
  animation-name: yy-nl-spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.yy-nl__star--tr { top: -22px; right: -18px; }
.yy-nl__star--bl { bottom: -22px; left: 40px; opacity: 0.12; animation-direction: reverse; }

@keyframes yy-nl-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .yy-nl__star { animation: none; }
}

.yy-nl__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--yy-sec-x, 32px);
  text-align: center;
  position: relative;
  z-index: 2;
}

.yy-nl__eyebrow {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.8);
  margin: 0 0 18px;
}

.yy-nl__heading {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #fff;
  margin: 0 0 18px;
}

.yy-nl__sub {
  font-family: 'Ofelia Display', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  max-width: 420px;
  margin: 0 auto 28px;
}

/* Form */
.yy-nl__form {
  display: flex;
  gap: 10px;
  max-width: 460px;
  margin: 0 auto;
}

.yy-nl__input {
  flex: 1;
  padding: 18px 22px;
  border-radius: 999px;
  border: none;
  font-family: 'Ofelia Display', sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  background: #fff;
  outline: none;
  min-width: 0;
}

.yy-nl__input::placeholder {
  color: rgba(26,26,26,0.45);
}

.yy-nl__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  border: none;
  padding: 18px 26px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.yy-nl__btn:hover {
  background: #333;
}

.yy-nl__success {
  margin: 16px 0 0;
  font-family: 'Ofelia Display', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 14px 24px;
  display: inline-block;
}

.yy-nl__note {
  margin: 18px 0 0;
  font-family: 'Ofelia Display', sans-serif;
  font-size: 12.5px;
  color: rgba(255,255,255,0.7);
}

.yy-nl__note b {
  font-weight: 700;
  color: #fff;
}

/* Mobile */
@media (max-width: 600px) {
  .yy-nl__heading { font-size: clamp(34px, 9vw, 48px); }
  .yy-nl__form { flex-direction: column; }
  .yy-nl__btn { width: 100%; }
  .yy-nl__star--tr { width: 70px !important; }
  .yy-nl__star--bl { width: 50px !important; left: 16px; }
}
/* END_SECTION:yy-newsletter */

/* START_SECTION:yy-our-story (INDEX:128) */
.yy-story__hero { position: relative; overflow: hidden; min-height: 600px; display: flex; align-items: flex-end; }
.yy-story__hero-img, .yy-story__hero-ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.yy-story__hero-ph { background: #1a1a1a; }
.yy-story__hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.15) 60%,transparent); }
.yy-story__hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: var(--yy-sec-y-loose,72px) var(--yy-sec-x,32px); width: 100%; }
.yy-story__hero-h1 { margin: 0 0 20px; max-width: 560px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(60px,6.5vw,96px); line-height: .97; letter-spacing: -0.03em; text-transform: lowercase; color: #fff; }
.yy-story__hero-italic { font-style: italic; font-weight: 400; }
.yy-story__hero-sub { margin: 0 0 30px; max-width: 460px; font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.88); }

/* SCOPED. These are shared class names - declaring them unscoped here leaked
   them onto every page in the theme. */
.yy-story .yy-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: none; cursor: pointer; font-weight: 600; font-size: 14px; text-transform: lowercase; text-decoration: none; padding: 12px 22px; transition: all .2s; }
.yy-story .yy-btn--primary { background: #D21B41; color: #fff; }
.yy-story .yy-btn--primary:hover { background: #b01634; }
.yy-story .yy-btn--lg { padding: 16px 32px; font-size: 16px; }
.yy-story .yy-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 6px; }

.yy-story__founder { background: #fff; padding: var(--yy-sec-y,48px) 0; }
.yy-story__founder-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.yy-story__founder-h2 { margin: 0 0 22px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(40px,4.5vw,64px); line-height: 1; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-crimson-italic { color: #D21B41; font-style: italic; font-weight: 400; }
.yy-story__founder-body { font-size: 17px; line-height: 1.6; color: rgba(26,26,26,0.8); max-width: 480px; }
.yy-story__founder-body p { margin: 0 0 18px; }
.yy-story__founder-sig { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.yy-story__founder-sig-name { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 22px; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-story__founder-sig-title { font-size: 13px; color: rgba(26,26,26,0.5); }
.yy-story__founder-img-wrap { position: relative; }
.yy-story__founder-img { width: 100%; border-radius: 36px; aspect-ratio: 4/4.8; object-fit: cover; display: block; }
.yy-story__founder-img-ph { width: 100%; border-radius: 36px; aspect-ratio: 4/4.8; background: #FFC9E2; }
.yy-story__founder-badge { position: absolute; bottom: -16px; right: -16px; background: #FFC9E2; border-radius: 20px; padding: 18px 22px; display: flex; gap: 10px; align-items: center; box-shadow: 0 8px 32px rgba(0,0,0,.12); }
/* Height auto - the star asset is portrait (243x372). */
.yy-story__founder-badge-img { height: auto; display: block; flex-shrink: 0; }
.yy-story__founder-badge-star { font-size: 24px; color: #D21B41; line-height: 1; flex-shrink: 0; }
.yy-story__founder-badge-t { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 18px; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-story__founder-badge-s { font-size: 12.5px; color: rgba(26,26,26,0.6); }

.yy-story__values { background: #FBF6EC; padding: var(--yy-sec-y,48px) 0; }
.yy-story__values-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); }
.yy-story__values-head { text-align: center; max-width: 600px; margin: 0 auto 40px; }
.yy-story__values-h2 { margin: 0 0 14px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(36px,4vw,60px); line-height: 1; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-story__values-sub { font-size: 16px; color: rgba(26,26,26,0.65); }
.yy-story__values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.yy-story__value-card { background: #fff; border-radius: 20px; padding: 28px; }
.yy-story__value-icon { width: 48px; height: 48px; border-radius: 999px; background: rgba(210,27,65,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 22px; color: #D21B41; }
.yy-story__value-icon svg { width: 21px; height: 21px; }
.yy-story__value-title { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 20px; letter-spacing: -0.03em; text-transform: lowercase; margin-bottom: 8px; }
.yy-story__value-desc { margin: 0; font-size: 14.5px; line-height: 1.55; color: rgba(26,26,26,0.7); }

.yy-story__timeline { background: #fff; padding: var(--yy-sec-y,48px) 0; }
.yy-story__timeline-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); }
.yy-story__timeline-h2 { margin: 0 0 40px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(36px,4vw,60px); line-height: 1; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-story__timeline-list { display: flex; flex-direction: column; gap: 0; max-width: 800px; }
.yy-story__tl-item { display: grid; grid-template-columns: 72px 20px 1fr; gap: 0 20px; align-items: flex-start; padding: 0 0 40px; }
.yy-story__tl-yr { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 18px; letter-spacing: -0.03em; color: #D21B41; padding-top: 4px; }
.yy-story__tl-dot { width: 12px; height: 12px; border-radius: 999px; background: #D21B41; margin-top: 6px; position: relative; }
.yy-story__tl-dot::after { content: ''; position: absolute; top: 12px; left: 5px; width: 2px; height: calc(100% + 28px); background: rgba(210,27,65,.2); }
.yy-story__tl-item:last-child .yy-story__tl-dot::after { display: none; }
.yy-story__tl-title { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 22px; letter-spacing: -0.03em; text-transform: lowercase; margin-bottom: 8px; }
.yy-story__tl-desc { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(26,26,26,0.7); }

@media(max-width:768px){
  .yy-story__hero { min-height: 420px; }
  .yy-story__hero-h1 { font-size: clamp(42px,12vw,62px); }
  .yy-story__founder-inner { grid-template-columns: 1fr; gap: 32px; }
  .yy-story__founder-inner > :first-child { order: 2; }
  .yy-story__founder-inner > :last-child { order: 1; }
  .yy-story__values-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .yy-story__founder-badge { right: 16px; bottom: -16px; }
}
/* END_SECTION:yy-our-story */

/* START_SECTION:yy-password (INDEX:131) */
.yy-pw{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--yy-cream,#FBF6EC);font-family:var(--font-text,'Ofelia Text',sans-serif);padding:48px 24px}
.yy-pw__in{max-width:600px;width:100%;text-align:center}
.yy-pw__logo{display:block;margin:0 auto 28px;height:auto}
.yy-pw__wordmark{font-family:var(--font-display,'Ofelia Display',serif);font-size:26px;font-weight:700;color:var(--accent,#D21B41);margin:0 0 28px;text-transform:lowercase}
.yy-pw__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 14px}
.yy-pw__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(34px,5vw,56px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 16px}
.yy-pw__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-pw__body{font-size:16.5px;line-height:1.55;color:var(--fg-3,rgba(0,0,0,.65));margin:0 auto 30px;max-width:32em}
.yy-pw__nl{display:flex;gap:10px;max-width:440px;margin:0 auto}
.yy-pw__nl input{flex:1;border:1px solid var(--yy-rule,rgba(0,0,0,.2));border-radius:99px;padding:14px 20px;font-family:inherit;font-size:15px;background:var(--bg-page,#fff)}
.yy-pw__ok{background:var(--bg-page,#fff);border-radius:var(--r-md,16px);padding:14px 18px;font-size:15px;margin:0}
.yy-pw__enter{margin-top:40px;font-size:14px}
.yy-pw__enter summary{cursor:pointer;color:var(--fg-3,rgba(0,0,0,.6));text-transform:lowercase}
.yy-pw__enter summary:hover{color:var(--accent,#D21B41)}
.yy-pw__pwform{margin-top:16px}
.yy-pw__pwform form{display:flex;gap:10px;max-width:380px;margin:0 auto}
.yy-pw__pwform input{flex:1;border:1px solid var(--yy-rule,rgba(0,0,0,.2));border-radius:99px;padding:12px 18px;font-family:inherit;font-size:14.5px;background:var(--bg-page,#fff)}
.yy-pw__err{color:var(--accent,#D21B41);font-size:14px;margin:0 0 12px}
@media(max-width:600px){.yy-pw__nl,.yy-pw__pwform form{flex-direction:column}}
/* END_SECTION:yy-password */

/* START_SECTION:yy-product-extras (INDEX:132) */
.yy-x{font-family:var(--font-text,'Ofelia Text',sans-serif);color:var(--fg-1,#000)}
.yy-x--white{background:var(--bg-page,#fff)}
.yy-x--cream{background:var(--yy-cream,#FBF6EC)}
.yy-x__in{max-width:1280px;margin:0 auto;padding:var(--yy-sec-y,48px) var(--yy-sec-x,32px)}
.yy-x--tight .yy-x__in{padding-top:var(--yy-sec-y-tight,28px)}
.yy-x__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);text-align:center;margin:0 0 16px}
.yy-x__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(34px,3.6vw,48px);line-height:1.02;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 36px}
.yy-x__h--c{text-align:center}
.yy-x__sub{text-align:center;font-size:16px;color:var(--fg-3,rgba(0,0,0,.6));max-width:560px;margin:-24px auto 36px}
.yy-x__grid{display:grid;gap:32px}
.yy-x__grid--4{grid-template-columns:repeat(4,1fr)}
.yy-x__grid--3{grid-template-columns:repeat(3,1fr)}
.yy-stamp{text-align:center}
.yy-stamp img{width:110px;height:110px;object-fit:contain;margin:0 auto 18px;display:block}
.yy-stamp h3{font-size:15px;font-weight:700;margin:0 0 6px}
.yy-stamp p{font-size:13px;line-height:1.45;color:var(--fg-3,rgba(0,0,0,.6));margin:0;max-width:210px;margin-inline:auto}
.yy-step{text-align:center}
.yy-step img{width:92px;height:92px;object-fit:contain;margin:0 auto 16px;display:block}
.yy-step__n{display:block;font-size:14px;font-weight:700;color:var(--accent,#D21B41);margin-bottom:8px}
.yy-step p{font-size:14.5px;line-height:1.5;color:var(--yy-noir-80,rgba(0,0,0,.8));margin:0;max-width:250px;margin-inline:auto}
.yy-ing{background:var(--bg-page,#fff);border-radius:var(--r-lg,24px);overflow:hidden;box-shadow:var(--shadow-xs,0 1px 2px rgba(0,0,0,.04))}
.yy-ing__img{aspect-ratio:1;background:var(--yy-rose-tint,#FFF1F4);display:flex;align-items:center;justify-content:center}
.yy-ing__img img{width:100%;height:100%;object-fit:contain;display:block;padding:14px;box-sizing:border-box}
.yy-ing h3{font-size:16px;font-weight:700;text-transform:lowercase;margin:18px 20px 6px}
.yy-ing p{font-size:13.5px;line-height:1.5;color:var(--fg-3,rgba(0,0,0,.6));margin:0 20px 20px}
.yy-pfaq{max-width:820px;margin:0 auto}
.yy-pfaq__item{border-bottom:1px solid var(--yy-rule,rgba(0,0,0,.1))}
.yy-pfaq__item:last-child{border-bottom:none}
.yy-pfaq__q{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;cursor:pointer;list-style:none;font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:17.5px;letter-spacing:-.02em;text-transform:lowercase;line-height:1.25}
.yy-pfaq__q::-webkit-details-marker{display:none}
.yy-pfaq__q:focus{outline:none}
.yy-pfaq__q:focus-visible{outline:2px solid var(--accent,#D21B41);outline-offset:3px;border-radius:4px}
.yy-pfaq__ico{position:relative;flex:0 0 16px;height:16px}
.yy-pfaq__ico::before,.yy-pfaq__ico::after{content:'';position:absolute;background:var(--accent,#D21B41);transition:transform .25s ease}
.yy-pfaq__ico::before{top:7px;left:0;width:16px;height:2px}
.yy-pfaq__ico::after{top:0;left:7px;width:2px;height:16px}
.yy-pfaq__item[open] .yy-pfaq__ico::after{transform:scaleY(0)}
.yy-pfaq__a{font-size:14.5px;line-height:1.6;color:var(--fg-3,rgba(0,0,0,.72));padding:0 0 20px;max-width:680px}
.yy-pfaq__a p{margin:0 0 10px}

/* Zone 7 min/max states. These sit here rather than in yy-product-story.css
   because they arrived with the 3-or-more rewrite - fold them into that file
   if the bundle styles are ever consolidated. */
.yy-pbb__slot.is-hidden{display:none}
.yy-pbb__slots{max-height:42vh;overflow-y:auto}
.yy-pbb__c.is-full{opacity:.45;cursor:not-allowed}
.yy-pbb__c.is-full:hover{transform:none}

@media(max-width:900px){
  .yy-x__grid{gap:22px}
  .yy-x__grid--4{grid-template-columns:1fr 1fr}
  .yy-x__grid--3{grid-template-columns:1fr}
  .yy-x__h{margin-bottom:26px}
  .yy-x__sub{margin:-16px auto 26px}
  .yy-pfaq__q{font-size:15.5px;padding:15px 0}
  .yy-pbb__slots{max-height:38vh}
}
/* END_SECTION:yy-product-extras */

/* START_SECTION:yy-quiz (INDEX:134) */
.yy-rq{position:relative;overflow:hidden;background:var(--yy-blush,#FFC9E2);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-rq__in{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:var(--yy-sec-y-loose,72px) var(--yy-sec-x,32px)}
.yy-rq__back{display:inline-block;font-size:14px;color:rgba(0,0,0,.6);text-decoration:none;margin-bottom:26px}
.yy-rq__back:hover{color:var(--accent,#D21B41)}
/* Brand marks. Height auto - the star asset is portrait (243x372). */
.yy-rq__star{position:absolute;top:9%;right:5%;width:var(--rq-star,64px);height:auto;opacity:var(--rq-star-op,.85);z-index:1;pointer-events:none;transform-origin:50% 50%}
.yy-rq__star.is-spin{animation:yyRqSpin var(--rq-spin,24s) linear infinite}
@keyframes yyRqSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
/* The curved text FLOATS rather than spins - a slow vertical drift. */
.yy-rq__sq{position:absolute;left:-70px;bottom:8%;width:var(--rq-sq,300px);height:auto;opacity:.55;z-index:1;pointer-events:none}
.yy-rq__sq.is-float{animation:yyRqFloat 9s ease-in-out infinite}
@keyframes yyRqFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-16px) rotate(2deg)}}
@media(prefers-reduced-motion:reduce){.yy-rq__star.is-spin,.yy-rq__sq.is-float{animation:none}}
.yy-rq__prog{display:flex;align-items:center;gap:16px;margin-bottom:34px}
.yy-rq__track{flex:1;height:4px;border-radius:99px;background:rgba(255,255,255,.6);overflow:hidden}
.yy-rq__fill{display:block;height:100%;width:0;background:var(--accent,#D21B41);border-radius:99px;transition:width .4s cubic-bezier(.22,1,.36,1)}
.yy-rq__step{font-size:13px;color:rgba(0,0,0,.55);white-space:nowrap}
.yy-rq__panel{animation:yyRqIn .35s cubic-bezier(.22,1,.36,1) both}
.yy-rq__panel--mid{text-align:center}
@keyframes yyRqIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.yy-rq__panel{animation:none}}
.yy-rq__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 14px}
.yy-rq__h1{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(44px,6vw,82px);line-height:.98;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 18px}
.yy-rq__h1 em{font-style:italic;font-weight:400;color:var(--accent,#D21B41)}
.yy-rq__lede{font-size:17px;line-height:1.5;color:rgba(0,0,0,.72);max-width:30em;margin:0 auto 28px}
.yy-rq__cta{display:inline-flex;align-items:center;gap:9px;background:var(--accent,#D21B41);color:#fff;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:17px;text-transform:lowercase;padding:19px 40px;border-radius:999px;transition:background .2s,transform .2s}
.yy-rq__cta:hover{background:#b5172f;transform:translateY(-2px)}
.yy-rq__note{font-size:13px;color:rgba(0,0,0,.55);margin:14px 0 0}
.yy-rq__qh{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(34px,5vw,62px);line-height:1.02;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 10px}
.yy-rq__qsub{font-size:16px;color:rgba(0,0,0,.6);margin:0 0 30px;max-width:34em}
.yy-rq__qsub:empty{display:none}
.yy-rq__opts{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.yy-rq__opt{display:flex;align-items:center;gap:18px;background:#fff;border:2px solid transparent;border-radius:999px;padding:20px 26px;font-family:inherit;font-size:18px;font-weight:700;text-transform:lowercase;color:#1a1a1a;cursor:pointer;text-align:left;transition:border-color .2s,transform .2s,box-shadow .2s}
.yy-rq__opt:hover{border-color:var(--accent,#D21B41);transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08)}
.yy-rq__ico{flex:0 0 40px;height:40px;border-radius:50%;background:var(--yy-rose-tint,#FFF1F4);display:inline-flex;align-items:center;justify-content:center}
.yy-rq__ico svg{width:19px;height:19px;color:var(--accent,#D21B41)}
.yy-rq__prev{background:none;border:0;font-family:inherit;font-size:14px;color:rgba(0,0,0,.6);cursor:pointer;margin-top:28px;padding:0}
.yy-rq__prev:hover{color:var(--accent,#D21B41)}
.yy-rq__steps{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px;text-align:left}
.yy-rq__card{display:flex;align-items:center;gap:16px;background:#fff;border-radius:var(--r-lg,24px);padding:16px;color:inherit;text-decoration:none;transition:transform .2s}
.yy-rq__card:hover{transform:translateY(-2px)}
/* Neutral surface behind the packshot - never a flat brand colour. */
.yy-rq__cimg{flex:0 0 74px;height:74px;border-radius:var(--r-md,16px);overflow:hidden;background:var(--yy-cream,#FBF6EC)}
.yy-rq__cimg img{width:100%;height:100%;object-fit:cover;display:block}
.yy-rq__cbody{display:block}
.yy-rq__cstep{display:block;font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 4px}
.yy-rq__cname{display:block;font-family:var(--font-display,'Ofelia Display',serif);font-size:20px;font-weight:700;letter-spacing:-.02em;text-transform:lowercase;line-height:1.05;margin:0 0 3px}
.yy-rq__cvar{display:inline-block;font-size:11px;font-weight:700;text-transform:lowercase;background:var(--yy-rose-tint,#FFF1F4);color:var(--accent,#D21B41);border-radius:99px;padding:2px 9px;margin:0 0 4px}
.yy-rq__cprice{display:block;font-size:15px;font-weight:700}
.yy-rq__crate{display:flex;align-items:center;gap:6px;font-size:11.5px;color:rgba(0,0,0,.55);margin:4px 0 0}
.yy-rq__crate .yy-stars{font-size:10px;letter-spacing:1px}
.yy-rq__empty{background:#fff;border-radius:var(--r-md,16px);padding:18px 20px;font-size:14.5px;line-height:1.5;color:rgba(0,0,0,.75);margin:0 0 18px}
.yy-rq__caution{background:rgba(255,255,255,.72);border-radius:var(--r-md,16px);padding:14px 18px;font-size:13.5px;line-height:1.5;color:rgba(0,0,0,.75);margin:0 0 18px;text-align:left}
.yy-rq__bar{background:var(--yy-noir,#000);color:#fff;border-radius:var(--r-lg,24px);padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;text-align:left}
.yy-rq__bar[hidden]{display:none}
.yy-rq__total{font-family:var(--font-display,'Ofelia Display',serif);font-size:clamp(20px,2.4vw,28px);font-weight:700;letter-spacing:-.02em;text-transform:lowercase;margin:0}
.yy-rq__meta{font-size:13px;opacity:.7;margin:3px 0 0}
.yy-rq__baracts{display:flex;gap:10px;flex-wrap:wrap}
.yy-rq__retake{background:transparent;border:1.5px solid rgba(255,255,255,.5);color:#fff;border-radius:999px;padding:14px 26px;font-family:inherit;font-size:15px;font-weight:700;text-transform:lowercase;cursor:pointer;transition:background .2s}
.yy-rq__retake:hover{background:rgba(255,255,255,.12)}
.yy-rq__add{background:var(--accent,#D21B41);border:none;color:#fff;border-radius:999px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;text-transform:lowercase;cursor:pointer;transition:background .2s}
.yy-rq__add:hover{background:#b5172f}
.yy-rq__add:disabled{opacity:.55;cursor:default}
@media(max-width:760px){
  .yy-rq__star{width:var(--rq-star-m,34px);top:6%;right:6%}
  .yy-rq__sq{width:190px;left:-56px;bottom:5%;opacity:.45}
  .yy-rq__opts{grid-template-columns:1fr;gap:12px}
  .yy-rq__opt{font-size:16px;padding:16px 20px;gap:14px}
  .yy-rq__ico{flex-basis:34px;height:34px}
  .yy-rq__steps{grid-template-columns:1fr}
  .yy-rq__bar{flex-direction:column;align-items:stretch}
  .yy-rq__baracts{flex-direction:column}
  .yy-rq__retake,.yy-rq__add{width:100%}
}
/* END_SECTION:yy-quiz */

/* START_SECTION:yy-quote-ticker (INDEX:135) */
.yy-tick{overflow:hidden;padding:var(--yy-sec-y-tight,28px) 0;position:relative}
.yy-tick__track{display:flex;width:max-content;animation:yy-marquee var(--yy-tick-speed,44s) linear infinite}
.yy-tick:hover .yy-tick__track{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.yy-tick__track{animation:none;transform:none}}
.yy-tick__set{display:flex;align-items:center;flex:0 0 auto}
.yy-tick__q{font-family:var(--font-text,'Ofelia Text',sans-serif);font-style:italic;font-size:17px;color:var(--fg-1,#1a1a1a);white-space:nowrap;padding:0 6px}
.yy-tick__star{color:var(--accent,#D21B41);font-size:13px;padding:0 26px}
@media(max-width:760px){
  .yy-tick__q{font-size:15px}
  .yy-tick__star{padding:0 16px}
}
/* END_SECTION:yy-quote-ticker */

/* START_SECTION:yy-reviews-page (INDEX:136) */
.yy-rev__hero { background: #CBC0DC; padding: var(--yy-sec-y-loose,72px) var(--yy-sec-x,32px); position: relative; overflow: hidden; }
.yy-rev__hero-inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
/* SCOPED. .yy-eyebrow and .yy-btn are shared class names - the canonical
   rules live in assets/yy-base.css. Only centring is overridden here. */
.yy-rev .yy-eyebrow { justify-content: center; }
.yy-rev__hero-h1 { margin: 0 0 32px; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(56px,6.5vw,88px); line-height: .98; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; }
.yy-crimson-italic { color: var(--accent,#D21B41); font-style: italic; font-weight: 400; }
.yy-rev__stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 48px; padding: 24px 0; border-top: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1); }
.yy-rev__stat-v { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 44px; letter-spacing: -0.03em; line-height: 1; }
.yy-rev__stat-l { font-size: 12.5px; color: rgba(26,26,26,0.6); margin-top: 4px; text-transform: lowercase; }
.yy-rev__grid-section { background: #fff; padding: var(--yy-sec-y,48px) 0; }
.yy-rev__grid-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x,32px); display: grid; grid-template-columns: 280px 1fr; gap: 56px; }
.yy-rev__score { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 48px; letter-spacing: -0.03em; line-height: 1; }
.yy-rev__stars-row { font-size: 22px; letter-spacing: 2px; margin-top: 8px; }
.yy-rev__based { font-size: 13px; color: rgba(26,26,26,0.5); margin: 8px 0 20px; }
.yy-rev__bars { display: flex; flex-direction: column; gap: 7px; }
.yy-rev__bar-row { display: flex; align-items: center; gap: 9px; }
.yy-rev__bar-star { font-size: 12.5px; color: rgba(26,26,26,0.5); width: 32px; text-align: right; }
.yy-rev__bar-track { flex: 1; height: 7px; border-radius: 999px; background: rgba(26,26,26,0.06); overflow: hidden; }
.yy-rev__bar-fill { display: block; height: 100%; background: rgba(26,26,26,0.4); border-radius: 999px; }
.yy-rev__bar-pct { font-size: 12px; color: rgba(26,26,26,0.5); width: 34px; }
.yy-rev__write { margin-top: 28px; justify-content: center; }
.yy-rev__cards { display: flex; flex-direction: column; gap: 14px; }
.yy-rev__card { border: 1px solid rgba(26,26,26,0.1); border-radius: 20px; padding: 24px; }
.yy-rev__card-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.yy-rev__card-avatar { width: 36px; height: 36px; border-radius: 999px; background: rgba(210,27,65,0.08); display: flex; align-items: center; justify-content: center; font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 15px; color: var(--accent,#D21B41); text-transform: uppercase; flex-shrink: 0; }
.yy-rev__card-name { font-size: 13.5px; font-weight: 600; color: #1a1a1a; }
.yy-rev__card-loc { font-weight: 400; color: rgba(26,26,26,0.5); }
.yy-rev__card-stars { font-size: 12px; letter-spacing: 1px; margin-top: 2px; }
.yy-rev__card-verified { margin-left: auto; font-size: 12px; color: #2a9d8f; font-weight: 500; display: flex; align-items: center; gap: 4px; }
.yy-rev__card-title { font-family: var(--font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; text-transform: lowercase; margin-bottom: 8px; }
.yy-rev__card-body { margin: 0 0 10px; font-size: 14.5px; line-height: 1.55; color: rgba(26,26,26,0.8); }
.yy-rev__card-product { font-size: 11.5px; color: rgba(26,26,26,0.45); text-transform: lowercase; }
@media(max-width:768px){
  .yy-rev__hero-h1 { font-size: clamp(42px,12vw,60px); }
  .yy-rev__stat-v { font-size: 32px; }
  .yy-rev__grid-inner { grid-template-columns: 1fr; gap: 36px; }
}
/* END_SECTION:yy-reviews-page */

/* START_SECTION:yy-reviews (INDEX:137) */
.yy-reviews { background: #1a1a1a; color: #fff; padding: var(--yy-sec-y, 48px) 0; }
.yy-reviews__inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x, 32px); }
.yy-reviews__head { text-align: center; max-width: 640px; margin: 0 auto; }
.yy-reviews__eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: #fff; opacity: 0.7; margin: 0 0 20px; }
.yy-reviews__star { font-size: 13px; }
.yy-reviews__heading { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: clamp(40px, 5vw, 68px); line-height: 1.0; letter-spacing: -0.03em; text-transform: lowercase; color: #fff; margin: 0 0 16px; }
.yy-reviews__sub { font-family: 'Ofelia Display', sans-serif; font-size: 15.5px; line-height: 1.55; color: rgba(255,255,255,0.65); margin: 0; }
.yy-reviews__stats { display: grid; grid-template-columns: repeat(var(--yy-rv-cols,4), 1fr); gap: 24px; margin: 38px 0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,0.14); border-bottom: 1px solid rgba(255,255,255,0.14); }
.yy-reviews__stat { text-align: center; display: flex; flex-direction: column; gap: 4px; }
.yy-reviews__stat-value { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: clamp(34px, 4vw, 48px); letter-spacing: -0.03em; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.yy-reviews__stat-label { font-family: 'Ofelia Display', sans-serif; font-size: 12.5px; color: rgba(255,255,255,0.65); text-transform: lowercase; line-height: 1.3; }
.yy-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.yy-reviews__card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 24px; padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.yy-reviews__card-stars { font-size: 15px; letter-spacing: 2px; line-height: 1; }
.yy-reviews__card-title { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; text-transform: lowercase; color: #fff; margin: 0; line-height: 1.15; }
.yy-reviews__card-body { font-family: 'Ofelia Display', sans-serif; font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,0.8); margin: 0; flex: 1; }
.yy-reviews__card-meta { display: flex; align-items: center; gap: 7px; font-family: 'Ofelia Display', sans-serif; font-size: 12.5px; color: rgba(255,255,255,0.6); flex-wrap: wrap; }
.yy-reviews__card-name { font-weight: 600; color: #fff; }
.yy-reviews__card-sep { opacity: 0.5; }
.yy-reviews__card-verified { display: inline-flex; align-items: center; gap: 4px; color: #B0E4DB; }
.yy-reviews__card-product { font-family: 'Ofelia Display', sans-serif; font-size: 11.5px; color: rgba(255,255,255,0.45); text-transform: lowercase; margin: 0; }
.yy-reviews__empty { text-align: center; font-size: 14px; color: rgba(255,255,255,0.55); margin: 40px 0 0; }
@media (max-width: 860px) {
  .yy-reviews__stats { grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; padding: 22px 0; }
  /* The two-column mobile grid orphans a final odd stat in the left cell with
     dead space beside it. Spanning the row centres it. */
  .yy-reviews__stats > .yy-reviews__stat:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .yy-reviews__grid { grid-template-columns: 1fr; gap: 14px; }
  .yy-reviews__card { padding: 22px; }
}
/* END_SECTION:yy-reviews */

/* START_SECTION:yy-routine-builder (INDEX:138) */
.yy-quiz__hero { background: #FBF6EC; padding: 80px 32px; text-align: center; position: relative; overflow: hidden; }
.yy-quiz__hero-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 2; }
.yy-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 6px; justify-content: center; color: #D21B41; }
.yy-quiz__hero-h1 { margin: 0 0 20px; font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(52px,7vw,96px); line-height: .97; letter-spacing: -0.03em; text-transform: lowercase; color: #1a1a1a; }
.yy-blush-italic { color: #FFC9E2; font-style: italic; font-weight: 400; }
.yy-quiz__hero-sub { margin: 0; max-width: 460px; margin: 0 auto; font-size: 18px; line-height: 1.5; color: rgba(26,26,26,0.7); }
.yy-quiz__section { background: #fff; padding: 80px 0; }
.yy-quiz__inner { max-width: 680px; margin: 0 auto; padding: 0 32px; }
.yy-quiz__step-num { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(26,26,26,0.4); margin-bottom: 14px; }
.yy-quiz__step-q { margin: 0 0 32px; font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(28px,4vw,44px); letter-spacing: -0.03em; text-transform: lowercase; line-height: 1.05; }
.yy-quiz__choices { display: flex; flex-direction: column; gap: 10px; }
.yy-quiz__choice { width: 100%; padding: 18px 24px; border-radius: 20px; border: 1.5px solid rgba(26,26,26,0.12); background: #fff; cursor: pointer; font-size: 16px; font-weight: 500; text-align: left; text-transform: lowercase; color: #1a1a1a; transition: all .2s; font-family: inherit; }
.yy-quiz__choice:hover { border-color: #D21B41; background: rgba(210,27,65,0.04); }
.yy-quiz__result { text-align: center; }
.yy-quiz__result-star { font-size: 44px; color: #D21B41; margin-bottom: 12px; }
.yy-quiz__result-h { margin: 0 0 12px; font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(36px,5vw,60px); letter-spacing: -0.03em; text-transform: lowercase; }
.yy-quiz__result-sub { font-size: 17px; color: rgba(26,26,26,0.65); margin: 0 0 32px; }
.yy-quiz__result-products { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.yy-quiz__result-product { border: 1px solid rgba(26,26,26,0.1); border-radius: 16px; padding: 18px; display: flex; align-items: center; gap: 14px; }
.yy-quiz__result-product-name { font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 18px; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-quiz__result-product-desc { font-size: 13.5px; color: rgba(26,26,26,0.6); }
.yy-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: none; cursor: pointer; font-weight: 600; font-size: 15px; text-transform: lowercase; text-decoration: none; padding: 14px 28px; transition: all .2s; }
.yy-btn--primary { background: #D21B41; color: #fff; }
.yy-btn--primary:hover { background: #b01634; }
.yy-btn--lg { padding: 16px 36px; font-size: 16px; }
.yy-quiz__restart { background: none; border: none; cursor: pointer; font-size: 13.5px; color: rgba(26,26,26,0.5); margin-top: 16px; text-decoration: underline; display: block; margin-left: auto; margin-right: auto; }
.yy-quiz__why { background: #FBF6EC; padding: 92px 0; }
.yy-quiz__why-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.yy-quiz__why-h2 { margin: 0 0 48px; font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: clamp(36px,4.5vw,64px); line-height: 1; letter-spacing: -0.03em; text-transform: lowercase; }
.yy-crimson-italic { color: #D21B41; font-style: italic; font-weight: 400; }
.yy-quiz__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.yy-quiz__step-card { background: #fff; border-radius: 24px; padding: 28px; }
.yy-quiz__step-n { font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 44px; color: rgba(210,27,65,0.2); letter-spacing: -0.04em; line-height: 1; margin-bottom: 8px; }
.yy-quiz__step-v { font-family: var(--yy-font-display,'Ofelia Display',Georgia,serif); font-weight: 700; font-size: 26px; letter-spacing: -0.03em; text-transform: lowercase; margin-bottom: 10px; }
.yy-quiz__step-d { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(26,26,26,0.7); }
@media(max-width:768px){
  .yy-quiz__hero { padding: 56px 22px 48px; }
  .yy-quiz__inner { padding: 0 22px; }
  .yy-quiz__why-inner { padding: 0 22px; }
  .yy-quiz__steps { grid-template-columns: 1fr; }
  .yy-quiz__section { padding: 56px 0; }
  .yy-quiz__why { padding: 56px 0; }
}
/* END_SECTION:yy-routine-builder */

/* START_SECTION:yy-routine-teaser (INDEX:140) */
.yy-routine{background:#FFC9E2;padding:var(--yy-sec-y,48px) 0;position:relative;overflow:hidden}
.yy-routine__inner{max-width:1280px;margin:0 auto;padding:0 var(--yy-sec-x,32px);position:relative;z-index:2}
.yy-routine__head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px;flex-wrap:wrap}
.yy-routine__eyebrow{display:inline-flex;align-items:center;gap:7px;font-family:'Ofelia Display',sans-serif;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--accent,#D21B41);margin:0 0 12px}
.yy-routine__star{font-size:13px}
.yy-routine__heading{font-family:'Ofelia Display',sans-serif;font-weight:700;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.03em;text-transform:lowercase;color:#1a1a1a;margin:0}
.yy-routine__heading em{font-style:italic;font-weight:400;color:var(--accent,#D21B41)}
.yy-routine__quiz-btn{display:inline-flex;align-items:center;gap:10px;background:#1a1a1a;color:#fff;font-family:'Ofelia Display',sans-serif;font-weight:700;font-size:16px;letter-spacing:-.02em;text-transform:lowercase;text-decoration:none;padding:18px 30px;border-radius:999px;white-space:nowrap;transition:background .2s,transform .2s;flex-shrink:0}
.yy-routine__quiz-btn:hover{background:var(--accent,#D21B41);transform:translateY(-2px)}
/* The reveal sets its own transition property, so the hover fade has to be
   restated once revealed or the colour snaps instead of easing. */
.yy-routine__quiz-btn.yy-reveal--visible{transition:opacity .6s,transform .6s,background .2s}
.yy-routine__quiz-btn span{font-size:14px}
.yy-routine__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px}
.yy-routine__card{background:#fff;border-radius:36px;padding:26px;height:100%;display:flex;flex-direction:column;box-sizing:border-box;transition:transform .25s}
.yy-routine__card:hover{transform:translateY(-3px)}
.yy-routine__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:0}
.yy-routine__step-num{font-family:'Ofelia Display',sans-serif;font-weight:700;font-size:30px;color:var(--accent,#D21B41);letter-spacing:-.03em;line-height:1}
.yy-routine__verb{font-family:'Ofelia Display',sans-serif;font-weight:700;font-size:28px;letter-spacing:-.03em;text-transform:lowercase;color:#1a1a1a;line-height:1;text-align:right}
.yy-routine__img-wrap{border-radius:24px;aspect-ratio:1/.9;margin:16px 0;overflow:hidden;background:#f5ece3}
.yy-routine__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.yy-routine__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5ece3 0%,#e8d9cd 100%)}
.yy-routine__card-foot{margin-top:auto}
.yy-routine__product-name{font-family:'Ofelia Display',sans-serif;font-weight:600;font-size:15px;text-transform:lowercase;color:#1a1a1a;margin:0 0 6px}
.yy-routine__desc{font-family:'Ofelia Display',sans-serif;font-size:13.5px;line-height:1.45;color:rgba(26,26,26,.6);margin:0}
.yy-routine__bar{background:#1a1a1a;color:#fff;border-radius:36px;padding:26px 36px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.yy-routine__bar-left{display:flex;align-items:center;gap:16px}
/* Height auto - the star asset is portrait (243x372). */
.yy-routine__bar-img{height:auto;display:block;flex-shrink:0}
.yy-routine__bar-star{font-size:28px;color:#fff;flex-shrink:0;line-height:1}
.yy-routine__bar-heading{font-family:'Ofelia Display',sans-serif;font-weight:700;font-size:27px;letter-spacing:-.03em;text-transform:lowercase;color:#fff;margin:0;line-height:1.1}
.yy-routine__bar-sub{font-family:'Ofelia Display',sans-serif;font-size:13.5px;color:rgba(255,255,255,.7);margin:2px 0 0}
.yy-routine__bar-sub s{opacity:.6;margin-left:4px}
.yy-routine__bar-btn{display:inline-flex;align-items:center;gap:8px;background:var(--accent,#D21B41);color:#fff;font-family:'Ofelia Display',sans-serif;font-weight:700;font-size:16px;letter-spacing:-.02em;text-transform:lowercase;text-decoration:none;padding:18px 30px;border-radius:999px;white-space:nowrap;transition:background .2s,transform .2s;flex-shrink:0}
.yy-routine__bar-btn:hover{background:#b81636;transform:translateY(-2px)}
@media(max-width:860px){
  .yy-routine__head{margin-bottom:26px}
  .yy-routine__steps{grid-template-columns:1fr;gap:16px}
  .yy-routine__card{padding:20px}
  .yy-routine__heading{font-size:clamp(36px,10vw,56px)}
  .yy-routine__verb{font-size:20px}
  .yy-routine__step-num{font-size:22px}
  .yy-routine__quiz-btn{font-size:14px;padding:15px 24px}
  .yy-routine__bar{padding:22px;flex-direction:column;align-items:flex-start}
  .yy-routine__bar-heading{font-size:20px}
  .yy-routine__bar-btn{width:100%;justify-content:center}
}
/* END_SECTION:yy-routine-teaser */

/* START_SECTION:yy-science (INDEX:141) */
.yy-sci{font-family:var(--font-text,'Ofelia Text',sans-serif);color:var(--fg-1,#000)}
.yy-sci__in{max-width:1180px;margin:0 auto;padding:80px 32px}
.yy-sci__head{text-align:center;margin-bottom:48px}
.yy-sci__eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent,#D21B41);margin:0 0 14px}
.yy-sci__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(32px,4.2vw,52px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 16px}
.yy-sci__accent{font-style:italic;color:var(--accent,#D21B41)}
.yy-sci__sub{font-size:16.5px;line-height:1.6;color:var(--fg-3,rgba(0,0,0,.62));margin:0 auto;max-width:40em}
.yy-sci__facts{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-bottom:56px}
.yy-fact{background:var(--bg-page,#fff);border-radius:var(--r-lg,24px);padding:28px 24px}
.yy-fact__stat{font-family:var(--font-display,'Ofelia Display',serif);font-size:34px;font-weight:700;color:var(--accent,#D21B41);letter-spacing:-.02em;margin:0 0 8px;line-height:1}
.yy-fact h3{font-size:15.5px;font-weight:700;text-transform:lowercase;margin:0 0 8px}
.yy-fact__t{font-size:13.5px;line-height:1.55;color:var(--fg-3,rgba(0,0,0,.62));margin:0}
.yy-sci__table{background:var(--bg-page,#fff);border-radius:var(--r-lg,24px);overflow:hidden}
.yy-sci__thead,.yy-sci__row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;padding:16px 26px;align-items:center}
.yy-sci__thead{font-size:12px;letter-spacing:.14em;text-transform:uppercase;background:var(--yy-cream,#FBF6EC);font-weight:700}
.yy-sci__row{border-top:1px solid var(--yy-rule,rgba(0,0,0,.08));font-size:14.5px}
.yy-sci__what{font-weight:700}
.yy-sci__us{color:var(--accent,#D21B41)}
.yy-sci__them{color:var(--fg-3,rgba(0,0,0,.5))}
.yy-sci__foot{font-size:12.5px;color:var(--fg-3,rgba(0,0,0,.55));margin:24px 0 0;text-align:center;max-width:60em;margin-inline:auto}
@media(max-width:900px){
  .yy-sci__in{padding:56px 20px}
  .yy-sci__facts{grid-template-columns:1fr 1fr;gap:16px}
  .yy-sci__thead,.yy-sci__row{grid-template-columns:1fr;gap:4px;padding:14px 20px}
  .yy-sci__thead{display:none}
  .yy-sci__us::before{content:'us: ';opacity:.6}
  .yy-sci__them::before{content:'most brands: ';opacity:.6}
}
/* END_SECTION:yy-science */

/* START_SECTION:yy-search (INDEX:142) */
.yy-srch{background:var(--bg-page,#fff);font-family:var(--font-text,'Ofelia Text',sans-serif)}
.yy-srch__in{max-width:1280px;margin:0 auto;padding:56px 32px 88px}
.yy-srch__h{font-family:var(--font-display,'Ofelia Display',serif);font-weight:700;font-size:clamp(34px,4.4vw,56px);line-height:1;letter-spacing:-.03em;text-transform:lowercase;margin:0 0 26px}
.yy-srch__form{display:flex;gap:10px;max-width:560px;margin:0 0 30px}
.yy-srch__form input{flex:1;border:1px solid var(--yy-rule,rgba(0,0,0,.2));border-radius:99px;padding:14px 20px;font-family:inherit;font-size:15px}
.yy-srch__count{font-size:14px;color:var(--fg-3,rgba(0,0,0,.6));margin:0 0 26px}
.yy-srch__hint{font-size:15px;color:var(--fg-3,rgba(0,0,0,.6))}
.yy-srch__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.yy-card{display:block;color:inherit;text-decoration:none}
.yy-card__img{aspect-ratio:1;border-radius:var(--r-lg,24px);overflow:hidden;background:var(--yy-cream,#FBF6EC);margin-bottom:14px}
.yy-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.yy-card:hover .yy-card__img img{transform:scale(1.04)}
.yy-card h3{font-size:16px;font-weight:700;text-transform:lowercase;margin:0 0 4px}
.yy-card__sub{font-size:13.5px;color:var(--fg-3,rgba(0,0,0,.6));margin:0 0 6px}
.yy-card__price{font-size:15px;font-weight:700;margin:0}
.yy-card__out{font-weight:400;font-size:13px;color:var(--fg-3,rgba(0,0,0,.5))}
.yy-card--text{background:var(--yy-cream,#FBF6EC);border-radius:var(--r-lg,24px);padding:24px}
.yy-card__kind{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent,#D21B41);display:block;margin-bottom:10px}
.yy-card__excerpt{font-size:13.5px;line-height:1.5;color:var(--fg-3,rgba(0,0,0,.6));margin:0}
.yy-srch__empty{padding:40px 0 20px}
.yy-srch__empty p{font-size:16.5px;color:var(--fg-3,rgba(0,0,0,.65));margin:0 0 20px}
.yy-srch__pager{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:48px;font-size:14.5px}
.yy-srch__pager a{text-decoration:underline;text-underline-offset:3px;color:inherit}
@media(max-width:1100px){.yy-srch__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.yy-srch__in{padding:36px 20px 64px}.yy-srch__grid{grid-template-columns:1fr 1fr;gap:20px}.yy-srch__form{flex-direction:column}}
/* END_SECTION:yy-search */

/* START_SECTION:yy-shop-by-concern (INDEX:143) */
/* -- Shop by concern -- */
.yy-sbc {
  background: #FBF6EC;
  padding: var(--yy-sec-y, 48px) 0;
}

.yy-sbc__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--yy-sec-x, 32px);
}

/* Header - centred */
.yy-sbc__head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.yy-sbc__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent, #D21B41);
  margin: 0 0 16px;
}

.yy-sbc__star { font-size: 13px; }

.yy-sbc__heading {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.yy-sbc__sub {
  font-family: 'Ofelia Display', sans-serif;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(26,26,26,0.75);
  margin: 0;
}

/* Grid - 4 columns, 2 rows (7 cards + 1 quiz cell) */
.yy-sbc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Concern card */
.yy-sbc__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 168px;
  border-radius: 24px;
  padding: 22px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  border: none;
  cursor: pointer;
}

.yy-sbc__card:hover { transform: translateY(-3px); }

.yy-sbc__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}

.yy-sbc__card-body {
  display: flex;
  flex-direction: column;
}

.yy-sbc__card-label {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #1a1a1a;
  display: block;
  margin-bottom: 8px;
}

.yy-sbc__card-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Ofelia Display', sans-serif;
  font-size: 12.5px;
  color: rgba(26,26,26,0.6);
}

.yy-sbc__arrow { flex-shrink: 0; }

/* Quiz CTA cell */
.yy-sbc__quiz-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 130px;
  border-radius: 24px;
  padding: 22px;
  border: 1.5px dashed var(--accent, #D21B41);
  background: rgba(210,27,65,0.04);
  text-decoration: none;
  color: var(--accent, #D21B41);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.yy-sbc__quiz-cell:hover { transform: translateY(-3px); }

/* Height auto - the star asset is portrait (243x372). */
.yy-sbc__quiz-img { height: auto; display: block; }

.yy-sbc__quiz-star {
  font-size: 24px;
  line-height: 1;
}

.yy-sbc__quiz-label {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

/* Mobile */
@media (max-width: 860px) {
  .yy-sbc__head { margin-bottom: 28px; }
  .yy-sbc__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .yy-sbc__card { min-height: 130px; padding: 18px; }
  .yy-sbc__card-label { font-size: 18px; }
}
/* END_SECTION:yy-shop-by-concern */

/* START_SECTION:yy-subscribe-save (INDEX:146) */
.yy-sub { background: #1a1a1a; color: #fff; padding: var(--yy-sec-y, 48px) 0; position: relative; overflow: hidden; }
.yy-sub__inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--yy-sec-x, 32px); position: relative; z-index: 2; }
.yy-sub__head { text-align: center; max-width: 640px; margin: 0 auto 42px; }
.yy-sub__eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(255,255,255,0.6); margin: 0 0 18px; }
.yy-sub__eyebrow-star { font-size: 12px; }
.yy-sub__heading { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: clamp(50px, 5.5vw, 80px); line-height: 1.0; letter-spacing: -0.03em; text-transform: lowercase; color: #fff; margin: 0 0 18px; }
.yy-sub__heading em { font-style: italic; font-weight: 400; color: #FFC9E2; }
.yy-sub__sub { font-family: 'Ofelia Display', sans-serif; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.75); max-width: 480px; margin: 0 auto; }
.yy-sub__perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 36px; }
.yy-sub__perk { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; }
.yy-sub__perk-icon { width: 44px; height: 44px; border-radius: 999px; background: var(--accent,#D21B41); display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.yy-sub__perk-title { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.03em; text-transform: lowercase; color: #fff; line-height: 1.1; margin: 0 0 4px; }
.yy-sub__perk-desc { font-family: 'Ofelia Display', sans-serif; font-size: 13px; color: rgba(255,255,255,0.6); margin: 0; }
.yy-sub__savings { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 36px; padding: 30px 40px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 32px; }
.yy-sub__savings-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.12); margin: 0 24px; }
.yy-sub__saving-item { text-align: center; flex: 1; min-width: 180px; }
/* The product name labels the price above it. At 12px/50% white it read as a
   caption and the three prices looked unattributed - hence 18px bold here,
   still well below the 30px price so the number keeps the emphasis. */
.yy-sub__saving-product { font-family: 'Ofelia Display', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -0.02em; color: rgba(255,255,255,0.92); text-transform: lowercase; margin: 0 0 8px; }
.yy-sub__saving-price-row { display: flex; justify-content: center; align-items: baseline; gap: 10px; margin-bottom: 7px; }
.yy-sub__saving-price { font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 30px; letter-spacing: -0.03em; color: #fff; }
.yy-sub__saving-was { font-family: 'Ofelia Display', sans-serif; font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: line-through; }
.yy-sub__saving-chip { display: inline-flex; align-items: center; gap: 5px; background: var(--accent,#D21B41); border-radius: 999px; padding: 4px 10px; font-family: 'Ofelia Display', sans-serif; font-weight: 600; font-size: 11px; color: #fff; text-transform: lowercase; }
.yy-sub__cta { text-align: center; }
.yy-sub__cta-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--accent,#D21B41); color: #fff; font-family: 'Ofelia Display', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -0.02em; text-transform: lowercase; text-decoration: none; padding: 20px 38px; border-radius: 999px; transition: background 0.2s, transform 0.2s; }
.yy-sub__cta-btn:hover { background: #b81636; transform: translateY(-2px); }
.yy-sub__cta-note { margin: 12px 0 0; font-family: 'Ofelia Display', sans-serif; font-size: 13px; color: rgba(255,255,255,0.5); }
@media (max-width: 860px) {
  .yy-sub__head { margin-bottom: 30px; }
  .yy-sub__heading { font-size: clamp(36px, 10vw, 52px); }
  .yy-sub__sub { font-size: 15px; }
  .yy-sub__perks { grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
  .yy-sub__perk { padding: 20px 18px; }
  .yy-sub__perk-title { font-size: 17px; }
  .yy-sub__savings { flex-direction: column; padding: 22px 20px; gap: 16px; margin-bottom: 26px; }
  .yy-sub__savings-divider { width: 100%; height: 1px; margin: 0; }
  .yy-sub__saving-product { font-size: 17px; }
  .yy-sub__saving-price { font-size: 24px; }
  .yy-sub__cta-btn { font-size: 15px; padding: 17px 30px; }
}
/* END_SECTION:yy-subscribe-save */

/* START_SECTION:yy-trust-strip (INDEX:148) */
.yy-tstrip{padding:34px 32px}
.yy-tstrip__in{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap}
.yy-tstrip__b img{width:74px;height:74px;object-fit:contain;display:block}
@media(max-width:700px){.yy-tstrip{padding:26px 20px}.yy-tstrip__in{gap:20px}.yy-tstrip__b img{width:60px;height:60px}}
/* END_SECTION:yy-trust-strip */

/* START_SECTION:yy-ugc-strip (INDEX:149) */
/* -- UGC Strip -- */
.yy-ugc {
  background: #fff;
  padding: var(--yy-sec-y, 48px) 0 0;
}

.yy-ugc__head {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--yy-sec-x, 32px) var(--yy-sec-y, 48px);
  text-align: center;
}

.yy-ugc__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #D21B41;
  margin: 0 0 16px;
}

.yy-ugc__heading {
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #1a1a1a;
  margin: 0 0 14px;
}

.yy-ugc__heading em {
  font-style: italic;
  font-weight: 400;
  color: #D21B41;
}

.yy-ugc__sub {
  font-family: 'Ofelia Display', sans-serif;
  font-size: 16px;
  color: rgba(26,26,26,0.55);
  max-width: 460px;
  margin: 0 auto;
}

/* Grid - full bleed 4 cols, no gap to edges */
.yy-ugc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.yy-ugc__item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.yy-ugc__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.yy-ugc__item:hover img {
  transform: scale(1.05);
}

.yy-ugc__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.4));
  display: flex;
  align-items: flex-end;
  padding: 16px;
}

.yy-ugc__tag {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Ofelia Display', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  text-transform: lowercase;
}

@media (max-width: 680px) {
  .yy-ugc__grid { grid-template-columns: 1fr 1fr; gap: 4px; }
}
/* END_SECTION:yy-ugc-strip */

/* START_SECTION:yy-value-props (INDEX:150) */
.yy-vp {
  background: #fff;
  border-bottom: 1px solid rgba(26,26,26,0.08);
}

.yy-vp__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.yy-vp__item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.yy-vp__icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 201, 226, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #D21B41;
}

.yy-vp__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.yy-vp__title {
  display: block;
  font-family: 'Ofelia Display', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: lowercase;
  color: #1a1a1a;
  line-height: 1.3;
}

.yy-vp__desc {
  display: block;
  font-family: 'Ofelia Display', sans-serif;
  font-size: 12.5px;
  color: rgba(26,26,26,0.55);
  line-height: 1.4;
}

@media (max-width: 860px) {
  .yy-vp__inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 28px 22px;
  }
}
/* END_SECTION:yy-value-props */