/*
Theme Name: 记忆坊 Memocraft
Theme URI: https://memocraft.cn
Author: 记忆坊
Description: 记忆坊品牌官网定制主题，支持产品、陪玩指南和扫码落地页。
Version: 0.1.1
Requires at least: 7.0
Requires PHP: 8.1
Text Domain: memocraft
*/

:root {
  --lime: #b9de3d;
  --lime-dark: #8eb21b;
  --ink: #171a18;
  --muted: #676c67;
  --paper: #fbfaf5;
  --white: #ffffff;
  --line: #dcddd5;
  --serif: "Songti SC", "STSong", "Noto Serif SC", serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }
svg { width: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.section-pad { padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }
.eyebrow { margin: 0 0 22px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: rgba(251,250,245,.94); border-bottom: 1px solid rgba(220,221,213,.8); backdrop-filter: blur(14px); }
.brand { display: flex; width: 174px; height: 56px; overflow: hidden; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.main-nav, .main-nav ul { display: flex; align-items: center; gap: 42px; font-size: 14px; }
.main-nav ul { margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; padding: 28px 0; color: #555a55; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--lime-dark); transition: right .25s; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.hero { min-height: 740px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; }
.hero h1, .page-hero h1, .product-hero h1, .about-hero h1, .article-header h1 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.hero h1 { font-size: clamp(72px, 8vw, 124px); }
.hero h1 em { color: var(--lime-dark); font-style: normal; }
.hero-intro { margin: 34px 0 38px; color: var(--muted); font-family: var(--serif); font-size: 19px; line-height: 1.9; }
.button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 22px; border-radius: 3px; background: var(--ink); color: white; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #303530; }
.hero-stage { position: relative; height: 620px; }
.big-m { position: absolute; left: 50%; top: 50%; z-index: 2; width: 360px; height: 315px; transform: translate(-50%,-48%); border-radius: 48% 48% 12% 12% / 42% 42% 12% 12%; background: var(--lime); color: transparent; box-shadow: 0 40px 90px rgba(117,143,36,.2); }
.big-m::before { content: ""; position: absolute; left: 50%; top: -6px; width: 104px; height: 80px; background: var(--paper); transform: translateX(-50%) rotate(45deg); }
.big-m span { position: absolute; top: 100px; z-index: 3; width: 90px; height: 90px; border-radius: 50%; background: white; }
.big-m span::after { content: ""; position: absolute; left: 42px; top: 40px; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); }
.big-m span:first-child { left: 66px; }.big-m span:last-child { right: 66px; }.big-m span:last-child::after { left: 24px; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid #cdd0c6; border-radius: 50%; transform: translate(-50%,-50%) rotate(-15deg); }
.orbit-one { width: 570px; height: 440px; }.orbit-two { width: 700px; height: 540px; transform: translate(-50%,-50%) rotate(25deg); }
.hero-chip { position: absolute; z-index: 3; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-family: var(--serif); box-shadow: 0 8px 30px rgba(20,24,20,.05); }
.chip-one { left: 2%; top: 20%; }.chip-two { right: 3%; top: 27%; }.chip-three { left: 0; bottom: 18%; }.chip-four { right: 8%; bottom: 14%; }
.intro-band { padding-top: 112px; padding-bottom: 112px; background: var(--ink); color: white; text-align: center; }
.intro-band p { color: var(--lime); font-size: 12px; letter-spacing: .24em; }
.intro-band h2 { margin: 28px auto 0; max-width: 920px; font-family: var(--serif); font-size: clamp(28px, 4vw, 48px); font-weight: 400; line-height: 1.7; }
.products-section, .guides-section, .related { padding-top: 130px; padding-bottom: 145px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 62px; }
.section-heading h2, .ability h2, .story h2, .timeline h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.25; }
.quiet-link, .text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; }
.quiet-link { padding-bottom: 7px; border-bottom: 1px solid var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card { min-width: 0; background: white; border: 1px solid #e7e6df; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(31,35,31,.09); }
.product-art { position: relative; height: 330px; display: grid; place-items: center; overflow: hidden; padding: 24px; background: var(--soft); }
.product-art img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-art img { transform: scale(1.035); }
.art-card { position: absolute; z-index: 2; display: grid; place-items: center; width: 140px; height: 190px; border: 8px solid white; border-radius: 18px; background: var(--accent); color: white; font-family: var(--serif); font-size: 54px; font-weight: 700; box-shadow: 0 22px 40px rgba(24,28,24,.14); }
.card-a { left: 31%; top: 50%; transform: translate(-50%,-50%) rotate(-10deg); }.card-b { right: 30%; top: 50%; transform: translate(50%,-45%) rotate(9deg); background: white; color: var(--accent); }
.art-dot { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--accent); opacity: .5; }.dot-a { left: 12%; top: 18%; }.dot-b { right: 14%; bottom: 18%; width: 42px; height: 42px; }
.art-ring { position: absolute; left: 50%; top: 50%; width: 330px; height: 220px; border: 1px solid var(--accent); border-radius: 50%; opacity: .24; transform: translate(-50%,-50%) rotate(-12deg); }
.card-copy { padding: 30px 32px 34px; }
.product-category, .guide-meta { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.card-copy h3 { margin: 12px 0 7px; font-family: var(--serif); font-size: 32px; font-weight: 600; }
.card-copy p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.beliefs { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 75px; padding-bottom: 75px; background: var(--lime); text-align: center; }
.beliefs div + div { border-left: 1px solid rgba(23,26,24,.24); }
.beliefs span { font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); }.beliefs p { margin: 10px 0 0; font-size: 13px; }
.guides-section { background: #f2f0e8; }
.guide-list { border-top: 1px solid #cfd1ca; }
.guide-card { display: grid; grid-template-columns: 70px 1fr auto; gap: 28px; align-items: center; padding: 32px 10px; border-bottom: 1px solid #cfd1ca; }
.guide-card > svg { transition: transform .2s; }.guide-card:hover > svg { transform: translateX(6px); }
.guide-number { color: #9b9e98; font-family: var(--serif); font-size: 18px; }
.guide-card h3 { margin: 9px 0 7px; font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); font-weight: 500; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.site-footer { padding: 100px max(24px, calc((100vw - var(--max)) / 2)) 30px; background: var(--ink); color: white; }
.footer-lead { padding-bottom: 82px; border-bottom: 1px solid #414641; }
.footer-lead .eyebrow { color: var(--lime); }.footer-lead h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 74px); font-weight: 400; line-height: 1.2; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; padding: 60px 0 80px; }
.footer-grid div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }.footer-grid h3 { margin: 0 0 11px; color: #858a85; font-size: 12px; letter-spacing: .18em; }.footer-grid a, .footer-grid span { color: #d3d5d2; font-size: 13px; }.footer-grid a:hover { color: var(--lime); }
.footer-grid .footer-socials { gap: 18px; }
.footer-grid .footer-social-item.has-qr { display: grid; grid-template-columns: minmax(88px, auto) 112px; align-items: center; gap: 16px; }
.footer-social-name { line-height: 1.55; }
.footer-social-qr { display: block; width: 112px; height: 112px; padding: 6px; object-fit: contain; background: white; border-radius: 3px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; padding-top: 22px; border-top: 1px solid #414641; color: #858a85; font-size: 11px; }
.footer-bottom .icp-link { color: #858a85; }
.footer-bottom .icp-link:hover { color: var(--lime); }
.page-hero { padding-top: 130px; padding-bottom: 110px; }.page-hero h1 { max-width: 880px; font-size: clamp(52px, 7vw, 90px); }.page-hero > p:last-child { max-width: 580px; margin: 34px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.catalog { padding-bottom: 150px; }.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }.filter { padding: 10px 17px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; font-size: 13px; }.filter:hover, .filter.active { background: var(--ink); border-color: var(--ink); color: white; }.catalog-grid { grid-template-columns: repeat(3, 1fr); }.catalog-grid .product-art { height: 250px; }.catalog-grid .art-card { width: 100px; height: 140px; font-size: 38px; border-width: 6px; }.catalog-grid .card-copy { padding: 25px; }.catalog-grid .card-copy h3 { font-size: 27px; }
.catalog-item { min-width: 0; }
.catalog-item .product-card { display: block; height: 100%; }
.product-hero { min-height: 650px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 40px; background: var(--soft); }.product-hero h1 { margin-top: 15px; font-size: clamp(70px, 9vw, 128px); }.product-tagline { margin: 23px 0 40px; font-family: var(--serif); font-size: 22px; }.back-link { display: table; margin-bottom: 50px; padding-bottom: 5px; border-bottom: 1px solid; color: var(--muted); font-size: 12px; }
.specs { display: flex; gap: 35px; }.specs span { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: 11px; }.specs b { color: var(--ink); font-family: var(--serif); font-size: 20px; }
.product-art.large { height: 560px; padding: 38px; background: rgba(255,255,255,.35); }
.product-highlights { padding-top: 70px; padding-bottom: 70px; background: var(--soft); border-top: 1px solid rgba(23,26,24,.08); }
.product-highlights > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-highlights article { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding-top: 22px; border-top: 1px solid rgba(23,26,24,.25); }
.product-highlights article span { color: var(--muted); font-family: var(--serif); font-size: 14px; }
.product-highlights article p { margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.video-section { padding-top: 110px; padding-bottom: 110px; }
.section-kicker { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 45px; }
.section-kicker h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 400; line-height: 1.25; }
.product-video, .video-placeholder { display: grid; place-items: center; aspect-ratio: 16 / 8.5; overflow: hidden; background: #1d211e; }
.product-video video { width: 100%; height: 100%; object-fit: contain; background: #1d211e; }
.video-placeholder { align-content: center; gap: 18px; color: white; text-align: center; }
.video-placeholder.is-link { transition: transform .22s, box-shadow .22s; }
.video-placeholder.is-link:hover { transform: translateY(-3px); box-shadow: 0 22px 70px rgba(24,28,24,.16); }
.pending-play { display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid #646964; border-radius: 50%; color: var(--accent); }
.pending-play svg { width: 32px; stroke: var(--accent); }
.video-placeholder span { font-size: 13px; letter-spacing: .1em; }
.video-placeholder p { margin: 8px 0 0; color: #aeb2ae; font-family: var(--serif); }
.manual-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.manual-links a { display: inline-flex; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid var(--line); background: white; font-size: 13px; }
.manual-links a:hover { border-color: var(--ink); }
.product-gallery { padding-top: 110px; padding-bottom: 120px; background: #f1efe7; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.gallery-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: white; }
.gallery-grid img:first-child:nth-last-child(3) { grid-row: span 2; aspect-ratio: 3 / 4; }
.gallery-grid img:first-child:nth-last-child(3) ~ img { aspect-ratio: 1 / 1; }
.ability { display: grid; grid-template-columns: .45fr 1.55fr; padding-top: 120px; padding-bottom: 130px; background: var(--lime); }.ability > div { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }.ability p:last-child { margin: 0; font-size: 17px; line-height: 2; }
.faq-section { padding-top: 130px; padding-bottom: 140px; }.faq-list { margin-left: 32%; border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 27px 0; border: 0; background: transparent; text-align: left; cursor: pointer; font-family: var(--serif); font-size: 20px; }.faq-item button svg { transition: transform .25s; }.faq-item.open button svg { transform: rotate(45deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.85; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding-bottom: 28px; }
.player-quote { padding-top: 95px; padding-bottom: 100px; background: #f1efe7; }
.player-quote blockquote { max-width: 940px; margin: 0; font-family: var(--serif); font-size: clamp(26px, 3.4vw, 46px); font-weight: 400; line-height: 1.65; }
.designer { display: grid; grid-template-columns: 180px 1fr; gap: 70px; align-items: center; padding-top: 100px; padding-bottom: 100px; background: var(--soft); }.designer-avatar { display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; background: white; color: #9b9e98; text-align: center; font-size: 12px; }.designer blockquote { max-width: 800px; margin: 0 0 30px; font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); line-height: 1.75; }.designer span { color: var(--muted); font-size: 12px; }
.buy-product { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-top: 85px; padding-bottom: 85px; background: var(--accent); color: var(--ink); }.buy-product h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 500; }.buy-product p:last-child { margin: 12px 0 0; opacity: .72; }.store-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }.store-buttons a { display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(23,26,24,.35); background: rgba(255,255,255,.25); font-size: 13px; }.store-buttons a:hover { background: white; }
.related .product-grid { grid-template-columns: repeat(2, 1fr); }.related .product-art { height: 270px; }.related .card-copy { padding: 24px; }.related .card-copy h3 { font-size: 27px; }
.guide-hero { background: var(--lime); }.all-guides { padding-top: 90px; padding-bottom: 140px; }.coming-note { margin: 70px 0 0 98px; padding: 28px; border-left: 3px solid var(--lime-dark); background: white; }.coming-note span { font-size: 12px; font-weight: 700; }.coming-note p { margin: 8px 0 0; color: var(--muted); }
.article-header { padding-top: 110px; padding-bottom: 90px; text-align: center; }.article-header .back-link { margin: 0 auto 40px; }.article-header h1 { max-width: 900px; margin: 22px auto 30px; font-size: clamp(44px, 6vw, 76px); }.article-intro { max-width: 700px; margin: 0 auto; color: var(--muted); font-family: var(--serif); font-size: 20px; line-height: 1.8; }
.article-body { max-width: 760px; margin: 0 auto; padding: 20px 24px 130px; }.article-body section { margin-bottom: 58px; }.article-body h2 { margin: 0 0 17px; font-family: var(--serif); font-size: 31px; font-weight: 600; }.article-body p { margin: 0; color: #4f544f; font-size: 17px; line-height: 2.05; }.article-body aside { margin-top: 90px; padding: 42px; background: var(--lime); }.article-body aside p { margin-bottom: 14px; color: #4f5d22; font-size: 12px; font-weight: 700; letter-spacing: .12em; }.article-body aside strong { font-family: var(--serif); font-size: 23px; line-height: 1.7; }.article-more { padding-top: 90px; padding-bottom: 120px; background: #f2f0e8; }
.about-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; padding-top: 110px; padding-bottom: 120px; }.about-hero h1 { font-size: clamp(54px, 7vw, 92px); }.about-hero img { width: 100%; max-height: 650px; object-fit: cover; box-shadow: 0 25px 70px rgba(31,35,31,.12); }
.story { display: grid; grid-template-columns: .5fr 1.5fr; padding-top: 130px; padding-bottom: 140px; background: var(--ink); color: white; }.story-copy { max-width: 780px; }.story-copy > p { margin: 34px 0 0; color: #c9ccc8; font-family: var(--serif); font-size: 20px; line-height: 2; }.method { padding-top: 130px; padding-bottom: 140px; }.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px; margin-top: 70px; }.method-grid span { color: var(--lime-dark); font-family: var(--serif); font-size: 18px; }.method-grid h3 { margin: 35px 0 15px; font-family: var(--serif); font-size: 29px; }.method-grid p { color: var(--muted); line-height: 1.9; }.timeline { padding-top: 120px; padding-bottom: 140px; background: #f0eee5; }.timeline-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 70px; border-top: 1px solid #b7bab2; }.timeline-line div { position: relative; display: flex; flex-direction: column; gap: 17px; padding-top: 30px; }.timeline-line div::before { content: ""; position: absolute; top: -6px; width: 11px; height: 11px; border-radius: 50%; background: var(--lime-dark); }.timeline-line img { width: 100%; height: 250px; margin-bottom: 10px; padding: 18px; object-fit: contain; background: white; }.timeline-line .timeline-now img { padding: 68px; }.timeline-line b { font-family: var(--serif); font-size: 24px; }.timeline-line span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.not-found { min-height: 70vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.not-found > span { color: var(--lime-dark); font-size: 14px; font-weight: 700; letter-spacing: .2em; }.not-found h1 { margin: 20px 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 86px); font-weight: 400; }.not-found p { color: var(--muted); }.not-found .button { margin-top: 24px; }
[hidden] { display: none !important; }

.admin-bar .site-header { top: 32px; }
.current-menu-item a { color: var(--ink); }
.content-page { min-height: 60vh; padding-top: 100px; padding-bottom: 120px; }
.content-page > * { max-width: 780px; }
.content-page h1 { margin: 0 0 38px; font-family: var(--serif); font-size: clamp(48px, 7vw, 84px); font-weight: 500; }
.content-page h2 { margin-top: 52px; font-family: var(--serif); font-size: 32px; }
.content-page p { color: #4f544f; font-size: 17px; line-height: 2; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pagination { display: flex; gap: 12px; margin-top: 50px; }
.pagination .page-numbers { padding: 9px 13px; border: 1px solid var(--line); }
.pagination .current { background: var(--ink); color: white; }

@media (max-width: 960px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { height: 68px; }.brand { width: 142px; height: 48px; }.menu-toggle { display: grid; place-items: center; z-index: 2; }.menu-toggle svg { width: 25px; }.main-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 30px; background: var(--paper); border-bottom: 1px solid var(--line); }.main-nav.open { display: flex; }.main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }.main-nav a { display: block; padding: 17px 0; font-family: var(--serif); font-size: 21px; }.main-nav a::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }.hero-stage { height: 520px; margin-top: 20px; }.big-m { width: 300px; height: 260px; }.big-m span { top: 82px; width: 76px; height: 76px; }.big-m span:first-child { left: 52px; }.big-m span:last-child { right: 52px; }.big-m span::after { left: 35px; top: 34px; width: 20px; height: 20px; }.big-m span:last-child::after { left: 22px; }.orbit-one { width: 470px; height: 360px; }.orbit-two { width: 560px; height: 430px; }
  .product-grid, .catalog-grid, .related .product-grid { grid-template-columns: repeat(2, 1fr); }.product-hero { grid-template-columns: 1fr; padding-top: 70px; }.product-art.large { height: 470px; }.ability { grid-template-columns: 1fr; gap: 45px; }.ability > div { grid-template-columns: 1fr 1fr; }.faq-list { margin-left: 18%; }.about-hero { gap: 45px; }.story { grid-template-columns: 1fr; gap: 40px; }.method-grid { gap: 30px; }
}

@media (max-width: 640px) {
  .section-pad { padding-left: 20px; padding-right: 20px; }.hero { padding-top: 62px; }.hero h1 { font-size: 60px; }.hero-intro { font-size: 16px; }.hero-stage { height: 390px; }.big-m { width: 220px; height: 195px; }.big-m::before { width: 72px; height: 58px; }.big-m span { top: 64px; width: 56px; height: 56px; }.big-m span:first-child { left: 40px; }.big-m span:last-child { right: 40px; }.big-m span::after { left: 26px; top: 25px; width: 15px; height: 15px; }.big-m span:last-child::after { left: 16px; }.orbit-one { width: 330px; height: 260px; }.orbit-two { width: 410px; height: 310px; }.hero-chip { padding: 8px 13px; font-size: 12px; }.chip-one { left: -2%; }.chip-two { right: -2%; }.chip-three { bottom: 12%; }.chip-four { right: 0; bottom: 8%; }
  .intro-band { padding-top: 78px; padding-bottom: 78px; }.intro-band h2 br { display: none; }.products-section, .guides-section, .related { padding-top: 85px; padding-bottom: 90px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 25px; margin-bottom: 38px; }.section-heading h2, .ability h2, .story h2, .timeline h2 { font-size: 38px; }.product-grid, .catalog-grid, .related .product-grid { grid-template-columns: 1fr; }.product-art { height: 270px; }.beliefs { grid-template-columns: 1fr; gap: 35px; padding-top: 60px; padding-bottom: 60px; }.beliefs div + div { padding-top: 35px; border-left: 0; border-top: 1px solid rgba(23,26,24,.24); }.guide-card { grid-template-columns: 42px 1fr; gap: 10px; padding: 27px 0; }.guide-card > svg { display: none; }.guide-card p { display: none; }.site-footer { padding-top: 72px; }.footer-lead { padding-bottom: 55px; }.footer-grid { grid-template-columns: 1fr 1fr; padding: 45px 0 60px; }.footer-grid div:last-child { grid-column: 1 / -1; }.footer-grid .footer-social-item.has-qr { grid-template-columns: 82px 86px; gap: 10px; }.footer-social-qr { width: 86px; height: 86px; }.footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding-top: 85px; padding-bottom: 70px; }.page-hero h1 { font-size: 48px; }.catalog { padding-bottom: 90px; }.filters { flex-wrap: nowrap; overflow-x: auto; margin-right: -20px; padding-right: 20px; }.filter { flex: 0 0 auto; }
  .product-hero { min-height: auto; padding-top: 55px; padding-bottom: 50px; }.product-hero h1 { font-size: 58px; }.back-link { margin-bottom: 34px; }.specs { gap: 20px; }.product-art.large { height: 330px; padding: 20px; }.product-highlights { padding-top: 55px; padding-bottom: 55px; }.product-highlights > div { grid-template-columns: 1fr; gap: 18px; }.product-highlights article p { font-size: 18px; }.video-section { padding-top: 65px; padding-bottom: 65px; }.section-kicker { align-items: flex-start; flex-direction: column; }.section-kicker h2 { font-size: 38px; }.product-video, .video-placeholder { aspect-ratio: 1.2; }.product-gallery { padding-top: 75px; padding-bottom: 80px; }.gallery-grid { grid-template-columns: 1fr; }.gallery-grid img, .gallery-grid img:first-child:nth-last-child(3), .gallery-grid img:first-child:nth-last-child(3) ~ img { grid-row: auto; aspect-ratio: auto; max-height: none; object-fit: contain; }.ability { padding-top: 80px; padding-bottom: 85px; }.ability > div { grid-template-columns: 1fr; gap: 34px; }.faq-section { padding-top: 85px; padding-bottom: 90px; }.faq-list { margin-left: 0; }.faq-item button { font-size: 17px; }.designer { grid-template-columns: 1fr; gap: 35px; padding-top: 75px; padding-bottom: 75px; }.designer blockquote { font-size: 25px; }.designer-avatar { width: 105px; height: 105px; }.buy-product { align-items: flex-start; flex-direction: column; padding-top: 65px; padding-bottom: 65px; }.store-buttons { justify-content: flex-start; }
  .article-header { padding-top: 70px; padding-bottom: 55px; }.article-header h1 { font-size: 43px; }.article-intro { font-size: 17px; }.article-body { padding-bottom: 85px; }.article-body p { font-size: 16px; }.article-body aside { margin-top: 60px; padding: 28px; }
  .about-hero { grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 75px; }.about-hero h1 { font-size: 50px; }.about-hero img { max-height: 520px; object-position: top; }.story { padding-top: 85px; padding-bottom: 90px; }.story-copy > p { font-size: 17px; }.method { padding-top: 85px; padding-bottom: 90px; }.method-grid { grid-template-columns: 1fr; margin-top: 50px; }.timeline { padding-top: 85px; padding-bottom: 90px; }.timeline-line { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid #b7bab2; margin-left: 6px; }.timeline-line div { padding: 0 0 45px 30px; }.timeline-line div::before { left: -6px; top: 5px; }.timeline-line img { height: 220px; }.coming-note { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
