:root {
  --ink: #111111;
  --bone: #f5f3ef;
  --acid: #b7e241;
  --ocean: #7fbce0;
  --line: rgba(17, 17, 17, 0.2);
  --nav-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: "Noto Sans JP", sans-serif; font-size: 15px; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.grain { position: fixed; pointer-events: none; z-index: 20; inset: 0; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.site-header { height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 82px); position: absolute; inset: 0 0 auto; z-index: 10; color: #fff; }
.wordmark { width: 128px; line-height: 1; position: relative; z-index: 2; }
.wordmark img, .footer-logo img { width: 100%; filter: invert(1); mix-blend-mode: screen; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 47px); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .12em; }
.site-nav > a { transition: opacity .2s ease; }
.site-nav > a:hover { opacity: .58; }
.nav-shop { border-bottom: 1px solid rgba(255,255,255,.65); padding: 0 0 6px; }
.nav-shop span { margin-left: 5px; }
.menu-button { display: none; background: none; border: 0; padding: 8px 0 8px 8px; color: inherit; cursor: pointer; }

.hero { min-height: min(890px, 100svh); height: 100svh; background: #06101d; color: #fff; position: relative; display: block; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(3,8,15,.84) 0%, rgba(3,8,15,.56) 35%, rgba(3,8,15,.08) 67%, rgba(3,8,15,.2) 100%), linear-gradient(0deg, rgba(2,7,13,.54), transparent 42%); pointer-events: none; }
.hero-copy { padding: 9.2rem 0 4.4rem clamp(24px, 8.7vw, 140px); position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .section-number { font: 500 10px/1.2 "DM Mono", monospace; letter-spacing: .15em; }
.eyebrow { color: var(--acid); margin: 0 0 30px; }
.hero h1 { font: 500 clamp(53px, 6.2vw, 100px)/.88 "Playfair Display", serif; margin: 0; letter-spacing: -.055em; }
.hero h1 em, .section-heading h2 em, .field-copy h2 em, .shop-cta h2 em { font-weight: 500; }
.hero-lead { margin: 42px 0 31px; font-size: 14px; line-height: 2; letter-spacing: .055em; }
.text-link { font: 500 10px/1 "DM Mono", monospace; letter-spacing: .1em; border-bottom: 1px solid var(--acid); padding: 0 0 9px; }
.text-link span { color: var(--acid); margin-left: 14px; font-size: 14px; }
.hero-product { position: absolute; inset: 0; height: 100%; width: 100%; z-index: 1; }
.hero-product > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.08) saturate(.93); }
.sun-orbit { display: none; }
.hero-stamp { width: 112px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1px; position: absolute; right: clamp(24px, 5vw, 82px); top: 17%; z-index: 3; transform: rotate(12deg); font: 500 9px/1.45 "DM Mono", monospace; letter-spacing: .09em; }
.hero-stamp span:nth-child(2) { color: var(--acid); }
.hero-caption { position: absolute; right: clamp(24px, 5vw, 82px); bottom: 4%; z-index: 3; margin: 0; font: 500 9px/1.7 "DM Mono", monospace; letter-spacing: .1em; text-align: right; }
.hero-caption span { display: block; margin-bottom: 6px; color: var(--acid); }
.hero-scroll { position: absolute; left: clamp(24px, 5vw, 82px); bottom: 27px; display: flex; align-items: center; gap: 13px; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .1em; color: rgba(255,255,255,.7); }
.hero-scroll i { display: block; width: 52px; height: 1px; background: rgba(255,255,255,.4); position: relative; overflow: hidden; }
.hero-scroll i::after { content: ""; position: absolute; height: 100%; width: 32%; background: var(--acid); left: 0; animation: scan 2.7s infinite ease-in-out; }
@keyframes scan { 0%,100% { transform: translateX(-100%); } 50% { transform: translateX(215%); } }

.manifesto { min-height: 655px; padding: 112px clamp(24px, 8.7vw, 140px); position: relative; display: grid; grid-template-columns: .75fr 1.25fr; background: var(--bone); overflow: hidden; }
.section-number { margin: 0; color: rgba(17,17,17,.56); }
.manifesto-copy { padding: 50px 0 0; max-width: 780px; }
.display-copy { font: 500 clamp(42px, 5vw, 76px)/1.17 "Playfair Display", serif; letter-spacing: -.045em; margin: 0; }
.display-copy em { font-style: italic; color: #6e9ac3; }
.body-copy { max-width: 388px; margin: 44px 0 0 auto; font-size: 14px; line-height: 2.2; letter-spacing: .035em; }
.manifesto-signal { position: absolute; right: -41px; bottom: 42px; color: #d2d4d0; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .13em; transform: rotate(-90deg); transform-origin: bottom right; display: flex; gap: 15px; align-items: center; }
.signal-lines { display: flex; gap: 3px; align-items: center; height: 17px; }
.signal-lines i { display: block; background: #d2d4d0; width: 1px; height: 4px; }.signal-lines i:nth-child(2) { height: 9px; }.signal-lines i:nth-child(3) { height: 15px; }.signal-lines i:nth-child(4) { height: 9px; }.signal-lines i:nth-child(5) { height: 4px; }

.collection { background: #181818; color: #fff; padding: 112px clamp(24px, 8.7vw, 140px) 137px; }
.collection .section-number, .technology .section-number { color: rgba(255,255,255,.52); }
.section-heading { display: grid; grid-template-columns: .45fr 1fr .65fr; align-items: end; margin-bottom: 75px; }
.section-heading h2, .field-copy h2, .shop-cta h2 { font: 500 clamp(45px, 5.7vw, 88px)/.92 "Playfair Display", serif; letter-spacing: -.06em; margin: 0; }
.section-heading > p:last-child { font-size: 13px; line-height: 2; margin: 0 0 4px; color: rgba(255,255,255,.74); }
.product-list { display: grid; grid-template-columns: 1fr 1fr; gap: 95px 6.5vw; max-width: 1230px; margin: auto; }
.product-card { position: relative; }.product-card-shift { margin-top: 115px; }.product-card-wide { grid-column: 1 / 2; }
.product-image-link { background: #e8e8e5; display: block; position: relative; overflow: hidden; aspect-ratio: 1.07; isolation: isolate; }
.product-image-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,255,255,.12), transparent 37%, rgba(127,188,224,.09)); opacity: 0; transition: opacity .35s; }
.product-image-link:hover::after { opacity: 1; }.product-image-link img { height: 100%; width: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.6,.2,1); }.product-image-link:hover img { transform: scale(1.04); }
.product-card[data-product="8504"] .product-image-link { background: radial-gradient(circle at 64% 42%, #7ca8bd 0, #304d63 25%, #101d2b 70%); }.product-card[data-product="8504"] .product-image-link img { object-fit: contain; padding: 6%; mix-blend-mode: multiply; }
.product-card[data-product="8206"] .product-image-link { background: linear-gradient(135deg, #c7d5dd, #f4f4ee 49%, #899da6); }.product-card[data-product="8206"] .product-image-link img { object-fit: contain; padding: 5%; mix-blend-mode: multiply; }
.product-card[data-product="7016"] .product-image-link { background: #1e3529; }.product-card[data-product="7016"] .product-image-link img { object-position: 56% 48%; filter: contrast(1.06) saturate(.85); }
.product-index { position: absolute; z-index: 2; top: 16px; left: 17px; color: var(--ink); background: var(--acid); border-radius: 50%; width: 32px; height: 32px; display: grid; place-items: center; font: 500 9px/1 "DM Mono", monospace; }
.product-zoom { position: absolute; z-index: 2; right: 17px; bottom: 17px; opacity: 0; transform: translateY(8px); color: #fff; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .08em; transition: .28s ease; }.product-zoom b { font-size: 15px; margin-left: 5px; }.product-image-link:hover .product-zoom { opacity: 1; transform: none; }
.product-meta { padding: 20px 0 18px; display: flex; justify-content: space-between; gap: 30px; }.model { color: var(--acid); font: 500 10px/1.2 "DM Mono", monospace; letter-spacing: .1em; margin: 0 0 11px; }.product-meta h3 { font: 500 34px/.98 "Playfair Display", serif; margin: 0; letter-spacing: -.035em; }.product-description { margin: 18px 0 0; max-width: 185px; font-size: 12px; line-height: 1.9; color: rgba(255,255,255,.68); }
.purchase-links { display: flex; flex-wrap: wrap; gap: 14px 25px; }.shop-link { display: inline-block; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .09em; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 8px; transition: color .2s, border-color .2s; }.shop-link:hover { color: var(--acid); border-color: var(--acid); }.shop-link span { margin-left: 8px; }

.technology { background: #111; color: #fff; border-top: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: .9fr 1.1fr; }
.tech-panel { padding: 112px clamp(24px, 5.8vw, 94px) 85px clamp(24px, 8.7vw, 140px); min-height: 650px; background: #0c0c0c; position: relative; }.tech-panel h2 { font: 500 clamp(45px, 5vw, 74px)/.98 "Playfair Display", serif; letter-spacing: -.055em; margin: 60px 0 0; }.tech-rule { width: 45%; height: 1px; background: var(--acid); position: absolute; bottom: 105px; }
.tech-features { padding: 72px clamp(24px, 8.7vw, 140px) 72px clamp(40px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0 65px; }.tech-feature { padding: 34px 0 32px; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 39px 1fr; gap: 17px; }.feature-no { font: 500 10px/1 "DM Mono", monospace; color: var(--acid); padding-top: 7px; }.tech-feature h3 { font: 500 28px/1 "Playfair Display", serif; letter-spacing: -.035em; margin: 0; }.tech-feature p { font-size: 11px; color: rgba(255,255,255,.6); line-height: 2; margin: 17px 0 0; }

.field-notes { padding: 150px clamp(24px, 8.7vw, 140px); background: #dfeaf1; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 162px); align-items: center; }.field-visual { position: relative; background: #9cb4c3; }.field-visual img { width: 100%; aspect-ratio: .96; object-fit: cover; filter: contrast(1.05) saturate(.86); }.visual-label { position: absolute; bottom: 21px; left: 22px; color: #fff; font: 500 10px/1.35 "DM Mono", monospace; letter-spacing: .1em; }.field-copy h2 { margin: 55px 0 39px; }.use-grid { border-top: 1px solid rgba(17,17,17,.55); display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 35px; }.use-grid span { padding: 12px 0; border-bottom: 1px solid rgba(17,17,17,.25); font: 500 9px/1 "DM Mono", monospace; letter-spacing: .1em; }.field-copy > p:last-child { font-size: 13px; line-height: 2.1; max-width: 385px; }

.shop-cta { background: var(--acid); min-height: 600px; padding: 109px clamp(24px, 8.7vw, 140px) 75px; position: relative; overflow: hidden; }.shop-cta::after { content: "INFI"; position: absolute; right: -2.2vw; bottom: -9vw; color: rgba(255,255,255,.35); font: 500 30vw/.8 "Playfair Display", serif; letter-spacing: -.12em; pointer-events: none; }.shop-cta h2 { margin: 57px 0 49px; position: relative; z-index: 1; }.cta-button { border: 1px solid var(--ink); display: flex; justify-content: space-between; align-items: center; max-width: 360px; padding: 16px 17px 16px 22px; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .06em; position: relative; z-index: 1; transition: background .25s, color .25s; }.cta-button:hover { background: var(--ink); color: var(--acid); }.cta-button b { font: 400 18px/1 "Manrope", sans-serif; }.shop-note { position: absolute; z-index: 1; right: clamp(24px, 8.7vw, 140px); bottom: 76px; text-align: right; font: 500 9px/1.7 "DM Mono", monospace; letter-spacing: .08em; }

.site-footer { background: var(--ink); color: #fff; padding: 43px clamp(24px, 5vw, 82px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }.footer-logo { width: 105px; }.footer-links { display: flex; gap: 30px; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .1em; }.footer-links a:hover { color: var(--acid); }.site-footer p { justify-self: end; margin: 0; color: rgba(255,255,255,.6); font: 500 8px/1.4 "DM Mono", monospace; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.65,.25,1), transform .75s cubic-bezier(.2,.65,.25,1); }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  :root { --nav-height: 72px; }.site-header { padding: 0 24px; }.wordmark { width: 113px; }.menu-button { display: grid; gap: 5px; z-index: 3; }.menu-button span { width: 27px; height: 1px; background: currentColor; display: block; transition: transform .25s; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }.site-nav { position: fixed; z-index: 2; inset: 0; padding: 120px 24px 50px; background: var(--ink); flex-direction: column; align-items: flex-start; gap: 29px; transform: translateX(100%); transition: transform .35s ease; font-size: 13px; }.site-nav.open { transform: translateX(0); }.nav-shop { margin-top: 15px; }
  .hero { min-height: 760px; height: 100svh; }.hero::before { inset: 0; width: auto; height: auto; right: auto; top: auto; background: linear-gradient(180deg, rgba(3,8,15,.73) 0%, rgba(3,8,15,.33) 54%, rgba(3,8,15,.75) 100%); }.hero-copy { padding: 142px 24px 0; justify-content: flex-start; }.hero h1 { font-size: clamp(53px, 16vw, 78px); }.hero-lead { margin: 25px 0; line-height: 1.8; }.hero-product { inset: 0; width: 100%; height: 100%; }.hero-product > img { object-position: 62% center; }.hero-stamp { display: none; }.hero-caption { right: 24px; bottom: 3%; font-size: 7px; }.hero-scroll { display: none; }
  .manifesto { min-height: 0; padding: 73px 24px 100px; grid-template-columns: 1fr; }.manifesto-copy { padding-top: 43px; }.display-copy { font-size: clamp(39px, 11vw, 56px); }.body-copy { max-width: 360px; margin: 33px 0 0; font-size: 13px; }.manifesto-signal { display: none; }
  .collection { padding: 75px 24px 84px; }.section-heading { display: block; margin-bottom: 48px; }.section-heading h2 { margin: 39px 0 26px; font-size: clamp(44px, 13vw, 68px); }.section-heading > p:last-child { font-size: 12px; }.product-list { grid-template-columns: 1fr; gap: 69px; }.product-card-shift { margin-top: 0; }.product-card-wide { grid-column: auto; }.product-image-link { aspect-ratio: 1.03; }.product-meta h3 { font-size: 31px; }.product-description { margin-top: 15px; }
  .technology { grid-template-columns: 1fr; }.tech-panel { min-height: 475px; padding: 77px 24px; }.tech-panel h2 { margin-top: 45px; font-size: clamp(43px, 11vw, 62px); }.tech-rule { bottom: 70px; }.tech-features { padding: 21px 24px 63px; grid-template-columns: 1fr; gap: 0; }.tech-feature { padding: 26px 0; }.tech-feature h3 { font-size: 26px; }
  .field-notes { padding: 84px 24px; grid-template-columns: 1fr; gap: 59px; }.field-copy h2 { font-size: clamp(42px, 12vw, 61px); margin: 42px 0 30px; }.field-copy > p:last-child { font-size: 12px; }.shop-cta { min-height: 570px; padding: 75px 24px; }.shop-cta h2 { margin: 42px 0 42px; font-size: clamp(50px, 15vw, 73px); }.shop-cta::after { font-size: 50vw; bottom: -14vw; }.shop-note { right: 24px; bottom: 50px; }.site-footer { padding: 33px 24px; grid-template-columns: 1fr 1fr; }.footer-links { display: none; }.site-footer p { font-size: 7px; max-width: 135px; text-align: right; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
