/* Pleasure Lab — shared design system (2026 refresh). */
:root {
    --paper: #f5f5f0;
    --surface: #ffffff;
    --ink: #171917;
    --muted: #5d625a;
    --line: #dcdfd4;
    --acid: #c5f23b;
    --acid-deep: #5b7400;
    --dark: #171917;
    --dark-2: #232723;
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 14px;
    --inset: clamp(.5rem, 1.2vw, 1rem);
    --gutter: clamp(1.25rem, 5vw, 5.5rem);
    --shadow-soft: 0 1px 2px rgb(23 25 23 / .04), 0 12px 32px -12px rgb(23 25 23 / .14);
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'palt' 1;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { word-break: auto-phrase; text-wrap: balance; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible { outline: 3px solid var(--acid-deep); outline-offset: 5px; border-radius: 6px; }
::selection { background: var(--acid); color: var(--ink); }
img { max-width: 100%; }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 300; padding: .8rem 1.2rem; border-radius: 999px; background: var(--acid); }
.skip-link:focus { top: 1rem; }

/* ---------- Header: floating glass bar ---------- */
.site-header {
    position: sticky;
    top: var(--inset);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: var(--inset) var(--inset) 0;
    padding: .75rem .75rem .75rem clamp(1rem, 2vw, 1.6rem);
    border: 1px solid rgb(23 25 23 / .06);
    border-radius: 999px;
    background: rgb(255 255 255 / .72);
    backdrop-filter: saturate(1.6) blur(18px);
    -webkit-backdrop-filter: saturate(1.6) blur(18px);
    transition: box-shadow .35s var(--ease), background .35s var(--ease);
}
.site-header.is-scrolled { background: rgb(255 255 255 / .86); box-shadow: var(--shadow-soft); }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; white-space: nowrap; }
.brand-logo { display: block; width: 176px; max-width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; gap: .25rem; font-size: .875rem; font-weight: 500; }
.site-header nav > a { padding: .55rem 1rem; border-radius: 999px; transition: background .2s; }
.site-header nav > a:hover, .site-header nav > a[aria-current="page"] { background: rgb(23 25 23 / .06); }
.site-header nav .nav-contact { display: inline-flex; align-items: center; gap: .6rem; margin-left: .5rem; padding: .7rem 1.25rem; background: var(--ink); color: #fff; }
.site-header nav .nav-contact:hover { background: var(--acid); color: var(--ink); }

/* ---------- Shared buttons & links ---------- */
.pill-button {
    display: inline-flex;
    align-items: center;
    gap: .9rem;
    min-height: 52px;
    padding: .8rem .85rem .8rem 1.5rem;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-size: .9375rem;
    font-weight: 500;
    transition: background .25s, color .25s, transform .25s var(--ease);
}
.pill-button > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 1rem; transition: transform .3s var(--ease); }
.pill-button:hover { transform: translateY(-2px); }
.pill-button:hover > span { transform: rotate(45deg); }
.pill-button.ghost { background: transparent; color: var(--ink); }
.pill-button.ghost > span { background: var(--ink); color: #fff; }
.pill-button.ghost:hover { background: var(--surface); }
.pill-button.acid { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.pill-button.acid > span { background: var(--ink); color: var(--acid); }

.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.1rem; padding: .5rem 0; border-bottom: 1px solid currentColor; font-size: .875rem; font-weight: 500; }
.text-link span { font-size: 1.3rem; transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }

.section-pad { padding: clamp(4rem, 8vw, 7.5rem) var(--gutter); }
.section-label { display: flex; justify-content: space-between; gap: 1rem; font-size: .75rem; font-weight: 600; letter-spacing: .08em; }
.section-label > span:first-child, .section-label h2 { display: inline-flex; align-items: center; gap: .6rem; }
.section-label > span:first-child::before, .section-label h2::before { content: ''; width: .5rem; height: .5rem; border-radius: 50%; background: var(--acid-deep); }
.section-label h2 { font-size: inherit; font-weight: inherit; }

/* ---------- Hero ---------- */
.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: stretch;
    padding: clamp(2rem, 4vw, 3.5rem) var(--gutter) clamp(2.5rem, 4vw, 4rem);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; font-size: .75rem; font-weight: 600; letter-spacing: .08em; color: var(--muted); }
