:root {
  --tt-ink: #171512;
  --tt-muted: #6d665f;
  --tt-paper: #f6f4f0;
  --tt-line: #ddd6cc;
  --tt-gold: #9a7138;
  --tt-gold-dark: #765126;
  --tt-white: #fff;
}

.top-test-page {
  margin: 0;
  color: var(--tt-ink);
  background: var(--tt-white);
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.top-test-page *,
.top-test-page *::before,
.top-test-page *::after { box-sizing: border-box; }

.top-test-page main { display: block; overflow: hidden; padding-top: var(--header-h); }
.top-test-page img { max-width: 100%; }
.top-test-page .tt-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.top-test-page .tt-section { padding: 88px 0; }
.top-test-page .tt-eyebrow { margin: 0 0 12px; color: var(--tt-gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.top-test-page .tt-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.top-test-page .tt-heading h2 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(28px, 3.2vw, 43px); font-weight: 500; letter-spacing: .06em; line-height: 1.35; }
.top-test-page .tt-heading p:last-child { margin: 10px 0 0; color: var(--tt-muted); font-size: 14px; line-height: 1.8; }
.top-test-page .tt-heading-compact { margin-bottom: 28px; }
.top-test-page .tt-text-link { flex: none; padding-bottom: 5px; border-bottom: 1px solid var(--tt-ink); color: var(--tt-ink); font-size: 13px; font-weight: 600; text-decoration: none; }

.top-test-page .tt-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 0 26px; border: 1px solid transparent; font-size: 14px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.top-test-page .tt-button:hover { transform: translateY(-2px); }
.top-test-page .tt-button-gold { color: #fff; background: var(--tt-gold); }
.top-test-page .tt-button-gold:hover { background: var(--tt-gold-dark); }
.top-test-page .tt-button-dark { color: #fff; background: var(--tt-ink); }
.top-test-page .tt-button-dark:hover { background: #36312b; }
.top-test-page .tt-button-outline { color: #fff; border-color: rgb(255 255 255 / .55); background: transparent; }
.top-test-page .tt-button-outline:hover { color: var(--tt-ink); background: #fff; }

/* Hero */
.top-test-page .tt-hero { position: relative; padding: 20px 0 0; background: #f2f0ec; }
.top-test-page .tt-hero-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.top-test-page .tt-hero-viewport::-webkit-scrollbar { display: none; }
.top-test-page .tt-hero-track { display: flex; gap: 20px; width: max-content; padding-inline: max(20px, calc((100vw - 1080px) / 2)); }
.top-test-page .tt-hero-slide { position: relative; flex: 0 0 min(1080px, calc(100vw - 160px)); min-height: 500px; overflow: hidden; background: #15130f; box-shadow: 0 12px 36px rgb(39 31 22 / .12); scroll-snap-align: center; opacity: .48; transform: scale(.975); transition: opacity .35s ease, transform .35s ease; }
.top-test-page .tt-hero-slide::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgb(18 15 12 / .96) 0%, rgb(18 15 12 / .86) 31%, rgb(18 15 12 / .18) 62%, transparent 78%); content: ""; opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.top-test-page .tt-hero-slide.is-active { opacity: 1; transform: scale(1); }
.top-test-page .tt-hero-slide.is-active::after { opacity: 1; }
.top-test-page .tt-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 52%; min-height: 500px; padding: 48px 52px; color: #fff; opacity: 0; transform: translateX(-10px); transition: opacity .35s ease .08s, transform .35s ease .08s; }
.top-test-page .tt-hero-slide.is-active .tt-hero-copy { opacity: 1; transform: none; }
.top-test-page .tt-hero-copy .tt-eyebrow { color: #d6b071; }
.top-test-page .tt-hero-copy h1,
.top-test-page .tt-hero-copy h2 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(38px, 4vw, 58px); font-weight: 500; letter-spacing: .08em; line-height: 1.38; }
.top-test-page .tt-hero-lead { max-width: 29em; margin: 22px 0 30px; color: #ddd7cf; font-size: 14px; line-height: 2; }
.top-test-page .tt-hero-media { position: absolute; inset: 0; display: block; overflow: hidden; background: #b7aea5; }
.top-test-page .tt-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; transition: transform .7s ease; }
.top-test-page .tt-hero-slide:hover .tt-hero-media img { transform: scale(1.025); }
.top-test-page .tt-hero-controls { display: flex; align-items: center; justify-content: center; height: 70px; }
.top-test-page .tt-hero-arrow { position: absolute; z-index: 8; top: 251px; width: 44px; height: 44px; padding: 0; border: 1px solid rgb(255 255 255 / .72); border-radius: 50%; color: #fff; background: rgb(18 15 12 / .72); box-shadow: 0 4px 14px rgb(0 0 0 / .2); cursor: pointer; }
.top-test-page .tt-hero-prev { left: max(22px, calc((100vw - 1080px) / 2 + 16px)); }
.top-test-page .tt-hero-next { right: max(22px, calc((100vw - 1080px) / 2 + 16px)); }
.top-test-page .tt-hero-arrow:hover { color: #fff; background: var(--tt-ink); border-color: var(--tt-ink); }
.top-test-page .tt-hero-dots { display: flex; gap: 8px; }
.top-test-page .tt-hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #b9b2a8; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.top-test-page .tt-hero-dots button.is-active { width: 24px; border-radius: 8px; background: var(--tt-gold); }

/* Trust */
.top-test-page .tt-trust { padding: 0 0 24px; background: #f2f0ec; }
.top-test-page .tt-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--tt-line); background: #fff; }
.top-test-page .tt-trust-item { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 94px; padding: 16px 20px; color: var(--tt-ink); text-decoration: none; }
.top-test-page .tt-trust-item + .tt-trust-item { border-left: 1px solid var(--tt-line); }
.top-test-page .tt-trust-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: var(--tt-gold-dark); }
.top-test-page .tt-trust-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.top-test-page .tt-trust-item b,
.top-test-page .tt-trust-item small { display: block; }
.top-test-page .tt-trust-item b { font-size: 14px; }
.top-test-page .tt-trust-item small { margin-top: 4px; color: var(--tt-muted); font-size: 11px; }

/* News */
.top-test-page .tt-news { padding: 29px 0 32px; border-bottom: 1px solid var(--tt-line); background: #fff; }
.top-test-page .tt-news-inner { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 42px; }
.top-test-page .tt-news-heading { padding-top: 10px; }
.top-test-page .tt-news-heading .tt-eyebrow { margin-bottom: 7px; }
.top-test-page .tt-news-heading h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: 20px; font-weight: 600; letter-spacing: .04em; }
.top-test-page .tt-news-list { border-top: 1px solid var(--tt-line); }
.top-test-page .tt-news-item { display: grid; grid-template-columns: 88px minmax(0, 1fr) 18px; align-items: center; gap: 16px; min-height: 50px; padding: 10px 2px; color: var(--tt-ink); border-bottom: 1px solid var(--tt-line); text-decoration: none; }
.top-test-page .tt-news-item > span { color: var(--tt-gold-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.top-test-page .tt-news-item p { margin: 0; overflow: hidden; font-size: 11px; line-height: 1.6; text-overflow: ellipsis; white-space: nowrap; }
.top-test-page .tt-news-item b { font-size: 14px; font-weight: 400; }

/* Curated product shelves */
.top-test-page .tt-products { background: #fff; }
.top-test-page .tt-product-shelf + .tt-product-shelf { margin-top: 72px; padding-top: 66px; border-top: 1px solid #e8e2d9; }
.top-test-page .tt-shelf-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.top-test-page .tt-shelf-heading h2 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(25px, 2.6vw, 34px); font-weight: 500; letter-spacing: .05em; line-height: 1.35; }
.top-test-page .tt-shelf-heading p:last-child { margin: 8px 0 0; color: var(--tt-muted); font-size: 12px; line-height: 1.7; }
.top-test-page .tt-shelf-link { flex: none; padding-bottom: 4px; border-bottom: 1px solid var(--tt-ink); color: var(--tt-ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.top-test-page .tt-product-rail-wrap { position: relative; }
.top-test-page .tt-product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 56px) / 5); gap: 14px; overflow-x: auto; padding: 3px 1px 20px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.top-test-page .tt-product-rail::-webkit-scrollbar { display: none; }
.top-test-page .tt-product-card { min-width: 0; overflow: hidden; color: var(--tt-ink); border: 1px solid var(--tt-line); background: #fff; scroll-snap-align: start; text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.top-test-page .tt-product-card:hover { transform: translateY(-3px); border-color: #b9ad9d; box-shadow: 0 12px 26px rgb(35 29 22 / .09); }
.top-test-page .tt-product-image { position: relative; overflow: hidden; aspect-ratio: 1 / 1.06; background: #f1efeb; }
.top-test-page .tt-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.top-test-page .tt-product-card:hover .tt-product-image img { transform: scale(1.025); }
.top-test-page .tt-product-badge { position: absolute; z-index: 1; top: 10px; left: 10px; padding: 6px 9px; color: #fff; background: #6e1c1c; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.top-test-page .tt-product-badge-light { color: #171512; background: #fff; border: 1px solid #d6cec3; }
.top-test-page .tt-product-body { padding: 14px 13px 16px; }
.top-test-page .tt-product-body > small { color: var(--tt-gold-dark); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.top-test-page .tt-product-body h3 { min-height: 3em; margin: 7px 0 5px; font-size: 13px; line-height: 1.5; }
.top-test-page .tt-product-body p { min-height: 1.6em; margin: 0 0 11px; color: var(--tt-muted); font-size: 9px; line-height: 1.6; }
.top-test-page .tt-product-body strong { display: block; font-family: Arial, sans-serif; font-size: 18px; font-weight: 600; }
.top-test-page .tt-product-body strong small { margin-left: 3px; color: var(--tt-muted); font-family: inherit; font-size: 8px; font-weight: 400; }
.top-test-page .tt-rail-arrow { position: absolute; z-index: 3; top: 39%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid #d6cec3; border-radius: 50%; color: var(--tt-ink); background: rgb(255 255 255 / .94); box-shadow: 0 6px 18px rgb(30 24 18 / .12); cursor: pointer; transform: translateY(-50%); transition: opacity .2s ease, background .2s ease; }
.top-test-page .tt-rail-arrow:hover { color: #fff; background: var(--tt-ink); }
.top-test-page .tt-rail-prev { left: -21px; }
.top-test-page .tt-rail-next { right: -21px; }
.top-test-page .tt-rail-arrow.is-disabled { opacity: 0; pointer-events: none; }

/* Feature */
.top-test-page .tt-feature-section { background: var(--tt-paper); }
.top-test-page .tt-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.top-test-page .tt-feature-card { position: relative; display: block; min-height: 330px; overflow: hidden; color: #fff; background: #231f1a; text-decoration: none; }
.top-test-page .tt-feature-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgb(12 10 8 / .8)); content: ""; }
.top-test-page .tt-feature-card img { width: 100%; height: 100%; min-height: 330px; display: block; object-fit: cover; transition: transform .6s ease; }
.top-test-page .tt-feature-card:hover img { transform: scale(1.035); }
.top-test-page .tt-feature-copy { position: absolute; z-index: 1; right: 28px; bottom: 25px; left: 28px; }
.top-test-page .tt-feature-copy small { color: #e4c187; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.top-test-page .tt-feature-copy h3 { margin: 7px 0 12px; font-family: "Yu Mincho", serif; font-size: clamp(22px, 2.4vw, 31px); font-weight: 500; letter-spacing: .06em; }
.top-test-page .tt-feature-copy span { font-size: 12px; font-weight: 700; }

/* Style */
.top-test-page .tt-style-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.top-test-page .tt-style-card { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; color: #fff; background: #26221d; text-decoration: none; }
.top-test-page .tt-style-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgb(12 10 8 / .82)); content: ""; }
.top-test-page .tt-style-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.top-test-page .tt-style-card:hover img { transform: scale(1.035); }
.top-test-page .tt-style-card span { position: absolute; z-index: 1; right: 18px; bottom: 20px; left: 18px; }
.top-test-page .tt-style-card b,
.top-test-page .tt-style-card small { display: block; }
.top-test-page .tt-style-card b { font-family: "Yu Mincho", serif; font-size: 17px; letter-spacing: .04em; }
.top-test-page .tt-style-card small { margin-top: 5px; color: #d9d3cc; font-size: 10px; }

/* Original brand */
.top-test-page .tt-brand-section { position: relative; overflow: hidden; padding: 96px 0; color: #f5f2ed; background: #1b1a18; }
.top-test-page .tt-brand-grid { position: relative; min-height: 665px; display: flex; align-items: center; }
.top-test-page .tt-brand-section::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, #191816 0%, #191816 35%, rgb(25 24 22 / .96) 48%, rgb(20 20 19 / .7) 70%, rgb(13 13 13 / .34) 100%); content: ""; }
.top-test-page .tt-brand-copy { position: relative; z-index: 2; width: min(55%, 620px); }
.top-test-page .tt-brand-section .tt-eyebrow { color: #d2a965; }
.top-test-page .tt-brand-name { margin: -4px 0 11px; color: #d2a965; font-family: Arial, sans-serif; font-size: clamp(34px, 4.2vw, 55px); font-weight: 700; letter-spacing: .04em; }
.top-test-page .tt-brand-copy h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(29px, 3.2vw, 42px); font-weight: 500; letter-spacing: .05em; line-height: 1.5; }
.top-test-page .tt-brand-copy > p:not(.tt-eyebrow):not(.tt-brand-name) { margin: 21px 0; color: #c9c3bb; font-size: 13px; line-height: 2; }
.top-test-page .tt-brand-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 27px 0 31px; padding: 0; border-top: 1px solid #4b4741; list-style: none; }
.top-test-page .tt-brand-points li { padding: 17px 14px 16px 0; border-bottom: 1px solid #4b4741; }
.top-test-page .tt-brand-points li:nth-child(even) { padding-left: 18px; border-left: 1px solid #4b4741; }
.top-test-page .tt-brand-points b,
.top-test-page .tt-brand-points span { display: block; }
.top-test-page .tt-brand-points b { font-family: "Yu Mincho", serif; font-size: 18px; }
.top-test-page .tt-brand-points span { margin-top: 4px; color: #aaa39a; font-size: 9px; }
.top-test-page .tt-brand-copy .tt-button-dark { color: #fff; background: #a87834; }
.top-test-page .tt-brand-copy .tt-button-dark:hover { background: #bf8b40; }
.top-test-page .tt-brand-image { position: absolute; z-index: 0; top: 0; right: calc((100vw - 100%) / -2); bottom: 0; width: max(66%, calc(50% + (100vw - 100%) / 2)); }
.top-test-page .tt-brand-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 18%; filter: grayscale(.28) saturate(.58) brightness(.62) contrast(1.06); }

/* Reviews */
.top-test-page .tt-review-section { background: var(--tt-paper); }
.top-test-page .tt-review-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 33px; }
.top-test-page .tt-review-heading h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(29px, 3.2vw, 42px); font-weight: 500; letter-spacing: .06em; }
.top-test-page .tt-review-heading > div:first-child > p:last-child { margin: 9px 0 0; color: var(--tt-muted); font-size: 13px; }
.top-test-page .tt-review-score { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 13px; min-width: 218px; padding-left: 28px; border-left: 1px solid var(--tt-line); }
.top-test-page .tt-review-score strong { grid-row: span 2; font-family: Arial, sans-serif; font-size: 46px; line-height: 1; }
.top-test-page .tt-review-score span { color: var(--tt-gold); font-size: 15px; letter-spacing: .12em; }
.top-test-page .tt-review-score small { color: var(--tt-muted); font-size: 9px; }
.top-test-page .tt-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.top-test-page .tt-review-card { display: flex; min-height: 235px; flex-direction: column; padding: 28px 27px 24px; border: 1px solid var(--tt-line); background: #fff; }
.top-test-page .tt-review-stars { color: var(--tt-gold); font-size: 14px; letter-spacing: .12em; }
.top-test-page .tt-review-card > p { margin: 20px 0 26px; font-family: "Yu Mincho", serif; font-size: 15px; line-height: 2; }
.top-test-page .tt-review-card footer { margin-top: auto; padding-top: 14px; border-top: 1px solid #ebe5dc; }
.top-test-page .tt-review-card footer b,
.top-test-page .tt-review-card footer span { display: block; }
.top-test-page .tt-review-card footer b { font-size: 10px; }
.top-test-page .tt-review-card footer span { margin-top: 4px; color: var(--tt-muted); font-size: 9px; }
.top-test-page .tt-review-more { display: flex; justify-content: flex-end; margin-top: 25px; }

/* Story */
.top-test-page .tt-story { padding: 96px 0; color: #fff; background: #171512; }
.top-test-page .tt-story-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(42px, 6vw, 82px); }
.top-test-page .tt-story-image { padding: 10px; border: 1px solid #4a433b; background: #211d19; }
.top-test-page .tt-story-image img { width: 100%; height: auto; aspect-ratio: 8 / 5; display: block; object-fit: cover; }
.top-test-page .tt-story-copy .tt-eyebrow { color: #d6b071; }
.top-test-page .tt-story-copy h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(29px, 3.4vw, 44px); font-weight: 500; letter-spacing: .06em; line-height: 1.55; }
.top-test-page .tt-story-copy > p:not(.tt-eyebrow) { margin: 24px 0; color: #cbc5bd; font-size: 14px; line-height: 2.05; }
.top-test-page .tt-story-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0 32px; border-block: 1px solid #3c3731; }
.top-test-page .tt-story-facts div { padding: 20px 12px 20px 0; }
.top-test-page .tt-story-facts div + div { padding-left: 18px; border-left: 1px solid #3c3731; }
.top-test-page .tt-story-facts dt { color: #d6b071; font-family: "Yu Mincho", serif; font-size: 22px; }
.top-test-page .tt-story-facts dd { margin: 5px 0 0; color: #aaa39a; font-size: 10px; }

/* Guide */
.top-test-page .tt-guide-section { background: var(--tt-paper); }
.top-test-page .tt-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.top-test-page .tt-guide-card { display: flex; flex-direction: column; min-height: 500px; padding: 0; overflow: hidden; color: var(--tt-ink); border: 1px solid var(--tt-line); background: #fff; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.top-test-page .tt-guide-card:hover { transform: translateY(-3px); border-color: #b7aa99; box-shadow: 0 12px 26px rgb(35 29 22 / .08); }
.top-test-page .tt-guide-photo { width: 100%; height: 270px; display: block; object-fit: cover; object-position: center 30%; transition: transform .45s ease; }
.top-test-page .tt-guide-card:nth-child(2) .tt-guide-photo { object-position: center 45%; }
.top-test-page .tt-guide-card:hover .tt-guide-photo { transform: scale(1.02); }
.top-test-page .tt-guide-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px 25px 27px; }
.top-test-page .tt-guide-card-body > small { color: var(--tt-gold-dark); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.top-test-page .tt-guide-card h3 { margin: 8px 0 10px; font-family: "Yu Mincho", serif; font-size: 21px; font-weight: 600; }
.top-test-page .tt-guide-card p { margin: 0 0 24px; color: var(--tt-muted); font-size: 12px; line-height: 1.85; }
.top-test-page .tt-guide-link { margin-top: auto; font-size: 11px; font-weight: 700; }

/* Guarantees and final CTA */
.top-test-page .tt-guarantee-section { background: #fff; }
.top-test-page .tt-guarantee-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--tt-line); }
.top-test-page .tt-guarantee-card { display: flex; min-height: 220px; flex-direction: column; gap: 20px; padding: 27px 24px; color: var(--tt-ink); text-decoration: none; transition: background .2s ease; }
.top-test-page .tt-guarantee-card + .tt-guarantee-card { border-left: 1px solid var(--tt-line); }
.top-test-page .tt-guarantee-card:hover { background: var(--tt-paper); }
.top-test-page .tt-guarantee-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--tt-gold-dark); border: 1px solid #d2c5b5; }
.top-test-page .tt-guarantee-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.top-test-page .tt-guarantee-card small { color: var(--tt-gold-dark); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.top-test-page .tt-guarantee-card h3 { margin: 8px 0 10px; font-family: "Yu Mincho", serif; font-size: 18px; line-height: 1.5; }
.top-test-page .tt-guarantee-card p { margin: 0; color: var(--tt-muted); font-size: 10px; line-height: 1.8; }
.top-test-page .tt-final-cta { padding: 92px 0; color: #fff; background: #171512; text-align: center; }
.top-test-page .tt-final-cta-inner { max-width: 900px; }
.top-test-page .tt-final-cta .tt-eyebrow { color: #d6b071; }
.top-test-page .tt-final-cta h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(31px, 4vw, 52px); font-weight: 500; letter-spacing: .08em; }
.top-test-page .tt-final-cta-inner > p:not(.tt-eyebrow) { margin: 20px 0 30px; color: #c9c3ba; font-size: 13px; line-height: 2; }
.top-test-page .tt-final-cta-actions { display: flex; justify-content: center; gap: 12px; }
.top-test-page .tt-final-cta-actions .tt-button { min-width: 245px; }
.top-test-page .tt-final-cta ul { display: flex; justify-content: center; gap: 24px; margin: 28px 0 0; padding: 0; color: #aaa39a; font-size: 9px; list-style: none; }
.top-test-page .tt-final-cta li::before { margin-right: 5px; color: #d6b071; content: "✓"; }

@media (max-width: 960px) {
  .top-test-page .tt-section { padding: 70px 0; }
  .top-test-page .tt-hero-slide { flex-basis: calc(100vw - 80px); min-height: 450px; }
  .top-test-page .tt-hero-track { padding-inline: 40px; }
  .top-test-page .tt-hero-copy { width: 58%; min-height: 450px; padding: 38px 34px; }
  .top-test-page .tt-hero-arrow { top: 224px; }
  .top-test-page .tt-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .top-test-page .tt-trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--tt-line); }
  .top-test-page .tt-trust-item:nth-child(4) { border-top: 1px solid var(--tt-line); }
  .top-test-page .tt-news-inner { grid-template-columns: 190px minmax(0, 1fr); gap: 28px; }
  .top-test-page .tt-product-rail { grid-auto-columns: 30.5%; }
  .top-test-page .tt-style-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .top-test-page .tt-brand-grid { min-height: 620px; }
  .top-test-page .tt-brand-copy { width: min(64%, 610px); }
  .top-test-page .tt-brand-image { width: max(70%, calc(52% + (100vw - 100%) / 2)); }
  .top-test-page .tt-story-grid { grid-template-columns: 1fr; }
  .top-test-page .tt-story-copy { max-width: 720px; }
  .top-test-page .tt-guarantee-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-test-page .tt-guarantee-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--tt-line); }
  .top-test-page .tt-guarantee-card:nth-child(4) { border-top: 1px solid var(--tt-line); }
}

@media (max-width: 640px) {
  .top-test-page .tt-container { width: min(100% - 28px, 1180px); }
  .top-test-page .tt-section { padding: 56px 0; }
  .top-test-page .tt-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 25px; }
  .top-test-page .tt-heading h2 { font-size: 28px; }
  .top-test-page .tt-hero { padding-top: 10px; }
  .top-test-page .tt-hero-track { gap: 10px; padding-inline: 14px; }
  .top-test-page .tt-hero-slide { flex-basis: calc(100vw - 28px); min-height: 560px; }
  .top-test-page .tt-hero-slide::after { background: linear-gradient(0deg, rgb(18 15 12 / .98) 0%, rgb(18 15 12 / .84) 36%, rgb(18 15 12 / .08) 70%, transparent 85%); }
  .top-test-page .tt-hero-copy { position: absolute; right: 0; bottom: 0; left: 0; justify-content: flex-end; width: 100%; min-height: 0; padding: 25px 23px 27px; }
  .top-test-page .tt-hero-copy h1,
  .top-test-page .tt-hero-copy h2 { font-size: 32px; line-height: 1.34; }
  .top-test-page .tt-hero-lead { margin: 12px 0 18px; font-size: 12px; line-height: 1.75; }
  .top-test-page .tt-hero-media img { object-position: center top; }
  .top-test-page .tt-hero-controls { height: 58px; }
  .top-test-page .tt-hero-arrow { top: 268px; width: 40px; height: 40px; }
  .top-test-page .tt-hero-prev { left: 24px; }
  .top-test-page .tt-hero-next { right: 24px; }
  .top-test-page .tt-button { width: 100%; min-height: 48px; }
  .top-test-page .tt-trust { padding-bottom: 14px; }
  .top-test-page .tt-trust-grid { width: calc(100% - 28px); }
  .top-test-page .tt-trust-item { justify-content: flex-start; min-height: 78px; padding: 12px 13px; gap: 9px; }
  .top-test-page .tt-trust-icon { flex-basis: 29px; width: 29px; height: 29px; }
  .top-test-page .tt-trust-icon svg { width: 24px; height: 24px; }
  .top-test-page .tt-trust-item b { font-size: 11px; }
  .top-test-page .tt-trust-item small { font-size: 9px; }
  .top-test-page .tt-news { padding: 27px 0; }
  .top-test-page .tt-news-inner { display: block; }
  .top-test-page .tt-news-heading { margin-bottom: 18px; padding-top: 0; }
  .top-test-page .tt-news-heading h2 { font-size: 18px; }
  .top-test-page .tt-news-item { grid-template-columns: 74px minmax(0, 1fr); gap: 10px; padding: 11px 0; }
  .top-test-page .tt-news-item p { display: -webkit-box; overflow: hidden; line-height: 1.65; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .top-test-page .tt-news-item b { display: none; }
  .top-test-page .tt-product-shelf + .tt-product-shelf { margin-top: 52px; padding-top: 48px; }
  .top-test-page .tt-shelf-heading { display: block; margin-bottom: 19px; }
  .top-test-page .tt-shelf-heading h2 { font-size: 24px; }
  .top-test-page .tt-shelf-heading p:last-child { font-size: 10px; }
  .top-test-page .tt-shelf-link { display: block; width: max-content; margin: 13px 0 0 auto; font-size: 10px; }
  .top-test-page .tt-product-rail { grid-auto-columns: 46.5%; gap: 10px; margin-right: -14px; padding-right: 14px; }
  .top-test-page .tt-rail-arrow { display: none; }
  .top-test-page .tt-product-body { padding: 13px 11px 15px; }
  .top-test-page .tt-product-body h3 { min-height: 3em; font-size: 12px; }
  .top-test-page .tt-product-body p { font-size: 9px; }
  .top-test-page .tt-product-body strong { font-size: 19px; }
  .top-test-page .tt-product-badge { top: 7px; left: 7px; padding: 5px 7px; font-size: 8px; }
  .top-test-page .tt-feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .top-test-page .tt-feature-card,
  .top-test-page .tt-feature-card img { min-height: 245px; }
  .top-test-page .tt-style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .top-test-page .tt-style-card span { right: 11px; bottom: 13px; left: 11px; }
  .top-test-page .tt-style-card b { font-size: 15px; }
  .top-test-page .tt-brand-section { padding: 64px 0; }
  .top-test-page .tt-brand-section::after { background: linear-gradient(90deg, rgb(24 23 21 / .99) 0%, rgb(24 23 21 / .97) 48%, rgb(20 20 19 / .84) 73%, rgb(12 12 12 / .64) 100%); }
  .top-test-page .tt-brand-grid { min-height: 680px; }
  .top-test-page .tt-brand-copy { width: 100%; }
  .top-test-page .tt-brand-copy h2 { font-size: 28px; }
  .top-test-page .tt-brand-copy > p:not(.tt-eyebrow):not(.tt-brand-name) { font-size: 12px; }
  .top-test-page .tt-brand-points { margin: 22px 0 26px; }
  .top-test-page .tt-brand-points b { font-size: 15px; }
  .top-test-page .tt-brand-image { top: -64px; right: calc((100vw - 100%) / -2); bottom: -64px; width: calc(78% + (100vw - 100%) / 2); opacity: .7; }
  .top-test-page .tt-brand-image img { object-position: 48% top; }
  .top-test-page .tt-review-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .top-test-page .tt-review-heading h2 { font-size: 28px; }
  .top-test-page .tt-review-score { min-width: 0; padding: 17px 0 0; border-top: 1px solid var(--tt-line); border-left: 0; }
  .top-test-page .tt-review-score strong { font-size: 39px; }
  .top-test-page .tt-review-grid { grid-template-columns: 1fr; }
  .top-test-page .tt-review-card { min-height: 0; padding: 24px 22px; }
  .top-test-page .tt-story { padding: 64px 0; }
  .top-test-page .tt-story-grid { gap: 42px; }
  .top-test-page .tt-story-image { padding: 6px; }
  .top-test-page .tt-story-copy h2 { font-size: 28px; }
  .top-test-page .tt-story-facts { grid-template-columns: 1fr; }
  .top-test-page .tt-story-facts div,
  .top-test-page .tt-story-facts div + div { padding: 13px 0; border-left: 0; }
  .top-test-page .tt-story-facts div + div { border-top: 1px solid #3c3731; }
  .top-test-page .tt-guide-grid { grid-template-columns: 1fr; }
  .top-test-page .tt-guide-card { min-height: 0; }
  .top-test-page .tt-guide-photo { height: 220px; object-position: center 28%; }
  .top-test-page .tt-guide-card-body { padding: 22px 22px 25px; }
  .top-test-page .tt-guarantee-grid { grid-template-columns: 1fr; }
  .top-test-page .tt-guarantee-card { min-height: 0; padding: 23px 21px; }
  .top-test-page .tt-guarantee-card + .tt-guarantee-card,
  .top-test-page .tt-guarantee-card:nth-child(3),
  .top-test-page .tt-guarantee-card:nth-child(4) { border-top: 1px solid var(--tt-line); border-left: 0; }
  .top-test-page .tt-final-cta { padding: 66px 0; }
  .top-test-page .tt-final-cta h2 { font-size: 30px; line-height: 1.5; }
  .top-test-page .tt-final-cta-actions { flex-direction: column; }
  .top-test-page .tt-final-cta-actions .tt-button { min-width: 0; }
  .top-test-page .tt-final-cta ul { flex-wrap: wrap; gap: 10px 17px; }
}

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