/*
Theme Name: Axenor Live
Author: 株式会社Axenor
Description: Axenor Liveの公式サイト向けに制作した、ライバー・ニュース・応募フォームを管理できるオリジナルテーマです。
Version: 1.3.6
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: axenor-live
*/

:root {
  --ink: #151823;
  --muted: #666a73;
  --line: #d8d8d5;
  --paper: #ffffff;
  --wash: #f2f4f7;
  --mist: #edf1f5;
  --accent: #6558df;
  --serif: "Tsukushi Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Tsukushi Gothic", "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;
  --page: 1180px;
  --side: max(34px, calc((100% - var(--page)) / 2));
}

/* WordPress integration */
body.admin-bar .site-header { top: 32px; }
.site-header .custom-logo-link { display: inline-flex; }
.site-header .custom-logo { width: 40px; height: 40px; object-fit: contain; }
.page-content { max-width: 820px; margin: auto; padding: 180px 40px 210px; }
.page-content > * + * { margin-top: 1.5em; }
.page-content h1 { margin-bottom: 70px; font-family: var(--serif); font-size: 44px; font-weight: 300; }
.page-content p { color: var(--muted); font-size: 14px; line-height: 2.2; }

.home-hero-image,
.support-float img,
.home-about-image img,
.liver-editorial figure img,
.page-intro-image img,
.about-process figure img,
.service-editorial-list figure img,
.directory-liver figure img,
.profile-hero figure img,
.news-detail-page > figure img { position: absolute; inset: 0; width: 100%; height: 100%; }

