@layer reset, base, blocks, pages, narrow;
@layer reset {
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, p, figure, blockquote, dl, dd, ol, ul { margin: 0; }
ul[role="list"], ol { padding: 0; list-style: none; }
img { display: block; max-inline-size: 100%; block-size: auto; }
button, input { font: inherit; }
table { border-collapse: collapse; }
}
@layer base {
:root { --grass: #0054a8; --grass-deep: #003f82; --lime: #9cc93c; --lime-deep: #86b22c; --royal: #0054a8; --sky: #2f8ad6; --sun: #6f9f22; --ink: #0f1e33; --hush: #4f5d70; --mist: #eef4fa; --seam: #dbe5f0; --night: #062e5c; --page: 1180px; --display: "Bebas Neue", Impact, sans-serif; --text: "Noto Sans", system-ui, sans-serif; }
html { scroll-behavior: smooth; }
body { background: #fff; color: var(--ink); font: 400 1rem/1.65 var(--text); }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.02; letter-spacing: .01em; text-transform: uppercase; }
.romp-wrap { max-inline-size: var(--page); margin-inline: auto; padding-inline: 24px; }
.romp-wrap_narrow { max-inline-size: 860px; }
.romp-wrap_mid { max-inline-size: 1060px; }
.romp-skip { position: absolute; inset-inline-start: -999px; background: var(--grass); color: #fff; padding: .6rem 1rem; z-index: 99; }
.romp-skip:focus { inset-inline-start: 8px; }
.romp-icon { inline-size: 1.15em; block-size: 1.15em; flex: none; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.romp-icon_paw { fill: currentColor; stroke: none; }
.romp-title { font-size: clamp(2.1rem, 3.6vw, 2.9rem); margin-block-end: .45em; }
.romp-title_center, .romp-center, .romp-lede_center, .romp-small_center { text-align: center; }
.romp-lede { color: var(--hush); max-inline-size: 66ch; margin-block-end: 2.2rem; }
.romp-lede_center { margin-inline: auto; }
.romp-kicker { font: 700 .76rem/1.3 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--grass); margin-block-end: .6rem; }
.romp-kicker_light { color: var(--lime); }
.romp-small { font-size: .8rem; color: var(--hush); margin-block-start: 1.4rem; }
.romp-fresh { border: 1.5px solid var(--grass); color: var(--grass); padding-inline: .6rem; font-weight: 700; font-size: .74rem; }
.romp-link { display: inline-flex; align-items: center; gap: .5rem; border: 2px solid var(--grass); color: var(--grass); padding: .8rem 1.4rem; font-weight: 700; text-decoration: none; }
.romp-link:hover, .romp-link_solid { background: var(--grass); color: #fff; }
.romp-btn { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; background: var(--lime); color: var(--night); border: 0; border-radius: 2px; padding: .85rem 1.35rem; cursor: pointer; transition: background .15s; }
.romp-btn:hover, .romp-btn:focus-visible { background: var(--lime-deep); }
.romp-btn img { block-size: 1.05rem; inline-size: auto; }
.romp-btn_head { padding: .7rem 1rem; }
.romp-btn_head img { block-size: .95rem; }
.romp-btn_hero, .romp-btn_cta { padding: 1.05rem 1.6rem; margin-block-start: 1.8rem; }
.romp-btn_hero img, .romp-btn_cta img { block-size: 1.3rem; }
.romp-btn_card { inline-size: 100%; padding: 1rem; margin-block-start: 1rem; }
.romp-btn_card img { block-size: 1.25rem; }
.romp-btn_pdp { inline-size: 100%; max-inline-size: 470px; padding: 1.15rem 1.5rem; }
.romp-btn_pdp img { block-size: 1.4rem; }
.romp-btn_foot { margin-block-start: 1rem; }
.romp-btn_mid { padding: 1rem 1.5rem; }
.romp-crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; font-size: .84rem; color: var(--hush); padding-block: 1.2rem .4rem; }
.romp-crumbs li + li::before { content: "/"; opacity: .5; margin-inline-end: .4rem; }
.romp-crumbs a { text-decoration: none; }
.romp-crumbs_light ol { color: #e2e2e2; padding-block: 0 1rem; }
}
@layer blocks {
.romp-note { background: var(--night); color: #fff; text-align: center; font-size: .8rem; font-weight: 600; letter-spacing: .03em; padding: .45rem 16px; }
.romp-head { position: sticky; inset-block-start: 0; z-index: 40; background: #fbfdfc; box-shadow: 0 1px 0 var(--seam); }
.romp-head__row { display: flex; align-items: center; gap: 1.6rem; min-block-size: 84px; }
.romp-head__logo img { inline-size: 118px; }
.romp-head__nav { margin-inline-start: auto; }
.romp-head__nav ul { display: flex; gap: 1.35rem; list-style: none; padding: 0; }
.romp-head__nav a { font-weight: 600; font-size: .92rem; text-decoration: none; padding-block: .5rem; border-block-end: 3px solid transparent; }
.romp-head__nav a:hover { border-color: var(--lime); color: var(--grass); }
.romp-head__switch, .romp-head__burger { display: none; }
.romp-head__burger span { display: block; inline-size: 26px; block-size: 3px; background: var(--ink); margin-block: 5px; }
.romp-hero { position: relative; display: grid; align-items: center; min-block-size: min(84vh, 700px); overflow: hidden; background: #1c1c1c; isolation: isolate; }
.romp-hero__photo { position: absolute; inset: 0; inline-size: 100%; block-size: 100%; object-fit: cover; object-position: 50% 45%; z-index: -2; }
.romp-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(0 0 0 / .74), rgb(0 0 0 / .46) 52%, rgb(0 0 0 / .22)); }
.romp-hero__copy { inline-size: 100%; padding-block: 4rem 4.6rem; color: #fff; }
.romp-hero__title { font-size: clamp(3.2rem, 7.4vw, 6.3rem); line-height: .98; max-inline-size: 11ch; margin-block-end: 1.2rem; color: #fff; }
.romp-hero__title span { display: block; color: var(--lime); font-size: .62em; margin-block-start: .12em; }
.romp-hero__lede { max-inline-size: 56ch; color: #eef3ee; }
.romp-ticker { display: flex; overflow: hidden; background: var(--lime); color: var(--night); border-block: 3px solid var(--night); }
.romp-ticker__belt { display: flex; flex: none; gap: 2.6rem; padding: .85rem 1.3rem; list-style: none; animation: romp-roll 38s linear infinite; }
.romp-ticker__belt li { display: flex; align-items: center; gap: .6rem; white-space: nowrap; font: 400 1.35rem/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
@keyframes romp-roll { to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) { .romp-ticker__belt { animation: none; } }
.romp-statement { padding-block: 4.8rem 1rem; text-align: center; }
.romp-statement p { font: 400 clamp(2rem, 4.4vw, 3.4rem)/1.05 var(--display); text-transform: uppercase; color: var(--royal); max-inline-size: 26ch; margin-inline: auto; }
.romp-block { padding-block: 5rem; }
.romp-block_tight { padding-block: 3.4rem; }
.romp-block_mist { background: var(--mist); }
.romp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.romp-card { display: flex; flex-direction: column; text-align: center; background: #fff; padding: 1.8rem 1.6rem 1.6rem; border-block-start: 5px solid var(--tone, var(--lime)); }
.romp-card_lime { --tone: var(--lime); } .romp-card_blue { --tone: var(--royal); } .romp-card_orange { --tone: var(--sun); } .romp-card_sky { --tone: var(--sky); } .romp-card_green { --tone: var(--grass); }
.romp-card__pic img { inline-size: 100%; aspect-ratio: 1; object-fit: contain; }
.romp-card__name { font-size: 1.55rem; margin-block: 1.1rem .3rem; min-block-size: 2.05em; }
.romp-card__name a { text-decoration: none; }
.romp-card__stars, .romp-buy__stars { font-size: .8rem; color: var(--hush); }
.romp-card__stars span:first-child, .romp-buy__stars span:first-child, .romp-hist__score span { color: #e9a714; letter-spacing: .04em; }
.romp-card__quirk { font-size: .92rem; color: var(--hush); margin-block: .5rem .8rem; flex: 1; }
.romp-card__price, .romp-chart__price { font: 400 2rem/1 var(--display); color: var(--royal); }
.romp-chart__price { font-size: 1.3rem; }
.romp-card__price_soon, .romp-chart__price_soon { font: 700 .82rem/1.4 var(--text); color: var(--hush); }
.romp-anatomy { padding-block: 5rem; }
.romp-anatomy__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.4rem; align-items: center; }
.romp-anatomy__figure { position: relative; }
.romp-anatomy__figure > img { inline-size: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #fff; }
.romp-anatomy__pins { position: absolute; inset: 0 0 auto; aspect-ratio: 4 / 3; list-style: none; padding: 0; }
.romp-anatomy__pin { position: absolute; inset-inline-start: var(--x); inset-block-start: var(--y); translate: -50% -50%; }
.romp-anatomy__pin b, .romp-anatomy__notes b { display: grid; place-items: center; inline-size: 2.4rem; block-size: 2.4rem; border-radius: 50%; background: var(--royal); color: #fff; font: 400 1.4rem/1 var(--display); box-shadow: 0 0 0 5px rgb(255 255 255 / .85); }
.romp-anatomy__figure figcaption { font-size: .78rem; color: var(--hush); margin-block-start: .6rem; }
.romp-anatomy__notes { list-style: none; padding: 0; display: grid; gap: 1.1rem; }
.romp-anatomy__notes li { display: grid; grid-template-columns: 2.4rem 1fr; column-gap: 1rem; }
.romp-anatomy__notes b { grid-row: span 2; box-shadow: none; }
.romp-anatomy__notes h3 { font-size: 1.45rem; }
.romp-anatomy__notes p { color: var(--hush); font-size: .94rem; }
.romp-why { background: var(--royal); color: #fff; padding-block: 4.6rem; }
.romp-why__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3.4rem; align-items: center; }
.romp-why__intro p { color: #e7f3fb; }
.romp-why__list { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 2.4rem; }
.romp-why__icon svg { inline-size: 46px; block-size: 46px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; margin-block-end: .6rem; }
.romp-why__list h3 { font-size: 1.55rem; margin-block-end: .3rem; }
.romp-why__list p { font-size: .93rem; color: #e7f3fb; }
.romp-story { background: var(--night); color: #dfe9f5; padding-block: 5rem; text-align: center; }
.romp-story__col { max-inline-size: 1000px; }
.romp-story__banner { inline-size: 100%; margin-block-end: 3rem; }
.romp-story .romp-title { color: #fff; }
.romp-story p { max-inline-size: 62ch; margin: 0 auto 1.2rem; }
.romp-occ { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 1.6rem; }
.romp-occ__card { position: relative; display: block; text-decoration: none; padding-block-end: 5.2rem; }
.romp-occ__card img { inline-size: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.romp-occ__box { position: absolute; inset-inline: 6%; inset-block-end: 0; display: block; background: #fff; box-shadow: 0 10px 30px rgb(0 0 0 / .1); padding: 1.4rem 1.6rem; text-align: center; }
.romp-occ__box strong { display: block; font: 400 1.6rem/1.05 var(--display); text-transform: uppercase; margin-block-end: .4rem; }
.romp-occ__box span { font-size: .9rem; color: var(--hush); }
.romp-occ__card:hover strong { color: var(--grass); }
.romp-spec { background: var(--mist); padding-block: 5rem; }
.romp-spec__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: start; }
.romp-spec__table { inline-size: 100%; margin-block-start: 1.2rem; }
.romp-spec__table th, .romp-spec__table td { text-align: start; padding: .8rem 0; border-block-end: 1px dashed #c3d2e3; font-size: .94rem; vertical-align: top; }
.romp-spec__table th { font-weight: 700; inline-size: 38%; padding-inline-end: 1rem; }
.romp-spec__lists { display: grid; gap: 1.2rem; }
.romp-spec__list { background: #fff; padding: 1.6rem; border-inline-start: 6px solid var(--grass); }
.romp-spec__list_know { border-color: var(--sun); }
.romp-spec__list h3 { font-size: 1.55rem; margin-block-end: .6rem; }
.romp-spec__list li, .romp-ticks li { display: flex; gap: .65rem; margin-block-end: .55rem; font-size: .93rem; }
.romp-spec__list .romp-icon { color: var(--grass); translate: 0 3px; }
.romp-spec__list_know .romp-icon { color: var(--sun); }
.romp-banner { display: block; background: #0a86c6; }
.romp-banner img { inline-size: 100%; max-inline-size: 1600px; margin-inline: auto; }
.romp-scroll { overflow-x: auto; border: 1px solid var(--seam); }
.romp-chart { inline-size: 100%; min-inline-size: 640px; }
.romp-chart th, .romp-chart td { text-align: start; padding: .85rem 1rem; border-block-end: 1px solid var(--seam); font-size: .93rem; }
.romp-chart thead th { background: var(--grass); color: #fff; font: 400 1.15rem/1 var(--display); letter-spacing: .05em; }
.romp-chart tbody th { font: 400 1.3rem/1 var(--display); }
.romp-chart tbody th a { text-decoration: none; border-block-end: 3px solid var(--lime); }
.romp-chart tbody tr:nth-child(even) { background: #f5f8fc; }
.romp-rooms { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-block-start: 1.6rem; }
.romp-rooms__tile { position: relative; display: block; overflow: hidden; background: #000; text-decoration: none; }
.romp-rooms__tile img { inline-size: 100%; aspect-ratio: 4 / 5; object-fit: cover; opacity: .8; transition: scale .35s, opacity .2s; }
.romp-rooms__tile:hover img { scale: 1.05; opacity: .65; }
.romp-rooms__label { position: absolute; inset: auto 0 0; padding: 2.6rem 1rem 1rem; color: #fff; font: 400 1.55rem/1 var(--display); text-transform: uppercase; background: linear-gradient(transparent, rgb(0 0 0 / .82) 45%); border-block-end: 6px solid var(--tone); }
.romp-rooms__label small { display: block; font: 700 .66rem/1.4 var(--text); letter-spacing: .14em; color: var(--lime); margin-block-end: .25rem; }
.romp-rooms__tile_lime { --tone: var(--lime); } .romp-rooms__tile_blue { --tone: var(--royal); } .romp-rooms__tile_orange { --tone: var(--sun); } .romp-rooms__tile_sky { --tone: var(--sky); } .romp-rooms__tile_green { --tone: var(--grass); }
.romp-pull { background: #f4f9e8; border-block: 1px solid #dcebbb; padding-block: 4rem; text-align: center; }
.romp-pull blockquote p { font: italic 400 clamp(1.4rem, 2.6vw, 2rem)/1.35 Georgia, "Times New Roman", serif; max-inline-size: 36ch; margin-inline: auto; color: #2a2a2a; }
.romp-pull figcaption { margin-block-start: 1.2rem; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--royal); }
.romp-says { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.romp-say { position: relative; display: flex; flex-direction: column; align-items: center; background: var(--mist); padding: 2.2rem 1.8rem 1.8rem; text-align: center; }
.romp-say::after { content: "\201C"; position: absolute; inset-inline-end: 1.4rem; inset-block-start: .4rem; font: 400 5.5rem/1 Georgia, serif; color: #cfdcec; }
.romp-say__face { display: grid; place-items: center; inline-size: 74px; block-size: 74px; border-radius: 50%; background: var(--tint); color: #fff; font: 400 1.9rem/1 var(--display); box-shadow: 0 0 0 5px #fff; }
.romp-say__text { flex: 1; margin-block: 1.2rem; font-size: .93rem; color: #2c342f; }
.romp-say__who strong { display: block; font: 400 1.35rem/1 var(--display); letter-spacing: .03em; }
.romp-say__who span { font-size: .8rem; color: var(--hush); }
.romp-say__who a { color: var(--grass); }
.romp-tagband { background: #0a86c6; }
.romp-tagband img { inline-size: 100%; max-inline-size: 1600px; margin-inline: auto; }
.romp-fold { border-block-end: 1px solid var(--seam); }
.romp-fold:first-of-type { border-block-start: 1px solid var(--seam); }
.romp-fold summary { position: relative; list-style: none; cursor: pointer; font-weight: 600; padding: 1.2rem 3.2rem 1.2rem 0; }
.romp-fold summary::-webkit-details-marker { display: none; }
.romp-fold summary::after { content: "+"; position: absolute; inset-inline-end: .2rem; inset-block-start: 50%; translate: 0 -50%; display: grid; place-items: center; inline-size: 28px; block-size: 28px; background: var(--lime); color: var(--night); font: 700 1.2rem/1 var(--text); }
.romp-fold[open] summary::after { content: "\2212"; }
.romp-fold p { color: var(--hush); padding-block-end: 1.2rem; }
.romp-center { margin-block-start: 2rem; }
.romp-prose { background: var(--mist); padding-block: 4.4rem; }
.romp-prose .romp-title { max-inline-size: 24ch; }
.romp-prose__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 3rem; margin-block-start: 1.6rem; }
.romp-prose__bit h3 { font-size: 1.45rem; color: var(--grass); margin-block-end: .3rem; }
.romp-prose__bit p { color: var(--hush); }
.romp-cta { position: relative; display: grid; align-items: center; min-block-size: 420px; border-radius: 28px; overflow: hidden; isolation: isolate; }
.romp-cta > img { position: absolute; inset: 0; inline-size: 100%; block-size: 100%; object-fit: cover; object-position: 70% 50%; z-index: -2; }
.romp-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(230 244 252 / .96) 0, rgb(230 244 252 / .86) 40%, rgb(230 244 252 / 0) 70%); }
.romp-cta__copy { padding: 3rem clamp(1.6rem, 5vw, 4rem); max-inline-size: 560px; }
.romp-cta__copy .romp-title { color: var(--royal); font-size: clamp(2.4rem, 4.4vw, 3.6rem); }
.romp-cta__copy p { color: #23405e; }
.romp-foot { background: var(--night); color: #d6d6d6; }
.romp-foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.4rem; padding-block: 4.2rem 3rem; }
.romp-foot__brand img { inline-size: 190px; margin-block-end: 1rem; }
.romp-foot__brand p { font-size: .9rem; color: #c9c9c9; max-inline-size: 30ch; }
.romp-foot__head { font: 700 .95rem/1.3 var(--text); text-transform: none; letter-spacing: 0; color: #fff; margin-block: 0 .9rem; }
.romp-foot ul + .romp-foot__head { margin-block-start: 1.5rem; }
.romp-foot ul { list-style: none; padding: 0; }
.romp-foot li { margin-block-end: .45rem; }
.romp-foot a { text-decoration: none; font-size: .92rem; }
.romp-foot a:hover { color: var(--lime); }
.romp-foot address { font-style: normal; font-size: .92rem; line-height: 1.8; }
.romp-foot__hours { font-size: .82rem; color: #a9a9a9; margin-block-start: .8rem; }
.romp-foot__copy { text-align: center; padding: 1.6rem 24px 2rem; font-size: .85rem; color: #9a9a9a; border-block-start: 1px solid #1d1d1d; }
}
@layer pages {
.romp-hero_room { min-block-size: 420px; align-items: end; }
.romp-hero_room .romp-hero__copy { padding-block: 3rem 3.4rem; }
.romp-hero_room .romp-hero__title { max-inline-size: 18ch; font-size: clamp(2.8rem, 5.6vw, 4.8rem); display: inline-block; padding-block-end: .2rem; border-block-end: 6px solid var(--tone); }
.romp-hero_lime { --tone: var(--lime); } .romp-hero_blue { --tone: var(--royal); } .romp-hero_orange { --tone: var(--sun); } .romp-hero_sky { --tone: var(--sky); } .romp-hero_green { --tone: var(--grass); }
.romp-intro p { font-size: 1.05rem; color: #303833; margin-block-end: 1rem; }
.romp-intro .romp-intro__count { font: 400 1.35rem/1 var(--display); color: var(--grass); letter-spacing: .04em; }
.romp-sounds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-block-start: 1.4rem; }
.romp-sounds_four { grid-template-columns: repeat(4, 1fr); }
.romp-sounds li { background: var(--royal); color: #fff; padding: 1.8rem 1.6rem; }
.romp-sounds li:nth-child(1) { background: var(--lime); color: var(--night); } .romp-sounds li:nth-child(2) { background: var(--royal); } .romp-sounds li:nth-child(3) { background: var(--night); } .romp-sounds li:nth-child(4) { background: var(--sky); }
.romp-sounds strong { display: block; font: 400 2.6rem/1 var(--display); margin-block-end: .5rem; }
.romp-sounds h3 { font-size: 1.45rem; margin-block-end: .4rem; }
.romp-sounds p { font-size: .94rem; }
.romp-steps { counter-reset: s; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-block-start: 1.4rem; }
.romp-steps li { counter-increment: s; background: var(--mist); padding: 1.6rem; border-block-start: 5px solid var(--royal); }
.romp-steps li::before { content: counter(s); font: 400 3rem/1 var(--display); color: var(--royal); }
.romp-steps h3 { font-size: 1.5rem; margin-block: .3rem; }
.romp-steps p { color: var(--hush); }
.romp-pdp { padding-block: .6rem 3.6rem; }
.romp-pdp_lime { --tone: var(--lime); } .romp-pdp_blue { --tone: var(--royal); } .romp-pdp_orange { --tone: var(--sun); } .romp-pdp_sky { --tone: var(--sky); } .romp-pdp_green { --tone: var(--grass); }
.romp-pdp__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: start; }
.romp-gallery__main { background: var(--mist); padding: 1.6rem; border-block-start: 6px solid var(--tone); }
.romp-gallery__main img { inline-size: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.romp-gallery__thumbs { display: flex; flex-wrap: wrap; gap: .6rem; margin-block-start: .8rem; }
.romp-gallery__thumb { inline-size: 74px; block-size: 74px; background: #fff; border: 2px solid var(--seam); padding: 4px; cursor: pointer; }
.romp-gallery__thumb[aria-pressed="true"] { border-color: var(--grass); }
.romp-gallery__thumb img { inline-size: 100%; block-size: 100%; object-fit: contain; }
.romp-buy__name { font-size: clamp(2.4rem, 4vw, 3.4rem); margin-block-end: .4rem; }
.romp-buy__lede { color: #303833; font-size: 1.04rem; margin-block: .8rem; }
.romp-buy__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 1rem; margin-block: 1.2rem 1rem; font: 400 3rem/1 var(--display); color: var(--royal); }
.romp-buy__price small { font: 400 .8rem/1.4 var(--text); color: var(--hush); }
.romp-buy__price_soon { font-size: 2rem; color: var(--hush); }
.romp-family { margin-block-start: 1.6rem; }
.romp-family ul { display: flex; flex-wrap: wrap; gap: .55rem; }
.romp-family__chip { display: flex; flex-direction: column; align-items: center; min-inline-size: 92px; padding: .45rem .9rem; border: 2px solid var(--seam); text-decoration: none; }
.romp-family__chip strong { font: 400 1.1rem/1.1 var(--display); letter-spacing: .03em; }
.romp-family__chip span { font-size: .74rem; color: var(--hush); }
.romp-family__chip_here { border-color: var(--grass); background: #eaf2fb; }
.romp-tip { display: flex; gap: .7rem; margin-block-start: 1.5rem; padding: 1rem 1.1rem; background: var(--mist); border-inline-start: 5px solid var(--lime); }
.romp-tip .romp-icon { color: var(--grass); translate: 0 3px; }
.romp-pdp__lower { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2.4rem; margin-block-start: 3.4rem; align-items: start; }
.romp-tabs { display: flex; flex-wrap: wrap; border: 1px solid var(--seam); }
.romp-tabs input { position: absolute; opacity: 0; pointer-events: none; }
.romp-tabs label { flex: 1; text-align: center; cursor: pointer; padding: 1rem; font: 400 1.3rem/1 var(--display); letter-spacing: .04em; background: var(--mist); border-block-end: 4px solid transparent; }
.romp-tabs input:checked + label { background: #fff; border-color: var(--grass); color: var(--grass); }
.romp-tabs input:focus-visible + label { outline: 2px solid var(--royal); outline-offset: -4px; }
.romp-tabs__panel { display: none; inline-size: 100%; padding: 1.8rem; }
#tab-a:checked ~ .romp-tabs__panel:nth-of-type(1), #tab-b:checked ~ .romp-tabs__panel:nth-of-type(2), #tab-c:checked ~ .romp-tabs__panel:nth-of-type(3) { display: block; }
.romp-tabs__panel .romp-title { font-size: 1.9rem; }
.romp-ticks .romp-icon { color: var(--grass); translate: 0 3px; }
.romp-pdp__side { display: grid; gap: 2rem; }
.romp-hist { background: var(--mist); padding: 1.6rem; }
.romp-hist .romp-title, .romp-asked .romp-title { font-size: 1.7rem; }
.romp-hist__score { font-size: .95rem; }
.romp-hist__score strong { font: 400 2.6rem/1 var(--display); color: var(--royal); margin-inline-end: .3rem; }
.romp-hist .romp-small { margin-block: .2rem 1rem; }
.romp-hist__rows li { display: grid; grid-template-columns: 3.4rem 1fr 2.6rem; gap: .6rem; align-items: center; font-size: .85rem; margin-block-end: .45rem; }
.romp-hist__bar { block-size: 12px; background: #d9e3dd; position: relative; }
.romp-hist__bar::after { content: ""; position: absolute; inset: 0 auto 0 0; inline-size: var(--w); background: var(--lime); }
.romp-band { background: var(--night); color: #fff; padding-block: 3rem 3.2rem; }
.romp-band__title { font-size: clamp(2.6rem, 5vw, 4.2rem); max-inline-size: 20ch; }
.romp-read { padding-block: 3.2rem 4.8rem; }
.romp-read p { color: #303833; font-size: 1.04rem; margin-block-end: 1rem; }
.romp-read .romp-read__end { border-block-start: 4px solid var(--lime); padding-block-start: 1rem; font-weight: 700; margin-block-start: 2.2rem; }
.romp-read .romp-read__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-block-start: 1.6rem; }
.romp-rolls { counter-reset: r; margin-block: 2rem; }
.romp-rolls li { counter-increment: r; display: grid; grid-template-columns: 4.2rem 1fr; column-gap: 1.2rem; padding-block: 1.3rem; border-block-end: 1px solid var(--seam); }
.romp-rolls li::before { content: counter(r); grid-row: span 2; display: grid; place-items: center; inline-size: 3.4rem; block-size: 3.4rem; border-radius: 50%; background: var(--lime); font: 400 1.9rem/1 var(--display); }
.romp-rolls h2 { font-size: 1.6rem; margin-block-end: .2rem; }
.romp-read .romp-rolls p { margin: 0; color: var(--hush); }
.romp-dl { margin-block: 2rem; border-block-start: 3px solid var(--grass); }
.romp-dl div { display: grid; grid-template-columns: 260px 1fr; gap: 1.6rem; padding-block: 1.1rem; border-block-end: 1px solid var(--seam); }
.romp-dl dt { font: 400 1.4rem/1.1 var(--display); text-transform: uppercase; }
.romp-dl dd { color: var(--hush); }
.romp-clauses { counter-reset: c; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-block: 2rem; }
.romp-clauses li { counter-increment: c; background: var(--mist); padding: 1.6rem; }
.romp-clauses li::before { content: counter(c, decimal-leading-zero); font: 400 2.8rem/1 var(--display); color: var(--lime); }
.romp-clauses h2 { font-size: 1.5rem; margin-block: .3rem; }
.romp-read .romp-clauses p { margin: 0; color: var(--hush); font-size: .96rem; }
.romp-route { counter-reset: t; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-block: 2.2rem; position: relative; }
.romp-route::before { content: ""; position: absolute; inset-inline: 5%; inset-block-start: 1.5rem; border-block-start: 4px dotted var(--lime); }
.romp-route li { counter-increment: t; position: relative; text-align: center; }
.romp-route li::before { content: counter(t); display: inline-grid; place-items: center; inline-size: 3rem; block-size: 3rem; border-radius: 50%; background: var(--grass); color: #fff; font: 400 1.6rem/1 var(--display); box-shadow: 0 0 0 6px #fff; }
.romp-route h2 { font-size: 1.4rem; margin-block: .8rem .3rem; }
.romp-read .romp-route p { font-size: .9rem; color: var(--hush); }
.romp-fork { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-block: 2rem; }
.romp-fork__path { background: var(--mist); padding: 1.8rem; border-block-start: 6px solid var(--sun); }
.romp-fork__path_green { border-color: var(--grass); }
.romp-fork h2 { font-size: 1.6rem; margin-block-end: .8rem; }
.romp-dogtags { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-block: 2.2rem; }
.romp-dogtag { position: relative; background: linear-gradient(145deg, #f3f6fa, #d8e0ea); border-radius: 22px; padding: 2.4rem 1.3rem 1.5rem; text-align: center; box-shadow: inset 0 0 0 2px #c6cfca; }
.romp-dogtag::before { content: ""; position: absolute; inset-block-start: .8rem; inset-inline-start: calc(50% - 7px); inline-size: 14px; block-size: 14px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 3px #aab4ae; }
.romp-dogtag h2 { font-size: 1.45rem; margin-block-end: .4rem; }
.romp-read .romp-dogtag p { font-size: .9rem; color: var(--hush); }
.romp-dogtag a { font-weight: 700; color: var(--grass); text-decoration: none; word-break: break-all; font-size: .88rem; }
.romp-dogtag address { font-style: normal; font-weight: 600; font-size: .86rem; }
.romp-folds { margin-block: 2rem; }
.romp-ticks_boxed li { background: var(--mist); padding: .9rem 1.1rem; }
}
@layer narrow {
@media (max-width: 1100px) {
.romp-head__nav ul { gap: 1rem; }
.romp-head__nav a { font-size: .85rem; }
.romp-rooms { grid-template-columns: repeat(3, 1fr); }
.romp-foot__grid, .romp-dogtags { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 940px) {
.romp-head__burger { display: block; margin-inline-start: auto; cursor: pointer; padding: .4rem; }
.romp-head__nav { display: none; position: absolute; inset: 100% 0 auto; background: #fff; padding: .4rem 24px 1rem; box-shadow: 0 12px 24px rgb(0 0 0 / .08); }
.romp-head__nav ul { flex-direction: column; gap: 0; }
.romp-head__nav a { display: block; padding-block: .85rem; border-block-end: 1px solid var(--seam); }
.romp-head__switch:checked ~ .romp-head__nav { display: block; }
.romp-btn_head { display: none; }
.romp-cards, .romp-says, .romp-sounds, .romp-sounds_four, .romp-steps { grid-template-columns: 1fr 1fr; }
.romp-anatomy__grid, .romp-why__grid, .romp-spec__grid, .romp-pdp__grid, .romp-pdp__lower, .romp-prose__cols, .romp-clauses, .romp-fork { grid-template-columns: 1fr; }
.romp-route { grid-template-columns: 1fr; }
.romp-route::before { display: none; }
.romp-route li { display: grid; grid-template-columns: 3.6rem 1fr; text-align: start; }
.romp-route li::before { grid-row: span 2; }
.romp-route h2 { margin-block-start: .2rem; }
.romp-dl div { grid-template-columns: 1fr; gap: .3rem; }
.romp-cta::before { background: linear-gradient(180deg, rgb(230 244 252 / .95), rgb(230 244 252 / .82)); }
}
@media (max-width: 640px) {
.romp-wrap { padding-inline: 16px; }
.romp-head__row { min-block-size: 70px; }
.romp-head__logo img { inline-size: 96px; }
.romp-cards, .romp-says, .romp-sounds, .romp-sounds_four, .romp-steps, .romp-occ, .romp-dogtags, .romp-why__list, .romp-foot__grid { grid-template-columns: 1fr; }
.romp-rooms { grid-template-columns: 1fr 1fr; }
.romp-rooms__label { font-size: 1.2rem; padding: 2rem .7rem .7rem; }
.romp-hero { min-block-size: 560px; }
.romp-hero_room { min-block-size: 360px; }
.romp-hero__title { font-size: 3.1rem; }
.romp-hero__copy { padding-block: 3rem; }
.romp-occ__card { padding-block-end: 0; }
.romp-occ__box { position: static; box-shadow: none; border: 1px solid var(--seam); border-block-start: 0; }
.romp-card__pic img { max-block-size: 260px; }
.romp-btn_hero img, .romp-btn_cta img { block-size: 1.1rem; }
.romp-statement { padding-block: 3.4rem .4rem; }
.romp-tabs label { font-size: 1.05rem; padding: .8rem .4rem; }
.romp-tabs__panel { padding: 1.2rem; }
}
}