.pill { display: inline-flex; align-items: center; gap: .6rem; padding: .45rem .9rem; border-radius: 999px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow-soft); }
.pill i { width: .5rem; height: .5rem; border-radius: 50%; background: #7cb518; box-shadow: 0 0 0 4px rgb(124 181 24 / .2); animation: pulse 2.4s ease-in-out infinite; }
.hero h1 { margin: clamp(1.75rem, 3vw, 2.5rem) 0; font-size: clamp(3rem, 5.6vw, 6.6rem); font-weight: 800; line-height: .98; letter-spacing: -.065em; overflow-wrap: anywhere; }
.fun { position: relative; z-index: 0; display: inline-block; }
.fun::before { content: ''; position: absolute; inset: 10% -5% 2%; z-index: -1; border-radius: .18em; background: var(--acid); transform: rotate(-4deg); }
.period { color: var(--acid-deep); }
.hero-bottom { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: end; }
.hero-japanese { font-size: clamp(1.4rem, 2.2vw, 2.1rem); font-weight: 700; line-height: 1.5; letter-spacing: -.04em; }
.hero-description p { color: var(--muted); font-size: 1rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }

.hero-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 78% 18%, rgb(255 255 255 / .55), transparent 42%),
        radial-gradient(circle at 15% 90%, rgb(91 116 0 / .22), transparent 45%),
        var(--acid);
}
.hero-visual::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgb(23 25 23 / .12) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(180deg, transparent, #000 60%); pointer-events: none; }
.hero-mark { position: absolute; top: 50%; left: 50%; width: 62%; height: auto; transform: translate(-50%, -52%) rotate(-6deg); animation: spin-slow 40s linear infinite; }
.float-icon { position: absolute; z-index: 1; display: block; padding: .5rem; border-radius: 28%; background: rgb(255 255 255 / .75); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 24px 40px -18px rgb(23 25 23 / .45); animation: float 7s ease-in-out infinite; }
.float-icon img { display: block; width: clamp(64px, 6.5vw, 96px); height: auto; border-radius: 24%; }
.icon-1 { top: 12%; left: 9%; transform: rotate(-10deg); }
.icon-2 { top: 20%; right: 9%; animation-delay: -2.3s; }
.icon-3 { bottom: 16%; left: 22%; animation-delay: -4.6s; }
.hero-chip { position: absolute; z-index: 1; padding: .45rem 1rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .8125rem; font-weight: 600; letter-spacing: .02em; animation: float 8s ease-in-out infinite; }
.chip-1 { bottom: 34%; right: 8%; animation-delay: -1s; }
.chip-2 { top: 8%; left: 44%; background: #fff; color: var(--ink); animation-delay: -3s; }
.chip-3 { bottom: 12%; right: 22%; animation-delay: -5s; }
.hero-visual-label { position: absolute; left: 1.5rem; bottom: 1.25rem; z-index: 1; font-size: .6875rem; font-weight: 600; letter-spacing: .12em; }

/* ---------- Marquee strip ---------- */
.statement-strip { overflow: hidden; margin: 0 var(--inset); padding: 1.1rem 0; border-radius: 999px; background: var(--ink); color: #fff; }
.marquee { display: flex; gap: 2.5rem; width: max-content; font-size: clamp(.8125rem, 1.2vw, 1rem); font-weight: 600; letter-spacing: .06em; white-space: nowrap; animation: marquee 32s linear infinite; }
.marquee span:nth-child(even) { color: var(--acid); }

/* ---------- About ---------- */
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); padding-top: 3.5rem; }
.about h2 { font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 800; line-height: 1.3; letter-spacing: -.06em; }
.about h2 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.about-copy { max-width: 34rem; }
.about-copy .lead { margin-bottom: 1.5rem; color: var(--ink); font-size: clamp(1.2rem, 1.8vw, 1.45rem); font-weight: 700; line-height: 1.7; letter-spacing: -.02em; }
.about-copy p { margin-top: 1rem; color: var(--muted); font-size: 1rem; line-height: 2; }
.about-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: clamp(3rem, 5vw, 4.5rem) 0 0; padding: 0; list-style: none; }
.about-values li { position: relative; padding: 1.75rem; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .35s var(--ease); }
.about-values li:hover { transform: translateY(-4px); }
.value-num { display: inline-block; margin-bottom: 2.5rem; padding: .15rem .65rem; border-radius: 999px; background: var(--acid); font-size: .75rem; font-weight: 700; }
.about-values h3 { margin-bottom: .4rem; font-size: 1.25rem; font-weight: 700; letter-spacing: -.03em; }
.about-values p { color: var(--muted); font-size: .9375rem; line-height: 1.8; }

