:root {
  /* Brand color: Pantone 7527 C (web approximation) */
  --greige: #d6d2c4;
  --navy: #292923;
  --navy-soft: #3c3a33;
  --blue: #817a6c;
  --blue-bright: #625d52;
  --ink: #292923;
  --muted: #6f6b62;
  --line: #d7d2c7;
  --mist: #efede7;
  --white: #fcfbf8;
  /* Shared photographic treatment: warm, clean and close to Pantone 7527 C. */
  --image-tone: grayscale(.06) sepia(.025) saturate(.92) contrast(1.01) brightness(1.035);
  --image-tone-hover: grayscale(0) sepia(.01) saturate(.99) contrast(1.015) brightness(1.025);
  --image-wash: rgba(214,210,196,.08);
  --container: 1180px;
  --side: clamp(24px, 5vw, 72px);
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(var(--container), calc(100% - var(--side) * 2)); margin-inline: auto; }
.sr-only { 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; z-index: 1000; left: 16px; top: -60px; padding: 10px 16px; color: var(--white); background: var(--blue); border-radius: 6px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); color: var(--ink); transition: background .3s, box-shadow .3s, height .3s; }
.site-header.is-scrolled { height: 70px; color: var(--ink); background: rgba(252,251,248,.94); box-shadow: 0 1px 0 rgba(41,41,35,.1); backdrop-filter: blur(14px); }
.header-inner { width: min(1440px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; }
.logo img { display: block; width: clamp(175px, 15vw, 205px); height: auto; }
.global-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); font-size: .8rem; font-weight: 600; letter-spacing: .04em; }
.global-nav a { position: relative; }
.global-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { right: 0; }
.nav-language { font-size: .75rem; letter-spacing: .14em; }
.nav-contact { padding: 11px 18px; color: var(--white); background: var(--navy); border-radius: 999px; }
.is-scrolled .nav-contact { color: var(--white); background: var(--navy); }
.menu-button { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; color: var(--ink); background: radial-gradient(circle at 74% 45%, rgba(255,255,255,.46), transparent 28%), linear-gradient(120deg, #e1ddd2, var(--greige) 72%, #c9c3b4); overflow: hidden; }
.hero::after { content: ""; position: absolute; width: min(60vw, 740px); aspect-ratio: 1; right: -18%; top: 11%; border: 1px solid rgba(41,41,35,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.08), 0 0 0 180px rgba(255,255,255,.045); }
.hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(41,41,35,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(41,41,35,.055) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent 3%, #000 30%, #000 70%, transparent 97%); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: 1fr; align-items: center; padding-top: var(--header-height); }
.hero-copy { position: relative; z-index: 4; max-width: 680px; }
.eyebrow, .section-number { margin: 0 0 26px; color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow { color: var(--blue-bright); }
.hero h1 { margin: 0; font-size: clamp(3rem, 6.4vw, 6.2rem); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.hero-line { display: block; overflow: hidden; }
.hero-line-text { display: inline-block; animation: hero-line-in .95s cubic-bezier(.2,.75,.2,1) both; }
.hero-line-outline .hero-line-text { color: transparent; -webkit-text-stroke: 1px rgba(41,41,35,.72); animation-delay: .12s; }
.hero .eyebrow, .hero-lead, .hero-actions { animation: hero-copy-in .75s ease both; }
.hero .eyebrow { animation-delay: .05s; }
.hero-lead { animation-delay: .28s; }
.hero-actions { animation-delay: .4s; }
@keyframes hero-line-in { from { opacity: 0; transform: translateY(112%) skewY(3deg); } to { opacity: 1; transform: none; } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero-lead { margin: 36px 0 32px; color: rgba(41,41,35,.72); font-size: clamp(1rem, 1.3vw, 1.12rem); }
.text-link { display: inline-flex; align-items: center; gap: 44px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: .85rem; font-weight: 700; letter-spacing: .04em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(4px, 4px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px 38px; align-items: center; }
.hero-sub-link { display: inline-flex; gap: 20px; align-items: center; color: rgba(41,41,35,.58); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.hero-sub-link span { transition: transform .25s ease; }
.hero-sub-link:hover span { transform: translate(3px,3px); }
.scroll-cue { position: absolute; z-index: 3; left: 24px; bottom: 34px; display: flex; align-items: center; gap: 10px; font-size: .6rem; letter-spacing: .16em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 38px; height: 1px; background: rgba(41,41,35,.5); }

.section { padding: clamp(100px, 12vw, 170px) 0; }
.motion-section { --section-shift: 0px; position: relative; overflow: hidden; isolation: isolate; }
.motion-section::before { content: attr(data-motion-label); position: absolute; z-index: 0; top: clamp(22px, 4vw, 58px); right: -3vw; color: rgba(41,41,35,.038); font-size: clamp(4.5rem, 11vw, 10rem); font-weight: 800; line-height: .8; letter-spacing: -.065em; white-space: nowrap; pointer-events: none; transform: translate3d(var(--section-shift),0,0); will-change: transform; }
.motion-section-dark::before { color: rgba(214,210,196,.045); }
.motion-section > * { position: relative; z-index: 1; }
.split-layout, .company-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.section h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4rem); font-weight: 500; line-height: 1.4; letter-spacing: -.025em; }
.display-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.display-line-responsive > span { display: inline; }
.body-copy { padding-top: 45px; color: var(--muted); }
.body-copy p { margin: 0 0 24px; }
.body-copy .lead { color: var(--ink); font-size: clamp(1.25rem, 1.7vw, 1.55rem); line-height: 1.8; }

.business { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 70px; }
.section-heading .section-number { grid-column: 1 / -1; }
.section-heading > p:last-child { justify-self: end; margin: 0; color: var(--muted); }
.business-list { border-top: 1px solid var(--line); }
.business-item { display: grid; grid-template-columns: 70px 1fr 40px; gap: 24px; padding: 40px 0; border-bottom: 1px solid var(--line); align-items: start; }
.item-number { color: var(--blue); font-size: .75rem; font-weight: 700; }
.business-item h3 { margin: -8px 0 10px; font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 500; }
.business-item p { max-width: 680px; margin: 0; color: var(--muted); }
.item-arrow { justify-self: end; display: grid; place-items: center; width: 38px; height: 38px; color: var(--blue); border: 1px solid #c8c2b6; border-radius: 50%; }

.brands { color: var(--white); background: var(--navy); }
.brands-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.brand-intro > p:last-child { max-width: 430px; margin: 38px 0 0; color: rgba(255,255,255,.62); }
.brand-card { padding: 26px; color: var(--ink); background: var(--white); border-radius: 2px; }
.brand-card-top, .brand-meta { display: flex; align-items: center; justify-content: space-between; }
.brand-label { font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.brand-placeholder { display: grid; place-items: center; aspect-ratio: 16/9; margin: 22px 0; color: var(--ink); background: linear-gradient(135deg, #b8b1a1, var(--greige) 58%, #ebe8df); overflow: hidden; }
.brand-placeholder::before { content: "R"; position: absolute; font: 18rem/1 Georgia, serif; color: rgba(41,41,35,.08); }
.brand-placeholder p { position: relative; margin: 0; font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 700; line-height: 1.4; letter-spacing: .12em; text-align: center; }
.brand-meta strong { font-size: 1.05rem; }
.brand-meta span { color: var(--muted); font-size: .78rem; }

.brands-header { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(48px, 8vw, 120px); align-items: end; margin-bottom: clamp(70px, 9vw, 120px); }
.brands-header > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.62); }
.brand-stories { display: grid; gap: clamp(90px, 12vw, 160px); }
.brand-story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.brand-story-reverse .brand-visual { order: 2; }
.brand-visual { position: relative; display: flex; min-height: 500px; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 56px); overflow: hidden; color: var(--ink); background: var(--greige); }
.brand-visual::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; right: -25%; top: -25%; border: 1px solid rgba(41,41,35,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.09), 0 0 0 140px rgba(255,255,255,.05); }
.brand-visual-luseeq { background: linear-gradient(145deg, #eeeae0, var(--greige)); }
.brand-visual-travel { color: var(--ink); background: linear-gradient(145deg, #eeeae0, var(--greige)); }
.brand-visual-travel::before { border-color: rgba(41,41,35,.18); box-shadow: 0 0 0 70px rgba(255,255,255,.09), 0 0 0 140px rgba(255,255,255,.05); }
.brand-index { position: absolute; left: clamp(28px, 4vw, 56px); top: clamp(28px, 4vw, 46px); font-size: .68rem; font-weight: 700; letter-spacing: .2em; }
.brand-visual strong { position: relative; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 700; line-height: .94; letter-spacing: -.065em; }
.brand-logo { position: relative; z-index: 1; display: block; width: min(78%, 470px); height: auto; margin-inline: auto; }
.brand-logo-luseeq { filter: drop-shadow(0 12px 30px rgba(41,41,35,.06)); }
.brand-logo-travel { width: min(100%, 540px); }
.brand-visual small { position: absolute; left: clamp(28px, 4vw, 56px); bottom: clamp(28px, 4vw, 46px); font-size: .62rem; font-weight: 700; letter-spacing: .18em; }
.brand-copy { color: rgba(255,255,255,.62); }
.brand-kicker { margin: 0 0 16px; color: var(--greige); font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.brand-copy h3 { margin: 0 0 30px; color: var(--white); font-size: clamp(2rem, 3.4vw, 3.3rem); font-weight: 500; line-height: 1.2; letter-spacing: -.03em; }
.brand-copy h3 span { display: block; margin-top: 10px; color: rgba(255,255,255,.5); font-size: .78rem; font-weight: 400; letter-spacing: .08em; }
.brand-copy p { margin: 0 0 18px; }
.brand-copy .brand-theme { margin-bottom: 26px; color: var(--white); font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.75; }
.brands-more { width: max-content; margin-top: 70px; }

.company-layout { align-items: start; }
.company-table { margin: 0; border-top: 1px solid var(--line); }
.company-table div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.company-table dt { color: var(--muted); font-size: .84rem; }
.company-table dd { margin: 0; }
.company-table .pending { color: #8b94a3; }
.company-table a { text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 5px; transition: color .2s; }
.company-table a:hover { color: var(--blue); }
.company-en { color: var(--muted); font-size: .82rem; letter-spacing: .08em; }

.contact { padding: clamp(100px, 12vw, 160px) 0; color: var(--ink); background: var(--greige); }
.contact-inner { text-align: center; }
.section-number.light { color: rgba(41,41,35,.62); }
.contact h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.03em; }
.contact p:not(.section-number) { margin: 26px 0 45px; color: rgba(41,41,35,.72); }
.contact-link { width: min(680px, 100%); display: flex; align-items: center; justify-content: space-between; margin: 0 auto; padding: 24px 4px; border-bottom: 1px solid rgba(41,41,35,.64); font-size: clamp(1.2rem, 2.3vw, 2rem); }
.contact-link span:last-child { transition: transform .25s; }
.contact-link:hover span:last-child { transform: translate(5px, -5px); }
.contact small { display: block; margin-top: 22px; color: rgba(41,41,35,.58); font-size: .75rem; }

.site-footer { position: relative; overflow: hidden; padding: clamp(76px, 9vw, 118px) 0 34px; color: var(--greige); background: #20201c; }
.site-footer::before { content: "REVERVE"; position: absolute; right: -.04em; top: -.2em; color: rgba(214,210,196,.025); font-size: clamp(7rem, 18vw, 18rem); font-weight: 800; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.site-footer .container { position: relative; z-index: 1; }
.footer-main { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: clamp(64px, 10vw, 150px); align-items: start; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo img { width: min(270px, 72vw); filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 340px; margin: 30px 0 0; color: rgba(214,210,196,.56); font-size: .7rem; font-weight: 600; line-height: 1.8; letter-spacing: .14em; }
.footer-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px; }
.footer-nav-group { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-nav-group > span { margin-bottom: 8px; color: rgba(214,210,196,.42); font-size: .64rem; font-weight: 700; letter-spacing: .18em; }
.footer-nav-group a { color: rgba(255,255,255,.86); font-size: .8rem; line-height: 1.5; transition: color .2s, transform .2s; }
.footer-nav-group a:hover { color: var(--white); transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: clamp(64px, 8vw, 100px); padding-top: 26px; border-top: 1px solid rgba(214,210,196,.18); color: rgba(214,210,196,.48); font-size: .68rem; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.72); text-decoration: underline; text-decoration-color: rgba(214,210,196,.28); text-underline-offset: 4px; transition: color .2s; }
.footer-bottom a:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1120px) {
  :root { --header-height: 70px; }
  .header-inner { width: calc(100% - 40px); }
  .menu-button { position: relative; z-index: 2; display: grid; gap: 7px; width: 42px; height: 42px; padding: 13px 9px; color: var(--white); border: 0; border-radius: 50%; background: var(--navy); cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 10vw; color: var(--white); background: var(--navy); font-size: 1.25rem; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
  .global-nav.is-open { visibility: visible; opacity: 1; }
  .nav-contact { margin-top: 12px; padding: 0; color: var(--white); background: transparent; border-radius: 0; }
  .is-scrolled .nav-contact { color: var(--white); background: transparent; }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 900px) {
  :root { --side: 28px; }
  .hero { height: auto; min-height: 760px; }
  .hero-inner { min-height: 760px; align-items: center; padding-top: calc(var(--header-height) + 48px); padding-bottom: 48px; }
  .hero-copy { max-width: 720px; }
  .split-layout, .company-layout, .brands-grid { grid-template-columns: 1fr; gap: 50px; }
  .body-copy { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading > p:last-child { justify-self: start; }
  .brands-grid { gap: 60px; }
  .brands-header, .brand-story { grid-template-columns: 1fr; }
  .brands-header { align-items: start; }
  .brand-story-reverse .brand-visual { order: 0; }
  .brand-visual { min-height: 420px; }
  .footer-main { grid-template-columns: 1fr; gap: 58px; }
}

@media (max-width: 560px) {
  :root { --side: 20px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-lead br, .contact p br { display: none; }
  .scroll-cue { display: none; }
  .section { padding: 90px 0; }
  .business-item { grid-template-columns: 38px 1fr; gap: 16px; padding: 32px 0; }
  .item-arrow { display: none; }
  .company-table div { grid-template-columns: 1fr; gap: 4px; padding: 20px 0; }
  .brand-card { padding: 18px; }
  .brand-placeholder { margin: 18px 0; }
  .brand-visual { min-height: 340px; }
  .brand-story { gap: 36px; }
  .contact-link { padding: 20px 0; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .footer-nav-group:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .footer-nav-group:last-child > span { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .logo img { width: 170px; }
  .footer-logo img { width: 220px; }
}

/* --------------------------------------------------
   DESIGN REFINEMENT — editorial / brand-forward
-------------------------------------------------- */
.hero { background: var(--greige); }
.hero::before { content: "REVERVE"; position: absolute; z-index: 1; left: -.025em; bottom: -.21em; color: rgba(41,41,35,.055); font-size: clamp(8rem, 17.5vw, 19rem); font-weight: 800; line-height: 1; letter-spacing: -.08em; white-space: nowrap; pointer-events: none; transform: translate3d(var(--hero-shift,0px),0,0); will-change: transform; }
.hero::after { z-index: 0; width: 29%; height: auto; aspect-ratio: auto; right: 0; inset-block: 0; top: 0; border: 0; border-radius: 0; background: var(--navy); box-shadow: none; }
.hero-grid { z-index: 1; inset: 0 29% 0 0; opacity: .55; background-image: linear-gradient(rgba(41,41,35,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(41,41,35,.06) 1px, transparent 1px); mask-image: linear-gradient(to right, #000, #000 80%, transparent); transform: translate3d(var(--hero-grid-shift,0px),0,0); will-change: transform; }
.hero-copy { width: 68%; max-width: 820px; padding-top: 4vh; }
.hero h1 { font-size: clamp(3rem, 6.25vw, 6.6rem); font-weight: 600; line-height: 1.14; letter-spacing: -.055em; }
.hero-signature { position: relative; z-index: 2; align-self: center; width: 15%; margin: 0 1% 0 0; color: rgba(214,210,196,.68); }
.hero-signature > span { margin-left: -.18em; color: var(--greige); font-size: 11rem; transform: none; }
.hero-signature p { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(214,210,196,.32); }

.signal-strip { position: relative; z-index: 4; overflow: hidden; padding: 16px 0; color: var(--greige); background: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .18em; white-space: nowrap; }
.signal-strip div { width: max-content; animation: signal-scroll 28s linear infinite; }
.signal-strip span { display: inline-block; margin: 0 28px; color: var(--white); }
@keyframes signal-scroll { to { transform: translateX(-50%); } }

.section { position: relative; }
.about::after { content: "01"; position: absolute; right: var(--side); top: 4%; color: rgba(41,41,35,.035); font-size: clamp(9rem, 20vw, 20rem); font-weight: 800; line-height: 1; pointer-events: none; }
.about .container { position: relative; z-index: 1; padding-top: 38px; border-top: 1px solid var(--line); }

.commerce-system { padding: 0 0 clamp(110px, 13vw, 180px); background: var(--white); }
.commerce-system-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 130px); align-items: end; margin-bottom: clamp(64px, 8vw, 100px); padding-top: 38px; border-top: 1px solid var(--line); }
.commerce-system-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.4rem); font-weight: 500; line-height: 1.4; letter-spacing: -.045em; }
.commerce-system-heading > p { max-width: 480px; margin: 0 0 10px; color: var(--muted); }
.commerce-flow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.commerce-flow::before { content: ""; position: absolute; z-index: 2; left: 10%; right: 10%; top: 77px; height: 1px; background: var(--blue); opacity: .42; pointer-events: none; }
.commerce-flow li { position: relative; min-height: 360px; padding: 28px 24px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: color .35s ease, background .35s ease, transform .35s ease; }
.commerce-flow li::before { content: ""; position: relative; z-index: 3; display: block; width: 11px; height: 11px; margin: 42px 0 46px; border: 3px solid var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); transition: transform .35s ease, background .35s ease; }
.commerce-flow li:hover { z-index: 4; color: var(--white); background: var(--navy); transform: translateY(-8px); }
.commerce-flow li:hover::before { background: var(--greige); transform: scale(1.45); }
.commerce-flow-number { position: absolute; left: 24px; top: 21px; color: var(--blue); font-size: .65rem; font-weight: 700; letter-spacing: .14em; }
.commerce-flow strong { display: block; color: var(--blue); font-size: .66rem; letter-spacing: .15em; }
.commerce-flow h3 { margin: 8px 0 18px; font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 500; }
.commerce-flow p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.commerce-flow li:hover .commerce-flow-number,
.commerce-flow li:hover strong { color: var(--greige); }
.commerce-flow li:hover p { color: rgba(255,255,255,.62); }
.commerce-system-footer { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 36px; }
.commerce-system-footer p { display: flex; align-items: center; gap: 18px; margin: 0; color: var(--muted); font-size: .82rem; }
.commerce-system-footer p span { color: var(--blue); font-size: .65rem; font-weight: 700; letter-spacing: .14em; }

.company-facts { padding: clamp(100px, 12vw, 170px) 0; color: var(--greige); background: var(--navy); }
.facts-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 70px; }
.facts-heading h2 { margin: 0; color: var(--white); font-size: clamp(2.2rem, 4.2vw, 4rem); font-weight: 500; line-height: 1.4; letter-spacing: -.025em; }
.facts-heading > p:last-child { justify-self: end; margin: 0; color: rgba(214,210,196,.62); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(214,210,196,.22); border-left: 1px solid rgba(214,210,196,.22); }
.fact-item { min-height: 310px; padding: 28px 26px; border-right: 1px solid rgba(214,210,196,.22); border-bottom: 1px solid rgba(214,210,196,.22); }
.fact-item > span { display: block; color: rgba(214,210,196,.5); font-size: .67rem; font-weight: 700; letter-spacing: .14em; }
.fact-item strong { display: block; margin: 58px 0 18px; color: var(--white); font-size: clamp(3.8rem, 7vw, 7rem); font-weight: 500; line-height: .9; letter-spacing: -.06em; }
.count-up { display: inline-block; font-variant-numeric: tabular-nums; }
.fact-item strong small { margin: 0 .12em; color: var(--greige); font-size: .2em; font-weight: 500; letter-spacing: 0; }
.fact-item p { margin: 0; color: rgba(214,210,196,.66); font-size: .86rem; }
.facts-more { display: flex; width: min(100%, 470px); align-items: center; justify-content: space-between; gap: 28px; margin: 42px 0 0 auto; padding: 20px 0; color: var(--greige); border-bottom: 1px solid rgba(214,210,196,.5); font-size: .88rem; font-weight: 600; }
.facts-more span:last-child { transition: transform .25s ease; }
.facts-more:hover span:last-child { transform: translate(5px, -5px); }

.home-information { padding: clamp(100px, 12vw, 170px) 0; background: var(--mist); }
.home-information-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.home-info-card { min-height: 470px; padding: clamp(32px, 5vw, 64px); background: var(--white); }
.home-info-recruit { color: var(--ink); background: var(--greige); }
.home-info-kicker { margin: 0 0 45px; color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .17em; }
.home-info-card h2 { margin: 0 0 42px; font-size: clamp(2rem, 3.6vw, 3.6rem); font-weight: 500; line-height: 1.35; letter-spacing: -.04em; }
.home-news-item { display: grid; grid-template-columns: 150px 1fr 30px; gap: 24px; align-items: center; margin-bottom: 42px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-news-item > span { display: flex; flex-direction: column; color: var(--blue); font-size: .72rem; }
.home-news-item small { font-size: .62rem; letter-spacing: .1em; }
.home-news-item strong { font-weight: 500; }
.home-news-item i { justify-self: end; font-style: normal; transition: transform .25s; }
.home-news-item:hover i { transform: translate(4px, -4px); }
.home-info-recruit > p:not(.home-info-kicker) { max-width: 470px; margin: 0 0 54px; color: rgba(41,41,35,.68); }

.home-partnership { padding: 0 0 clamp(100px, 12vw, 170px); background: var(--white); }
.home-partnership-panel { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 630px; overflow: hidden; color: var(--greige); background: var(--navy); }
.home-partnership-panel::before { content: "PARTNERS"; position: absolute; left: -.04em; bottom: -.22em; color: rgba(214,210,196,.035); font-size: clamp(7rem, 16vw, 15rem); font-weight: 800; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.home-partnership-mark { position: relative; display: flex; min-height: 100%; align-items: center; justify-content: center; overflow: hidden; border-right: 1px solid rgba(214,210,196,.18); font-size: clamp(3.2rem, 7vw, 7rem); font-weight: 300; letter-spacing: -.07em; }
.home-partnership-mark::before,
.home-partnership-mark::after { content: ""; position: absolute; width: 58%; aspect-ratio: 1; border: 1px solid rgba(214,210,196,.2); transform: rotate(45deg); }
.home-partnership-mark::after { width: 34%; border-color: rgba(214,210,196,.1); }
.home-partnership-mark span,
.home-partnership-mark i { position: relative; z-index: 1; }
.home-partnership-mark i { margin: 0 .17em; color: rgba(214,210,196,.38); font-size: .48em; font-style: normal; }
.home-partnership-copy { position: relative; z-index: 1; padding: clamp(42px, 7vw, 90px); }
.home-partnership-copy h2 { margin: 0 0 28px; color: var(--white); font-size: clamp(2.2rem, 4.3vw, 4.1rem); font-weight: 500; line-height: 1.38; letter-spacing: -.045em; }
.home-partnership-copy > p:not(.section-number) { max-width: 650px; margin: 0 0 38px; color: rgba(214,210,196,.68); }
.home-partnership-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 48px; padding: 0; list-style: none; }
.home-partnership-copy li { padding: 7px 13px; border: 1px solid rgba(214,210,196,.28); color: rgba(255,255,255,.8); font-size: .72rem; }
.home-partnership-links { display: grid; grid-template-columns: 1fr .62fr; gap: 26px; }
.home-partnership-links a { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(214,210,196,.46); color: var(--white); font-size: .86rem; font-weight: 600; }
.home-partnership-links a span:last-child { transition: transform .25s ease; }
.home-partnership-links a:hover span:last-child { transform: translate(5px,-5px); }

.business-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.business-item { position: relative; display: flex; min-height: 400px; flex-direction: column; gap: 24px; padding: 34px; border: 0; background: var(--white); align-items: stretch; transition: color .35s, background .35s, transform .35s; }
.business-item:hover { z-index: 2; color: var(--white); background: var(--navy); transform: translateY(-8px); }
.business-item h3 { margin: 44px 0 18px; font-weight: 600; line-height: 1.45; }
.business-item:hover p { color: rgba(255,255,255,.62); }
.item-arrow { margin-top: auto; margin-left: auto; transition: transform .3s; }
.business-item:hover .item-arrow { color: var(--greige); border-color: rgba(255,255,255,.32); transform: rotate(45deg); }
.business-more { width: max-content; margin-top: 42px; color: var(--ink); }
.business-secondary { margin-top: clamp(55px, 7vw, 90px); padding-top: 28px; border-top: 1px solid var(--line); }
.business-secondary-head { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.business-secondary-head > span { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.business-secondary-head p { margin: 0; color: var(--muted); font-size: .88rem; }
.business-secondary-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.business-secondary-grid article { padding: 30px 26px 20px 0; border-bottom: 1px solid var(--line); }
.business-secondary-grid article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.business-secondary-grid span { color: var(--blue); font-size: .67rem; font-weight: 700; letter-spacing: .12em; }
.business-secondary-grid h3 { margin: 28px 0 8px; font-size: clamp(1.15rem, 1.7vw, 1.5rem); font-weight: 500; }
.business-secondary-grid p { margin: 0; color: var(--muted); font-size: .83rem; }

.brand-card { padding: 12px; box-shadow: 24px 24px 0 rgba(214,210,196,.1); }
.brand-card-top, .brand-meta { padding-inline: 14px; }
.brand-placeholder { position: relative; margin: 12px 0 18px; background: linear-gradient(135deg, #aaa291, var(--greige) 52%, #f2efe7); }

.contact { position: relative; overflow: hidden; color: var(--greige); background: var(--navy); }
.contact-inner { position: relative; z-index: 1; }
.section-number.light { color: rgba(214,210,196,.62); }
.contact p:not(.section-number) { color: rgba(214,210,196,.68); }
.contact-link { border-color: rgba(214,210,196,.54); }
.contact small { color: rgba(214,210,196,.48); }

@media (prefers-reduced-motion: reduce) {
  .signal-strip div, .hero-line-text, .hero .eyebrow, .hero-lead, .hero-actions { animation: none; }
  .motion-section::before, .hero::before, .hero-grid { transform: none; }
}

@media (max-width: 900px) {
  .hero::after { width: 14px; }
  .hero-grid { inset-right: 14px; }
  .hero-copy { width: 100%; }
  .business-list { grid-template-columns: 1fr; gap: 0; }
  .business-item { min-height: 0; border-bottom: 1px solid var(--line); }
  .business-item:last-child { border-bottom: 0; }
  .business-secondary-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .commerce-system-heading { grid-template-columns: 1fr; gap: 24px; }
  .commerce-flow { grid-template-columns: repeat(2, 1fr); }
  .commerce-flow::before { display: none; }
  .commerce-flow li { min-height: 300px; }
  .commerce-flow li::before { margin: 34px 0 30px; }
  .commerce-system-footer { align-items: flex-start; flex-direction: column; }
  .facts-heading { grid-template-columns: 1fr; gap: 16px; }
  .facts-heading > p:last-child { justify-self: start; }
  .home-partnership-panel { grid-template-columns: 1fr; }
  .home-partnership-mark { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(214,210,196,.18); }
  .home-information-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero { min-height: 680px; }
  .hero::before { bottom: -.08em; font-size: 34vw; }
  .hero-inner { min-height: 680px; padding-top: calc(var(--header-height) + 44px); padding-bottom: 40px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-lead br { display: none; }
  .hero-actions { gap: 18px 26px; }
  .motion-section::before { top: 24px; right: -8vw; font-size: clamp(3.5rem, 20vw, 6rem); }
  .business-item { gap: 12px; padding: 28px 24px; }
  .business-item h3 { margin: 18px 0 10px; }
  .item-arrow { display: grid; width: 36px; height: 36px; }
  .business-secondary-grid { grid-template-columns: 1fr; }
  .business-secondary-grid article + article { padding-left: 0; border-left: 0; }
  .commerce-system-heading h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .commerce-flow { grid-template-columns: 1fr; }
  .commerce-flow li { min-height: 0; padding: 24px; }
  .commerce-flow li::before { margin: 30px 0 26px; }
  .commerce-system-footer p { align-items: flex-start; flex-direction: column; gap: 6px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact-item { min-height: 0; }
  .fact-item strong { margin-top: 42px; }
  .home-info-card { min-height: 0; padding: 34px 24px; }
  .home-news-item { grid-template-columns: 1fr 30px; gap: 12px; }
  .home-news-item > span { grid-column: 1 / -1; }
  .home-partnership-mark { min-height: 230px; }
  .home-partnership-copy { padding: 38px 24px 44px; }
  .home-partnership-links { grid-template-columns: 1fr; gap: 6px; }
}

@media (hover: none) {
  .commerce-flow li:hover { color: inherit; background: var(--white); transform: none; }
  .commerce-flow li:hover::before { background: var(--blue); transform: none; }
  .commerce-flow li:hover .commerce-flow-number,
  .commerce-flow li:hover strong { color: var(--blue); }
  .commerce-flow li:hover p { color: var(--muted); }
}

/* --------------------------------------------------
   REVERVE SIGNATURE UI
   Shared interaction language inspired by the diagonal logo mark.
-------------------------------------------------- */
:where(a, button):focus-visible {
  outline: 2px solid var(--blue-bright);
  outline-offset: 5px;
}

.section-number,
.en-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-number::before,
.en-section-label::before {
  content: "";
  flex: 0 0 15px;
  width: 15px;
  height: 1px;
  background: currentColor;
  transform: rotate(-48deg);
  transform-origin: center;
}

.global-nav a[aria-current="page"]:not(.nav-contact)::after {
  right: 0;
}

.global-nav a[aria-current="page"]:not(.nav-contact) {
  color: var(--blue-bright);
}

.signature-transition {
  position: fixed;
  z-index: 2000;
  inset: -10%;
  pointer-events: none;
  background: #20201c;
  transform: translate3d(-115%, 0, 0) skewX(-7deg);
  will-change: transform;
}

.signature-transition::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 3px;
  height: 100%;
  background: var(--greige);
  opacity: .72;
}

.signature-transition.is-entering {
  animation: signature-enter .58s cubic-bezier(.7, 0, .22, 1) both;
}

.signature-transition.is-leaving {
  animation: signature-leave .26s cubic-bezier(.7, 0, .22, 1) both;
}

@keyframes signature-enter {
  from { transform: translate3d(0, 0, 0) skewX(-7deg); }
  to { transform: translate3d(115%, 0, 0) skewX(-7deg); }
}

@keyframes signature-leave {
  from { transform: translate3d(-115%, 0, 0) skewX(-7deg); }
  to { transform: translate3d(0, 0, 0) skewX(-7deg); }
}

.signature-progress {
  --reading-progress: 0;
  position: fixed;
  z-index: 1001;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
  background: rgba(98,93,82,.1);
}

.signature-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue-bright);
  transform: scaleX(var(--reading-progress));
  transform-origin: left center;
  will-change: transform;
}

.signature-rail {
  position: fixed;
  z-index: 90;
  top: 50%;
  right: 18px;
  display: grid;
  grid-template-rows: auto 54px auto;
  place-items: center;
  gap: 8px;
  padding: 14px 9px;
  color: rgba(255,255,255,.76);
  background: rgba(32,32,28,.78);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 99px;
  box-shadow: 0 12px 30px rgba(41,41,35,.08);
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
  pointer-events: none;
}

.signature-rail span {
  font-size: .55rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.signature-rail i {
  display: block;
  width: 1px;
  height: 54px;
  background: linear-gradient(to bottom, rgba(214,210,196,.2), rgba(214,210,196,.82), rgba(214,210,196,.2));
  transform: rotate(8deg);
}

@media (max-width: 1120px) {
  .global-nav a[aria-current="page"]:not(.nav-contact) { color: var(--greige); }
}

@media (max-width: 900px) {
  .signature-rail { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .signature-transition { display: none; }
  .signature-progress span { transition: none; }
}

/* --------------------------------------------------
   HOME ART DIRECTION — quiet luxury × commerce speed
-------------------------------------------------- */
.home-art-direction { --signal-blue: #283f62; }
.home-art-direction .hero { min-height: 820px; background: linear-gradient(118deg,#dedacf 0%,var(--greige) 62%,#cbc5b8 100%); }
.home-art-direction .hero::before { bottom: -.245em; color: rgba(41,41,35,.038); font-size: clamp(9rem,19vw,21rem); }
.home-art-direction .hero::after { width: 30%; background: linear-gradient(150deg,#292923 0%,#20211e 100%); }
.home-art-direction .hero-grid { inset: 0 30% 0 0; opacity: .42; background-size: 96px 96px; }
.home-art-direction .hero-grid::after { content: ""; position: absolute; z-index: 2; inset: 0 0 0 auto; width: 5px; background: var(--signal-blue); }
.home-art-direction .hero-inner { grid-template-columns: minmax(0,1fr) minmax(220px,30%); gap: 0; width: min(1440px,calc(100% - 48px)); }
.home-art-direction .hero-copy { width: auto; max-width: 940px; padding: 8vh clamp(50px,7vw,112px) 0 0; }
.home-art-direction .hero .eyebrow { display: flex; align-items: center; gap: 16px; color: var(--signal-blue); font-size: .7rem; letter-spacing: .22em; }
.home-art-direction .hero .eyebrow::before { content: ""; width: 42px; height: 2px; background: var(--signal-blue); transform: skewX(-36deg); }
.home-art-direction .hero h1 { max-width: 890px; font-size: clamp(3.7rem,7vw,7.45rem); line-height: 1.06; letter-spacing: -.075em; }
.home-art-direction .hero-line-outline .hero-line-text { color: var(--signal-blue); -webkit-text-stroke: 0; }
.home-art-direction .hero-lead { max-width: 610px; margin-top: 42px; }
.home-art-direction .hero-actions { margin-top: 36px; }
.hero-identity { position: relative; z-index: 3; display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; padding: calc(var(--header-height) + 58px) 0 48px clamp(32px,4.2vw,68px); color: var(--greige); }
.hero-identity-index { align-self: flex-end; color: rgba(214,210,196,.52); font-size: .62rem; font-weight: 700; letter-spacing: .2em; }
.hero-identity-mark { position: relative; display: grid; width: min(15vw,190px); aspect-ratio: 1; place-items: center; align-self: center; transform: rotate(45deg); }
.hero-identity-mark::before, .hero-identity-mark::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(214,210,196,.36); }
.hero-identity-mark::after { inset: 18%; border-color: rgba(214,210,196,.16); }
.hero-identity-mark i { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--signal-blue); }
.hero-identity-mark b { color: var(--white); font-size: clamp(3rem,5vw,5.7rem); font-weight: 300; line-height: 1; transform: rotate(-45deg); }
.hero-identity p { display: grid; gap: 3px; margin: 0; padding-top: 20px; border-top: 1px solid rgba(214,210,196,.22); color: rgba(214,210,196,.55); font-size: .6rem; font-weight: 700; letter-spacing: .16em; }
.home-art-direction .signal-strip { padding: 14px 0; background: var(--signal-blue); }
.home-art-direction .signal-strip span { color: rgba(255,255,255,.45); }

@media (max-width: 900px) {
  .home-art-direction .hero { min-height: 760px; }
  .home-art-direction .hero::after { width: 14px; }
  .home-art-direction .hero-grid { inset-right: 14px; }
  .home-art-direction .hero-grid::after { width: 3px; }
  .home-art-direction .hero-inner { display: flex; width: min(var(--container),calc(100% - var(--side) * 2)); }
  .home-art-direction .hero-copy { width: 100%; padding-right: 30px; }
  .hero-identity { display: none; }
}

@media (max-width: 560px) {
  .home-art-direction .hero { min-height: 720px; }
  .home-art-direction .hero-inner { min-height: 720px; }
  .home-art-direction .hero h1 { font-size: clamp(3rem,14.5vw,4.6rem); letter-spacing: -.065em; }
  .home-art-direction .hero-copy { padding-right: 12px; }
  .home-art-direction .hero .eyebrow { font-size: .62rem; letter-spacing: .16em; }
  .home-art-direction .hero .eyebrow::before { width: 24px; }
}

.home-art-direction .nav-contact { border-radius: 0; clip-path: polygon(11px 0,100% 0,calc(100% - 11px) 100%,0 100%); background: var(--signal-blue); }
.home-art-direction .about { padding-block: clamp(120px,14vw,200px); }
.home-art-direction .about .split-layout { grid-template-columns: 1.18fr .82fr; gap: clamp(70px,11vw,168px); }
.home-art-direction .about h2 { max-width: 760px; font-size: clamp(3rem,5.5vw,5.4rem); line-height: 1.2; letter-spacing: -.055em; }
.home-art-direction .about .body-copy { align-self: end; padding: 32px 0 0; border-top: 1px solid var(--ink); }
.home-art-direction .about .body-copy .lead { font-size: clamp(1.2rem,1.75vw,1.6rem); }
.home-art-direction .about::after { right: 2vw; top: 7%; color: rgba(40,63,98,.055); }

.home-art-direction .commerce-system { position: relative; padding-top: clamp(20px,3vw,46px); overflow: hidden; }
.home-art-direction .commerce-system::after { content: "COMMERCE"; position: absolute; left: -.035em; bottom: -.22em; color: rgba(40,63,98,.035); font-size: clamp(8rem,18vw,19rem); font-weight: 800; line-height: 1; letter-spacing: -.075em; pointer-events: none; }
.home-art-direction .commerce-system > .container { position: relative; z-index: 1; }
.home-art-direction .commerce-system-heading { grid-template-columns: 1.3fr .7fr; }
.home-art-direction .commerce-system-heading h2 { max-width: 920px; font-size: clamp(2.4rem,3.55vw,3.3rem); line-height: 1.32; letter-spacing: -.05em; }
.home-art-direction .commerce-flow { border-color: #c9c4b9; }
.home-art-direction .commerce-flow::before { background: var(--signal-blue); }
.home-art-direction .commerce-flow li { min-height: 390px; border-color: #c9c4b9; }
.home-art-direction .commerce-flow li:nth-child(2),
.home-art-direction .commerce-flow li:nth-child(4) { margin-top: 54px; min-height: 390px; }
.home-art-direction .commerce-flow li::before { border-radius: 0; background: var(--signal-blue); box-shadow: 0 0 0 1px var(--signal-blue); transform: rotate(45deg); }
.home-art-direction .commerce-flow li:hover { background: var(--signal-blue); transform: translateY(-10px); }
.home-art-direction .commerce-flow li:hover::before { transform: rotate(45deg) scale(1.35); }
.home-art-direction .commerce-flow-number,
.home-art-direction .commerce-flow strong,
.home-art-direction .commerce-system-footer p span { color: var(--signal-blue); }
.home-art-direction .commerce-system-footer { margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--line); }

.home-art-direction .company-facts { position: relative; background: #20211e; }
.home-art-direction .company-facts::after { content: ""; position: absolute; right: 0; top: 0; width: 5px; height: 100%; background: var(--signal-blue); }
.home-art-direction .facts-heading h2 { font-size: clamp(2.8rem,5vw,5rem); letter-spacing: -.055em; }
.home-art-direction .facts-grid { grid-template-columns: .9fr 1.18fr .92fr; }
.home-art-direction .fact-item { position: relative; min-height: 350px; }
.home-art-direction .fact-item:nth-child(2)::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--signal-blue); }
.home-art-direction .fact-item strong { font-size: clamp(4.2rem,8vw,8.2rem); }
.home-art-direction .facts-more { border-color: rgba(214,210,196,.3); }

.home-art-direction .business { padding-block: clamp(125px,14vw,200px); }
.home-art-direction .business .section-heading { grid-template-columns: 1.2fr .8fr; }
.home-art-direction .business .section-heading h2 { font-size: clamp(3.2rem,6.2vw,6.2rem); letter-spacing: -.06em; }
.home-art-direction .business-list { grid-template-columns: 1.16fr .84fr 1fr; align-items: start; border: 0; background: transparent; }
.home-art-direction .business-item { min-height: 460px; border: 1px solid var(--line); }
.home-art-direction .business-item:nth-child(2) { min-height: 390px; margin-top: 70px; border-left: 0; }
.home-art-direction .business-item:nth-child(3) { min-height: 430px; margin-top: 24px; border-left: 0; }
.home-art-direction .business-item:hover { background: var(--signal-blue); }
.home-art-direction .item-arrow { width: auto; height: auto; border: 0; border-radius: 0; font-size: 1.25rem; }
.home-art-direction .business-item:hover .item-arrow { transform: translate(5px,-5px); }
.home-art-direction .business-secondary { margin-top: clamp(80px,9vw,120px); }
.home-art-direction .business-secondary-grid article { border-color: #c9c4b9; }

.home-art-direction .brands { position: relative; background: #20211e; }
.home-art-direction .brands::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--signal-blue); }
.home-art-direction .brands-header h2 { font-size: clamp(3.3rem,6vw,6rem); line-height: 1; letter-spacing: -.065em; }
.home-art-direction .brand-stories { gap: clamp(120px,15vw,210px); }
.home-art-direction .brand-story { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); }
.home-art-direction .brand-story-reverse { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
.home-art-direction .brand-visual { border-left: 5px solid var(--signal-blue); }
.home-art-direction .brand-copy h3 { font-size: clamp(2.5rem,4vw,4rem); }

.home-art-direction .company { padding-block: clamp(120px,14vw,200px); }
.home-art-direction .company-layout { grid-template-columns: 1.08fr .92fr; }
.home-art-direction .company h2 { font-size: clamp(3.2rem,6vw,6rem); line-height: 1; letter-spacing: -.06em; }
.home-art-direction .company-table { border-top: 3px solid var(--ink); }
.home-art-direction .company-table div { padding-block: 28px; }

.home-art-direction .home-partnership { padding-bottom: clamp(120px,14vw,200px); }
.home-art-direction .home-partnership-panel { grid-template-columns: .92fr 1.08fr; background: #20211e; }
.home-art-direction .home-partnership-panel::after { content: ""; position: absolute; right: 0; top: 0; width: 5px; height: 100%; background: var(--signal-blue); }
.home-art-direction .home-partnership-mark::before { border-color: rgba(40,63,98,.85); }
.home-art-direction .home-partnership-links a:last-child { padding-inline: 18px; border: 0; color: var(--white); background: var(--signal-blue); }

.home-art-direction .home-information { position: relative; padding-block: clamp(120px,14vw,190px); }
.home-art-direction .home-information-grid { align-items: start; grid-template-columns: 1.16fr .84fr; border: 0; background: transparent; }
.home-art-direction .home-info-card { min-height: 500px; border: 1px solid var(--line); }
.home-art-direction .home-info-recruit { min-height: 440px; margin-top: 60px; border-left: 0; }
.home-art-direction .home-info-kicker { color: var(--signal-blue); }

.home-art-direction .contact { background: #20211e; }
.home-art-direction .contact::after { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--signal-blue); }
.home-art-direction .contact h2 { font-size: clamp(3.2rem,6vw,6rem); line-height: 1.2; letter-spacing: -.06em; }
.home-art-direction .contact-link { position: relative; transition: padding .28s ease, color .28s ease, background .28s ease; }
.home-art-direction .contact-link:hover { padding-inline: 22px; color: var(--white); background: var(--signal-blue); }

@media (max-width: 900px) {
  .home-art-direction .nav-contact { clip-path: none; }
  .home-art-direction .about .split-layout,
  .home-art-direction .company-layout { grid-template-columns: 1fr; }
  .home-art-direction .commerce-system-heading { grid-template-columns: 1fr; }
  .home-art-direction .commerce-flow li:nth-child(2),
  .home-art-direction .commerce-flow li:nth-child(4) { margin-top: 0; }
  .home-art-direction .business-list { grid-template-columns: 1fr; }
  .home-art-direction .business-item,
  .home-art-direction .business-item:nth-child(2),
  .home-art-direction .business-item:nth-child(3) { min-height: 0; margin-top: 0; border: 1px solid var(--line); border-bottom: 0; }
  .home-art-direction .business-item:last-child { border-bottom: 1px solid var(--line); }
  .home-art-direction .brand-story,
  .home-art-direction .brand-story-reverse { grid-template-columns: 1fr; }
  .home-art-direction .home-information-grid { grid-template-columns: 1fr; }
  .home-art-direction .home-info-card,
  .home-art-direction .home-info-recruit { min-height: 0; margin-top: 0; border: 1px solid var(--line); }
  .home-art-direction .home-info-recruit { border-top: 0; }
}

@media (max-width: 560px) {
  .home-art-direction .about,
  .home-art-direction .business,
  .home-art-direction .company { padding-block: 100px; }
  .home-art-direction .about h2,
  .home-art-direction .business .section-heading h2,
  .home-art-direction .brands-header h2,
  .home-art-direction .company h2,
  .home-art-direction .contact h2 { font-size: clamp(2.7rem,12vw,4rem); }
  .home-art-direction .commerce-flow li { min-height: 0; }
  .home-art-direction .facts-grid { grid-template-columns: 1fr; }
  .home-art-direction .fact-item { min-height: 0; }
  .home-art-direction .brand-stories { gap: 100px; }
  .home-art-direction .contact-link:hover { padding-inline: 12px; }
}

/* HOME VISUAL LAYER — original editorial assets */
.hero-identity::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 -20vw 0 0;
  background: linear-gradient(180deg, rgba(20, 21, 19, .34), rgba(20, 21, 19, .78));
  pointer-events: none;
}

.hero-identity > :not(.hero-art-image) {
  position: relative;
  z-index: 2;
}

.hero-art-image {
  position: absolute;
  z-index: 0;
  inset: 0 -20vw 0 0;
  width: calc(100% + 20vw);
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: grayscale(.18) saturate(.78) contrast(1.05);
  opacity: .72;
}

.home-art-direction .about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: min(21vw, 300px);
  height: 300px;
  opacity: .34;
  background: repeating-linear-gradient(132deg, transparent 0 17px, rgba(40, 63, 98, .18) 18px 19px);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent);
  mask-image: linear-gradient(90deg, #000, transparent);
  pointer-events: none;
}

.home-material-visual {
  position: relative;
  padding: 0 0 clamp(120px, 14vw, 190px);
  overflow: hidden;
  background: var(--white);
}

.home-material-visual::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 40px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(40, 63, 98, .18);
  transform: rotate(45deg);
  box-shadow: 0 0 0 42px rgba(40, 63, 98, .025), 0 0 0 84px rgba(40, 63, 98, .018);
  pointer-events: none;
}

.home-material-visual figure {
  position: relative;
  margin: 0;
  height: clamp(380px, 45vw, 620px);
  overflow: hidden;
  background: #bdb8ac;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}

.home-material-visual figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 22, 20, .14), transparent 42%, rgba(21, 22, 20, .08));
  pointer-events: none;
}

.home-material-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.02);
  transition: transform .9s cubic-bezier(.2, .7, .2, 1), filter .5s ease;
}

.home-material-visual figure:hover img {
  transform: scale(1.018);
  filter: saturate(.95) contrast(1.02);
}

.home-material-visual figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 70px clamp(22px, 4vw, 50px) clamp(22px, 3vw, 38px);
  color: rgba(255, 255, 255, .88);
  background: linear-gradient(transparent, rgba(20, 21, 19, .62));
}

.home-material-visual figcaption span,
.home-material-visual figcaption strong {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.home-material-visual figcaption strong { color: rgba(255, 255, 255, .65); }

.home-art-direction .business::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8%;
  width: min(16vw, 230px);
  height: 420px;
  opacity: .25;
  background: repeating-linear-gradient(132deg, transparent 0 18px, rgba(40, 63, 98, .18) 19px 20px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000);
  mask-image: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}

.home-art-direction .business > .container { position: relative; z-index: 1; }

@media (max-width: 900px) {
  .home-material-visual figure { clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%); }
}

@media (max-width: 560px) {
  .home-material-visual { padding-bottom: 100px; }
  .home-material-visual figure { height: 390px; clip-path: none; }
  .home-material-visual img { object-position: 58% 50%; }
  .home-material-visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 54px 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-material-visual img { transition: none; }
}

/* SITE HEADER — one continuous surface over split-color heroes */
@media (min-width: 1121px) {
  .site-header:not(.is-scrolled) {
    color: var(--ink);
    border-bottom: 1px solid rgba(41, 41, 35, .09);
    background: rgba(214, 210, 196, .92);
    box-shadow: 0 8px 28px rgba(41, 41, 35, .035);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .site-header:not(.is-scrolled) .global-nav {
    gap: clamp(15px, 1.55vw, 25px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header:not(.is-scrolled) .global-nav a {
    white-space: nowrap;
  }

  .nav-more {
    position: relative;
  }

  .nav-more summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    list-style: none;
    font-size: .75rem;
    letter-spacing: .1em;
  }

  .nav-more summary::-webkit-details-marker { display: none; }
  .nav-more summary i { position: relative; width: 12px; height: 12px; }
  .nav-more summary i::before,
  .nav-more summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    background: currentColor;
    transition: transform .25s ease;
  }
  .nav-more summary i::before { transform: translate(-50%, -50%); }
  .nav-more summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
  .nav-more[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
  .nav-more.is-current summary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: -5px;
    height: 1px;
    background: currentColor;
  }

  .nav-more-menu {
    position: absolute;
    top: calc(100% + 21px);
    right: -10px;
    display: grid;
    width: 250px;
    padding: 12px;
    color: var(--ink);
    border: 1px solid rgba(41, 41, 35, .1);
    background: rgba(252, 251, 248, .97);
    box-shadow: 0 18px 50px rgba(41, 41, 35, .14);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .nav-more-menu a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 5px 12px;
    border-bottom: 1px solid rgba(41, 41, 35, .08);
    font-size: .78rem;
  }
  .nav-more-menu a:last-child { border-bottom: 0; }
  .nav-more-menu a::after { display: none; }
  .nav-more-menu a:hover,
  .nav-more-menu a:focus-visible { color: var(--white); background: var(--signal-blue, #283f62); }
  .nav-more-menu a[aria-current="page"] { color: var(--signal-blue, #283f62); }
}

/* NEXT PAGE — a continuous editorial route through the site */
.next-page {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  border-top: 1px solid rgba(41, 41, 35, .14);
  background: #e5e1d6;
}

.next-page::before {
  content: "NEXT";
  position: absolute;
  right: -.04em;
  bottom: -.28em;
  color: rgba(41, 41, 35, .035);
  font-size: clamp(8rem, 20vw, 21rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}

.next-page-link {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(130px, .36fr) minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 96px);
  width: min(var(--container), calc(100% - var(--side) * 2));
  min-height: clamp(260px, 29vw, 410px);
  align-items: center;
  margin-inline: auto;
  transition: color .35s ease;
}

.next-page-kicker {
  display: grid;
  gap: 8px;
  align-self: start;
  margin-top: clamp(54px, 6vw, 82px);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .17em;
}
.next-page-kicker small { color: var(--muted); font-size: .62rem; letter-spacing: .13em; }

.next-page-title { display: grid; gap: 14px; font-size: clamp(2.7rem, 6vw, 6.5rem); font-weight: 600; line-height: 1.08; letter-spacing: -.065em; }
.next-page-title small { color: var(--signal-blue, #283f62); font-size: .67rem; font-weight: 700; letter-spacing: .2em; }
.next-page-arrow {
  display: grid;
  width: clamp(58px, 7vw, 92px);
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  background: var(--signal-blue, #283f62);
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  transition: transform .35s ease, background .35s ease;
}
.next-page-link:hover .next-page-arrow,
.next-page-link:focus-visible .next-page-arrow { background: var(--navy); transform: translate(8px, -8px); }

@media (max-width: 700px) {
  .next-page-link {
    grid-template-columns: 1fr auto;
    gap: 20px;
    min-height: 300px;
    padding-block: 46px;
  }
  .next-page-kicker { grid-column: 1 / -1; margin-top: 0; }
  .next-page-title { font-size: clamp(2.45rem, 12vw, 4.4rem); }
  .next-page-arrow { width: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .next-page-link,
  .next-page-arrow { transition: none; }
}

/* PAGE VISUAL CODES — one system, a distinct rhythm for each route */
.business-page { --page-code: "B / 01"; }
.strengths-page { --page-code: "S / 02"; }
.products-page { --page-code: "P / 03"; }
.brands-page { --page-code: "R / 04"; }
.company-page { --page-code: "C / 05"; }
.news-page { --page-code: "N / 06"; }
.recruit-page { --page-code: "J / 07"; }
.contact-page { --page-code: "C / 08"; }
.privacy-page { --page-code: "P / 09"; }
.quality-page { --page-code: "Q / 10"; }
.partners-page { --page-code: "P / 11"; }

body.business-page .business-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(132deg, transparent 0 30px, rgba(214, 210, 196, .14) 31px 32px);
}
body.strengths-page .editorial-hero::after {
  background-color: var(--navy);
  background-image: linear-gradient(rgba(214, 210, 196, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(214, 210, 196, .11) 1px, transparent 1px);
  background-size: 42px 42px;
}
body.products-page .products-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(0deg, transparent 0 38px, rgba(214, 210, 196, .13) 39px 40px);
}
body.brands-page .brands-hero::after {
  background-color: var(--navy);
  background-image: linear-gradient(145deg, transparent 0 48%, rgba(40, 63, 98, .9) 48% 58%, transparent 58%), linear-gradient(35deg, transparent 0 54%, rgba(214, 210, 196, .12) 54% 55%, transparent 55%);
}
body.company-page .company-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(90deg, transparent 0 35px, rgba(214, 210, 196, .13) 36px 37px);
}
body.news-page .news-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(0deg, transparent 0 61px, rgba(214, 210, 196, .15) 62px 63px);
}
body.recruit-page .recruit-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(148deg, transparent 0 52px, rgba(40, 63, 98, .86) 53px 57px);
}
body.contact-page .contact-hero::after {
  background-color: var(--navy);
  background-image: linear-gradient(rgba(214, 210, 196, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(214, 210, 196, .1) 1px, transparent 1px);
  background-size: 74px 74px;
}
body.privacy-page .privacy-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(90deg, transparent 0 60px, rgba(214, 210, 196, .1) 61px 62px);
}
body.quality-page .editorial-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(90deg, transparent 0 41px, rgba(214, 210, 196, .16) 42px 43px);
}
body.partners-page .editorial-hero::after {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(135deg, transparent 0 45px, rgba(40, 63, 98, .84) 46px 49px);
}

@media (min-width: 901px) {
  .business-hero-inner::after,
  .editorial-hero-inner::after,
  .products-hero-inner::after,
  .brands-hero-inner::after,
  .company-hero-inner::after,
  .news-hero-inner::after,
  .recruit-hero-inner::after,
  .contact-hero-inner::after,
  .privacy-hero-inner::after {
    content: var(--page-code);
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 92px;
    padding-top: 16px;
    color: rgba(214, 210, 196, .72);
    border-top: 1px solid rgba(214, 210, 196, .32);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .2em;
  }

  .strengths-page .metric-grid {
    grid-template-columns: 1.28fr 1fr 1fr 1fr;
  }
  .strengths-page .metric-card {
    position: relative;
    overflow: hidden;
    transition: color .3s ease, background .3s ease, transform .3s ease;
  }
  .strengths-page .metric-card::after {
    content: "";
    position: absolute;
    inset: auto 24px 0;
    height: 4px;
    background: var(--signal-blue, #283f62);
    transform: scaleX(.18);
    transform-origin: left;
    transition: transform .35s ease;
  }
  .strengths-page .metric-card:first-child {
    color: var(--greige);
    background: var(--navy);
  }
  .strengths-page .metric-card:first-child > span,
  .strengths-page .metric-card:first-child p { color: rgba(214, 210, 196, .66); }
  .strengths-page .metric-card:nth-child(2) { background: var(--greige); }
  .strengths-page .metric-card:hover { z-index: 1; transform: translateY(-7px); }
  .strengths-page .metric-card:hover::after { transform: scaleX(1); }
}

@media (max-width: 900px) {
  body.business-page .business-hero::after,
  body.strengths-page .editorial-hero::after,
  body.products-page .products-hero::after,
  body.brands-page .brands-hero::after,
  body.company-page .company-hero::after,
  body.news-page .news-hero::after,
  body.recruit-page .recruit-hero::after,
  body.contact-page .contact-hero::after,
  body.privacy-page .privacy-hero::after,
  body.quality-page .editorial-hero::after,
  body.partners-page .editorial-hero::after {
    background-color: var(--signal-blue, #283f62);
    background-image: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .strengths-page .metric-card { transition: none; }
}

/* --------------------------------------------------
   REVERVE SIGNATURE SYSTEM — 2026.09
   A restrained visual grammar derived from the angle of the logo.
   Keep these rules shared: page-specific layouts remain in their own files.
-------------------------------------------------- */
:root {
  --signature-accent: #283f62;
  --signature-angle: -48deg;
  --signature-rule: rgba(41, 41, 35, .16);
}

/* Carry one recognizable diagonal into every page title. */
body :is(
  .business-hero,
  .company-hero,
  .brands-hero,
  .products-hero,
  .editorial-hero,
  .news-hero,
  .recruit-hero,
  .contact-hero,
  .privacy-hero
) h1 > span {
  display: flex;
  align-items: center;
  gap: 14px;
}

body :is(
  .business-hero,
  .company-hero,
  .brands-hero,
  .products-hero,
  .editorial-hero,
  .news-hero,
  .recruit-hero,
  .contact-hero,
  .privacy-hero
) h1 > span::before {
  content: "";
  flex: 0 0 19px;
  width: 19px;
  height: 2px;
  background: var(--signature-accent);
  transform: rotate(var(--signature-angle));
  transform-origin: center;
}

/* Major headings begin with the same cropped rule instead of unrelated ornaments. */
:is(
  .business-heading,
  .company-section-head,
  .commerce-heading,
  .products-heading,
  .editorial-heading,
  .recruit-heading,
  .contact-heading,
  .news-heading,
  .en-heading,
  .commerce-system-heading,
  .facts-heading,
  .section-heading,
  .brands-header
) {
  position: relative;
  padding-top: 34px;
  border-top: 1px solid var(--signature-rule);
}

:is(
  .business-heading,
  .company-section-head,
  .commerce-heading,
  .products-heading,
  .editorial-heading,
  .recruit-heading,
  .contact-heading,
  .news-heading,
  .en-heading,
  .commerce-system-heading,
  .facts-heading,
  .section-heading,
  .brands-header
)::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 74px;
  height: 4px;
  background: var(--signature-accent);
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

/* Dark chapters use a quieter, warm rule. */
:is(.flow-heading, .cycle-heading) {
  position: relative;
  padding-top: 34px;
  border-top: 1px solid rgba(214, 210, 196, .22);
}

:is(.flow-heading, .cycle-heading)::after,
.editorial-dark .editorial-heading::after,
.en-heading-light::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 74px;
  height: 4px;
  background: var(--greige);
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.editorial-dark .editorial-heading,
.en-heading-light,
.company-facts .facts-heading,
.brands .brands-header {
  border-top-color: rgba(214, 210, 196, .22);
}

.company-facts .facts-heading::after,
.brands .brands-header::after {
  background: var(--greige);
}

/* A consistent underline action for editorial links. */
:is(
  .text-link,
  .business-links a,
  .product-link,
  .editorial-inline-link,
  .editorial-cta-link,
  .method-link,
  .news-link,
  .contact-link
) {
  position: relative;
}

:is(
  .text-link,
  .business-links a,
  .product-link,
  .editorial-inline-link,
  .editorial-cta-link,
  .method-link,
  .news-link,
  .contact-link
)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .36s cubic-bezier(.2, .75, .2, 1);
}

:is(
  .text-link,
  .business-links a,
  .product-link,
  .editorial-inline-link,
  .editorial-cta-link,
  .method-link,
  .news-link,
  .contact-link
):is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* The primary action shares the clipped corner used by the logo mark. */
@media (min-width: 1121px) {
  .nav-contact,
  .home-art-direction .nav-contact {
    display: inline-flex;
    align-items: center;
    min-width: 128px;
    justify-content: center;
    padding-inline: 24px;
    border-radius: 0;
    background: var(--signature-accent);
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    transition: color .25s ease, background .25s ease, transform .25s ease;
  }

  .nav-contact:is(:hover, :focus-visible) {
    color: var(--white);
    background: var(--navy);
    transform: translateY(-2px);
  }
}

/* Finish the route with a quiet geometric signature. */
.site-footer::after {
  content: "";
  position: absolute;
  right: clamp(34px, 7vw, 110px);
  top: clamp(50px, 7vw, 88px);
  width: clamp(74px, 8vw, 118px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 210, 196, .12);
  box-shadow: 22px 22px 0 -21px rgba(214, 210, 196, .22);
  transform: rotate(45deg);
  pointer-events: none;
}

@media (max-width: 900px) {
  body :is(
    .business-heading,
    .company-section-head,
    .commerce-heading,
    .products-heading,
    .editorial-heading,
    .recruit-heading,
    .contact-heading,
    .news-heading,
    .en-heading,
    .commerce-system-heading,
    .facts-heading,
    .section-heading,
    .brands-header,
    .flow-heading,
    .cycle-heading
  ) {
    padding-top: 26px;
  }

  .site-footer::after {
    right: -32px;
    top: 52px;
    opacity: .65;
  }
}

@media (max-width: 560px) {
  :is(
    .business-hero,
    .company-hero,
    .brands-hero,
    .products-hero,
    .editorial-hero,
    .news-hero,
    .recruit-hero,
    .contact-hero,
    .privacy-hero
  ) h1 > span::before {
    flex-basis: 15px;
    width: 15px;
  }

  :is(
    .business-heading,
    .company-section-head,
    .commerce-heading,
    .products-heading,
    .editorial-heading,
    .recruit-heading,
    .contact-heading,
    .news-heading,
    .en-heading,
    .commerce-system-heading,
    .facts-heading,
    .section-heading,
    .brands-header,
    .flow-heading,
    .cycle-heading
  )::after {
    width: 56px;
    height: 3px;
  }
}

@media (hover: none) {
  :is(
    .text-link,
    .business-links a,
    .product-link,
    .editorial-inline-link,
    .editorial-cta-link,
    .method-link,
    .news-link,
    .contact-link
  )::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .text-link,
    .business-links a,
    .product-link,
    .editorial-inline-link,
    .editorial-cta-link,
    .method-link,
    .news-link,
    .contact-link
  )::after,
  .nav-contact {
    transition: none;
  }
}

/* --------------------------------------------------
   REVERVE FINISHING LAYER — typography, depth and rhythm
-------------------------------------------------- */
::selection {
  color: var(--white);
  background: var(--signature-accent);
}

body {
  font-kerning: normal;
  font-feature-settings: "palt" 1, "kern" 1;
}

:is(h1, h2, h3, h4) {
  text-wrap: balance;
}

:is(p, li, dd) {
  text-wrap: pretty;
}

/* Preserve the intended two-line composition at common laptop widths. */
body .recruit-heading h2 {
  font-size: clamp(2.3rem, 3.8vw, 3.5rem);
}

:is(
  .section-number,
  .en-section-label,
  .business-breadcrumb,
  .company-breadcrumb,
  .brands-breadcrumb,
  .products-breadcrumb,
  .editorial-breadcrumb,
  .news-breadcrumb,
  .recruit-breadcrumb,
  .contact-breadcrumb,
  .privacy-breadcrumb,
  .service-number,
  .item-number,
  .news-meta,
  .signature-rail
) {
  font-variant-numeric: tabular-nums;
}

/* Quietly frame the principal photography without changing its crop. */
body :is(
  .business-visual,
  .recruit-work-visual,
  .product-image,
  .retail-product-image,
  .home-material-visual figure
) {
  box-shadow: 0 0 0 1px rgba(41, 41, 35, .08), 0 22px 60px rgba(41, 41, 35, .055);
}

/* A small cut corner ties cards back to the REVERVE mark. */
body :is(
  .editorial-card,
  .guide-card,
  .recruit-leverage-card,
  .recruit-work-card,
  .recruit-value-card,
  .company-business-card,
  .other-business-card,
  .criteria-grid li,
  .metric-card
) {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, var(--signature-accent) 0 3px, transparent 3px 100%);
  background-repeat: no-repeat;
  background-size: 23px 23px;
}

/* Long information rows react as one calm surface. */
body :is(
  .service-row,
  .operation-row,
  .editorial-list article,
  .history-row,
  .policy-section,
  .news-entry
) {
  position: relative;
  transition: background-color .3s ease;
}

body :is(
  .service-row,
  .operation-row,
  .editorial-list article,
  .history-row,
  .news-entry
) :is(h2, h3) {
  transition: color .3s ease, transform .32s cubic-bezier(.2, .7, .2, 1);
}

/* More dimensional hover states are limited to devices that actually hover. */
@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  body :is(
    .editorial-card,
    .guide-card,
    .recruit-work-card,
    .recruit-value-card
  ) {
    transition: transform .38s cubic-bezier(.2, .7, .2, 1), box-shadow .38s ease, background-color .3s ease;
  }

  body :is(
    .editorial-card,
    .guide-card,
    .recruit-work-card,
    .recruit-value-card
  ):hover {
    z-index: 2;
    background-color: var(--white);
    box-shadow: 0 26px 70px rgba(41, 41, 35, .09);
    transform: translateY(-7px);
  }

  body :is(
    .service-row,
    .operation-row,
    .editorial-list article,
    .history-row,
    .news-entry
  ):hover {
    background-color: rgba(214, 210, 196, .16);
  }

  body :is(
    .service-row,
    .operation-row,
    .editorial-list article,
    .history-row,
    .news-entry
  ):hover :is(h2, h3) {
    color: var(--signature-accent);
    transform: translateX(7px);
  }

  body :is(.flow-list li, .cycle-list li, .step-list li, .method-steps li) {
    transition: background-color .3s ease, border-color .3s ease;
  }

  body :is(.flow-list li, .cycle-list li, .step-list li, .method-steps li):hover {
    background-color: rgba(214, 210, 196, .055);
    border-color: rgba(214, 210, 196, .38);
  }
}

/* Reveal groups arrive in a short sequence rather than all at once. */
.reveal {
  transition-delay: var(--reveal-delay, 0ms);
}

/* Keep the effect crisp and inexpensive on smaller screens. */
@media (max-width: 560px) {
  body :is(
    .business-visual,
    .recruit-work-visual,
    .product-image,
    .retail-product-image,
    .home-material-visual figure
  ) {
    box-shadow: 0 0 0 1px rgba(41, 41, 35, .08), 0 14px 34px rgba(41, 41, 35, .045);
  }

  body :is(
    .editorial-card,
    .guide-card,
    .recruit-leverage-card,
    .recruit-work-card,
    .recruit-value-card,
    .company-business-card,
    .other-business-card,
    .criteria-grid li,
    .metric-card
  ) {
    background-size: 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { transition-delay: 0ms; }
}
