/* TressGloss visual layer: friendly research, thoughtful gifts, easy discovery. */
.rctk-site {
  --rctk-orange: #f46b5d;
  --rctk-orange-hover: #d95247;
  --rctk-ink: #173b3f;
  --rctk-muted: #5e7474;
  --rctk-surface: #f4f8f5;
  --rctk-border: #d8e5de;
  --rctk-blue: #4a9fe8;
  --rctk-green: #42b883;
  background: #fffdf9;
  color: var(--rctk-ink);
}

.rctk-site ::selection { background: #ffe3a3; color: #173b3f; }
.rctk-site :where(a, button, input, select, textarea, summary):focus-visible { outline-color: #4a9fe8; }
.rctk-site h1, .rctk-site h2, .rctk-site h3 { color: #173b3f; letter-spacing: -.045em; }
.rctk-site .rctk-eyebrow { color: #347d70; letter-spacing: .13em; }
.rctk-site .rctk-accent { color: #d95247 !important; }
.rctk-site .rctk-button,
.rctk-site .wp-element-button,
.rctk-site .woocommerce a.button,
.rctk-site.woocommerce a.button {
  background: #f46b5d;
  border-color: #f46b5d;
  color: #fff;
  box-shadow: 0 7px 0 #bc483e;
}
.rctk-site .rctk-button:hover,
.rctk-site .wp-element-button:hover,
.rctk-site .woocommerce a.button:hover,
.rctk-site.woocommerce a.button:hover {
  background: #d95247;
  border-color: #d95247;
  color: #fff;
  box-shadow: 0 4px 0 #a83f37;
  transform: translateY(3px);
}
.rctk-site .rctk-button-outline,
.rctk-site .is-style-outline .wp-element-button {
  background: #fffdf9;
  border-color: #b9cec5;
  color: #173b3f;
  box-shadow: none;
}
.rctk-site .rctk-button-outline:hover,
.rctk-site .is-style-outline .wp-element-button:hover { background: #eff8f3; color: #173b3f; }
.rctk-site .rctk-text-link:hover, .rctk-site .rctk-text-button:hover { color: #d95247; }

/* Masthead */
.rctk-announcement { background: #173b3f; color: #fff; border: 0; }
.rctk-announcement .rctk-icon { color: #ffe29a; }
.rctk-announcement a { color: #fff; }
.rctk-header { background: #fffdf9; }
.rctk-header-main { min-height: 96px; }
.rctk-header-part.rctk-is-scrolled .rctk-header-main { min-height: 74px; }
.rctk-tressgloss-logo { display: block; width: 268px; min-width: 190px; line-height: 0; }
.rctk-tressgloss-logo img { display: block; width: 100%; height: auto; }
.rctk-search { background: #f4f8f5; border-color: #d8e5de; border-radius: 999px; }
.rctk-search input[type=search] { color: #173b3f; }
.rctk-search button { border-radius: 0 999px 999px 0; background: #f8c85c; color: #173b3f; }
.rctk-search-result:hover, .rctk-search-result[aria-selected=true] { background: #fff5df; }
.rctk-icon-button:hover { background: #edf7f1; border-color: #d8e5de; }
.rctk-count { background: #f46b5d; color: #fff; }
.rctk-nav-border { background: #fffdf9; border-color: #e6eee9; }
.rctk-mega > summary { background: #eff8f3; color: #173b3f; border-radius: 999px; min-height: 42px; }
.rctk-menu-list a { color: #173b3f; }
.rctk-header-chat { color: #347d70; }
.rctk-mega-panel { border-top-color: #f46b5d; }

/* Hero */
.rctk-hero { background: linear-gradient(117deg, #fff9eb 0 52%, #dff3ed 52% 100%); border: 0; }
.rctk-hero::before { content: ""; position: absolute; width: 360px; height: 360px; left: -110px; bottom: -230px; border: 45px solid #f8c85c; border-radius: 50%; opacity: .5; }
.rctk-hero-grid { min-height: 590px; }
.rctk-hero-copy { padding-block: 78px; }
.rctk-hero-copy .rctk-eyebrow { color: #347d70; }
.rctk-hero h1 { font-size: clamp(3.25rem, 5.8vw, 6rem); max-width: 650px; }
.rctk-hero-title-accent { color: #f46b5d; }
.rctk-hero-title-accent .rctk-icon { color: #f8c85c; }
.rctk-hero-copy > p { color: #476569; font-size: 17px; max-width: 500px; }
.rctk-hero-note { color: #347d70; }
.rctk-hero-stage { height: 530px; }
.rctk-hero-stage::before { width: 335px; height: 335px; top: 75px; left: 18%; border-radius: 46% 54% 50% 50%; background: #f8c85c; transform: rotate(17deg); }
.rctk-hero-stage::after { content: ""; position: absolute; width: 178px; height: 178px; right: 0; bottom: 42px; border: 25px solid #f46b5d; border-radius: 50%; opacity: .8; }
.rctk-hero-campaign { width: 100%; height: 100%; position: relative; overflow: visible; }
.rctk-hero-empty {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  width: min(390px, 90%);
  height: 360px;
  margin: 68px auto 0;
  padding: 38px;
  overflow: hidden;
  border: 10px solid #fffdf9;
  border-radius: 46% 54% 40% 60%;
  background: #4a9fe8;
  box-shadow: 18px 18px 0 #173b3f;
  color: #fff;
  transform: rotate(-4deg);
}
.rctk-hero-empty::before, .rctk-hero-empty::after { content: ""; position: absolute; border-radius: 50%; background: #f8c85c; }
.rctk-hero-empty::before { width: 118px; height: 118px; right: -22px; top: -22px; }
.rctk-hero-empty::after { width: 45px; height: 45px; left: 30px; bottom: 32px; background: #f46b5d; }
.rctk-hero-empty span { position: relative; z-index: 1; color: #e6f9f2; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.rctk-hero-empty strong { position: relative; z-index: 1; margin-top: 12px; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: .93; letter-spacing: -.07em; }
.rctk-hero-product { border-color: #d8e5de; border-inline-start-color: #f46b5d; border-radius: 18px; }

/* Discovery sections and cards */
.rctk-trust-strip { border: 0; gap: 14px; padding-block: 30px; }
.rctk-trust-strip > a { min-height: 94px; padding: 18px; border: 1px solid #d8e5de; border-radius: 18px; background: #fff; }
.rctk-trust-strip > a:nth-child(2) { background: #eff8f3; }
.rctk-trust-strip > a:nth-child(3) { background: #fff5df; }
.rctk-trust-strip > a:nth-child(4) { background: #f2efff; }
.rctk-trust-strip .rctk-icon { color: #347d70; }
.rctk-trust-strip strong { color: #173b3f; }
.rctk-trust-strip small { color: #5e7474; }
.rctk-category-card { border-radius: 22px; background: #fff; border-color: #d8e5de; }
.rctk-category-card:nth-child(3n + 1) { background: #fff5df; }
.rctk-category-card:nth-child(3n + 2) { background: #edf8f2; }
.rctk-category-card:nth-child(3n) { background: #f3f0ff; }
.rctk-category-card:hover { border-color: #f46b5d; }
.rctk-category-icon .rctk-icon { color: #347d70; }
.rctk-product-card { border-color: #d8e5de; border-radius: 18px; overflow: hidden; box-shadow: 0 7px 20px rgba(23, 59, 63, .04); }
.rctk-product-card:hover { border-color: #b8d8c7; box-shadow: 0 17px 34px rgba(23, 59, 63, .11); }
.rctk-product-visual { background: #f4f8f5; }
.tressgloss-product-fallback { position: relative; display: flex; min-height: 255px; flex-direction: column; justify-content: end; padding: 22px; overflow: hidden; background: linear-gradient(142deg, #dff3ed 0 48%, #fff0cb 48% 100%); color: #173b3f; }
.tressgloss-product-fallback::before, .tressgloss-product-fallback::after { content: ""; position: absolute; border-radius: 50%; }
.tressgloss-product-fallback::before { width: 170px; height: 170px; top: -56px; right: -40px; border: 27px solid #f46b5d; opacity: .72; }
.tressgloss-product-fallback::after { width: 100px; height: 100px; left: 20px; bottom: 47px; border: 18px solid #4a9fe8; }
.tressgloss-product-fallback > span { position: absolute; z-index: 1; top: 22px; left: 22px; display: grid; width: 47px; height: 47px; place-items: center; border-radius: 15px 15px 15px 4px; background: #173b3f; color: #f8c85c; transform: rotate(-7deg); }
.tressgloss-product-fallback > span .rctk-icon { width: 23px; height: 23px; fill: currentColor; }
.tressgloss-product-fallback small, .tressgloss-product-fallback strong { position: relative; z-index: 1; max-width: 230px; }
.tressgloss-product-fallback small { margin-bottom: 7px; color: #347d70; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tressgloss-product-fallback strong { font-size: clamp(1.35rem, 2vw, 1.9rem); letter-spacing: -.06em; line-height: .95; }
.rctk-badge { background: #fff0cf; color: #84570a; border-radius: 999px; }
.rctk-spec-chips span { background: #edf8f2; color: #347d70; border-radius: 999px; }
.rctk-stock { color: #347d70; }
.rctk-spotlight-visual { background: #eff8f3; }

/* TressGloss home patterns */
.tressgloss-discovery { padding-block: clamp(54px, 7vw, 100px); }
.tressgloss-intro { max-width: 720px; margin-bottom: 34px; }
.tressgloss-intro p { color: #5e7474; font-size: 18px; }
.tressgloss-path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tressgloss-path {
  position: relative; display: flex; min-height: 230px; flex-direction: column; justify-content: space-between;
  padding: 25px; overflow: hidden; border-radius: 25px; color: #173b3f; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tressgloss-path:hover { color: #173b3f; transform: translateY(-5px) rotate(-1deg); box-shadow: 0 18px 28px rgba(23, 59, 63, .12); }
.tressgloss-path::after { content: ""; position: absolute; right: -31px; bottom: -45px; width: 140px; height: 140px; border: 24px solid rgba(255,255,255,.62); border-radius: 50%; }
.tressgloss-path--age { background: #dff3ed; }
.tressgloss-path--interest { background: #fff0cb; }
.tressgloss-path--occasion { background: #e9e5ff; }
.tressgloss-path--budget { background: #ffdcd8; }
.tressgloss-path__number { color: rgba(23,59,63,.45); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.tressgloss-path strong { position: relative; z-index: 1; max-width: 180px; font-size: 27px; line-height: 1; letter-spacing: -.055em; }
.tressgloss-path span:last-child { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; }
.tressgloss-age-section { margin-block: clamp(40px, 7vw, 100px); padding: clamp(28px, 4vw, 58px); border-radius: 32px; background: #173b3f; color: #fff; }
.tressgloss-age-section h2, .tressgloss-age-section .rctk-eyebrow { color: #fff; }
.tressgloss-age-section .rctk-eyebrow { opacity: .72; }
.tressgloss-age-section__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.tressgloss-age-section__heading p { max-width: 420px; margin: 0; color: #d8e9e1; }
.tressgloss-age-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.tressgloss-age-grid a { display: flex; min-height: 132px; flex-direction: column; justify-content: end; padding: 17px; border-radius: 18px; background: #fffdf9; color: #173b3f; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.tressgloss-age-grid a:nth-child(even) { background: #f8c85c; }
.tressgloss-age-grid a:hover { background: #f46b5d; color: #fff; transform: translateY(-4px); }
.tressgloss-age-grid small { color: inherit; opacity: .72; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tressgloss-age-grid strong { margin-top: 8px; font-size: 18px; line-height: 1.05; }
.tressgloss-editorial { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(25px, 5vw, 75px); align-items: center; padding: clamp(30px, 6vw, 72px); border-radius: 32px; background: #f4f8f5; }
.tressgloss-editorial__visual { position: relative; min-height: 320px; border-radius: 28px; background: #4a9fe8; overflow: hidden; }
.tressgloss-editorial__visual::before { content: ""; position: absolute; width: 230px; height: 230px; top: 45px; left: 15%; border: 28px solid #f8c85c; border-radius: 50%; }
.tressgloss-editorial__visual::after { content: "★"; position: absolute; right: 12%; bottom: 0; color: #fff4cc; font-size: 165px; line-height: .9; transform: rotate(12deg); }
.tressgloss-editorial__badge { position: absolute; z-index: 1; top: 35px; right: 30px; width: 135px; height: 135px; display: grid; place-items: center; border-radius: 50%; background: #f46b5d; color: #fff; text-align: center; font-size: 15px; font-weight: 800; line-height: 1.05; transform: rotate(12deg); }
.tressgloss-editorial p { color: #5e7474; font-size: 18px; }
.tressgloss-affiliate-note { display: flex; align-items: flex-start; gap: 14px; max-width: 1040px; margin: 28px auto 0; padding: 17px 20px; border: 1px solid #d8e5de; border-radius: 16px; background: #fff; color: #5e7474; font-size: 14px; }
.tressgloss-affiliate-note .rctk-icon { flex: 0 0 auto; color: #347d70; }
.tressgloss-affiliate-note p { margin: 0; }

.rctk-footer { background: #173b3f; color: #fff; }
.rctk-footer :is(h1, h2, h3, h4, h5, h6, p, span, small, strong, li, address, a, a:visited, a:hover, a:focus, .rctk-logo) {
  color: #fff !important;
  font-weight: 700;
}
.rctk-footer :is(a, a:visited, a:hover, a:focus) { text-decoration-color: currentColor; }

/* U.S. location research directory */
.tressgloss-location-strip { position: relative; overflow: hidden; padding: clamp(44px, 7vw, 86px) 0; background: #f4f8f5; border-top: 1px solid #d8e5de; }
.tressgloss-location-strip::before, .tressgloss-location-strip::after { content: ""; position: absolute; pointer-events: none; border-radius: 50%; }
.tressgloss-location-strip::before { width: 250px; height: 250px; right: -92px; top: -142px; border: 35px solid #f8c85c; opacity: .64; }
.tressgloss-location-strip::after { width: 120px; height: 120px; left: -30px; bottom: -50px; background: #f46b5d; opacity: .13; }
.tressgloss-location-strip .rctk-container { position: relative; z-index: 1; }
.tressgloss-location-strip__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr); gap: 8px 40px; align-items: end; margin-bottom: 30px; }
.tressgloss-location-strip__intro .rctk-eyebrow, .tressgloss-location-strip__intro h2 { grid-column: 1; }
.tressgloss-location-strip__intro h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); }
.tressgloss-location-strip__intro p { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: #476569; font-size: 16px; }
.tressgloss-state-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.tressgloss-state-grid a { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 10px 12px; border: 1px solid #cfe0d8; border-radius: 12px; background: #fffdf9; color: #173b3f; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, color .2s ease, background .2s ease; }
.tressgloss-state-grid a > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: #dff3ed; color: #347d70; font-size: 10px; letter-spacing: .05em; }
.tressgloss-state-grid a .rctk-icon { width: 15px; height: 15px; margin-left: auto; opacity: .45; }
.tressgloss-state-grid a:hover { background: #173b3f; border-color: #173b3f; color: #fff; transform: translateY(-2px); }
.tressgloss-state-grid a:hover > span { background: #f8c85c; color: #173b3f; }
.tressgloss-location-hero { position: relative; overflow: hidden; padding: clamp(38px, 7vw, 86px) 0 clamp(48px, 8vw, 100px); background: linear-gradient(135deg, #fff6df 0 50%, #dff3ed 50% 100%); }
.tressgloss-location-hero::before { content: ""; position: absolute; width: min(48vw, 600px); height: min(48vw, 600px); right: -12vw; bottom: -36vw; border: 65px solid #4a9fe8; border-radius: 50%; opacity: .18; }
.tressgloss-location-hero .rctk-container { position: relative; z-index: 1; }
.tressgloss-location-breadcrumbs { margin-bottom: clamp(30px, 5vw, 70px); }
.tressgloss-location-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 205px; gap: 38px; align-items: center; }
.tressgloss-location-hero h1 { max-width: 900px; margin: 11px 0 20px; font-size: clamp(2.6rem, 5.3vw, 5.75rem); line-height: .95; }
.tressgloss-location-hero p { max-width: 660px; margin: 0 0 28px; color: #476569; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.tressgloss-location-hero__badge { display: grid; width: 184px; height: 184px; place-content: center; justify-self: end; border: 10px solid #fffdf9; border-radius: 48% 52% 56% 44%; background: #f46b5d; box-shadow: 15px 17px 0 #173b3f; color: #fff; text-align: center; transform: rotate(8deg); }
.tressgloss-location-hero__badge span, .tressgloss-location-hero__badge small { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.tressgloss-location-hero__badge strong { margin-block: 5px 2px; font-size: 65px; letter-spacing: -.08em; line-height: .9; }
.tressgloss-location-directory { padding-block: clamp(48px, 7vw, 92px); }
.tressgloss-location-directory__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .65fr); gap: 30px; align-items: end; margin-bottom: 32px; }
.tressgloss-location-directory__heading h2 { margin: 6px 0 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.tressgloss-location-directory__heading p { margin: 0; color: #5e7474; }
.tressgloss-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tressgloss-location-card { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr) 20px; min-height: 126px; gap: 15px; align-items: center; padding: 20px; overflow: hidden; border: 1px solid #d8e5de; border-radius: 20px; background: #fff; color: #173b3f; text-decoration: none; box-shadow: 0 9px 19px rgba(23,59,63,.03); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tressgloss-location-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -43px; bottom: -48px; border: 18px solid #dff3ed; border-radius: 50%; transition: border-color .2s ease; }
.tressgloss-location-card:nth-child(3n + 2) { background: #fffaf0; }
.tressgloss-location-card:nth-child(3n) { background: #f5fbf7; }
.tressgloss-location-card:hover { border-color: #f46b5d; color: #173b3f; box-shadow: 0 17px 32px rgba(23,59,63,.12); transform: translateY(-4px) rotate(-.4deg); }
.tressgloss-location-card:hover::after { border-color: #f8c85c; }
.tressgloss-location-card__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 15px 15px 15px 5px; background: #173b3f; color: #f8c85c; }
.tressgloss-location-card__icon .rctk-icon { width: 20px; height: 20px; }
.tressgloss-location-card small, .tressgloss-location-card em { display: block; color: #347d70; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tressgloss-location-card strong { display: block; margin-block: 5px 3px; font-size: 21px; letter-spacing: -.045em; line-height: 1; }
.tressgloss-location-card > .rctk-icon { width: 20px; height: 20px; }
.tressgloss-location-pagination { margin-top: 34px; }
.tressgloss-location-empty { max-width: 760px; padding: clamp(28px, 5vw, 60px); border: 1px dashed #9dbdb0; border-radius: 25px; background: #f4f8f5; text-align: center; }
.tressgloss-location-empty > span { display: grid; width: 65px; height: 65px; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: #f8c85c; color: #173b3f; }
.tressgloss-location-empty h3 { margin: 0 0 9px; font-size: 26px; }
.tressgloss-location-empty p { max-width: 540px; margin: 0 auto; color: #5e7474; }
.tressgloss-location-catalogue { padding-top: 0; }
.tressgloss-location-catalogue .rctk-shop { margin-top: 30px; }
.tressgloss-related-toys { margin-top: clamp(30px, 5vw, 70px); }
.tressgloss-affiliate-pending { margin: 0 0 14px; padding: 13px 15px; border: 1px solid #f4cf80; border-radius: 13px; background: #fff7e2; color: #735511; font-size: 14px; font-weight: 700; }

@media (max-width: 980px) {
  .tressgloss-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tressgloss-age-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rctk-hero-grid { min-height: auto; }
  .tressgloss-state-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tressgloss-location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .rctk-announcement a { display: none; }
  .rctk-header-main { min-height: 76px; }
  .rctk-tressgloss-logo { width: min(224px, calc(100vw - 130px)); min-width: 0; }
  .rctk-hero-copy { padding-block: 58px 24px; }
  .rctk-hero-stage { height: 420px; }
  .rctk-hero-empty { height: 285px; margin-top: 45px; box-shadow: 11px 11px 0 #173b3f; }
  .rctk-trust-strip { grid-template-columns: 1fr 1fr; }
  .rctk-trust-strip > a { min-height: 112px; padding: 14px; }
  .tressgloss-path-grid, .tressgloss-age-grid { grid-template-columns: 1fr 1fr; }
  .tressgloss-path { min-height: 190px; padding: 20px; }
  .tressgloss-path strong { font-size: 23px; }
  .tressgloss-age-section__heading, .tressgloss-editorial { grid-template-columns: 1fr; display: grid; }
  .tressgloss-editorial__visual { min-height: 235px; order: -1; }
  .tressgloss-editorial__badge { width: 108px; height: 108px; font-size: 13px; }
  .tressgloss-location-strip__intro, .tressgloss-location-directory__heading { grid-template-columns: 1fr; gap: 12px; }
  .tressgloss-location-strip__intro p { grid-column: 1; grid-row: auto; }
  .tressgloss-state-grid, .tressgloss-location-grid { grid-template-columns: 1fr 1fr; }
  .tressgloss-location-hero__grid { grid-template-columns: 1fr; }
  .tressgloss-location-hero__badge { width: 132px; height: 132px; justify-self: start; box-shadow: 10px 11px 0 #173b3f; }
  .tressgloss-location-hero__badge strong { font-size: 47px; }
  .tressgloss-location-card { grid-template-columns: 35px minmax(0, 1fr); min-height: 112px; padding: 16px; }
  .tressgloss-location-card > .rctk-icon { display: none; }
  .tressgloss-location-card__icon { width: 35px; height: 35px; border-radius: 12px 12px 12px 4px; }
  .tressgloss-location-card strong { font-size: 18px; }
}

/* TressGloss: a warm, botanical beauty system layered on the shared store architecture. */
.rctk-site {
  --rctk-orange: #b98245;
  --rctk-orange-hover: #936337;
  --rctk-ink: #3d2230;
  --rctk-muted: #765b68;
  --rctk-surface: #fcf8f3;
  --rctk-border: #e9d8cc;
  --rctk-blue: #70816b;
  --rctk-green: #70816b;
  background: #fffaf6;
  color: #3d2230;
}
.rctk-site ::selection { background: #ecd6b1; color: #3d2230; }
.rctk-site :where(a, button, input, select, textarea, summary):focus-visible { outline-color: #b98245; }
.rctk-site h1, .rctk-site h2, .rctk-site h3 { color: #3d2230; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -.055em; }
.rctk-site .rctk-eyebrow { color: #70816b; font-weight: 800; }
.rctk-site .rctk-button, .rctk-site .wp-element-button, .rctk-site .woocommerce a.button, .rctk-site.woocommerce a.button { background: #b98245; border-color: #b98245; box-shadow: 0 6px 0 #80522d; color: #fff; }
.rctk-site .rctk-button:hover, .rctk-site .wp-element-button:hover, .rctk-site .woocommerce a.button:hover, .rctk-site.woocommerce a.button:hover { background: #936337; border-color: #936337; box-shadow: 0 3px 0 #694020; color: #fff; }
.rctk-site .rctk-button-outline, .rctk-site .is-style-outline .wp-element-button { background: #fffaf6; border-color: #d7bcad; color: #3d2230; }
.rctk-announcement, .rctk-footer { background: #3d2230; }
.rctk-announcement .rctk-icon { color: #e4bd72; }
.rctk-header, .rctk-nav-border { background: #fffaf6; }
.rctk-search, .rctk-product-visual { background: #f8eee6; border-color: #e9d8cc; }
.rctk-search input[type=search], .rctk-menu-list a { color: #3d2230; }
.rctk-search button { background: #e4bd72; color: #3d2230; }
.rctk-mega > summary { background: #f4e5db; color: #3d2230; }
.rctk-header-chat, .rctk-site .rctk-text-link:hover, .rctk-site .rctk-text-button:hover { color: #936337; }
.rctk-tressgloss-logo { width: 284px; }
.rctk-tressgloss-logo picture { display: block; }

.tressgloss-hero { overflow: hidden; background: linear-gradient(105deg, #fff9f4 0 51%, #ead8cb 51% 100%); }
.tressgloss-hero::before { width: 430px; height: 430px; bottom: -300px; border: 46px solid #d9b05e; opacity: .33; }
.tressgloss-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); min-height: 630px; align-items: stretch; }
.tressgloss-hero .rctk-hero-copy { z-index: 2; align-self: center; padding: 80px 0; }
.tressgloss-hero h1 { max-width: 620px; font-size: clamp(3.35rem, 6.4vw, 6.65rem); }
.tressgloss-hero .rctk-hero-title-accent { color: #b98245; }
.tressgloss-hero .rctk-hero-copy > p { color: #765b68; font-size: 18px; }
.tressgloss-hero .rctk-hero-note { color: #70816b; }
.tressgloss-hero__visual { position: relative; min-height: 630px; overflow: hidden; isolation: isolate; }
.tressgloss-hero__visual::before { position: absolute; z-index: 1; inset: 0; content: ''; background: linear-gradient(90deg, rgba(255,250,246,.13), transparent 35%, rgba(61,34,48,.1)); pointer-events: none; }
.tressgloss-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.tressgloss-hero__seal { position: absolute; z-index: 2; top: 46px; right: 36px; display: grid; width: 125px; height: 125px; place-items: center; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; background: #3d2230; box-shadow: 0 0 0 7px rgba(255,250,246,.55); color: #fffaf6; font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-align: center; transform: rotate(9deg); }
.tressgloss-hero__caption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; max-width: 390px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.46); border-radius: 16px; background: rgba(61,34,48,.86); box-shadow: 0 12px 34px rgba(61,34,48,.22); color: #fff; backdrop-filter: blur(8px); }
.tressgloss-hero__caption small { display: block; margin-bottom: 6px; color: #e7c984; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.tressgloss-hero__caption strong { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; letter-spacing: -.03em; line-height: 1.05; }

.rctk-trust-strip > a { border-color: #e9d8cc; background: #fff; }
.rctk-trust-strip > a:nth-child(2) { background: #edf0e8; }
.rctk-trust-strip > a:nth-child(3) { background: #f9eee4; }
.rctk-trust-strip > a:nth-child(4) { background: #f3e8ef; }
.rctk-trust-strip .rctk-icon, .rctk-spec-chips span { color: #70816b; }
.rctk-category-card { border-color: #e9d8cc; }
.rctk-category-card:nth-child(3n + 1) { background: #fbefe5; }
.rctk-category-card:nth-child(3n + 2) { background: #edf0e8; }
.rctk-category-card:nth-child(3n) { background: #f2e8ee; }
.rctk-category-card:hover, .rctk-product-card:hover { border-color: #b98245; }
.tressgloss-product-fallback { background: linear-gradient(145deg, #f3e7dc 0 48%, #e5eadf 48% 100%); color: #3d2230; }
.tressgloss-product-fallback::before { border-color: #b98245; }
.tressgloss-product-fallback::after { border-color: #70816b; }
.tressgloss-product-fallback > span { background: #3d2230; color: #e4bd72; }
.tressgloss-product-fallback small { color: #70816b; }

.tressgloss-path { color: #3d2230; }
.tressgloss-path:hover { color: #3d2230; box-shadow: 0 18px 28px rgba(61,34,48,.13); }
.tressgloss-path--age { background: #e8eee2; }
.tressgloss-path--interest { background: #f7eadf; }
.tressgloss-path--occasion { background: #f0e4eb; }
.tressgloss-path--budget { background: #f1dbd4; }
.tressgloss-age-section { background: #3d2230; }
.tressgloss-age-section__heading p { color: #ead7cb; }
.tressgloss-age-grid a { color: #3d2230; background: #fffaf6; }
.tressgloss-age-grid a:nth-child(even) { background: #e4bd72; }
.tressgloss-age-grid a:hover { background: #b98245; }
.tressgloss-editorial { background: #f8eee6; }
.tressgloss-editorial__visual { background: #3d2230; }
.tressgloss-editorial__visual > img { width: 100%; height: 100%; object-fit: cover; }
.tressgloss-editorial__visual::before, .tressgloss-editorial__visual::after { display: none; }
.tressgloss-editorial__badge { background: #b98245; }
.tressgloss-editorial p, .tressgloss-affiliate-note { color: #765b68; }
.tressgloss-affiliate-note { border-color: #e9d8cc; }

.tressgloss-ritual-finder { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 6vw, 88px); align-items: end; padding-block: clamp(55px, 8vw, 110px); }
.tressgloss-ritual-finder__intro h2 { margin: 8px 0 16px; font-size: clamp(2.3rem, 4.5vw, 4.4rem); }
.tressgloss-ritual-finder__intro p { max-width: 520px; color: #765b68; }
.tressgloss-ritual-finder__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tressgloss-ritual-finder__grid a { position: relative; display: flex; min-height: 196px; flex-direction: column; padding: 23px; overflow: hidden; border: 1px solid #e9d8cc; border-radius: 18px; background: #fff; color: #3d2230; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.tressgloss-ritual-finder__grid a:nth-child(2) { background: #edf0e8; }.tressgloss-ritual-finder__grid a:nth-child(3) { background: #f7eadf; }.tressgloss-ritual-finder__grid a:nth-child(4) { background: #f0e4eb; }
.tressgloss-ritual-finder__grid a:hover { color: #3d2230; box-shadow: 0 14px 26px rgba(61,34,48,.12); transform: translateY(-4px); }
.tressgloss-ritual-finder__grid small { color: #70816b; font-size: 11px; font-weight: 800; letter-spacing: .12em; }.tressgloss-ritual-finder__grid strong { margin: auto 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; letter-spacing: -.05em; line-height: 1; }.tressgloss-ritual-finder__grid span { max-width: 250px; color: #765b68; font-size: 13px; line-height: 1.4; }.tressgloss-ritual-finder__grid .rctk-icon { position: absolute; right: 20px; bottom: 20px; color: #b98245; }

.tressgloss-location-strip { background: #f8eee6; border-color: #e9d8cc; }.tressgloss-location-strip::before { border-color: #e4bd72; }.tressgloss-location-strip::after { background: #b98245; }.tressgloss-location-strip__intro p, .tressgloss-location-directory__heading p, .tressgloss-location-hero p { color: #765b68; }.tressgloss-state-grid a, .tressgloss-location-card { border-color: #e9d8cc; color: #3d2230; }.tressgloss-state-grid a > span { background: #edf0e8; color: #70816b; }.tressgloss-state-grid a:hover { background: #3d2230; border-color: #3d2230; }.tressgloss-location-hero { background: linear-gradient(135deg, #fff7f1 0 50%, #f0e4eb 50% 100%); }.tressgloss-location-hero::before { border-color: #70816b; }.tressgloss-location-hero__badge { background: #b98245; box-shadow: 15px 17px 0 #3d2230; }.tressgloss-location-card:hover { border-color: #b98245; color: #3d2230; box-shadow: 0 17px 32px rgba(61,34,48,.12); }.tressgloss-location-card__icon { background: #3d2230; color: #e4bd72; }.tressgloss-location-card small, .tressgloss-location-card em { color: #70816b; }

@media (max-width: 980px) { .tressgloss-hero__grid, .tressgloss-ritual-finder { grid-template-columns: 1fr; }.tressgloss-hero__visual { min-height: 480px; }.tressgloss-hero .rctk-hero-copy { padding-bottom: 42px; } }
@media (max-width: 700px) { .rctk-tressgloss-logo { width: min(230px, calc(100vw - 126px)); }.tressgloss-hero__visual { min-height: 400px; }.tressgloss-hero__seal { top: 22px; right: 22px; width: 96px; height: 96px; font-size: 9px; }.tressgloss-hero__caption { right: 14px; bottom: 14px; left: 14px; }.tressgloss-ritual-finder__grid { grid-template-columns: 1fr; }.tressgloss-ritual-finder__grid a { min-height: 160px; } }

/* Comfortable reading scale and a soft editorial transition into the hero image. */
.rctk-site { font-size: 17px; }
.rctk-site :is(.rctk-small, small, .rctk-eyebrow, .rctk-hero-note, .rctk-product-meta, .rctk-stock, .rctk-spec-chips span, .rctk-badge, .rctk-breadcrumbs, .woocommerce-breadcrumb, .rctk-byline, .rctk-article-tools, .rctk-blog-query .wp-block-post-date, .rctk-filter-chips a, .rctk-active-filters a, .rctk-count) {
  font-size: clamp(14px, .82rem + .25vw, 16px);
}
.rctk-site :is(.rctk-button, .wp-element-button, .rctk-text-link, .rctk-text-button, .rctk-menu-list a, .rctk-mega > summary, .rctk-header-chat, .woocommerce a.button, .woocommerce button.button) { font-size: 16px; }
.rctk-footer :is(.rctk-footer-grid > div > p, .rctk-footer-grid > div > a:not(.rctk-logo):not(.rctk-whatsapp), li a, .rctk-footer-bottom, .rctk-footer-bottom nav a, .rctk-social-links a) { font-size: 15px; }

.tressgloss-hero { background: #fff9f4; }
.tressgloss-hero__visual { background: linear-gradient(90deg, #fff9f4 0%, #f7e9dc 28%, #ead8cb 100%); }
.tressgloss-hero__visual::before {
  z-index: 2;
  background: linear-gradient(90deg, #fff9f4 0%, rgba(255,249,244,.94) 9%, rgba(255,249,244,0) 28%), linear-gradient(270deg, rgba(61,34,48,.13), transparent 30%);
}
.tressgloss-hero__visual > img { display: block; object-position: 66% center; }
.tressgloss-hero .rctk-hero-copy > p { font-size: clamp(18px, 1.05rem + .3vw, 20px); line-height: 1.58; }
.tressgloss-hero .rctk-hero-note { font-size: 15px; line-height: 1.45; }
.tressgloss-hero .rctk-eyebrow { font-size: 14px; }
.tressgloss-hero .rctk-button-outline { min-inline-size: 144px; padding-inline: 28px; }
.tressgloss-hero__caption small { font-size: 13px; }
.tressgloss-hero__caption strong { font-size: clamp(22px, 1.2rem + .3vw, 25px); }

@media (max-width: 980px) {
  .tressgloss-hero__visual::before { background: linear-gradient(180deg, #fff9f4 0%, rgba(255,249,244,.9) 8%, rgba(255,249,244,0) 25%), linear-gradient(0deg, rgba(61,34,48,.12), transparent 30%); }
}
@media (max-width: 700px) {
  .rctk-site :is(.rctk-small, small, .rctk-eyebrow, .rctk-hero-note, .rctk-product-meta, .rctk-stock, .rctk-spec-chips span, .rctk-badge, .rctk-breadcrumbs, .woocommerce-breadcrumb, .rctk-byline, .rctk-article-tools, .rctk-blog-query .wp-block-post-date, .rctk-filter-chips a, .rctk-active-filters a, .rctk-count) { font-size: 14px; }
  .rctk-site :is(.rctk-button, .wp-element-button, .rctk-text-link, .rctk-text-button, .rctk-menu-list a, .rctk-mega > summary, .rctk-header-chat, .woocommerce a.button, .woocommerce button.button) { font-size: 15px; }
  .tressgloss-hero .rctk-button-outline { min-inline-size: 136px; padding-inline: 24px; }
}
