/* ToyBrook 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-toybrook-logo { display: block; width: 268px; min-width: 190px; line-height: 0; }
.rctk-toybrook-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; }
.toybrook-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; }
.toybrook-product-fallback::before, .toybrook-product-fallback::after { content: ""; position: absolute; border-radius: 50%; }
.toybrook-product-fallback::before { width: 170px; height: 170px; top: -56px; right: -40px; border: 27px solid #f46b5d; opacity: .72; }
.toybrook-product-fallback::after { width: 100px; height: 100px; left: 20px; bottom: 47px; border: 18px solid #4a9fe8; }
.toybrook-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); }
.toybrook-product-fallback > span .rctk-icon { width: 23px; height: 23px; fill: currentColor; }
.toybrook-product-fallback small, .toybrook-product-fallback strong { position: relative; z-index: 1; max-width: 230px; }
.toybrook-product-fallback small { margin-bottom: 7px; color: #347d70; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.toybrook-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; }

/* ToyBrook home patterns */
.toybrook-discovery { padding-block: clamp(54px, 7vw, 100px); }
.toybrook-intro { max-width: 720px; margin-bottom: 34px; }
.toybrook-intro p { color: #5e7474; font-size: 18px; }
.toybrook-path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.toybrook-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;
}
.toybrook-path:hover { color: #173b3f; transform: translateY(-5px) rotate(-1deg); box-shadow: 0 18px 28px rgba(23, 59, 63, .12); }
.toybrook-path::after { content: ""; position: absolute; right: -31px; bottom: -45px; width: 140px; height: 140px; border: 24px solid rgba(255,255,255,.62); border-radius: 50%; }
.toybrook-path--age { background: #dff3ed; }
.toybrook-path--interest { background: #fff0cb; }
.toybrook-path--occasion { background: #e9e5ff; }
.toybrook-path--budget { background: #ffdcd8; }
.toybrook-path__number { color: rgba(23,59,63,.45); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.toybrook-path strong { position: relative; z-index: 1; max-width: 180px; font-size: 27px; line-height: 1; letter-spacing: -.055em; }
.toybrook-path span:last-child { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; }
.toybrook-age-section { margin-block: clamp(40px, 7vw, 100px); padding: clamp(28px, 4vw, 58px); border-radius: 32px; background: #173b3f; color: #fff; }
.toybrook-age-section h2, .toybrook-age-section .rctk-eyebrow { color: #fff; }
.toybrook-age-section .rctk-eyebrow { opacity: .72; }
.toybrook-age-section__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.toybrook-age-section__heading p { max-width: 420px; margin: 0; color: #d8e9e1; }
.toybrook-age-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.toybrook-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; }
.toybrook-age-grid a:nth-child(even) { background: #f8c85c; }
.toybrook-age-grid a:hover { background: #f46b5d; color: #fff; transform: translateY(-4px); }
.toybrook-age-grid small { color: inherit; opacity: .72; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.toybrook-age-grid strong { margin-top: 8px; font-size: 18px; line-height: 1.05; }
.toybrook-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; }
.toybrook-editorial__visual { position: relative; min-height: 320px; border-radius: 28px; background: #4a9fe8; overflow: hidden; }
.toybrook-editorial__visual::before { content: ""; position: absolute; width: 230px; height: 230px; top: 45px; left: 15%; border: 28px solid #f8c85c; border-radius: 50%; }
.toybrook-editorial__visual::after { content: "★"; position: absolute; right: 12%; bottom: 0; color: #fff4cc; font-size: 165px; line-height: .9; transform: rotate(12deg); }
.toybrook-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); }
.toybrook-editorial p { color: #5e7474; font-size: 18px; }
.toybrook-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; }
.toybrook-affiliate-note .rctk-icon { flex: 0 0 auto; color: #347d70; }
.toybrook-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 */
.toybrook-location-strip { position: relative; overflow: hidden; padding: clamp(44px, 7vw, 86px) 0; background: #f4f8f5; border-top: 1px solid #d8e5de; }
.toybrook-location-strip::before, .toybrook-location-strip::after { content: ""; position: absolute; pointer-events: none; border-radius: 50%; }
.toybrook-location-strip::before { width: 250px; height: 250px; right: -92px; top: -142px; border: 35px solid #f8c85c; opacity: .64; }
.toybrook-location-strip::after { width: 120px; height: 120px; left: -30px; bottom: -50px; background: #f46b5d; opacity: .13; }
.toybrook-location-strip .rctk-container { position: relative; z-index: 1; }
.toybrook-location-strip__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr); gap: 8px 40px; align-items: end; margin-bottom: 30px; }
.toybrook-location-strip__intro .rctk-eyebrow, .toybrook-location-strip__intro h2 { grid-column: 1; }
.toybrook-location-strip__intro h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); }
.toybrook-location-strip__intro p { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: #476569; font-size: 16px; }
.toybrook-state-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.toybrook-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; }
.toybrook-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; }
.toybrook-state-grid a .rctk-icon { width: 15px; height: 15px; margin-left: auto; opacity: .45; }
.toybrook-state-grid a:hover { background: #173b3f; border-color: #173b3f; color: #fff; transform: translateY(-2px); }
.toybrook-state-grid a:hover > span { background: #f8c85c; color: #173b3f; }
.toybrook-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%); }
.toybrook-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; }
.toybrook-location-hero .rctk-container { position: relative; z-index: 1; }
.toybrook-location-breadcrumbs { margin-bottom: clamp(30px, 5vw, 70px); }
.toybrook-location-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 205px; gap: 38px; align-items: center; }
.toybrook-location-hero h1 { max-width: 900px; margin: 11px 0 20px; font-size: clamp(2.6rem, 5.3vw, 5.75rem); line-height: .95; }
.toybrook-location-hero p { max-width: 660px; margin: 0 0 28px; color: #476569; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.toybrook-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); }
.toybrook-location-hero__badge span, .toybrook-location-hero__badge small { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.toybrook-location-hero__badge strong { margin-block: 5px 2px; font-size: 65px; letter-spacing: -.08em; line-height: .9; }
.toybrook-location-directory { padding-block: clamp(48px, 7vw, 92px); }
.toybrook-location-directory__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .65fr); gap: 30px; align-items: end; margin-bottom: 32px; }
.toybrook-location-directory__heading h2 { margin: 6px 0 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.toybrook-location-directory__heading p { margin: 0; color: #5e7474; }
.toybrook-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.toybrook-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; }
.toybrook-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; }
.toybrook-location-card:nth-child(3n + 2) { background: #fffaf0; }
.toybrook-location-card:nth-child(3n) { background: #f5fbf7; }
.toybrook-location-card:hover { border-color: #f46b5d; color: #173b3f; box-shadow: 0 17px 32px rgba(23,59,63,.12); transform: translateY(-4px) rotate(-.4deg); }
.toybrook-location-card:hover::after { border-color: #f8c85c; }
.toybrook-location-card__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 15px 15px 15px 5px; background: #173b3f; color: #f8c85c; }
.toybrook-location-card__icon .rctk-icon { width: 20px; height: 20px; }
.toybrook-location-card small, .toybrook-location-card em { display: block; color: #347d70; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.toybrook-location-card strong { display: block; margin-block: 5px 3px; font-size: 21px; letter-spacing: -.045em; line-height: 1; }
.toybrook-location-card > .rctk-icon { width: 20px; height: 20px; }
.toybrook-location-pagination { margin-top: 34px; }
.toybrook-location-empty { max-width: 760px; padding: clamp(28px, 5vw, 60px); border: 1px dashed #9dbdb0; border-radius: 25px; background: #f4f8f5; text-align: center; }
.toybrook-location-empty > span { display: grid; width: 65px; height: 65px; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: #f8c85c; color: #173b3f; }
.toybrook-location-empty h3 { margin: 0 0 9px; font-size: 26px; }
.toybrook-location-empty p { max-width: 540px; margin: 0 auto; color: #5e7474; }
.toybrook-location-catalogue { padding-top: 0; }
.toybrook-location-catalogue .rctk-shop { margin-top: 30px; }
.toybrook-related-toys { margin-top: clamp(30px, 5vw, 70px); }
.toybrook-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) {
  .toybrook-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .toybrook-age-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rctk-hero-grid { min-height: auto; }
  .toybrook-state-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .toybrook-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-toybrook-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; }
  .toybrook-path-grid, .toybrook-age-grid { grid-template-columns: 1fr 1fr; }
  .toybrook-path { min-height: 190px; padding: 20px; }
  .toybrook-path strong { font-size: 23px; }
  .toybrook-age-section__heading, .toybrook-editorial { grid-template-columns: 1fr; display: grid; }
  .toybrook-editorial__visual { min-height: 235px; order: -1; }
  .toybrook-editorial__badge { width: 108px; height: 108px; font-size: 13px; }
  .toybrook-location-strip__intro, .toybrook-location-directory__heading { grid-template-columns: 1fr; gap: 12px; }
  .toybrook-location-strip__intro p { grid-column: 1; grid-row: auto; }
  .toybrook-state-grid, .toybrook-location-grid { grid-template-columns: 1fr 1fr; }
  .toybrook-location-hero__grid { grid-template-columns: 1fr; }
  .toybrook-location-hero__badge { width: 132px; height: 132px; justify-self: start; box-shadow: 10px 11px 0 #173b3f; }
  .toybrook-location-hero__badge strong { font-size: 47px; }
  .toybrook-location-card { grid-template-columns: 35px minmax(0, 1fr); min-height: 112px; padding: 16px; }
  .toybrook-location-card > .rctk-icon { display: none; }
  .toybrook-location-card__icon { width: 35px; height: 35px; border-radius: 12px 12px 12px 4px; }
  .toybrook-location-card strong { font-size: 18px; }
}