.contact-form-slot { min-width: 0; }
.contact-form-slot .wpcf7-form,
.contact-form-slot .wpforms-form { display: grid; gap: 30px; }
.contact-form-slot .wpcf7-form > p { margin: 0; }
.contact-form-slot .wpcf7-form label,
.contact-form-slot .wpforms-field-label { display: grid; gap: 12px; color: var(--ink); font-size: 12px; font-weight: 400; }
.contact-form-slot .wpcf7-form-control-wrap { display: block; margin-top: 12px; }
.contact-form-slot input:not([type="submit"]):not([type="checkbox"]),
.contact-form-slot select,
.contact-form-slot textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #777; border-radius: 0; outline: none; background: transparent; color: var(--ink); font: inherit; font-size: 14px; }
.contact-form-slot textarea { min-height: 160px; padding: 15px; border: 1px solid #999; resize: vertical; }
.contact-form-slot input:focus,
.contact-form-slot select:focus,
.contact-form-slot textarea:focus { border-color: var(--accent); box-shadow: none; }
.contact-form-slot input[type="submit"],
.contact-form-slot button[type="submit"] { width: min(100%, 260px); padding: 18px 20px; border: 0; border-radius: 0; background: var(--ink); color: #fff; cursor: pointer; font-size: 13px; }
.contact-form-slot .wpcf7-spinner { margin: 0 0 0 12px; }
.contact-form-slot .wpcf7-response-output { margin: 0 !important; padding: 14px !important; border-width: 1px !important; font-size: 12px; line-height: 1.8; }
.contact-form-slot .wpcf7-not-valid-tip,
.contact-form-slot .wpforms-error { margin-top: 8px; color: #a12b36; font-size: 12px; }
.contact-form-slot .wpforms-container { margin: 0; }
.contact-form-slot .wpforms-field { padding: 0 0 25px; }
.contact-form-slot .wpforms-confirmation-container-full,
.contact-form-slot .wpcf7 form.sent .wpcf7-response-output { border-color: #5a806a !important; background: #f0f7f3; color: #254b36; }
.contact-form-slot .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-slot .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #a12b36 !important; background: #fff6f6; color: #76202a; }
.contact-consent { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 10px !important; }
.contact-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--accent); }
.contact-consent .wpcf7-list-item { margin: 0; }
.contact-consent label { display: grid !important; grid-template-columns: 20px 1fr; gap: 8px !important; }
.contact-consent a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.contact-consent small { color: var(--accent); font-size: 9px; }
.contact-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form-missing { padding: 28px 0; border-top: 1px dotted #999; border-bottom: 1px dotted #999; color: var(--muted); font-size: 13px; line-height: 2; }
.contact-form-missing a { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
.screen-reader-response { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 900px) {
  .page-content { padding: 130px 26px 150px; }
  .page-content h1 { font-size: 32px; }
  .contact-form-slot input[type="submit"],
  .contact-form-slot button[type="submit"] { width: 100%; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
.sr-only, .sr-only:not(:focus):not(:active) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 12px 16px; background: var(--ink); color: #fff; font-size: 13px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.section-label { color: var(--accent); font-size: 11px; font-weight: 500; text-transform: lowercase; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 13px; }
.text-link span { transition: transform .3s ease; }
.text-link:hover span { transform: translateX(5px); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 var(--side);
  pointer-events: none;
}
.site-header > * { pointer-events: auto; }
.site-brand { display: inline-flex; align-items: center; gap: 13px; font-family: var(--serif); font-size: 14px; }
.site-brand img { width: 40px; height: 40px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 31px; }
.desktop-nav a { position: relative; padding: 10px 0; font-size: 12px; color: #282a31; }
.desktop-nav a::after { content: ""; position: absolute; right: 100%; bottom: 4px; left: 0; border-bottom: 1px solid; transition: right .3s ease; }
.desktop-nav a:hover::after { right: 0; }
.site-header.is-home .desktop-nav, .site-header.is-home .site-brand span { display: none; }
.menu-trigger { display: none; }
.global-menu { visibility: hidden; position: fixed; inset: 0; z-index: 70; background: var(--ink); color: #fff; opacity: 0; transition: opacity .35s ease, visibility .35s; }
.global-menu.is-open { visibility: visible; opacity: 1; }
.global-menu-inner { width: min(100% - 48px, 520px); margin: 110px auto 0; }
.global-menu-inner > p { padding-bottom: 18px; border-bottom: 1px solid #3c3f49; font-family: var(--serif); font-size: 14px; }
.global-menu nav a { display: grid; grid-template-columns: 35px 1fr; align-items: baseline; padding: 15px 0; border-bottom: 1px solid #3c3f49; }
.global-menu nav small { color: #8e93a1; font-size: 9px; }
.global-menu nav span { font-family: var(--serif); font-size: 26px; }
.menu-entry { display: flex; justify-content: space-between; margin-top: 26px; padding: 16px 0; border-bottom: 1px solid #fff; font-size: 13px; }
.desktop-nav a[aria-current="page"], .global-menu a[aria-current="page"] { color: var(--accent); }

.site-footer { padding: 92px var(--side) 42px; border-top: 1px solid var(--line); background: #fff; }
.site-footer-main { display: flex; align-items: flex-end; justify-content: space-between; max-width: var(--page); margin: auto; }
.footer-brand { display: flex; align-items: center; gap: 14px; font-family: var(--serif); }
.footer-brand img { width: 42px; height: 42px; object-fit: contain; }
.site-footer-main nav { display: flex; gap: 27px; font-size: 11px; }
.site-footer-meta { display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: end; max-width: var(--page); margin: 70px auto 0; padding-top: 24px; border-top: 1px dotted #aaa; color: var(--muted); font-size: 10px; }
.site-footer-meta div { display: flex; gap: 20px; }

.home-hero { position: relative; min-height: 720px; height: 100svh; overflow: hidden; isolation: isolate; background: #f4f5f7; }
.home-hero-image { --environment-opacity: .22; z-index: -1; object-fit: cover; object-position: 72% center; filter: saturate(.72) contrast(.96); -webkit-mask-image: linear-gradient(90deg, transparent 22%, #000 58%); mask-image: linear-gradient(90deg, transparent 22%, #000 58%); animation: hero-environment-in 1.25s cubic-bezier(.4,.4,0,1) both, hero-environment-breathe 18s 1.25s ease-in-out infinite alternate; }
.home-hero-image-mobile { display: none; }
@keyframes hero-environment-in { from { opacity: 0; transform: scale(1.035); } to { opacity: var(--environment-opacity); transform: scale(1); } }
@keyframes hero-environment-breathe { from { transform: scale(1); } to { transform: scale(1.018); } }
.home-hero-copy { position: absolute; top: 22%; left: var(--side); z-index: 8; width: 420px; opacity: 0; animation: copy-in .9s .55s ease forwards; }
@keyframes copy-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.home-hero-copy > p { margin-bottom: 32px; color: #555a65; font-family: var(--serif); font-size: 13px; }
.home-hero h1 { display: flex; flex-direction: column; font-family: var(--sans); font-size: clamp(64px, 5.3vw, 78px); font-weight: 300; line-height: .96; }
.home-hero-lead { display: flex; align-items: center; gap: 34px; margin-top: 44px; }
.home-hero-lead p { max-width: 195px; font-size: 13px; line-height: 1.9; }
.home-hero-lead a { display: inline-flex; align-items: center; gap: 22px; padding: 11px 0; border-bottom: 1px solid; font-size: 12px; }
.hero-scroll { position: absolute; right: 32px; bottom: 145px; z-index: 2; writing-mode: vertical-rl; font-size: 9px; }
.hero-scroll::after { content: ""; display: block; height: 42px; margin-top: 12px; border-right: 1px solid; }
.home-hero-nav { position: absolute; inset: auto 0 0; z-index: 4; display: grid; grid-template-columns: 260px 1fr; align-items: center; height: 112px; padding: 0 var(--side); background: #fff; }
.home-hero-nav strong { font-family: var(--serif); font-size: 21px; font-weight: 300; }
.home-hero-nav div { display: flex; justify-content: flex-end; gap: 34px; }
.home-hero-nav a { font-size: 10px; }

.hero-live-stage { --hero-x: 0; --hero-y: 0; position: absolute; inset: 0 0 112px 35%; z-index: 4; overflow: hidden; pointer-events: none; perspective: 1400px; }
.home-hero:not(.is-motion-active) .home-hero-image,
.hero-live-stage:not(.is-motion-active) *,
[data-motion-zone]:not(.is-motion-active) .support-float,
[data-motion-zone]:not(.is-motion-active) .support-network-status i,
[data-motion-zone]:not(.is-motion-active) .livers-network-status i { animation-play-state: paused !important; }
.hero-signal-line { position: absolute; height: 1px; background: rgba(101,88,223,.26); transform-origin: left center; opacity: 0; animation: hero-signal-in 1.2s 1.35s ease forwards; }
.hero-signal-line::after { content: ""; position: absolute; top: -2px; right: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px rgba(101,88,223,.7); }
.hero-signal-line-one { top: 34%; left: 8%; width: 56%; transform: rotate(-7deg) scaleX(0); }
.hero-signal-line-two { top: 68%; left: 27%; width: 52%; transform: rotate(8deg) scaleX(0); }
@keyframes hero-signal-in { to { opacity: 1; transform: rotate(var(--signal-angle, -7deg)) scaleX(1); } }
.hero-signal-line-one { --signal-angle: -7deg; }
.hero-signal-line-two { --signal-angle: 8deg; }

.hero-device-slot { position: absolute; opacity: 0; animation: hero-device-arrive 1.45s cubic-bezier(.16,.84,.28,1) forwards; }
.hero-device-float { transform: translate3d(calc(var(--hero-x) * var(--parallax-x)), calc(var(--hero-y) * var(--parallax-y)), 0); transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.hero-device-cutout { display: block; width: 100%; height: auto; filter: drop-shadow(0 28px 30px rgba(28,31,43,.18)); transform: rotate(var(--device-tilt)); animation: hero-device-drift var(--drift-time) var(--drift-delay) cubic-bezier(.45,.05,.55,.95) infinite alternate; will-change: transform; }
.hero-device-primary { top: 7%; left: 18%; width: clamp(330px, 27vw, 450px); --device-tilt: -4deg; --device-tilt-end: -2.5deg; --drift-time: 12.8s; --drift-delay: 1.2s; --parallax-x: -12px; --parallax-y: -8px; animation-delay: .15s; }
.hero-device-secondary { top: 0; left: 63%; width: clamp(210px, 17vw, 285px); --device-tilt: 7deg; --device-tilt-end: 5deg; --drift-time: 15.4s; --drift-delay: .2s; --parallax-x: 15px; --parallax-y: 10px; animation-delay: .48s; }
.hero-device-tertiary { right: 0; bottom: 0; width: clamp(185px, 15vw, 250px); --device-tilt: -7deg; --device-tilt-end: -5deg; --drift-time: 14.2s; --drift-delay: .7s; --parallax-x: 9px; --parallax-y: -13px; animation-delay: .82s; }
@keyframes hero-device-arrive { from { opacity: 0; translate: 0 -22vh; scale: .92; } 70% { opacity: 1; } to { opacity: 1; translate: 0 0; scale: 1; } }
@keyframes hero-device-drift { from { transform: rotate(var(--device-tilt)) translate3d(0,0,0); } to { transform: rotate(var(--device-tilt-end)) translate3d(0,6px,8px); } }

.hero-live-console { position: absolute; left: 8%; bottom: 9%; display: grid; grid-template-columns: auto auto; gap: 8px 22px; align-items: center; width: 238px; padding: 15px 17px; border: 1px solid rgba(67,70,80,.18); background: rgba(255,255,255,.76); box-shadow: 0 18px 50px rgba(45,51,66,.1); backdrop-filter: blur(14px); opacity: 0; animation: copy-in .8s 1.4s ease forwards; }
.hero-live-console small { color: #6c707c; font-size: 7px; letter-spacing: .08em; }
.hero-live-console strong { display: flex; align-items: center; gap: 6px; justify-self: end; font-size: 8px; font-weight: 500; }
.hero-live-console strong i { width: 6px; height: 6px; border-radius: 50%; background: #ff365c; box-shadow: 0 0 0 4px rgba(255,54,92,.12); animation: on-air-pulse 1.6s ease-in-out infinite; }
.hero-audio-meter { grid-column: 1 / -1; display: flex; gap: 3px; align-items: center; height: 18px; }
.hero-audio-meter i { flex: 1; height: 100%; background: var(--accent); transform: scaleY(.25); transform-origin: center; opacity: .56; animation: audio-meter 1.1s ease-in-out infinite alternate; }
.hero-audio-meter i:nth-child(3n) { animation-duration: .8s; }
.hero-audio-meter i:nth-child(3n + 1) { animation-delay: -.45s; }
@keyframes audio-meter { to { transform: scaleY(.92); opacity: .85; } }
@keyframes on-air-pulse { 50% { box-shadow: 0 0 0 7px rgba(255,54,92,0); } }

.home-split-section { display: grid; grid-template-columns: 1fr 1fr; max-width: var(--page); margin: 0 auto; padding: 170px 0 260px; }
.home-column { position: relative; min-height: 520px; padding: 0 82px; }
.home-column + .home-column { border-left: 1px solid var(--line); }
.vertical-label { position: absolute; top: 0; left: 23px; writing-mode: vertical-rl; font-size: 10px; }
.column-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px dotted #999; }
.column-heading h2 { font-family: var(--serif); font-size: 26px; font-weight: 300; }
.column-heading a { padding: 8px 15px; border: 1px solid #777; border-radius: 99px; font-size: 9px; }
.editorial-list a { display: block; padding: 31px 0; border-bottom: 1px dotted #aaa; }
.editorial-list small { display: block; margin-bottom: 14px; color: var(--muted); font-size: 11px; }
.editorial-list strong { display: block; font-size: 16px; font-weight: 400; line-height: 1.8; }

.home-support-stage { position: relative; min-height: 980px; overflow: hidden; background: var(--mist); }
.support-stage-copy { position: absolute; top: 155px; left: var(--side); z-index: 4; width: 360px; }
.support-stage-copy h2 { margin: 24px 0 30px; font-family: var(--serif); font-size: 39px; font-weight: 300; line-height: 1.65; }
.support-stage-copy > p:not(.section-label) { color: var(--muted); font-size: 14px; line-height: 2.15; }
.support-stage-copy .text-link { margin-top: 34px; }
.support-network-status { position: absolute; top: 38px; right: 5%; z-index: 4; display: flex; align-items: center; gap: 9px; color: #666b75; font-size: 10px; letter-spacing: .08em; }
.support-network-status i, .livers-network-status i { width: 6px; height: 6px; border-radius: 50%; background: #ff365c; box-shadow: 0 0 0 5px rgba(255,54,92,.09); animation: on-air-pulse 1.8s ease-in-out infinite; }
.support-network-status span { color: var(--accent); }
.support-image-field { position: absolute; inset: 0; }
.support-float { position: absolute; overflow: hidden; border-radius: 2px; box-shadow: 0 20px 54px rgba(44, 52, 67, .08); animation: support-drift var(--support-duration, 12s) ease-in-out infinite alternate; }
.support-float img { object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.support-float:hover img { transform: scale(1.025); filter: saturate(1.05); }
.support-float figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: space-between; padding: 34px 17px 14px; background: linear-gradient(transparent, rgba(15,18,26,.62)); color: #fff; font-size: 10px; letter-spacing: .05em; }
.support-float figcaption small { font-size: inherit; }
.support-float figcaption span { text-transform: uppercase; }
.support-float-1 { top: 70px; right: 5%; width: 33%; aspect-ratio: 1.45; }
.support-float-2 { top: 360px; right: 25%; width: 26%; aspect-ratio: 1.3; --support-duration: 14s; animation-delay: -4s; }
.support-float-3 { top: 560px; right: -2%; width: 31%; aspect-ratio: 1.55; --support-duration: 11s; animation-delay: -8s; }
.support-float-4 { top: 685px; right: 42%; width: 22%; aspect-ratio: 1.2; --support-duration: 15s; animation-delay: -6s; }
@keyframes support-drift { from { transform: translate3d(0,-5px,0); } to { transform: translate3d(0,7px,0); } }

.home-about-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.home-about-image { position: relative; min-height: 760px; overflow: hidden; }
.home-about-image img { object-fit: cover; }
.home-about-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(9%, 70px); }
.home-about-copy h2 { margin: 26px 0 36px; font-family: var(--serif); font-size: 37px; font-weight: 300; line-height: 1.7; }
.home-about-copy > p:not(.section-label) { max-width: 500px; color: var(--muted); font-size: 14px; line-height: 2.25; }
.home-about-copy .text-link { align-self: flex-start; margin-top: 40px; }

.home-livers { max-width: var(--page); margin: auto; padding: 210px 0 240px; }
.livers-heading { display: grid; grid-template-columns: 150px 1fr auto; align-items: end; }
.livers-heading h2 { font-family: var(--serif); font-size: 38px; font-weight: 300; line-height: 1.55; }
.livers-heading-links { display: grid; gap: 25px; justify-items: end; }
.livers-network-status { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.livers-network-status span { min-width: 20px; padding-left: 8px; border-left: 1px solid var(--line); color: var(--ink); }
.liver-editorial-grid { display: grid; grid-template-columns: 1fr 1.16fr .9fr 1.05fr; gap: 25px; align-items: start; margin-top: 110px; }
.liver-editorial { display: block; }
.liver-editorial-2 { margin-top: 80px; }
.liver-editorial-3 { margin-top: 18px; }
.liver-editorial-4 { margin-top: 125px; }
.liver-editorial figure { position: relative; aspect-ratio: .76; overflow: hidden; background: #f0f1f4; }
.liver-editorial img { object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.liver-editorial:hover img { transform: scale(1.025); }
.liver-editorial figure::after { content: "AXENOR LIVE"; position: absolute; right: 12px; bottom: 12px; padding: 6px 8px; background: rgba(255,255,255,.86); color: #282b34; font-size: 7px; letter-spacing: .1em; opacity: 0; transform: translateY(5px); transition: opacity .35s ease, transform .35s ease; backdrop-filter: blur(8px); }
.liver-editorial:hover figure::after { opacity: 1; transform: translateY(0); }
.liver-editorial span { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding-top: 17px; }
.liver-editorial small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.liver-editorial strong { font-family: var(--serif); font-size: 17px; font-weight: 300; }
.liver-editorial em { align-self: end; color: var(--muted); font-size: 11px; font-style: normal; }

.home-flow { padding: 170px var(--side) 210px; background: #f5f3ef; text-align: center; }
.home-flow h2 { margin-top: 20px; font-family: var(--serif); font-size: 31px; font-weight: 300; }
.flow-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--page); margin: 100px auto 0; }
.flow-line::before { content: ""; position: absolute; top: 24px; right: 12%; left: 12%; border-top: 1px dotted #999; }
.flow-line article { position: relative; padding: 0 38px; }
.flow-line article > span { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; margin: auto; border: 1px solid #aaa; border-radius: 50%; background: #f5f3ef; font-size: 10px; }
.flow-line h3 { margin: 28px 0 15px; font-family: var(--serif); font-size: 18px; font-weight: 300; }
.flow-line p { color: var(--muted); font-size: 13px; line-height: 1.9; }

.home-faq { display: grid; grid-template-columns: 300px 1fr; gap: 90px; max-width: 1040px; margin: auto; padding: 190px 0 220px; }
.home-faq h2 { margin-top: 20px; font-family: var(--serif); font-size: 32px; font-weight: 300; }
.home-faq > .text-link { grid-column: 2; justify-self: end; }
.faq-lines details { border-bottom: 1px dotted #999; }
.faq-lines summary { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 82px; cursor: pointer; list-style: none; font-size: 14px; }
.faq-lines summary::-webkit-details-marker { display: none; }
.faq-lines summary span { color: var(--muted); font-size: 9px; }
.faq-lines summary i { font-size: 16px; font-style: normal; font-weight: 300; transition: transform .25s ease; }
.faq-lines details[open] summary i { transform: rotate(45deg); }
.faq-lines details p { padding: 0 42px 28px; color: var(--muted); font-size: 13px; line-height: 2; }

.home-entry { min-height: 610px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--ink); color: #fff; text-align: center; }
.home-entry > p { margin-bottom: 28px; color: #a8acb8; font-size: 10px; }
.home-entry h2 { font-family: var(--serif); font-size: 37px; font-weight: 300; line-height: 1.7; }
.home-entry > div { display: flex; gap: 12px; margin-top: 50px; }
.home-entry a { display: flex; justify-content: space-between; width: 220px; padding: 17px 20px; border: 1px solid #646773; font-size: 13px; transition: background .25s ease, color .25s ease; }
.home-entry a:hover { background: #fff; color: var(--ink); }

.reveal-enabled [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal-enabled [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.liver-editorial-grid > [data-reveal]:nth-child(2) { transition-delay: .08s; }
.liver-editorial-grid > [data-reveal]:nth-child(3) { transition-delay: .16s; }
.liver-editorial-grid > [data-reveal]:nth-child(4) { transition-delay: .24s; }
.image-wipe { clip-path: inset(0 100% 0 0); transition: clip-path 1.1s cubic-bezier(.4,.4,0,1); }
.image-wipe:has(img[complete]), .image-wipe { animation: image-wipe-in 1.1s .15s cubic-bezier(.4,.4,0,1) forwards; }
@keyframes image-wipe-in { to { clip-path: inset(0 0 0 0); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  .reveal-enabled [data-reveal] { opacity: 1; transform: none; }
}

.sub-page { padding-top: 92px; }
.page-intro { position: relative; display: grid; grid-template-columns: 44% 56%; min-height: 670px; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-intro-copy { align-self: center; max-width: 520px; padding: 70px 30px 70px var(--side); }
.page-intro-copy h1 { margin: 26px 0 36px; font-family: var(--serif); font-size: 44px; font-weight: 300; line-height: 1.7; }
.page-intro-copy > p:last-child { max-width: 450px; color: var(--muted); font-size: 14px; line-height: 2.15; }
.page-intro-image { position: relative; min-height: 670px; overflow: hidden; }
.page-intro-image img { object-fit: cover; }
.page-intro-index { position: absolute; right: 18px; bottom: 28px; z-index: 2; writing-mode: vertical-rl; color: #777; font-size: 8px; }

.manifesto-section { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; max-width: 1020px; margin: auto; padding: 210px 70px 180px; }
.manifesto-section .vertical-label { top: 215px; left: 0; }
.manifesto-section h2 { margin-top: 28px; font-family: var(--serif); font-size: 38px; font-weight: 300; line-height: 1.75; }
.manifesto-section > div:last-child { padding-top: 56px; }
.manifesto-section > div:last-child p { margin-bottom: 25px; color: var(--muted); font-size: 14px; line-height: 2.25; }
.value-section { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--page); margin: auto; padding: 0 0 200px; }
.value-section article { min-height: 310px; padding: 42px 52px; border-top: 1px dotted #999; border-bottom: 1px dotted #999; }
.value-section article + article { border-left: 1px solid var(--line); }
.value-section span { color: var(--muted); font-size: 10px; }
.value-section h3 { margin: 70px 0 22px; font-family: var(--serif); font-size: 23px; font-weight: 300; }
.value-section p { color: var(--muted); font-size: 13px; line-height: 2.05; }
.about-process { display: grid; grid-template-columns: 55% 45%; min-height: 760px; background: var(--mist); }
.about-process figure { position: relative; min-height: 760px; overflow: hidden; }
.about-process figure img { object-fit: cover; }
.about-process > div { align-self: center; padding: 70px max(12%, 70px); }
.about-process h2 { margin: 28px 0 44px; font-family: var(--serif); font-size: 34px; font-weight: 300; line-height: 1.75; }
.about-process > div > p:not(.section-label) { display: grid; grid-template-columns: 45px 1fr; padding: 15px 0; border-bottom: 1px dotted #aaa; font-size: 13px; }
.about-process > div > p small { color: var(--muted); }
.about-process .text-link { margin-top: 42px; }
.contact-line-link { display: inline-flex; gap: 24px; align-items: center; margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--accent); font-size: 13px; }

.service-editorial-list { padding: 170px 0 70px; }
.service-editorial-list article { display: grid; grid-template-columns: 54% 46%; min-height: 620px; margin-bottom: 170px; }
.service-editorial-list article.reverse { grid-template-columns: 46% 54%; }
.service-editorial-list figure { position: relative; min-height: 620px; overflow: hidden; }
.service-editorial-list figure img { object-fit: cover; }
.service-editorial-list article.reverse figure { grid-column: 2; }
.service-editorial-list article > div { align-self: center; max-width: 500px; padding: 70px 80px; }
.service-editorial-list article.reverse > div { grid-row: 1; justify-self: end; }
.service-editorial-list article > div > p { color: var(--muted); font-size: 10px; }
.service-editorial-list h2 { margin: 34px 0 28px; font-family: var(--serif); font-size: 35px; font-weight: 300; line-height: 1.7; }
.service-editorial-list article > div > span { color: var(--muted); font-size: 14px; line-height: 2.25; }
.support-flow-section { display: grid; grid-template-columns: 270px 1fr; gap: 90px; max-width: var(--page); margin: auto; padding: 100px 0 210px; }
.support-flow-section h2 { margin-top: 24px; font-family: var(--serif); font-size: 30px; font-weight: 300; }
.support-flow-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.support-flow-list article { padding: 30px 28px; border-top: 1px dotted #999; border-bottom: 1px dotted #999; }
.support-flow-list article + article { border-left: 1px solid var(--line); }
.support-flow-list small { color: var(--muted); font-size: 10px; }
.support-flow-list h3 { margin: 68px 0 18px; font-family: var(--serif); font-size: 18px; font-weight: 300; }
.support-flow-list p { color: var(--muted); font-size: 12px; line-height: 1.95; }
.sub-entry { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 470px; padding: 70px 30px; background: #f3f1ed; text-align: center; }
.sub-entry > p { color: var(--muted); font-size: 13px; }
.sub-entry h2 { margin: 25px 0 38px; font-family: var(--serif); font-size: 31px; font-weight: 300; }
.sub-entry a { display: flex; justify-content: space-between; width: 230px; padding: 15px 0; border-bottom: 1px solid; font-size: 13px; }

.livers-directory { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 150px 80px; max-width: 1080px; margin: auto; padding: 210px 40px 260px; }
.livers-directory > .vertical-label { top: 215px; left: -15px; }
.directory-liver { display: grid; grid-template-columns: minmax(180px, 1fr) 150px; gap: 28px; align-items: end; }
.directory-liver:nth-of-type(even) { margin-top: 130px; }
.directory-liver figure { position: relative; aspect-ratio: .78; overflow: hidden; background: #f0f1f4; }
.directory-liver figure img { object-fit: cover; transition: transform .8s ease; }
.directory-liver:hover figure img { transform: scale(1.025); }
.directory-liver div { padding-bottom: 20px; }
.directory-liver small { color: var(--muted); font-size: 10px; }
.directory-liver h2 { margin: 13px 0 10px; font-family: var(--serif); font-size: 23px; font-weight: 300; }
.directory-liver p { color: var(--muted); font-size: 11px; }
.directory-liver span { display: inline-block; margin-top: 40px; padding-bottom: 6px; border-bottom: 1px solid; font-size: 11px; }
.contain { object-fit: contain !important; }

.profile-page { padding-top: 92px; }
.profile-hero { display: grid; grid-template-columns: 46% 54%; min-height: 790px; }
.profile-hero > div { align-self: center; padding: 80px 70px 80px var(--side); }
.profile-hero > div > small { display: block; margin-top: 70px; color: var(--muted); font-size: 10px; }
.profile-hero h1 { margin: 14px 0 24px; font-family: var(--serif); font-size: 48px; font-weight: 300; }
.profile-hero > div > p:not(.section-label) { font-family: var(--serif); font-size: 20px; }
.profile-hero dl { margin: 72px 0 0; }
.profile-hero dl div { display: grid; grid-template-columns: 100px 1fr; padding: 15px 0; border-bottom: 1px dotted #999; font-size: 12px; }
.profile-hero dt { color: var(--muted); }
.profile-hero dd { margin: 0; }
.profile-hero figure { position: relative; min-height: 790px; overflow: hidden; background: var(--mist); }
.profile-hero figure img { object-fit: cover; }
.profile-message { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: 110px; max-width: 960px; margin: auto; padding: 200px 70px; }
.profile-message .vertical-label { top: 205px; left: 0; }
.profile-message h2 { font-family: var(--serif); font-size: 36px; font-weight: 300; line-height: 1.7; }
.profile-message > p:not(.vertical-label) { color: var(--muted); font-size: 14px; line-height: 2.2; }
.profile-message .text-link { grid-column: 2; justify-self: start; }

.news-archive { position: relative; max-width: 980px; margin: auto; padding: 190px 70px 230px; }
.news-archive .vertical-label { top: 195px; left: 0; }
.news-archive > a { display: grid; grid-template-columns: 120px 90px 1fr auto; gap: 24px; align-items: center; min-height: 125px; border-bottom: 1px dotted #999; }
.news-archive > a:first-of-type { border-top: 1px dotted #999; }
.news-archive time, .news-archive small { color: var(--muted); font-size: 11px; }
.news-archive h2 { font-family: var(--serif); font-size: 18px; font-weight: 300; }
.news-archive span { font-size: 9px; }
.news-detail-page { padding-top: 160px; }
.news-detail-page > header { max-width: 860px; margin: auto; padding: 80px 40px 110px; }
.news-detail-page time { display: block; margin: 40px 0 20px; color: var(--muted); font-size: 11px; }
.news-detail-page h1 { max-width: 700px; font-family: var(--serif); font-size: 45px; font-weight: 300; line-height: 1.65; }
.news-detail-page > figure { position: relative; width: 74%; min-height: 560px; margin-left: auto; overflow: hidden; }
.news-detail-page > figure img { object-fit: cover; }
.news-body { max-width: 680px; margin: auto; padding: 130px 40px 190px; }
.news-body p { margin-bottom: 28px; color: var(--muted); font-size: 13px; line-height: 2.4; }
.news-body .text-link { margin-top: 35px; }

.faq-archive { position: relative; max-width: 900px; margin: auto; padding: 190px 70px 230px; }
.faq-archive .vertical-label { top: 195px; left: 0; }
.faq-archive .faq-lines summary { min-height: 96px; font-size: 14px; }
.faq-archive .faq-lines details p { padding-bottom: 34px; }

.contact-section { display: grid; grid-template-columns: 340px 1fr; gap: 120px; max-width: 1020px; margin: auto; padding: 190px 40px 230px; }
.contact-section > div h2 { margin: 25px 0 35px; font-family: var(--serif); font-size: 32px; font-weight: 300; }
.contact-section > div > p:last-of-type { color: var(--muted); font-size: 14px; line-height: 2.2; }
.contact-section dl { margin-top: 55px; }
.contact-section dl div { padding: 16px 0; border-bottom: 1px dotted #999; font-size: 12px; }
.contact-section dt { margin-bottom: 8px; color: var(--muted); }
.contact-section dd { margin: 0; }
.contact-form { display: grid; gap: 34px; }
.contact-form label { display: grid; gap: 12px; }
.contact-form label > span { font-size: 12px; }
.contact-form label > span small, .contact-consent small { margin-left: 6px; color: var(--accent); font-size: 9px; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #777; border-radius: 0; outline: none; background: transparent; font-size: 14px; }
.contact-form textarea { border: 1px solid #999; padding: 15px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form button { display: flex; justify-content: space-between; width: 260px; padding: 18px 20px; border: 0; background: var(--ink); color: #fff; cursor: pointer; font-size: 13px; transition: opacity .2s ease, background .2s ease; }
.contact-form button:disabled { cursor: wait; opacity: .62; }
.contact-consent { grid-template-columns: 22px 1fr; align-items: start; gap: 10px !important; }
.contact-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--accent); }
.contact-consent span { font-size: 12px !important; line-height: 1.7; }
.contact-consent a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { min-height: 1.6em; color: var(--muted); font-size: 12px; line-height: 1.8; }
.form-notice.is-error { color: #a12b36; }

.legal-page { max-width: 820px; margin: auto; padding: 210px 40px 220px; }
.legal-page h1 { margin: 28px 0 90px; font-family: var(--serif); font-size: 44px; font-weight: 300; }
.legal-page section { padding: 35px 0; border-top: 1px dotted #999; }
.legal-page h2 { margin-bottom: 18px; font-family: var(--serif); font-size: 20px; font-weight: 300; }
.legal-page section p { color: var(--muted); font-size: 14px; line-height: 2.2; }

@media (max-width: 900px) {
  :root { --side: 26px; }
  .desktop-nav { display: none; }
  .site-header, .site-header.is-home { position: absolute; height: 76px; padding: 0 22px; }
  .site-header.is-home .site-brand span { display: none; }
  .site-brand img { width: 34px; height: 34px; }
  .site-brand span { font-size: 12px; }
  .menu-trigger { position: relative; z-index: 90; display: grid; place-content: center; gap: 5px; width: 46px; height: 46px; padding: 0; border: 1px solid #cfd0d5; border-radius: 50%; background: rgba(255,255,255,.92); cursor: pointer; }
  .menu-trigger i { display: block; width: 17px; border-top: 1px solid var(--ink); transition: transform .25s ease, opacity .25s ease; }
  .menu-trigger[aria-expanded="true"] { background: #fff; }
  .menu-trigger[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
  .menu-trigger[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-trigger[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
  .home-hero { height: 100svh; min-height: 700px; }
  .home-hero-image-desktop { display: none; }
  .home-hero-image-mobile { --environment-opacity: .13; display: block; object-position: 74% center; -webkit-mask-image: linear-gradient(90deg, transparent 14%, #000 76%); mask-image: linear-gradient(90deg, transparent 14%, #000 76%); }
  .home-hero-copy { top: 18%; left: 26px; width: 205px; }
  .home-hero-copy > p { max-width: 180px; margin-bottom: 24px; font-size: 11px; line-height: 1.8; }
  .home-hero h1 { font-size: 47px; }
  .home-hero-lead { display: block; margin-top: 28px; }
  .home-hero-lead p { max-width: 175px; font-size: 11px; line-height: 1.8; }
  .home-hero-lead a { margin-top: 18px; }
  .home-hero-nav { display: none; }
  .hero-scroll { right: 18px; bottom: 28px; }
  .hero-live-stage { inset: 0; overflow: hidden; }
  .hero-signal-line, .hero-live-console { display: none; }
  .hero-device-cutout { filter: drop-shadow(0 20px 22px rgba(28,31,43,.16)); }
  .hero-device-primary { top: 23%; right: -26px; left: auto; width: clamp(260px, 58vw, 340px); }
  .hero-device-secondary { top: 11%; right: 1%; left: auto; width: clamp(146px, 31vw, 190px); }
  .hero-device-tertiary { right: 2%; bottom: 7%; width: clamp(128px, 27vw, 164px); }
  .home-split-section { grid-template-columns: 1fr; padding: 120px 26px 150px; }
  .home-column { min-height: 0; padding: 0 0 100px 38px; }
  .home-column + .home-column { border-left: 0; }
  .vertical-label { left: 0; }
  .column-heading h2 { font-size: 23px; }
  .home-support-stage { min-height: 920px; }
  .support-stage-copy { top: 80px; left: 26px; width: calc(100% - 52px); }
  .support-stage-copy h2 { font-size: 31px; }
  .support-stage-copy > p:not(.section-label) { max-width: 310px; }
  .support-float-1 { top: 390px; right: -3%; width: 67%; }
  .support-float-2 { top: 560px; right: 50%; width: 55%; }
  .support-float-3 { top: 710px; right: -7%; width: 59%; }
  .support-float-4 { display: none; }
  .support-float figcaption { padding: 25px 12px 10px; font-size: 9px; }
  .home-about-band { grid-template-columns: 1fr; }
  .home-about-image { min-height: 390px; }
  .home-about-copy { padding: 95px 26px 120px; }
  .home-about-copy h2 { font-size: 29px; }
  .home-livers { padding: 135px 26px 160px; }
  .livers-heading { grid-template-columns: 1fr auto; gap: 18px; }
  .livers-heading .section-label { grid-column: 1 / -1; }
  .livers-heading h2 { font-size: 29px; }
  .liver-editorial-grid { grid-template-columns: 1fr 1fr; gap: 55px 18px; margin-top: 70px; }
  .liver-editorial-2, .liver-editorial-4 { margin-top: 70px; }
  .liver-editorial-3 { margin-top: 0; }
  .liver-editorial span { display: block; }
  .liver-editorial small, .liver-editorial strong, .liver-editorial em { display: block; margin-bottom: 5px; }
  .home-flow { padding: 120px 26px 150px; }
  .flow-line { grid-template-columns: 1fr 1fr; gap: 70px 15px; margin-top: 70px; }
  .flow-line::before { display: none; }
  .flow-line article { padding: 0 12px; }
  .home-faq { grid-template-columns: 1fr; gap: 55px; padding: 130px 26px 160px; }
  .home-faq > .text-link { grid-column: 1; }
  .faq-lines summary { grid-template-columns: 32px 1fr auto; font-size: 13px; }
  .home-entry { min-height: 500px; padding: 80px 26px; }
  .home-entry h2 { font-size: 27px; }
  .home-entry > div { width: 100%; flex-direction: column; align-items: center; }
  .home-entry a { width: min(100%, 300px); }
  .site-footer { padding: 70px 26px 35px; }
  .site-footer-main { align-items: flex-start; }
  .site-footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; }
  .site-footer-meta { grid-template-columns: 1fr; gap: 18px; margin-top: 50px; }

  .sub-page, .profile-page { padding-top: 76px; }
  .page-intro { grid-template-columns: 1fr; min-height: 0; }
  .page-intro-copy { padding: 90px 26px 80px; }
  .page-intro-copy h1 { font-size: 31px; }
  .page-intro-image { min-height: 410px; }
  .page-intro-index { display: none; }
  .manifesto-section { grid-template-columns: 1fr; gap: 35px; padding: 130px 26px; }
  .manifesto-section .vertical-label { display: none; }
  .manifesto-section h2 { font-size: 29px; }
  .manifesto-section > div:last-child { padding-top: 0; }
  .value-section { grid-template-columns: 1fr; padding: 0 26px 130px; }
  .value-section article { min-height: 0; padding: 32px 20px 44px; }
  .value-section article + article { border-left: 0; border-top: 0; }
  .value-section h3 { margin-top: 35px; }
  .about-process { grid-template-columns: 1fr; }
  .about-process figure { min-height: 400px; }
  .about-process > div { padding: 90px 26px 110px; }
  .about-process h2 { font-size: 28px; }
  .service-editorial-list { padding-top: 100px; }
  .service-editorial-list article, .service-editorial-list article.reverse { grid-template-columns: 1fr; min-height: 0; margin-bottom: 110px; }
  .service-editorial-list figure, .service-editorial-list article.reverse figure { grid-column: 1; min-height: 390px; }
  .service-editorial-list article > div, .service-editorial-list article.reverse > div { grid-row: auto; padding: 60px 26px 0; }
  .service-editorial-list h2 { font-size: 28px; }
  .support-flow-section { grid-template-columns: 1fr; gap: 60px; padding: 80px 26px 140px; }
  .support-flow-list { grid-template-columns: 1fr 1fr; }
  .support-flow-list article:nth-child(3) { border-left: 0; }
  .support-flow-list h3 { margin-top: 35px; }
  .livers-directory { grid-template-columns: 1fr 1fr; gap: 75px 18px; padding: 130px 26px 160px; }
  .livers-directory > .vertical-label { display: none; }
  .directory-liver { display: block; }
  .directory-liver:nth-of-type(even) { margin-top: 70px; }
  .directory-liver div { padding-top: 16px; }
  .directory-liver h2 { font-size: 19px; }
  .directory-liver span { margin-top: 18px; }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-hero > div { padding: 100px 26px 80px; }
  .profile-hero > div > small { margin-top: 50px; }
  .profile-hero h1 { font-size: 38px; }
  .profile-hero figure { min-height: 520px; }
  .profile-message { grid-template-columns: 1fr; gap: 32px; padding: 120px 26px; }
  .profile-message .vertical-label { display: none; }
  .profile-message h2 { font-size: 29px; }
  .profile-message .text-link { grid-column: 1; }
  .news-archive { padding: 120px 26px 160px; }
  .news-archive .vertical-label { display: none; }
  .news-archive > a { grid-template-columns: 85px 1fr auto; gap: 12px; padding: 25px 0; }
  .news-archive small { grid-column: 2; grid-row: 1; }
  .news-archive h2 { grid-column: 1 / -1; font-size: 17px; }
  .news-archive span { grid-column: 3; grid-row: 1; }
  .news-detail-page { padding-top: 100px; }
  .news-detail-page > header { padding: 80px 26px; }
  .news-detail-page h1 { font-size: 31px; }
  .news-detail-page > figure { width: 100%; min-height: 390px; }
  .news-body { padding: 90px 26px 130px; }
  .faq-archive { padding: 120px 26px 160px; }
  .faq-archive .vertical-label { display: none; }
  .contact-section { grid-template-columns: 1fr; gap: 80px; padding: 120px 26px 160px; }
  .contact-form button { width: 100%; }
  .legal-page { padding: 150px 26px 160px; }
  .legal-page h1 { font-size: 32px; }
}

@media (max-width: 480px) {
  .home-hero h1 { font-size: 43px; }
  .home-hero-copy { width: 190px; }
  .hero-device-primary { top: 27%; right: -30px; width: 276px; }
  .hero-device-secondary { top: 12%; right: -2px; width: 152px; }
  .hero-device-tertiary { right: -1px; bottom: 8%; width: 138px; }
  .support-float-1 { width: 73%; }
  .support-float-2 { width: 60%; }
  .home-about-image { min-height: 330px; }
  .flow-line p { font-size: 12px; }
  .footer-brand span { display: none; }
  .page-intro-image { min-height: 340px; }
  .support-flow-list article { padding: 26px 14px; }
  .directory-liver h2 { font-size: 17px; }
}
