:root {
  color-scheme: light;
  --paper: #f4efe4;
  --ink: #17221d;
  --muted: #5c665f;
  --line: rgba(23, 34, 29, .18);
  --surface: rgba(255, 255, 255, .66);
  --accent: #29533f;
  --highlight: #a94a32;
  --shadow: 0 1.5rem 4rem rgba(23, 34, 29, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 0; box-shadow: 0 0 0 3px var(--paper), 0 0 0 6px var(--accent); border-radius: .3rem; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; display: flex; min-height: 5.25rem; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.wordmark-dot { width: .72rem; height: .72rem; border: 2px solid var(--accent); border-radius: 50%; box-shadow: .32rem .32rem 0 var(--highlight); }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem 1.25rem; }
.site-nav a { color: var(--muted); font-size: .84rem; font-weight: 750; letter-spacing: .02em; text-decoration: none; }
.site-nav a:hover { color: var(--accent); }
.eyebrow { margin-bottom: 1.1rem; color: var(--accent); font-size: .74rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.lede { max-width: 39rem; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .75rem 1.2rem; border: 1px solid var(--accent); border-radius: 999px; color: white; background: var(--accent); font-size: .86rem; font-weight: 800; text-decoration: none; }
.button.secondary { color: var(--accent); background: transparent; }
.button:hover { transform: translateY(-1px); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding-block: 2.2rem 3.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; line-height: 1.65; }
.site-footer p { max-width: 52rem; margin-bottom: 0; }
.site-footer a { font-weight: 750; text-underline-offset: .2em; }

/* Elsewright: petrol, cream, bordeaux, and deliberate contrarian energy. */
body.elsewright { --paper:#f7f7f3; --ink:#222522; --muted:#59615e; --line:rgba(34,37,34,.15); --accent:#7a2f3f; --highlight:#7a2f3f; background:radial-gradient(circle at 78% 8%,rgba(11,89,102,.045),transparent 30rem),var(--paper); }
.elsewright .site-header { border-color:var(--line); }
.elsewright-wordmark img { width:2.75rem; height:2.75rem; }
.elsewright-wordmark span { color:#0b5966; font-family:ui-sans-serif,system-ui,sans-serif; font-size:.95rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.reveal-curtain { display:none; }
html.reveal-active { overflow:hidden; }
html.reveal-active .reveal-curtain { position:fixed; z-index:900; display:block; inset:0; pointer-events:auto; background:#0b5966; animation:curtain-away 1.15s cubic-bezier(.7,0,.2,1) .55s forwards; }
html.reveal-active .elsewright-hero-logo { z-index:901; animation:mark-settle 1.8s cubic-bezier(.22,1,.36,1) both; }
.elsewright-hero { display:grid; min-height:calc(100vh - 5.25rem); min-height:calc(100svh - 5.25rem); place-items:center; padding-block:clamp(3.5rem,7vw,6rem); text-align:center; }
.elsewright-hero-inner { display:grid; justify-items:center; }
.elsewright-hero-logo { position:relative; width:clamp(8rem,15vw,11.5rem); margin-bottom:1.8rem; }
.elsewright-hero-name { display:flex; width:clamp(5.19rem,9.735vw,7.46rem); justify-content:space-between; margin:-2.45rem 0 3.1rem; color:#0b5966; font-family:ui-sans-serif,system-ui,sans-serif; font-size:clamp(.78rem,1.38vw,.95rem); font-weight:900; letter-spacing:0; line-height:1; text-transform:uppercase; }
.elsewright-hero h1 { max-width:13ch; margin-bottom:1.35rem; color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.1rem,7vw,5.8rem); font-weight:500; letter-spacing:-.035em; line-height:.96; }
.elsewright-hero .lede { max-width:39rem; color:#4b5350; font-size:clamp(1.1rem,2vw,1.25rem); line-height:1.65; }
.elsewright-section { padding-top:clamp(5rem,8vw,7rem); padding-bottom:clamp(3.75rem,6vw,5.5rem); border-top:1px solid var(--line); }
.editorial-grid { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); column-gap:clamp(.75rem,1.8vw,1.5rem); }
.section-label { position:relative; grid-column:1 / 4; align-self:start; justify-self:start; width:max-content; max-width:100%; margin-left:.55rem; padding-top:0; color:var(--accent); font-size:.74rem; font-weight:850; letter-spacing:.17em; line-height:1.2; text-transform:uppercase; white-space:nowrap; }
.approach-layout,.release-panel { --section-heading-size:clamp(2.6rem,4.6vw,3.45rem); }
.approach-layout > .section-label,.release-panel > .section-label { display:flex; min-height:var(--section-heading-size); align-items:center; }
.section-copy { grid-column:4 / 10; }
.section-copy h2,.release-copy h2 { margin-bottom:1.5rem; color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:var(--section-heading-size); font-weight:500; letter-spacing:-.035em; line-height:1; white-space:nowrap; }
.elsewright-intro-copy { max-width:43rem; color:#4b5350; font-size:clamp(1.05rem,1.6vw,1.15rem); line-height:1.72; }
.section-ornament { position:relative; grid-column:10 / 13; min-height:18rem; }
.balloon-cluster-small { position:absolute; width:16rem; max-width:165%; top:0; left:50%; margin:0; opacity:1; transform:translateX(-50%) rotate(-2deg); }
.motion-balloon-svg .balloon,.motion-balloon-svg .tether { animation:none !important; }
.motion-balloon-svg .tether { fill:none; stroke-linecap:round; stroke-width:2.2; }
.principle-fan { grid-column:1 / 4; align-self:stretch; display:grid; height:auto; min-height:0; place-items:center; margin-top:clamp(2.25rem,4vw,3.25rem); padding-top:0; }
.principle-fan .piece-fan-svg { display:block; width:min(100%,13rem); margin-inline:auto; transform:rotate(-3deg); }
.approach-layout .principles { grid-column:4 / 13; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 clamp(1.2rem,3vw,2.5rem); margin-top:clamp(2.25rem,4vw,3.25rem); padding-right:clamp(1.5rem,3vw,3rem); }
.approach-layout .principle { min-height:15rem; padding:2.2rem .5rem 2.8rem 0; border:0; border-top:1px solid var(--line); border-radius:0; background:transparent; }
.approach-layout .principle-number { display:flex; width:max-content; align-items:center; gap:.65rem; margin-bottom:3.2rem; color:var(--accent); font-size:.73rem; font-weight:900; letter-spacing:.16em; }
.approach-layout .principle-number::before { flex:0 0 1.25rem; width:1.25rem; aspect-ratio:1; background:url("elsewright-petal-asterisk.svg") center / contain no-repeat; content:""; }
.approach-layout .principle h3 { margin-bottom:.7rem; color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.45rem,2.6vw,2.1rem); font-weight:500; letter-spacing:-.02em; }
.approach-layout .principle p { max-width:30rem; margin-bottom:0; color:#4b5350; font-size:1rem; line-height:1.65; }
.release-panel { position:relative; overflow:visible; display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); align-items:start; gap:0 clamp(.75rem,1.8vw,1.5rem); padding:0; border:0; border-radius:0; background:transparent; }
.release-panel .section-label { grid-column:1 / 4; }
.release-copy { grid-column:4 / 9; }
.release-copy h2 { margin-bottom:1rem; letter-spacing:-.045em; }
.release-copy > p { max-width:37rem; color:#4b5350; font-size:1.08rem; line-height:1.68; }
.release-copy .actions { margin-top:1.4rem; }
.release-panel .button { border-color:var(--accent); color:white; background:var(--accent); }
.release-ornament { position:relative; grid-column:9 / 13; min-height:18.5rem; }
.release-ornament .puzzle-cross { position:absolute; width:13.05rem; max-width:none; top:-.25rem; left:50%; margin:0; opacity:1; transform-origin:50% 50%; animation:interlock-turn 300s linear infinite; }
#releases { padding-bottom:clamp(3.25rem,5vw,4.5rem); }
.elsewright .site-footer { font-size:.8rem; }
.fan-card { transform-box:fill-box; transform-origin:center; animation:card-sweep 15s cubic-bezier(.4,0,.2,1) infinite; }
.fan-card.card-1 { --dx:-10px; --dy:4px; animation-delay:0s; }
.fan-card.card-2 { --dx:-7px; --dy:-3px; animation-delay:.28s; }
.fan-card.card-3 { --dx:0; --dy:-8px; animation-delay:.56s; }
.fan-card.card-4 { --dx:7px; --dy:-3px; animation-delay:.84s; }
.fan-card.card-5 { --dx:10px; --dy:4px; animation-delay:1.12s; }
.motion-paused,.motion-paused * { animation-play-state:paused !important; }
@keyframes curtain-away { from { opacity:1; } to { opacity:0; visibility:hidden; } }
@keyframes mark-settle { 0%,28% { transform:scale(1.12); } 100% { transform:scale(1); } }
@keyframes card-sweep { 0%,9.3%,100% { transform:translate(0,0) scale(1); } 4.5% { transform:translate(var(--dx),var(--dy)) scale(1.025); } }
@keyframes interlock-turn { from { transform:translateX(-50%) rotate(45deg); } to { transform:translateX(-50%) rotate(405deg); } }
@media (max-width:900px) { .section-copy h2 { white-space:normal; } }
@media (max-width:760px) {
  .editorial-grid,.release-panel { grid-template-columns:1fr; }
  .section-label,.section-copy,.section-ornament,.approach-layout .principles,.release-panel .section-label,.release-copy,.release-ornament { grid-column:1 / -1; }
  .section-label { width:auto; margin-bottom:2.2rem; white-space:normal; }
  .approach-layout > .section-label,.release-panel > .section-label { display:block; min-height:0; }
  .section-ornament,.principle-fan { display:none; }
  .approach-layout .principles { grid-template-columns:1fr; padding-right:0; }
  .release-ornament { display:block; min-height:16.5rem; margin-top:2rem; }
  .release-ornament .puzzle-cross { width:11.25rem; top:.5rem; }
}
@media (prefers-reduced-motion:reduce) {
  .fan-card,.release-ornament .puzzle-cross { animation:none !important; }
  .release-ornament .puzzle-cross { transform:translateX(-50%) rotate(45deg); }
}

@media (max-width:760px) {
  .shell { width:min(100% - 2rem,1160px); }
  .site-header { min-height:5.25rem; align-items:center; flex-direction:row; padding-block:0; }
  .elsewright .site-header { width:min(100% - 1rem,1160px); gap:clamp(.5rem,2vw,.9rem); }
  .site-nav { flex-wrap:nowrap; justify-content:flex-end; gap:.45rem clamp(.55rem,2.5vw,.9rem); }
  .site-nav a { white-space:nowrap; }
  .site-footer { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .button:hover { transform:none; }
  .reveal-curtain { display:none !important; }
  .elsewright-hero-logo { animation:none !important; }
}