/* ---------- Products (bento cards) ---------- */
.products { margin: 0 var(--inset); border-radius: var(--radius-lg); background: #eaebe4; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin: 2.75rem 0 3rem; }
.section-heading h2, .service-layout h2 { font-size: clamp(2.4rem, 4.6vw, 4.6rem); font-weight: 800; line-height: 1.15; letter-spacing: -.06em; }
.section-heading p { color: var(--muted); font-size: 1rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-card { display: flex; flex-direction: column; min-width: 0; padding: .6rem; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgb(23 25 23 / .04), 0 30px 50px -24px rgb(23 25 23 / .28); }
.product-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr 1fr; align-items: stretch; }
.product-card.featured .product-visual { height: 420px; }
.product-card.featured .product-info { display: flex; flex-direction: column; justify-content: center; padding: 2rem clamp(1.25rem, 3vw, 2.75rem); }
.product-card.featured .product-title h3 { font-size: clamp(1.75rem, 2.8vw, 2.5rem); }
.product-visual { position: relative; display: flex; align-items: center; justify-content: center; height: 300px; overflow: hidden; border-radius: calc(var(--radius-md) - .4rem); }
.attendance { background: linear-gradient(145deg, #e3e9f8, #c9d5f1); }
.charm { background: linear-gradient(145deg, #eee3f4, #dbc9e9); }
.ladynavi { background: linear-gradient(145deg, #f8e6e9, #efcdd3); }
.product-visual img { width: 136px; height: 136px; object-fit: contain; border-radius: 28%; box-shadow: 0 26px 40px -16px rgb(38 35 40 / .45); transform: rotate(-8deg); transition: transform .6s var(--ease); }
.featured .product-visual img { width: 176px; height: 176px; }
.charm img { transform: rotate(8deg); }
.product-visual:hover img { transform: rotate(0) translateY(-8px) scale(1.04); }
.visual-tag { position: absolute; top: 1.1rem; left: 1.1rem; padding: .3rem .75rem; border-radius: 999px; background: rgb(255 255 255 / .6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: .6875rem; font-weight: 600; letter-spacing: .08em; }
.visual-caption { position: absolute; left: 1.25rem; bottom: 1.2rem; font-size: .875rem; font-weight: 600; }
.round-arrow { position: absolute; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 1.2rem; transition: transform .35s var(--ease), background .25s; }
.product-visual:hover .round-arrow { transform: rotate(45deg); background: var(--acid); color: var(--ink); }
.product-info { flex: 1; padding: 1.25rem .9rem .9rem; }
.product-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.product-title h3 { font-size: 1.4rem; font-weight: 700; letter-spacing: -.04em; }
.product-title > span { padding: .1rem .6rem; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: .75rem; font-weight: 600; }
.product-title a:hover { text-decoration: underline; text-underline-offset: 5px; }
.product-info p { max-width: 34rem; margin: .6rem 0 1.1rem; color: var(--muted); font-size: .9375rem; line-height: 1.9; }
.product-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.product-links a { padding: .35rem .85rem; border: 1px solid var(--line); border-radius: 999px; font-size: .8125rem; font-weight: 500; transition: background .2s, border-color .2s; }
.product-links a:hover { border-color: var(--acid); background: var(--acid); }
.shrine { background: radial-gradient(circle at 70% 20%, #8e4a36, transparent 60%), #6a3325; color: #fff5df; }
.shrine .visual-tag { background: rgb(255 245 223 / .14); }
.shrine .round-arrow { background: #fff5df; color: var(--ink); }
.shrine-type { position: relative; font-family: 'Noto Sans JP', sans-serif; font-size: 2.4rem; font-weight: 500; line-height: 1.2; letter-spacing: .2em; }
.shrine-seal { position: absolute; right: -4rem; bottom: .25rem; padding: .5rem .25rem; border: 1px solid #fff5df80; font-size: .75rem; letter-spacing: .2em; writing-mode: vertical-rl; }
.catalogue-link { display: flex; justify-content: center; margin-top: 2.5rem; }

/* ---------- Services ---------- */
.services { margin: var(--inset); border-radius: var(--radius-lg); background: var(--dark); color: #fff; overflow: hidden; position: relative; }
.services::before { content: ''; position: absolute; top: -30%; right: -10%; width: 55vw; max-width: 760px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgb(197 242 59 / .22), transparent 65%); pointer-events: none; }
.services .section-label { color: #b9beb3; position: relative; }
.services .section-label > span:first-child::before { background: var(--acid); }
.service-layout { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 6vw, 6rem); padding-top: 3.5rem; }
.service-layout h2 span { color: var(--acid); }
.service-copy { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgb(255 255 255 / .1); border-radius: var(--radius-md); background: rgb(255 255 255 / .04); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.service-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 1.75rem; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 1.6rem; }
.service-copy h3 { margin-bottom: 1rem; font-size: 1.4rem; font-weight: 700; letter-spacing: -.02em; }
.service-copy p { color: #bfc4b9; font-size: 1rem; line-height: 2; }
.service-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 2rem; }
.service-tags span { padding: .3rem .9rem; border: 1px solid rgb(255 255 255 / .18); border-radius: 999px; font-size: .8125rem; }

/* ---------- Company ---------- */
.company { display: grid; grid-template-columns: 1fr 1.6fr; gap: 4rem; }
.company dl { margin: 0; padding: .5rem clamp(1.25rem, 3vw, 2.25rem); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-soft); }
.company dl > div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-size: .9375rem; }
.company dl > div:last-child { border-bottom: 0; }
.company dt { color: var(--muted); }
.company dd { margin: 0; overflow-wrap: anywhere; }
.company a:hover { text-decoration: underline; }

/* ---------- Contact ---------- */
.contact { position: relative; overflow: hidden; margin: 0 var(--inset) var(--inset); border-radius: var(--radius-lg); background: var(--acid); }
.contact::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgb(23 25 23 / .1) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent 40%, #000); pointer-events: none; }
.contact .section-label > span:first-child::before { background: var(--ink); }
.contact-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin: 2rem 0 .75rem; }
.contact-heading h2 { font-size: clamp(3rem, 10vw, 10rem); font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.contact-heading h2 > span { color: var(--acid-deep); }
.contact-heading > span { display: grid; place-items: center; flex-shrink: 0; width: clamp(64px, 10vw, 150px); aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: var(--acid); font-size: clamp(1.8rem, 4vw, 4rem); transition: transform .5s var(--ease); }
.contact-heading:hover > span { transform: rotate(45deg) scale(1.05); }
.contact > p { position: relative; z-index: 1; font-size: 1rem; font-weight: 500; }

/* ---------- Footer ---------- */
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; margin: 0 var(--inset) var(--inset); padding: clamp(2rem, 4vw, 3rem) var(--gutter); border-radius: var(--radius-lg); background: var(--dark); color: #d6dacf; }
.site-footer .brand-logo { width: 180px; filter: invert(1); }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; font-size: .8125rem; color: #a7ad9f; }
.footer-links a:hover { color: var(--acid); }
.site-footer small { font-size: .75rem; color: #8e9486; }

/* ---------- Reveal & motion ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.product-grid > [data-reveal]:nth-child(2), .about-values > :nth-child(2) { transition-delay: .08s; }
.product-grid > [data-reveal]:nth-child(3), .about-values > :nth-child(3) { transition-delay: .16s; }
.product-grid > [data-reveal]:nth-child(4) { transition-delay: .24s; }
.js .product-card[data-reveal].is-visible:hover { transform: translateY(-4px); }
.hero-copy > *, .hero-visual { animation: rise 1s var(--ease) both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-visual { animation-delay: .12s; }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes spin-slow { to { transform: translate(-50%, -52%) rotate(354deg); } }
@keyframes marquee { to { transform: translateX(calc(-50% - 1.25rem)); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgb(124 181 24 / 0); } }

/* ---------- Responsive ---------- */
@media (min-width: 1600px) { body { max-width: 1800px; margin: auto; } }
@media (max-width: 1100px) {
    .hero { grid-template-columns: 1fr; }
    .hero-visual { min-height: 360px; }
    .hero h1 { font-size: clamp(3rem, 10vw, 7rem); }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-grid > .product-card:last-child:nth-child(even) { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
    .about-layout, .service-layout { grid-template-columns: 1fr; gap: 2rem; }
    .about-values { grid-template-columns: 1fr; }
    .value-num { margin-bottom: 1.25rem; }
    .company { grid-template-columns: 1fr; gap: 2rem; }
    .product-card.featured { grid-template-columns: 1fr; }
    .product-card.featured .product-visual { height: 340px; }
    .product-card.featured .product-info { padding: 1.25rem .9rem .9rem; }
    .site-header nav > a:not(.nav-contact) { padding: .5rem .7rem; }
}
@media (max-width: 680px) {
    :root { --radius-lg: 24px; --radius-md: 18px; }
    html { scroll-padding-top: 8rem; }
    .site-header { flex-wrap: wrap; gap: .5rem; padding: .7rem .7rem .6rem 1rem; border-radius: 22px; }
    .brand-logo { width: 150px; }
    .site-header nav { width: 100%; justify-content: space-between; font-size: .8125rem; }
    .site-header nav > a:not(.nav-contact) { padding: .4rem .5rem; }
    .site-header nav .nav-contact { margin-left: 0; padding: .5rem .95rem; }
    .hero { padding-top: 1.75rem; }
    .hero-meta > span:last-child { display: none; }
    .hero h1 { font-size: 12.4vw; line-height: 1.02; }
    .hero-bottom { grid-template-columns: 1fr; gap: 1rem; }
    .hero-description br { display: none; }
    .hero-actions .pill-button { flex: 1 1 100%; justify-content: space-between; }
    .hero-visual { min-height: 300px; }
    .hero-mark { width: 70%; }
    .chip-2 { left: auto; right: 10%; top: 6%; }
    .icon-2 { top: 34%; }
    .section-label { flex-wrap: wrap; gap: .5rem; }
    .about h2 { font-size: 2.6rem; }
    .section-heading { flex-direction: column; align-items: start; margin: 2rem 0; }
    .section-heading h2 { font-size: 1.85rem; }
    .products, .services, .contact, .pricing-section { padding-left: 1.25rem; padding-right: 1.25rem; }
    .featured .product-visual img { width: 136px; height: 136px; }
    .service-layout h2 { font-size: 2.5rem; }
    .product-grid { grid-template-columns: 1fr; }
    .product-grid > .product-card:last-child:nth-child(even) { grid-column: auto; }
    .product-visual, .product-card.featured .product-visual { height: 280px; }
    .company dl > div { grid-template-columns: 4.5rem 1fr; font-size: .875rem; }
    .contact-heading h2 { font-size: 15vw; }
    .site-footer { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}
