@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: dark;
  --bg: #101422;
  --bg-soft: #171d30;
  --paper: #fff8ed;
  --muted: #b4b8c9;
  --line: rgba(245, 241, 229, .15);
  --pink: #ff747f;
  --mint: #b5f1d8;
  --yellow: #ffdb8d;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 9% 7%, rgba(110, 87, 149, .19), transparent 27rem),
    radial-gradient(circle at 90% 32%, rgba(49, 118, 123, .12), transparent 33rem),
    var(--bg);
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
  line-height: 1.65;
}
body::after {
  position: fixed;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  content: "";
  opacity: .13;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--bg); background: var(--mint); }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 16px; padding: 10px 14px; color: #111; background: var(--mint); z-index: 20; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 20, 34, .9);
  backdrop-filter: blur(20px);
}
.header-inner { display: flex; align-items: center; min-height: 84px; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; line-height: 1; }
.brand-mark {
  width: 41px; height: 41px; display: grid; place-items: center;
  color: #17202c; background: var(--mint); font-size: 28px;
  border-radius: 14px 4px 14px 4px; transform: rotate(-6deg);
}
.brand-name { font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -.07em; }
.brand-name small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .31em; text-transform: uppercase; }
.site-nav { display: flex; gap: clamp(15px, 2.1vw, 30px); align-items: center; margin-left: auto; }
.site-nav a { color: #d4d4df; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: color .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--mint); }
.nav-cta { border: 1px solid rgba(181,241,216,.45); padding: 12px 16px; border-radius: 100px; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); color: var(--paper); background: transparent; border-radius: 9px; padding: 9px 12px; cursor: pointer; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 19px; height: 1px; background: currentColor; }
.section-kicker { color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", "DM Sans", sans-serif; line-height: 1.13; }
h1 { font-size: clamp(52px, 6.7vw, 104px); letter-spacing: -.08em; font-weight: 800; }
h2 { font-size: clamp(33px, 3.7vw, 57px); letter-spacing: -.06em; font-weight: 800; }
h3 { font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -.035em; }
.serif { color: var(--pink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; letter-spacing: -.09em; }
.lead { color: #c7c9d6; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.75; }
.micro { color: var(--muted); font-size: 13px; }
.tag { display: inline-flex; border: 1px solid var(--line); border-radius: 100px; padding: 7px 12px; color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tag--pink { color: var(--pink); }
.tag--yellow { color: var(--yellow); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 51px; padding: 0 23px; border: 1px solid var(--mint); border-radius: 100px; color: var(--bg); background: var(--mint); font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); background: #d0ffe9; }
.button--ghost { color: var(--paper); border-color: rgba(255,248,237,.35); background: transparent; }
.button--ghost:hover { color: var(--bg); background: var(--paper); }
.button--pink { border-color: var(--pink); background: var(--pink); }
.button--pink:hover { background: #ffa8ae; }
.text-link { color: var(--mint); font-size: 13px; font-weight: 800; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.hero { display: grid; grid-template-columns: 1.07fr .93fr; gap: clamp(40px, 5vw, 86px); align-items: center; min-height: 700px; padding-block: 80px 98px; }
.hero h1 { margin: 27px 0 28px; max-width: 760px; }
.hero-copy .lead { max-width: 575px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.hero-image { position: relative; min-height: 580px; height: 100%; max-height: 680px; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; border-radius: 130px 16px 130px 16px; }
.hero-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 130px 16px 130px 16px; pointer-events: none; }
.hero-note { position: absolute; right: -27px; bottom: 32px; width: 220px; padding: 21px 23px; border-radius: 18px 2px 18px 2px; color: var(--bg); background: var(--yellow); box-shadow: 0 20px 50px rgba(0,0,0,.27); }
.hero-note b { display: block; font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.2; }
.hero-note span { display: block; margin-top: 6px; font-size: 11px; font-weight: 700; opacity: .7; }
.hero-side { position: absolute; top: 20px; left: -29px; writing-mode: vertical-rl; color: var(--paper); font-size: 11px; font-weight: 800; letter-spacing: .26em; }
.marquee { border-block: 1px solid var(--line); overflow: hidden; }
.marquee-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 0; color: #b8bdcd; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; }
.marquee b { color: var(--pink); font-size: 16px; font-weight: 400; }

.section { padding-block: 108px; }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 38px; }
.section-header h2 { max-width: 670px; margin: 10px 0 0; }
.section-header p { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.feature-card { min-height: 390px; border: 1px solid var(--line); background: var(--bg-soft); overflow: hidden; border-radius: 22px; }
.feature-card--image { position: relative; }
.feature-card--image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.feature-card--image:hover img, .photo-tile:hover img { transform: scale(1.04); }
.feature-card--image::after { position: absolute; inset: 20% 0 0; content: ""; background: linear-gradient(transparent, rgba(7,10,20,.92)); }
.feature-content { position: absolute; z-index: 1; bottom: 0; left: 0; padding: 26px; }
.feature-content h3 { margin: 16px 0 12px; }
.feature-content p { margin: 0; color: #e0dfeb; font-size: 13px; }
.feature-card--text { display: flex; flex-direction: column; padding: 31px; background: #242844; }
.feature-card--text .star { margin-bottom: auto; color: var(--pink); font-size: 48px; line-height: 1; }
.feature-card--text p { color: #d1d2df; font-size: 14px; }
.feature-card--text .text-link { margin-top: 18px; }
.feature-card--mint { color: #172225; background: var(--mint); }
.feature-card--mint .star, .feature-card--mint p, .feature-card--mint .text-link { color: #172225; }

.split { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.split img { width: 100%; max-height: 590px; object-fit: cover; border-radius: 22px 90px 22px 90px; }
.split-copy h2 { margin: 18px 0 24px; }
.split-copy .lead { margin-bottom: 26px; }
.number-list { border-top: 1px solid var(--line); margin: 32px 0; }
.number-list div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.number-list span { color: var(--pink); font-size: 12px; font-weight: 800; }
.number-list p { margin: 0; font-size: 14px; }

.quote-band { position: relative; padding: 74px 0; overflow: hidden; background: #d5f3df; color: #15202c; }
.quote-band::after { position: absolute; right: 5%; top: -110px; content: "夜"; color: rgba(17,68,63,.08); font-size: 420px; line-height: 1; }
.quote-band p { position: relative; z-index: 1; max-width: 1010px; margin: 0; font-family: Georgia,serif; font-size: clamp(31px,4.5vw,68px); line-height: 1.12; letter-spacing: -.05em; }
.quote-band small { display: block; margin-top: 24px; font-family: "DM Sans",sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 50px 58px; border: 1px solid var(--line); border-radius: 27px; background: linear-gradient(110deg, #273251, #1b2135); }
.cta-panel h2 { max-width: 650px; margin: 8px 0 0; }

.page-hero { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; min-height: 480px; padding-block: 90px 100px; }
.page-hero h1 { margin: 20px 0 25px; font-size: clamp(48px, 6.2vw, 91px); }
.page-hero p.lead { max-width: 620px; }
.page-hero img { width: 100%; max-height: 410px; object-fit: cover; border-radius: 90px 12px 90px 12px; }
.page-hero--simple { display: block; min-height: 0; padding-bottom: 52px; }
.page-hero--simple h1 { max-width: 940px; }
.page-hero--simple p.lead { max-width: 720px; }
.divider { border: 0; height: 1px; background: var(--line); margin: 0; }
.statement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.statement { padding: 31px; min-height: 260px; border: 1px solid var(--line); border-radius: 20px; background: #1a2033; }
.statement .num { display: block; margin-bottom: 36px; color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.statement h3 { margin: 0 0 14px; }
.statement p { margin: 0; color: var(--muted); font-size: 14px; }
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; padding-block: 100px; }
.manifesto h2 { margin: 0; }
.manifesto p { color: #c7c9d6; }
.manifesto p + p { margin-top: 22px; }

.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 31px; }
.filter-chip { border: 1px solid rgba(255,248,237,.23); color: var(--paper); background: transparent; padding: 10px 17px; border-radius: 100px; cursor: pointer; font-size: 12px; font-weight: 800; transition: background .2s, color .2s; }
.filter-chip:hover, .filter-chip[aria-pressed="true"] { border-color: var(--mint); color: #172225; background: var(--mint); }
.picks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pick-card { min-height: 324px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #1c2338; }
.pick-card[hidden] { display: none; }
.pick-card:nth-child(6n+2) { background: #29233a; }
.pick-card:nth-child(6n+3) { background: #20343b; }
.pick-card:nth-child(6n+4) { background: #342b34; }
.pick-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: auto; }
.pick-top span { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pick-top b { color: var(--pink); font-family: Georgia,serif; font-size: 42px; font-weight: 400; line-height: 1; }
.pick-card h3 { margin: 35px 0 10px; }
.pick-card p { margin: 0; color: #cbd0dc; font-size: 13px; }
.pick-card small { display: block; margin-top: 18px; color: var(--yellow); font-size: 11px; }

.journal-list { display: grid; gap: 18px; }
.article { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; min-height: 270px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #1a2033; }
.article img { width: 100%; height: 230px; object-fit: cover; border-radius: 12px; }
.article:nth-child(2) img { object-position: center 35%; }
.article h2 { margin: 12px 0 11px; font-size: clamp(26px, 2.8vw, 41px); }
.article p { max-width: 600px; margin-bottom: 14px; color: var(--muted); font-size: 14px; }
.essay { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 60px; padding-block: 92px; border-bottom: 1px solid var(--line); }
.essay > div:first-child { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.essay h2 { margin: 0 0 22px; }
.essay p { color: #c8cbd8; font-size: 16px; }

.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 17px; }
.photo-tile { grid-column: span 4; position: relative; padding: 0; border: 0; border-radius: 18px; overflow: hidden; color: white; background: #1d2639; text-align: left; cursor: pointer; }
.photo-tile--wide { grid-column: span 8; }
.photo-tile img { width: 100%; height: 365px; object-fit: cover; transition: transform .4s; }
.photo-tile--wide img { object-position: center 50%; }
.photo-tile::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(transparent, rgba(8,10,19,.85)); }
.photo-tile span { position: absolute; bottom: 17px; left: 22px; z-index: 1; font-size: 13px; font-weight: 800; }
.photo-tile small { display: block; color: #dddce8; font-size: 11px; font-weight: 500; }
.photo-dialog { width: min(94vw,1000px); max-height: 91vh; border: 1px solid var(--line); border-radius: 18px; padding: 14px; color: var(--paper); background: #161a29; }
.photo-dialog::backdrop { background: rgba(5,7,14,.86); }
.photo-dialog img { max-height: 76vh; width: 100%; object-fit: contain; }
.photo-dialog footer { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 12px; font-size: 12px; }
.dialog-close { border: 0; color: var(--paper); background: transparent; padding: 7px 10px; cursor: pointer; font-size: 20px; }

.site-footer { border-top: 1px solid var(--line); padding: 62px 0 30px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.footer-main p { max-width: 340px; margin-top: 22px; color: var(--muted); font-size: 13px; }
.footer-main h4 { margin: 0 0 18px; color: var(--mint); font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #d4d4df; font-size: 13px; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; border-top: 1px solid var(--line); padding-top: 24px; color: #9399ac; font-size: 11px; }

@media (max-width: 980px) {
  .hero { min-height: 0; gap: 35px; }
  .hero-image { min-height: 500px; }
  .hero-note { right: -8px; }
  .feature-grid, .picks-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card:last-child { grid-column: span 2; }
  .page-hero { gap: 35px; }
}
@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 34px), var(--max)); }
  .header-inner { min-height: 70px; }
  .brand-name { font-size: 21px; }
  .brand-mark { width: 36px; height: 36px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; margin: 0; padding: 22px 18px 26px; flex-direction: column; align-items: stretch; gap: 0; background: #171c2d; box-shadow: 0 18px 30px rgba(0,0,0,.3); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .nav-cta { border: 0; }
  .hero, .split, .page-hero, .manifesto { grid-template-columns: 1fr; }
  .hero { padding-block: 56px 60px; }
  .hero h1 { font-size: clamp(54px, 14vw, 80px); }
  .hero-image { min-height: 500px; max-height: 550px; margin-top: 10px; }
  .hero-image img, .hero-image::after { border-radius: 100px 14px 100px 14px; }
  .hero-side { left: -8px; }
  .hero-note { right: 0; }
  .section { padding-block: 70px; }
  .section-header { display: block; }
  .section-header p { margin-top: 17px; }
  .feature-grid, .picks-grid, .statement-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .feature-card { min-height: 360px; }
  .split { gap: 38px; }
  .split img { max-height: 480px; }
  .cta-panel { display: block; padding: 34px 28px; }
  .cta-panel .button { margin-top: 24px; }
  .page-hero { padding-block: 58px 70px; }
  .page-hero img { max-height: 390px; }
  .manifesto { gap: 25px; padding-block: 65px; }
  .article { grid-template-columns: 1fr; gap: 12px; }
  .article img { height: 270px; }
  .article > div { padding: 8px; }
  .essay { grid-template-columns: 1fr; gap: 14px; padding-block: 63px; }
  .photo-tile, .photo-tile--wide { grid-column: span 6; }
  .photo-tile img { height: 280px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-main > div:first-child { grid-column: span 2; }
}
@media (max-width: 510px) {
  .marquee-inner { justify-content: flex-start; }
  .marquee-inner span:nth-of-type(n+3), .marquee-inner b:nth-of-type(n+3) { display: none; }
  .hero-image { min-height: 390px; }
  .hero-note { width: 185px; padding: 16px; bottom: 14px; }
  .gallery-grid { gap: 13px; }
  .photo-tile, .photo-tile--wide { grid-column: span 12; }
  .photo-tile img { height: 310px; }
  .footer-bottom { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
