:root {
      --paper: #f4f2ea;
      --paper-2: #ebe9df;
      --ink: #17211b;
      --muted: #647067;
      --forest: #173f31;
      --forest-2: #255944;
      --river: #7b9fa0;
      --sand: #d8c7a5;
      --accent: #d16a3a;
      --line: rgba(23, 33, 27, .16);
      --serif: "Source Serif 4", Georgia, serif;
      --display: "Playfair Display", Georgia, serif;
      --sans: "Montserrat", Arial, sans-serif;
      --content: 710px;
      --wide: 1180px;
      --ease: cubic-bezier(.22, 1, .36, 1);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; background: var(--paper); }
    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,.62), transparent 27rem),
        var(--paper);
      font-family: var(--serif);
      font-size: clamp(18px, 1.45vw, 21px);
      line-height: 1.72;
      text-rendering: optimizeLegibility;
      overflow-x: clip;
    }
    img { display: block; max-width: 100%; }
    button { font: inherit; }
    ::selection { background: #b9d2c7; color: #102018; }
    .sr-only { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }

    .reading-progress {
      position: fixed; inset: 0 0 auto 0; height: 4px; z-index: 100;
      background: rgba(255,255,255,.25); pointer-events: none;
    }
    .reading-progress span { display:block; height:100%; width:100%; transform:scaleX(0); transform-origin:left; background:var(--accent); }

    .hero {
      position: relative;
      min-height: 100svh;
      isolation: isolate;
      overflow: hidden;
      background-image:
        linear-gradient(90deg, rgba(11,30,23,.05) 0%, rgba(11,30,23,.02) 48%, rgba(11,30,23,.25) 100%),
        url("https://cafefcdn.com/203337114487263232/2026/8/1/nen-song-re-17855481449071279322316.png");
      background-size: cover;
      background-position: center;
    }
    .hero::before {
      content:""; position:absolute; inset:0; z-index:-1;
      background: linear-gradient(180deg, rgba(255,255,255,.12), transparent 30%, rgba(16,35,27,.18));
    }
    .hero::after {
      content:""; position:absolute; inset:0; z-index:2; pointer-events:none;
      background: linear-gradient(180deg, transparent 72%, rgba(13,29,23,.24));
    }
    .fog { position:absolute; z-index:1; inset:auto -15% 13% -15%; height:24%; opacity:.22; filter:blur(25px); background:linear-gradient(90deg, transparent, white 25%, transparent 52%, white 77%, transparent); animation:fog 15s linear infinite alternate; }
    @keyframes fog { to { transform:translateX(8%); } }

    .hero__raft {
      position: absolute;
      z-index: 3;
      height: clamp(250px, 43vh, 490px);
      max-width: none;
      width: auto;
      bottom: clamp(1.5rem, 7vh, 6rem);
      left: 0;
      will-change: transform;
      pointer-events: none;
      transform: translate3d(var(--raft-start, 0px),0,0);
    }
    .hero.is-running .hero__raft {
      animation: raftCross 7s var(--ease) 1s forwards;
    }
    @keyframes raftCross {
      from { transform: translate3d(var(--raft-start),0,0); }
      to { transform: translate3d(var(--raft-end),0,0); }
    }

    .hero__title {
      position:absolute; z-index:4;
      right: clamp(24px, 6vw, 100px);
      top: clamp(120px, 18vh, 190px);
      width: min(720px, 48vw);
      color: #f7f3e7;
      text-shadow: 0 3px 20px rgba(12,30,23,.28);
      opacity:0; transform:translateY(28px);
      animation:titleIn 1.35s var(--ease) 4.75s forwards;
    }
    .hero__title span { display:block; }
    .hero__title .line-1,
    .hero__title .line-3 {
      font-family:var(--sans); font-weight:700; letter-spacing:-.03em;
      font-size:clamp(24px, 2.65vw, 48px); line-height:1.12;
    }
    .hero__title .line-2 {
      font-family:var(--display); font-weight:700; letter-spacing:-.045em;
      font-size:clamp(48px, 6vw, 104px); line-height:.93; margin:.08em 0 .16em;
    }
    @keyframes titleIn { to { opacity:1; transform:none; } }
    .hero__scroll {
      position:absolute; z-index:5; right:clamp(24px, 6vw, 100px); bottom:24px;
      display:flex; gap:10px; align-items:center; color:#fff; font:600 11px/1 var(--sans);
      letter-spacing:.16em; text-transform:uppercase; opacity:0;
      animation:fadeIn 1s ease 8.1s forwards;
    }
    .hero__scroll i { width:46px; height:1px; background:currentColor; position:relative; overflow:hidden; }
    .hero__scroll i::after { content:""; position:absolute; width:16px; height:1px; background:var(--accent); animation:scan 1.8s ease-in-out infinite; }
    @keyframes scan { from { transform:translateX(-18px); } to { transform:translateX(48px); } }
    @keyframes fadeIn { to { opacity:.86; } }

    .article { position:relative; }
    .lead {
      width:min(var(--content), calc(100% - 40px)); margin:0 auto;
      padding:clamp(72px, 10vw, 150px) 0 clamp(52px, 8vw, 110px);
    }
    .lead__dek {
      font-family:var(--display); font-weight:600; font-size:clamp(25px, 3vw, 42px);
      line-height:1.32; letter-spacing:-.02em; margin:0 0 2.2em; color:var(--forest);
    }
    .story-paragraph { margin:0 0 1.35em; }
    .lead > .story-paragraph:first-of-type::first-letter {
      float:left; font-family:var(--display); font-size:5.3em; line-height:.73; padding:.09em .11em 0 0; color:var(--forest);
    }
    .question {
      font-family:var(--display); font-size:clamp(28px,3.1vw,45px); line-height:1.3;
      color:var(--forest); border-left:4px solid var(--accent); padding-left:clamp(18px,2.5vw,34px);
      margin:2.2em 0 .5em;
    }

    .chapter-head {
      width:min(var(--wide), calc(100% - 40px)); margin:0 auto; padding:clamp(80px,12vw,160px) 0 54px;
      display:grid; grid-template-columns:minmax(150px,.34fr) 1fr; gap:clamp(24px,6vw,90px); align-items:end;
      border-top:1px solid var(--line);
    }
    .chapter-head__index { font:700 12px/1 var(--sans); letter-spacing:.17em; text-transform:uppercase; color:var(--accent); }
    .chapter-head h2 { margin:0; font:600 clamp(40px,6.3vw,92px)/.98 var(--display); letter-spacing:-.045em; color:var(--forest); max-width:930px; }

    .budget-scene {
      width:min(var(--wide), calc(100% - 40px)); margin:0 auto clamp(80px,10vw,140px);
      display:grid; grid-template-columns:minmax(320px,.88fr) minmax(320px,1fr); gap:clamp(42px,7vw,110px); align-items:start;
    }
    .budget-visual {
      position:sticky; top:8vh; min-height:84vh; border-radius:26px; overflow:hidden;
      background:
        radial-gradient(circle at 72% 22%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(145deg, #244f3e, #10271f);
      color:#f2efe4; box-shadow:0 32px 80px rgba(15,39,31,.16);
      padding:clamp(28px,4vw,58px); display:flex; flex-direction:column; justify-content:space-between;
    }
    .budget-visual::after {
      content:""; position:absolute; left:-8%; right:-8%; bottom:12%; height:38%;
      border-radius:50%; border:1px solid rgba(255,255,255,.22); transform:rotate(-8deg);
      box-shadow:0 -28px 0 rgba(255,255,255,.035), 0 -56px 0 rgba(255,255,255,.025), 0 -84px 0 rgba(255,255,255,.018);
    }
    .budget-label { font:600 11px/1.3 var(--sans); letter-spacing:.16em; text-transform:uppercase; opacity:.74; }
    .budget-number { font:600 clamp(80px,10vw,150px)/.78 var(--display); letter-spacing:-.08em; margin:.2em 0; position:relative; z-index:1; }
    .budget-number small { display:block; font:600 clamp(18px,2vw,25px)/1.1 var(--sans); letter-spacing:-.02em; margin-top:.9em; }
    .budget-years { display:flex; justify-content:space-between; position:relative; z-index:1; font:700 12px/1 var(--sans); }
    .budget-years .track { position:absolute; height:2px; left:48px; right:48px; top:50%; background:rgba(255,255,255,.2); }
    .budget-years .track::after { content:""; display:block; height:100%; width:0; background:var(--accent); transition:width 1.8s var(--ease); }
    .budget-visual.is-visible .budget-years .track::after { width:100%; }
    .budget-copy { padding-top:5vh; }
    .budget-copy .story-paragraph { margin-bottom:clamp(45px,8vh,100px); font-size:clamp(19px,1.55vw,22px); }
    .pull-number {
      margin:0 0 clamp(50px,8vh,100px); border-top:1px solid var(--line); padding-top:26px;
      display:grid; grid-template-columns:1fr 1fr; gap:22px;
    }
    .pull-number strong { display:block; font:600 clamp(37px,4vw,62px)/1 var(--display); color:var(--forest); letter-spacing:-.045em; }
    .pull-number span { display:block; margin-top:8px; font:600 12px/1.45 var(--sans); color:var(--muted); }

    .body-column { width:min(var(--content), calc(100% - 40px)); margin:0 auto; }
    .section-title {
      margin:0 0 .8em; font:600 clamp(38px,5.4vw,74px)/1.02 var(--display); letter-spacing:-.04em; color:var(--forest);
    }
    .industrial-intro { padding:0 0 clamp(52px,7vw,95px); }

    .company-album-wrap { width:min(var(--wide), calc(100% - 40px)); margin:clamp(55px,9vw,120px) auto clamp(90px,12vw,170px); }
    .album-kicker { display:flex; align-items:center; gap:14px; margin-bottom:20px; font:700 11px/1 var(--sans); letter-spacing:.16em; text-transform:uppercase; color:var(--accent); }
    .album-kicker::before { content:""; width:36px; height:1px; background:currentColor; }
    .company-album { display:grid; grid-template-columns:1.1fr .9fr; grid-template-rows:repeat(2, minmax(230px, 32vw)); gap:12px; }
    .company-card {
      position:relative; border:0; padding:0; overflow:hidden; cursor:pointer; border-radius:3px;
      background:#d8ddd6; text-align:left; color:white; min-height:230px; isolation:isolate;
      transition:transform .45s var(--ease), filter .45s var(--ease);
    }
    .company-card:first-child { grid-row:1 / span 2; }
    .company-card img { width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease), filter .5s ease; }
    .company-card__shade { position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(10,22,17,.85)); z-index:1; }
    .company-card__name { position:absolute; left:22px; bottom:22px; z-index:2; font:700 clamp(20px,2vw,30px)/1 var(--sans); }
    .company-card__metric { position:absolute; right:22px; top:20px; z-index:2; font:600 11px/1.2 var(--sans); letter-spacing:.04em; opacity:0; transform:translateY(-8px); transition:.35s ease; }
    .company-card__metric strong { font-size:1.4em; }
    .company-card:hover img, .company-card:focus-visible img { transform:scale(1.025); }
    .company-card.is-active { outline:3px solid var(--accent); outline-offset:-3px; }
    .company-card.is-active .company-card__metric { opacity:1; transform:none; }
    .company-card:not(.is-active) img { filter:saturate(.7) contrast(.95); }
    .company-detail {
      margin:18px 0 0 auto; width:min(760px, 86%); padding:clamp(25px,4vw,44px);
      background:#fffdf6; border-left:5px solid var(--accent); box-shadow:0 24px 65px rgba(25,44,35,.1);
      min-height:170px; display:grid; grid-template-columns:auto 1fr; gap:clamp(18px,3vw,34px); align-items:start;
    }
    .company-detail__index { font:700 12px/1 var(--sans); color:var(--accent); padding-top:8px; }
    .company-detail h3 { margin:0 0 .45em; font:600 clamp(26px,3vw,42px)/1.05 var(--display); color:var(--forest); }
    .company-detail p { margin:0; font-size:clamp(17px,1.4vw,20px); line-height:1.65; }
    .company-detail.is-changing > div:last-child { animation:detailIn .45s var(--ease); }
    @keyframes detailIn { from { opacity:0; transform:translateY(8px); } }

    .life-intro { width:min(var(--content), calc(100% - 40px)); margin:0 auto clamp(70px,10vw,130px); }
    .life-stage {
      width:min(var(--wide), calc(100% - 40px)); margin:0 auto clamp(110px,15vw,210px);
      display:grid; grid-template-columns:minmax(280px,.9fr) minmax(360px,1fr); gap:clamp(35px,8vw,130px); align-items:start;
    }
    .life-stage__visual { position:sticky; top:7vh; min-height:86vh; border-radius:28px; overflow:hidden; background:linear-gradient(150deg,#dbe1d6,#bfcabd); display:grid; place-items:end center; }
    .life-stage__visual::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 25%,rgba(255,255,255,.75),transparent 39%), linear-gradient(180deg,transparent 60%,rgba(35,67,51,.16)); }
    .life-stage__visual img { position:relative; z-index:1; width:100%; height:100%; max-height:86vh; object-fit:contain; object-position:center bottom; filter:drop-shadow(0 22px 22px rgba(25,52,40,.18)); }
    .life-stage__tag { position:absolute; top:24px; left:24px; z-index:2; padding:10px 13px; border:1px solid rgba(23,63,49,.24); border-radius:99px; font:700 10px/1 var(--sans); letter-spacing:.14em; text-transform:uppercase; background:rgba(244,242,234,.6); backdrop-filter:blur(10px); }
    .life-stage__copy { padding-top:10vh; }
    .life-card {
      min-height:55vh; display:flex; align-items:center; margin-bottom:11vh;
      opacity:.38; transform:translateY(28px); transition:opacity .65s ease, transform .65s var(--ease);
    }
    .life-card.is-visible { opacity:1; transform:none; }
    .life-card p { margin:0; padding:clamp(24px,4vw,40px); background:rgba(255,253,246,.82); border:1px solid rgba(23,63,49,.1); box-shadow:0 26px 60px rgba(21,42,33,.075); backdrop-filter:blur(12px); }

    .cycle-section { position:relative; background:var(--forest); color:#f2efe5; padding:clamp(90px,13vw,180px) 0; overflow:hidden; }
    .cycle-section::before { content:""; position:absolute; width:65vw; aspect-ratio:1; border:1px solid rgba(255,255,255,.08); border-radius:50%; left:-25vw; top:-15vw; box-shadow:0 0 0 7vw rgba(255,255,255,.018), 0 0 0 14vw rgba(255,255,255,.012); }
    .cycle-grid { width:min(var(--wide), calc(100% - 40px)); margin:auto; display:grid; grid-template-columns:.86fr 1fr; gap:clamp(55px,8vw,120px); align-items:start; }
    .cycle-title { position:sticky; top:12vh; }
    .cycle-title .section-title { color:#f2efe5; }
    .cycle-orbit { width:min(420px, 90%); aspect-ratio:1; margin-top:55px; position:relative; border:1px solid rgba(255,255,255,.2); border-radius:50%; animation:orbitRotate 38s linear infinite; }
    .cycle-orbit::before { content:""; position:absolute; inset:18%; border:1px solid rgba(255,255,255,.12); border-radius:50%; }
    .cycle-orbit span { position:absolute; padding:11px 14px; border-radius:99px; background:#f0eddf; color:var(--forest); font:700 11px/1 var(--sans); animation:orbitRotate 38s linear infinite reverse; white-space:nowrap; }
    .cycle-orbit span:nth-child(1) { left:50%; top:-17px; transform:translateX(-50%); }
    .cycle-orbit span:nth-child(2) { right:-28px; bottom:23%; }
    .cycle-orbit span:nth-child(3) { left:-25px; bottom:23%; }
    @keyframes orbitRotate { to { transform:rotate(360deg); } }
    .cycle-copy .story-paragraph { margin-bottom:2.2em; color:rgba(242,239,229,.92); }
    .cycle-copy .lead > .story-paragraph:first-of-type::first-letter { color:#f2efe5; }

    .final-section { padding:clamp(95px,13vw,180px) 0 0; }
    .final-copy { width:min(var(--content), calc(100% - 40px)); margin:auto; }
    .end-gallery { width:100vw; margin:clamp(60px,8vw,110px) calc(50% - 50vw); display:grid; grid-template-columns:1fr 1fr; gap:6px; background:var(--ink); }
    .end-gallery figure { margin:0; min-height:min(76vh,700px); overflow:hidden; }
    .end-gallery img { width:100%; height:100%; object-fit:cover; transition:transform 1.1s var(--ease); }
    .end-gallery figure:hover img { transform:scale(1.018); }
    .closing {
      width:min(940px, calc(100% - 40px)); margin:auto; padding:clamp(30px,4vw,65px) 0 clamp(100px,13vw,180px);
      text-align:center;
    }
    .closing p:first-child { font-family:var(--display); font-size:clamp(29px,4vw,57px); line-height:1.23; letter-spacing:-.03em; color:var(--forest); }
    .closing p:last-child { margin:1.9em auto 0; max-width:780px; font:700 clamp(17px,1.8vw,22px)/1.55 var(--sans); }
    .closing p:last-child::before { content:""; display:block; width:60px; height:3px; background:var(--accent); margin:0 auto 28px; }
    .footer { padding:30px 20px 45px; border-top:1px solid var(--line); text-align:center; font:600 10px/1.5 var(--sans); color:var(--muted); letter-spacing:.12em; text-transform:uppercase; }

    .reveal { opacity:0; transform:translateY(22px); transition:opacity .85s ease, transform .85s var(--ease); }
    .reveal.is-visible { opacity:1; transform:none; }

    @media (max-width: 900px) {
      .budget-scene, .cycle-grid { grid-template-columns:1fr; }
      .budget-visual, .cycle-title { position:relative; top:auto; min-height:70vh; }
      .budget-copy { padding-top:0; }
      .budget-copy .story-paragraph { margin-bottom:2em; }
      .life-stage { grid-template-columns:minmax(240px,.78fr) 1fr; gap:30px; }
      .company-album { grid-template-rows:repeat(2, minmax(220px, 42vw)); }
    }

    @media (max-width: 700px) {
      body { font-size:18px; line-height:1.68; }
      .hero {
        min-height:100svh;
        background-image:linear-gradient(180deg, rgba(10,28,21,.02), rgba(10,28,21,.28)), url("https://cafefcdn.com/203337114487263232/2026/8/1/nen-song-remb-17855481449181604563657.png");
        background-position:center;
      }
      .hero__raft { content:url("https://cafefcdn.com/203337114487263232/2026/8/1/be-song-re-acrylic-2560x1024-final-1785548144879845805442.png"); height:clamp(230px, 35vh, 340px); bottom:10vh; }
      .hero__title { width:calc(100% - 40px); right:20px; top:13vh; text-align:right; }
      .hero__title .line-1,.hero__title .line-3 { font-size:clamp(20px,7vw,32px); }
      .hero__title .line-2 { font-size:clamp(46px,15vw,72px); }
      .hero__scroll { right:20px; }
      .chapter-head { grid-template-columns:1fr; gap:20px; }
      .chapter-head h2 { font-size:clamp(42px,13vw,68px); }
      .pull-number { grid-template-columns:1fr; }
      .company-album { grid-template-columns:1fr 1fr; grid-template-rows:repeat(2, minmax(190px, 58vw)); gap:7px; }
      .company-card:first-child { grid-row:auto; }
      .company-card__name { left:14px; bottom:14px; font-size:18px; }
      .company-card__metric { top:12px; right:12px; font-size:9px; }
      .company-detail { width:100%; grid-template-columns:1fr; }
      .life-stage { display:block; width:100%; }
      .life-stage__visual { top:0; min-height:54svh; height:54svh; border-radius:0; z-index:1; }
      .life-stage__visual img { max-height:54svh; }
      .life-stage__copy { position:relative; z-index:2; padding:0 20px; margin-top:-7vh; }
      .life-card { min-height:66vh; margin-bottom:5vh; }
      .life-card p { background:rgba(255,253,246,.94); }
      .cycle-orbit { margin-inline:auto; }
      .end-gallery { grid-template-columns:1fr; }
      .end-gallery figure { min-height:62vh; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior:auto; }
      *,*::before,*::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
      .hero__raft { transform:translate3d(var(--raft-end),0,0); }
      .hero__title,.hero__scroll { opacity:1; transform:none; }
    }



:root {
  --paper: #f3f0e6;
  --paper-warm: #e9e3d4;
  --ink: #1d2821;
  --muted: #68736a;
  --forest: #214b3a;
  --forest-deep: #17382d;
  --accent: #bd6545;
  --ochre: #c59a54;
  --frame-line: rgba(41, 67, 53, .34);
}

body {
  background:
    radial-gradient(circle at 12% 7%, rgba(255,255,255,.78), transparent 28rem),
    linear-gradient(90deg, rgba(50,78,59,.022) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 24px 24px, auto;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.72;
}


.hero.hero-re {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: url("https://cafefcdn.com/203337114487263232/2026/8/1/nen-song-re-17855481449071279322316.png") center center / cover no-repeat;
}
.hero.hero-re::before { content: none; }
.hero.hero-re::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4,38,43,.34) 0%, rgba(4,38,43,.08) 48%, transparent 76%),
    linear-gradient(180deg, rgba(0,30,46,.06), transparent 42%, rgba(0,24,31,.10));
}
.raft-track {
  position: absolute;
  left: 0;
  bottom: clamp(5%, 7vh, 10%);
  z-index: 3;
  width: 190vw;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: raft-enter .8s ease-out 1s forwards, river-cross 7s linear 1s forwards;
  will-change: transform, opacity;
}
.raft-bob { width: 100%; animation: water-bob 3.4s ease-in-out 1.8s infinite; transform-origin: 74% 74%; }
.raft { display:block; width:100%; height:auto; user-select:none; pointer-events:none; filter:drop-shadow(0 12px 9px rgba(5,36,39,.17)); }
.raft-picture { display: contents; }

.hero-text-title {
  position:absolute;
  z-index:4;
  top:clamp(108px, 17vh, 176px);
  right:clamp(22px, 5.6vw, 92px);
  width:min(790px, 58vw);
  margin:0;
  color:#fffaf0;
  text-align:left;
  text-shadow:0 3px 22px rgba(4,35,38,.34);
  opacity:0;
  transform:translateY(18px);
  animation:title-in 1.25s cubic-bezier(.2,.7,.2,1) 4.8s forwards;
}
.hero-title-line { display:block; }
.hero-title-line--one,
.hero-title-line--three {
  font-family:var(--sans);
  font-weight:700;
  font-size:clamp(23px, 2.45vw, 43px);
  line-height:1.14;
  letter-spacing:-.035em;
}
.hero-title-line--focus {
  font-family:var(--display);
  font-weight:700;
  font-size:clamp(48px, 5.65vw, 91px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:.08em 0 .14em;
  white-space:nowrap;
  color:#f7e7ba;
}
.scroll-cue {
  position:absolute; z-index:4; left:50%; bottom:max(20px, env(safe-area-inset-bottom));
  transform:translateX(-50%); color:rgba(255,253,244,.9);
  font:600 clamp(11px, .9vw, 13px)/1 var(--sans); letter-spacing:.06em;
  opacity:0; animation:cue-in .8s ease 6.2s forwards;
}
.scroll-cue span { display:inline-block; margin-left:.35em; animation:cue-bob 1.6s ease-in-out infinite; }
@keyframes raft-enter { to { opacity:1; } }
@keyframes river-cross { from { transform:translate3d(-40vw,10px,0); } to { transform:translate3d(-112vw,10px,0); } }
@keyframes water-bob { 0%,100% { transform:translateY(0) rotate(-.12deg); } 50% { transform:translateY(-3px) rotate(.12deg); } }
@keyframes title-in { to { opacity:1; transform:translateY(0); } }
@keyframes cue-in { to { opacity:1; } }
@keyframes cue-bob { 50% { transform:translateY(4px); } }


.lead { padding-top:clamp(64px, 8vw, 112px); }
.lead__dek {
  font-size:clamp(21px, 2.05vw, 29px);
  line-height:1.5;
  letter-spacing:-.012em;
  margin-bottom:2.05em;
  font-weight:600;
}
.question {
  font-size:clamp(22px, 2.15vw, 31px);
  line-height:1.46;
  border-left-width:3px;
  padding-left:clamp(16px,2vw,26px);
  margin-top:2em;
}
.closing { font-size:clamp(21px, 2.05vw, 29px); line-height:1.52; }
.pull-number strong { font-size:clamp(34px, 4.6vw, 60px); }
.pull-number span { font-size:clamp(13px, 1.05vw, 16px); }


.chapter-head {
  display:block;
  width:min(var(--content), calc(100% - 40px));
  padding:clamp(72px,10vw,125px) 0 42px;
  border-top:1px solid var(--line);
}
.chapter-head h2 {
  font-size:clamp(39px,5.1vw,70px);
  line-height:1.04;
  max-width:760px;
}
.section-title { font-size:clamp(35px,4.5vw,62px); line-height:1.08; }


.budget-scene {
  display:block;
  width:min(var(--content), calc(100% - 40px));
  margin:0 auto clamp(78px,10vw,130px);
}
.budget-copy { max-width:none; }
.budget-snapshot {
  position:relative;
  display:grid;
  grid-template-columns:minmax(130px, .78fr) minmax(150px, 1fr) minmax(130px, .78fr);
  align-items:center;
  gap:clamp(12px,2.5vw,30px);
  margin:clamp(36px,5vw,58px) 0;
  padding:clamp(22px,3vw,34px);
  background:
    linear-gradient(92deg, rgba(255,255,255,.7), rgba(235,229,212,.82)),
    var(--paper-warm);
  border:1px solid rgba(48,74,57,.28);
  border-radius:22px 18px 25px 17px / 18px 25px 16px 24px;
  box-shadow:7px 9px 0 rgba(46,75,58,.07), 0 18px 42px rgba(41,66,52,.08);
  overflow:hidden;
}
.budget-snapshot::before {
  content:""; position:absolute; inset:8px; border:1px dashed rgba(189,101,69,.22);
  border-radius:17px 13px 20px 14px / 14px 20px 12px 19px; pointer-events:none;
}
.budget-snapshot__point { position:relative; z-index:1; display:flex; flex-direction:column; }
.budget-snapshot__point--end { text-align:right; align-items:flex-end; }
.budget-snapshot__year { font:700 11px/1 var(--sans); letter-spacing:.14em; color:var(--accent); }
.budget-snapshot__point strong { font:600 clamp(39px,5vw,60px)/.95 var(--display); color:var(--forest); letter-spacing:-.055em; }
.budget-snapshot__point em { font:600 12px/1.3 var(--sans); font-style:normal; color:var(--muted); }
.budget-snapshot__flow { position:relative; min-height:72px; display:grid; place-items:center; }
.budget-snapshot__flow svg { position:absolute; inset:0; width:100%; height:100%; overflow:visible; }
.flow-shadow { fill:none; stroke:rgba(53,74,61,.15); stroke-width:7; stroke-linecap:round; }
.flow-line { fill:none; stroke:var(--accent); stroke-width:2.4; stroke-linecap:round; stroke-dasharray:4 7; }
.flow-tip { fill:none; stroke:var(--accent); stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
.budget-snapshot__flow span { position:relative; z-index:1; padding:5px 10px; border-radius:999px; background:rgba(243,240,230,.92); font:700 10px/1 var(--sans); letter-spacing:.08em; color:var(--forest); }


.art-frame {
  position:relative;
  background:#f8f4e9;
  border:1px solid var(--frame-line);
  box-shadow:6px 7px 0 rgba(48,75,59,.08), 0 18px 45px rgba(38,62,49,.09);
  border-radius:8px 5px 9px 6px / 6px 9px 5px 8px;
}
.art-frame::before,
.art-frame::after {
  content:""; position:absolute; width:28px; height:28px; z-index:3; pointer-events:none;
}
.art-frame::before { top:-4px; left:-4px; border-top:2px solid rgba(189,101,69,.72); border-left:2px solid rgba(189,101,69,.72); transform:rotate(-1.5deg); }
.art-frame::after { right:-4px; bottom:-4px; border-right:2px solid rgba(197,154,84,.78); border-bottom:2px solid rgba(197,154,84,.78); transform:rotate(1.5deg); }
.ai-caption {
  display:block;
  padding:8px 10px 7px;
  color:#788078;
  font:500 10px/1.2 var(--sans);
  letter-spacing:.035em;
  text-align:right;
}


.company-album-wrap { width:min(1180px, calc(100% - 40px)); margin:clamp(52px,7vw,92px) auto clamp(90px,11vw,145px); }
.album-kicker { margin:0 0 14px; font-size:11px; letter-spacing:.12em; color:var(--accent); }
.company-album {
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  grid-template-rows:none;
  gap:clamp(10px,1.4vw,18px);
}
.company-card {
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:0;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  color:var(--ink);
  text-align:left;
  cursor:pointer;
  transform:none;
}
.company-card:hover { transform:translateY(-2px); }
.company-card:focus-visible { outline:3px solid rgba(189,101,69,.42); outline-offset:5px; }
.company-card__image-frame { display:flex; flex-direction:column; padding:8px 8px 0; transition:border-color .25s ease, box-shadow .25s ease; }
.company-card__image-frame img {
  width:100%; height:auto; aspect-ratio:4/3;
  object-fit:contain; object-position:center;
  background:linear-gradient(135deg,#e5e8dd,#f4efe3);
}
.company-card.is-active .company-card__image-frame { border-color:rgba(189,101,69,.84); box-shadow:7px 8px 0 rgba(189,101,69,.12), 0 20px 46px rgba(38,62,49,.11); }
.company-card__meta { display:flex; align-items:flex-end; justify-content:space-between; gap:8px; padding:0 4px; }
.company-card__name { position:static; font:700 clamp(14px,1.15vw,17px)/1.15 var(--sans); color:var(--forest); }
.company-card__metric { position:static; text-align:right; font:600 10px/1.15 var(--sans); color:var(--muted); }
.company-card__metric strong { display:inline; font-size:14px; color:var(--accent); }
.company-detail {
  width:min(880px,100%);
  min-height:160px;
  margin:clamp(18px,2.5vw,30px) auto 0;
  padding:clamp(20px,3vw,32px);
  display:grid;
  grid-template-columns:74px 1fr;
  gap:clamp(16px,2.5vw,30px);
  align-items:start;
  background:rgba(248,244,233,.86);
  border:1px solid rgba(47,73,57,.28);
  border-radius:16px 12px 18px 13px / 13px 18px 12px 16px;
  box-shadow:5px 6px 0 rgba(48,75,59,.07);
  color:var(--ink);
}
.company-detail__index { color:var(--accent); }
.company-detail h3 { color:var(--forest); font-size:clamp(27px,3vw,39px); margin:0 0 .25em; }
.company-detail p { margin:0; font-size:clamp(16px,1.2vw,19px); line-height:1.58; }


.life-stage { align-items:start; gap:clamp(38px,6vw,86px); }
.life-stage__visual {
  position:sticky;
  top:7vh;
  min-height:0;
  height:min(82vh,760px);
  padding:10px 10px 0;
  display:flex;
  flex-direction:column;
  overflow:visible;
  background:#f7f1e3;
}
.life-stage__visual::before {
  content:""; position:absolute; inset:10px 10px 35px; z-index:0;
  background:radial-gradient(circle at 50% 22%, rgba(255,255,255,.84), transparent 42%), linear-gradient(145deg,#dfe5da,#c9d1c5);
}
.life-stage__image-well { position:relative; z-index:1; flex:1; min-height:0; display:grid; place-items:center; overflow:hidden; }
.life-stage__visual img {
  position:static;
  width:100%; height:100%; max-height:none;
  object-fit:contain; object-position:center bottom;
  filter:drop-shadow(0 18px 16px rgba(25,52,40,.14));
}
.life-stage__visual .ai-caption { position:relative; z-index:2; padding-right:2px; }
.life-card { border-radius:16px 12px 18px 13px / 13px 18px 12px 16px; }


.cycle-section {
  position:relative;
  background:
    radial-gradient(ellipse at 14% 18%, rgba(91,127,99,.20), transparent 34%),
    radial-gradient(ellipse at 88% 76%, rgba(193,139,82,.16), transparent 31%),
    #e9e4d6;
  color:var(--ink);
  padding:clamp(88px,11vw,150px) 0;
}
.cycle-section::before {
  content:"";
  position:absolute;
  width:72vw; height:24vw; min-height:180px;
  left:-16vw; top:5%;
  background:linear-gradient(90deg, rgba(41,93,69,.16), rgba(41,93,69,.035));
  border-radius:44% 56% 48% 52% / 58% 42% 58% 42%;
  transform:rotate(-7deg);
  filter:blur(1px);
  box-shadow:0 18px 0 rgba(41,93,69,.035), 0 -13px 0 rgba(41,93,69,.028);
}
.cycle-grid { position:relative; z-index:1; grid-template-columns:minmax(330px,.88fr) minmax(360px,1fr); gap:clamp(55px,7vw,100px); }
.cycle-title { position:sticky; top:8vh; align-self:start; }
.cycle-title .section-title { color:var(--forest-deep); margin-bottom:clamp(26px,4vw,44px); }
.cycle-copy { color:#26342b; }
.cycle-paint-map {
  position:relative;
  width:100%;
  aspect-ratio:1.2/1;
  min-height:390px;
  background:rgba(248,244,233,.52);
  border:1px solid rgba(57,82,65,.24);
  border-radius:32% 24% 31% 26% / 24% 31% 25% 32%;
  box-shadow:8px 10px 0 rgba(55,82,65,.06);
  overflow:hidden;
}
.cycle-paint-map::before {
  content:""; position:absolute; inset:7%;
  background:
    radial-gradient(circle at 28% 23%, rgba(68,116,86,.11), transparent 25%),
    radial-gradient(circle at 72% 32%, rgba(189,101,69,.10), transparent 24%),
    radial-gradient(circle at 48% 76%, rgba(197,154,84,.14), transparent 27%);
  filter:blur(8px);
}
.cycle-paint-map__arrows { position:absolute; inset:0; width:100%; height:100%; }
.brush-arrow { fill:none; stroke:#b45f3f; stroke-width:4; stroke-linecap:round; opacity:.8; filter:url(#paperRough); stroke-dasharray:8 7; animation:brush-flow 12s linear infinite; }
.brush-arrow--two { animation-delay:-4s; }
.brush-arrow--three { animation-delay:-8s; }
@keyframes brush-flow { to { stroke-dashoffset:-90; } }
.paint-node {
  position:absolute;
  z-index:2;
  width:35%; min-height:88px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  padding:14px;
  text-align:center;
  color:#18362b;
  border:1px solid rgba(48,76,58,.25);
  box-shadow:inset 0 0 18px rgba(255,255,255,.33), 4px 6px 0 rgba(48,76,58,.06);
}
.paint-node span { font:700 clamp(15px,1.55vw,21px)/1.1 var(--sans); }
.paint-node small { margin-top:5px; font:500 10px/1.25 var(--sans); color:#526158; }
.paint-node--state { left:8%; top:10%; background:rgba(164,190,167,.82); border-radius:46% 54% 49% 51% / 55% 43% 57% 45%; transform:rotate(-2deg); }
.paint-node--business { right:6%; top:25%; background:rgba(223,174,137,.78); border-radius:54% 46% 57% 43% / 47% 56% 44% 53%; transform:rotate(1.8deg); }
.paint-node--people { left:28%; bottom:9%; background:rgba(224,201,145,.82); border-radius:51% 49% 43% 57% / 58% 44% 56% 42%; transform:rotate(-1deg); }
.paint-note { position:absolute; z-index:2; right:8%; bottom:7%; width:29%; font:italic 500 12px/1.4 var(--serif); color:#5c665f; transform:rotate(-2deg); }


.end-gallery {
  width:min(1180px, calc(100vw - 40px));
  margin:clamp(55px,7vw,90px) 50%;
  transform:translateX(-50%);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(15px,2vw,26px);
  background:transparent;
}
.end-gallery figure { margin:0; min-height:0; padding:10px 10px 0; overflow:visible; display:flex; flex-direction:column; }
.end-gallery__image-well { min-height:0; aspect-ratio:4/3; display:grid; place-items:center; background:linear-gradient(145deg,#dfe4d9,#f3eddf); overflow:hidden; }
.end-gallery img { width:100%; height:100%; object-fit:contain; transition:none; }
.end-gallery figure:hover img { transform:none; }
.footer {
  padding:34px 20px 48px;
  text-transform:none;
  letter-spacing:.035em;
  font-size:12px;
  font-weight:600;
  color:var(--forest);
}

@media (max-width: 900px) {
  .company-album { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .cycle-grid { grid-template-columns:1fr; }
  .cycle-title { position:relative; top:auto; }
  .cycle-paint-map { width:min(560px,100%); margin:0 auto; }
}

@media (max-width: 700px) {
  .hero.hero-re { min-height:560px; background-image:url("https://cafefcdn.com/203337114487263232/2026/8/1/nen-song-remb-17855481449181604563657.png"); background-position:center center; }
  .hero.hero-re::after { background:linear-gradient(180deg, rgba(2,34,44,.28) 0%, rgba(2,34,44,.04) 52%, rgba(0,24,31,.12) 100%); }
  .raft-track { bottom:14%; width:412.5vw; animation:raft-enter .8s ease-out 1s forwards, river-cross-mobile 7s linear 1s forwards; }
  @keyframes river-cross-mobile { from { transform:translate3d(-207vw,8px,0); } to { transform:translate3d(-279vw,8px,0); } }
  .hero-text-title { top:clamp(78px,12vh,112px); right:5vw; width:90vw; }
  .hero-title-line--one, .hero-title-line--three { font-size:clamp(20px,6vw,28px); }
  .hero-title-line--focus { font-size:clamp(33px,9.4vw,46px); letter-spacing:-.06em; }
  .lead__dek { font-size:clamp(20px,5.6vw,24px); }
  .question { font-size:clamp(21px,5.8vw,25px); }
  .chapter-head h2, .section-title { font-size:clamp(36px,11.2vw,54px); }
  .budget-snapshot { grid-template-columns:1fr; gap:18px; }
  .budget-snapshot__point, .budget-snapshot__point--end { align-items:flex-start; text-align:left; }
  .budget-snapshot__flow { min-height:50px; }
  .budget-snapshot__flow svg { transform:rotate(90deg) scale(.55,1.7); }
  .company-album-wrap { width:min(100% - 24px, 700px); }
  .company-album { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 9px; }
  .company-card__image-frame { padding:6px 6px 0; }
  .company-card__image-frame img { aspect-ratio:1/1; }
  .company-card__meta { display:block; }
  .company-card__name { display:block; font-size:13px; }
  .company-card__metric { display:block; text-align:left; margin-top:3px; }
  .company-detail { grid-template-columns:1fr; min-height:0; }
  .company-detail__index { font-size:10px; }
  .life-stage { display:block; }
  .life-stage__visual {
    top:0; z-index:1; width:calc(100% - 24px); height:58svh; min-height:430px;
    margin:0 auto; border-radius:8px 5px 9px 6px / 6px 9px 5px 8px;
  }
  .life-stage__copy { margin-top:-4vh; padding:0 16px; }
  .life-card { padding:24px 22px; }
  .cycle-paint-map { min-height:350px; }
  .paint-node { width:40%; min-height:76px; padding:10px 8px; }
  .paint-node span { font-size:13px; }
  .paint-node small { font-size:9px; }
  .paint-note { width:32%; font-size:10px; }
  .end-gallery { grid-template-columns:1fr; width:calc(100vw - 24px); gap:22px; }
  .end-gallery__image-well { aspect-ratio:4/3; }
}

@media (prefers-reduced-motion: reduce) {
  .raft-track { opacity:1; transform:translate3d(-112vw,10px,0); animation:none; }
  .raft-bob, .brush-arrow, .scroll-cue span { animation:none; }
  .hero-text-title, .scroll-cue { opacity:1; transform:none; animation:none; }
}
@media (max-width:700px) and (prefers-reduced-motion:reduce) { .raft-track { transform:translate3d(-279vw,8px,0); } }



.company-card:first-child { grid-row:auto; }
.company-card.is-active { outline:none; }
.company-card:not(.is-active) img { filter:none; }
.company-card__metric,
.company-card.is-active .company-card__metric { opacity:1; transform:none; }
.cycle-copy .story-paragraph { color:#26342b; }
.closing p:first-child {
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  font-size:clamp(24px,2.75vw,38px);
  line-height:1.42;
  letter-spacing:-.018em;
}
.closing p:last-child { font-size:clamp(16px,1.35vw,19px); }
@media (max-width:700px) {
  .closing p:first-child { font-size:clamp(23px,7vw,29px); line-height:1.46; }
  .life-stage__copy { margin-top:18px; }
}


:root {
  --paper: #f4f0e5;
  --paper-soft: #eee8d9;
  --paper-deep: #e5ddca;
  --ink: #223128;
  --muted: #667269;
  --forest: #234d3b;
  --forest-deep: #17392e;
  --river: #6f9997;
  --clay: #b96345;
  --ochre: #c99a4e;
  --sage: #9eb29d;
  --frame-line: rgba(41, 70, 54, .42);
  --soft-shadow: 8px 10px 0 rgba(42, 72, 55, .07), 0 24px 55px rgba(34, 58, 46, .09);
}

html { background: var(--paper); }
body {
  position: relative;
  background:
    radial-gradient(ellipse at 8% 6%, rgba(255,255,255,.88), transparent 33rem),
    radial-gradient(ellipse at 90% 24%, rgba(116,151,126,.08), transparent 36rem),
    var(--paper);
  color: var(--ink);
  font-size: clamp(17px, 1.22vw, 20px);
  line-height: 1.76;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .085;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' seed='13'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}
.article { position: relative; isolation: isolate; background: transparent; }
.article::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -18vw;
  top: 16%;
  width: 74vw;
  height: 20vw;
  min-height: 180px;
  background: linear-gradient(90deg, rgba(89,132,103,.11), rgba(89,132,103,.018));
  border-radius: 51% 49% 43% 57% / 57% 42% 58% 43%;
  transform: rotate(-7deg);
  filter: blur(1px);
}


.hero.hero-re::after {
  background:
    linear-gradient(90deg, rgba(4,38,43,.38) 0%, rgba(4,38,43,.10) 48%, transparent 76%),
    linear-gradient(180deg, rgba(0,30,46,.08), transparent 42%, rgba(0,24,31,.15));
}
.hero-text-title {
  top: clamp(104px, 16vh, 166px);
  width: min(820px, 60vw);
  color: #fffaf0;
  text-shadow: 0 3px 18px rgba(3,31,34,.30);
}
.hero-title-line--one,
.hero-title-line--three {
  font-weight: 650;
  letter-spacing: -.028em;
  font-size: clamp(22px, 2.35vw, 41px);
}
.hero-title-line--focus {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(46px, 5.35vw, 88px);
  letter-spacing: -.052em;
  color: #fff8e8;
  text-shadow: 0 3px 18px rgba(3,31,34,.24);
}
.hero-title-line--focus::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.055em;
  right: -.06em;
  bottom: .05em;
  height: .29em;
  background: rgba(193,140,67,.68);
  border-radius: 52% 48% 46% 54% / 55% 42% 58% 45%;
  transform: rotate(-1.4deg);
  filter: blur(.2px);
}
.scroll-cue { font-weight: 550; letter-spacing: .04em; }


.lead {
  position: relative;
  padding-top: clamp(70px, 9vw, 126px);
  padding-bottom: clamp(60px, 8vw, 105px);
}
.lead::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 110px;
  right: -120px;
  top: 12%;
  background: rgba(194,151,85,.09);
  border-radius: 44% 56% 52% 48% / 62% 38% 58% 42%;
  transform: rotate(8deg);
}
.lead__dek {
  font-family: var(--serif);
  font-size: clamp(21px, 1.95vw, 28px);
  line-height: 1.56;
  font-weight: 560;
  letter-spacing: -.008em;
  color: #29483a;
  margin-bottom: 2.25em;
}
.lead > .story-paragraph:first-of-type::first-letter {
  color: var(--clay);
  font-size: 4.8em;
  line-height: .78;
  padding-right: .12em;
}
.story-paragraph { margin-bottom: 1.45em; }
.question {
  position: relative;
  margin: 2.3em 0 .4em;
  padding: clamp(24px, 3vw, 34px) clamp(24px, 3.2vw, 38px);
  border: 0;
  color: var(--forest-deep);
  background: rgba(249,245,233,.82);
  box-shadow: 6px 8px 0 rgba(56,83,65,.07);
  border-radius: 18px 13px 21px 14px / 13px 21px 14px 19px;
  font-family: var(--display);
  font-size: clamp(22px, 2.05vw, 30px);
  line-height: 1.48;
}
.question::before {
  content: "“";
  position: absolute;
  left: -13px;
  top: -24px;
  font-family: var(--display);
  font-size: 84px;
  line-height: 1;
  color: rgba(185,99,69,.42);
}
.question::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -5px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(185,99,69,.55) 12%, rgba(185,99,69,.25) 72%, transparent);
  transform: rotate(-.35deg);
}


.chapter-head,
.body-column,
.life-intro,
.final-copy { position: relative; }
.chapter-head {
  border-top: 0;
  padding-top: clamp(78px, 10vw, 132px);
  padding-bottom: 46px;
}
.chapter-head::before,
.section-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.04em;
  bottom: .04em;
  width: 54%;
  height: .24em;
  background: rgba(153,180,154,.28);
  border-radius: 47% 53% 42% 58% / 57% 44% 56% 43%;
  transform: rotate(-1.3deg);
}
.chapter-head h2,
.section-title {
  position: relative;
  color: var(--forest-deep);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.chapter-head h2 { font-size: clamp(40px, 4.6vw, 66px); line-height: 1.08; }
.section-title { font-size: clamp(38px, 4.25vw, 61px); line-height: 1.1; }
.section-title::before { width: 40%; background: rgba(195,145,72,.24); }


.budget-scene { margin-bottom: clamp(92px, 12vw, 155px); }
.budget-snapshot {
  margin: clamp(42px, 6vw, 68px) 0;
  padding: clamp(26px, 3.5vw, 40px);
  background:
    linear-gradient(101deg, rgba(255,253,247,.87), rgba(235,227,208,.75)),
    var(--paper-soft);
  border: 1px solid rgba(49,78,59,.32);
  border-radius: 24px 16px 28px 18px / 17px 27px 18px 25px;
  box-shadow: var(--soft-shadow);
}
.budget-snapshot::before {
  inset: 9px;
  border: 1px solid rgba(185,99,69,.26);
  border-radius: 19px 12px 23px 14px / 14px 23px 13px 21px;
  border-style: dashed;
}
.budget-snapshot::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 34px;
  left: 42%;
  top: -12px;
  background: rgba(213,192,147,.42);
  transform: rotate(-2.5deg);
  clip-path: polygon(2% 12%, 97% 0, 100% 84%, 5% 100%);
}
.budget-snapshot__point strong {
  color: var(--forest-deep);
  font-size: clamp(42px, 5.1vw, 64px);
}
.budget-snapshot__flow span {
  background: rgba(246,241,228,.94);
  border: 1px solid rgba(47,76,58,.18);
}
.flow-line,
.flow-tip { stroke: var(--clay); }
.pull-number {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 28px);
  margin: clamp(42px, 6vw, 68px) 0;
  padding: 0;
  border: 0;
}
.pull-number > div {
  position: relative;
  padding: clamp(22px, 3vw, 31px) clamp(20px, 2.8vw, 30px);
  background: rgba(232,224,204,.72);
  border: 1px solid rgba(55,82,65,.22);
  box-shadow: 5px 7px 0 rgba(54,80,63,.06);
  clip-path: polygon(1% 5%, 97% 0, 100% 94%, 4% 100%);
}
.pull-number > div:nth-child(2) {
  background: rgba(219,230,216,.68);
  clip-path: polygon(3% 0, 100% 5%, 96% 100%, 0 94%);
}
.pull-number strong {
  color: var(--forest-deep);
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: .95;
}
.pull-number span { font-size: clamp(13px, 1vw, 15px); line-height: 1.45; }


.art-frame {
  position: relative;
  background: #f8f3e7;
  border: 1px solid var(--frame-line);
  border-radius: 7px 4px 9px 5px / 5px 9px 4px 8px;
  box-shadow: var(--soft-shadow);
}
.art-frame::before,
.art-frame::after { width: 33px; height: 33px; }
.art-frame::before {
  top: -5px;
  left: -5px;
  border-top: 2px solid rgba(185,99,69,.76);
  border-left: 2px solid rgba(185,99,69,.76);
  transform: rotate(-2deg);
}
.art-frame::after {
  right: -5px;
  bottom: -5px;
  border-right: 2px solid rgba(201,154,78,.84);
  border-bottom: 2px solid rgba(201,154,78,.84);
  transform: rotate(1.7deg);
}
.ai-caption { display: none !important; }


.company-album-wrap {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  margin-top: clamp(58px, 8vw, 100px);
  margin-bottom: clamp(105px, 13vw, 170px);
}
.company-album-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -7%;
  right: -7%;
  top: 13%;
  height: 48%;
  background: rgba(109,151,126,.08);
  border-radius: 45% 55% 50% 50% / 58% 43% 57% 42%;
  transform: rotate(-2.4deg);
}
.album-kicker {
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}
.album-kicker::before { width: 44px; height: 2px; transform: rotate(-2deg); }
.album-kicker::after { content: "↘"; margin-left: 3px; font-size: 15px; letter-spacing: 0; }
.company-album {
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: clamp(12px, 1.6vw, 20px);
}
.company-card { gap: 12px; }
.company-card:hover { transform: translateY(-3px) rotate(-.15deg); }
.company-card:nth-child(even):hover { transform: translateY(-3px) rotate(.15deg); }
.company-card__image-frame {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  padding: 9px;
  overflow: hidden;
  background: #f7f1e3;
}
.company-card__image-frame::before {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: 0;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.72), transparent 38%),
    linear-gradient(145deg, rgba(213,224,209,.88), rgba(238,229,210,.82));
}
.company-card__image-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.company-card.is-active .company-card__image-frame {
  border-color: rgba(185,99,69,.82);
  box-shadow: 8px 10px 0 rgba(185,99,69,.12), 0 24px 52px rgba(34,58,46,.11);
}
.company-card.is-active .company-card__image-frame::after {
  width: 42px;
  height: 42px;
  border-color: rgba(185,99,69,.92);
}
.company-card__meta { padding: 0 4px; align-items: flex-start; }
.company-card__name { font-size: clamp(14px, 1.15vw, 17px); color: var(--forest-deep); }
.company-card__metric { color: #6a756c; line-height: 1.25; }
.company-card__metric strong { color: var(--clay); }
.company-detail {
  position: relative;
  width: min(900px, 100%);
  min-height: 0;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(24px, 3.4vw, 36px);
  grid-template-columns: 68px 1fr;
  background:
    linear-gradient(105deg, rgba(255,253,247,.94), rgba(239,231,211,.86));
  border: 1px solid rgba(51,79,61,.30);
  border-radius: 21px 14px 25px 16px / 15px 24px 16px 22px;
  box-shadow: 7px 9px 0 rgba(48,75,59,.07), 0 20px 46px rgba(38,62,49,.08);
}
.company-detail::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 28px;
  top: -10px;
  right: 12%;
  background: rgba(210,187,139,.48);
  transform: rotate(2deg);
  clip-path: polygon(2% 8%, 100% 0, 96% 92%, 0 100%);
}
.company-detail__index { color: var(--clay); font-weight: 700; letter-spacing: .12em; }
.company-detail h3 { color: var(--forest-deep); font-family: var(--display); font-size: clamp(27px, 2.8vw, 38px); }
.company-detail p { font-size: clamp(16px, 1.18vw, 19px); line-height: 1.62; }


.life-intro { margin-bottom: clamp(80px, 10vw, 125px); }
.life-stage {
  position: relative;
  isolation: isolate;
  gap: clamp(42px, 7vw, 108px);
  margin-bottom: clamp(120px, 16vw, 220px);
}
.life-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 58%;
  height: 28%;
  left: -8%;
  top: 11%;
  background: rgba(106,148,123,.10);
  border-radius: 43% 57% 48% 52% / 56% 42% 58% 44%;
  transform: rotate(-5deg);
}
.life-stage[data-stage="adult"]::before {
  left: auto;
  right: -10%;
  background: rgba(111,153,151,.10);
  transform: rotate(5deg);
}
.life-stage[data-stage="elder"]::before { background: rgba(197,151,78,.11); }
.life-stage__visual {
  height: min(80vh, 735px);
  padding: 11px;
  background: #f7f1e3;
  border-radius: 8px 5px 10px 6px / 6px 10px 5px 9px;
}
.life-stage__visual::before {
  inset: 11px;
  background:
    radial-gradient(circle at 50% 19%, rgba(255,255,255,.88), transparent 40%),
    linear-gradient(145deg, #dfe6db, #c7d1c6 58%, #e9dfca);
}
.life-stage__visual img {
  object-fit: contain;
  filter: drop-shadow(0 18px 15px rgba(25,52,40,.13));
}
.life-stage__copy { position: relative; }
.life-stage__copy::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 1.5%;
  bottom: 1.5%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(55,85,65,.26) 5%, rgba(185,99,69,.28) 50%, rgba(55,85,65,.22) 95%, transparent);
}
.life-card {
  min-height: 52vh;
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  opacity: .22;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}
.life-card.is-visible { opacity: 1; transform: none; }
.life-card p {
  position: relative;
  margin: 0;
  padding: clamp(24px, 3vw, 34px) clamp(24px, 3.2vw, 38px);
  background: rgba(249,245,234,.90);
  border: 1px solid rgba(53,81,63,.18);
  box-shadow: 5px 7px 0 rgba(51,78,61,.055);
  border-radius: 17px 12px 20px 13px / 13px 20px 12px 18px;
}
.life-card p::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 20%;
  width: 4px;
  height: 60%;
  background: var(--clay);
  border-radius: 70% 35% 65% 40%;
  opacity: .58;
}
.life-card:nth-child(even) p { background: rgba(237,241,230,.90); }


.cycle-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(83,133,102,.18), transparent 35%),
    radial-gradient(ellipse at 88% 78%, rgba(196,142,75,.16), transparent 32%),
    linear-gradient(180deg, #ebe5d6, #f1ebde 58%, #e9e2d3);
  padding: clamp(98px, 12vw, 165px) 0;
}
.cycle-section::before {
  width: 78vw;
  height: 25vw;
  left: -17vw;
  top: 4%;
  background: linear-gradient(90deg, rgba(47,100,74,.18), rgba(47,100,74,.028));
  box-shadow: 0 21px 0 rgba(47,100,74,.032), 0 -14px 0 rgba(47,100,74,.025);
}
.cycle-section::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: 4%;
  width: 48vw;
  height: 18vw;
  background: rgba(190,130,69,.08);
  border-radius: 58% 42% 54% 46% / 45% 58% 42% 55%;
  transform: rotate(-8deg);
}
.cycle-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(360px, .92fr) minmax(360px, 1fr);
  gap: clamp(58px, 8vw, 116px);
}
.cycle-title { top: 7vh; }
.cycle-title .section-title { margin-bottom: clamp(34px, 5vw, 55px); }
.cycle-paint-map {
  aspect-ratio: 1.18 / 1;
  min-height: 420px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.cycle-paint-map::before {
  inset: 8% 5%;
  background:
    radial-gradient(ellipse at 28% 24%, rgba(116,157,127,.18), transparent 30%),
    radial-gradient(ellipse at 76% 34%, rgba(188,106,75,.14), transparent 28%),
    radial-gradient(ellipse at 49% 77%, rgba(200,157,84,.18), transparent 30%);
  filter: blur(9px);
}
.cycle-paint-map::after {
  content: "";
  position: absolute;
  inset: 10% 13% 13%;
  border: 2px solid rgba(55,88,67,.20);
  border-radius: 51% 49% 47% 53% / 46% 54% 48% 52%;
  transform: rotate(-4deg);
  box-shadow: 8px -5px 0 -6px rgba(185,99,69,.32), -8px 6px 0 -7px rgba(201,154,78,.34);
}
.cycle-paint-map__arrows { z-index: 1; }
.brush-arrow {
  stroke: var(--clay);
  stroke-width: 5;
  stroke-dasharray: 10 8;
  opacity: .72;
}
.paint-node {
  border: 0;
  box-shadow: inset 0 0 22px rgba(255,255,255,.24), 5px 7px 0 rgba(52,80,62,.05);
  color: #17372c;
  padding: 18px 14px;
}
.paint-node span { font-family: var(--display); font-size: clamp(18px, 1.6vw, 23px); font-weight: 650; }
.paint-node small { margin-top: 7px; font-family: var(--serif); font-size: 11px; line-height: 1.35; }
.paint-node--state {
  background: rgba(153,184,157,.86);
  clip-path: polygon(5% 14%, 86% 2%, 100% 47%, 88% 94%, 13% 100%, 0 58%);
}
.paint-node--business {
  background: rgba(219,164,126,.82);
  clip-path: polygon(9% 3%, 91% 10%, 100% 68%, 77% 100%, 4% 89%, 0 32%);
}
.paint-node--people {
  background: rgba(224,197,132,.86);
  clip-path: polygon(4% 16%, 83% 0, 100% 48%, 86% 96%, 14% 100%, 0 55%);
}
.paint-note {
  width: 33%;
  padding: 10px 12px;
  background: rgba(249,245,234,.72);
  border-left: 2px solid rgba(185,99,69,.45);
  font-size: 12px;
}
.cycle-copy .story-paragraph { color: #2a392f; margin-bottom: 2em; }


.final-section { position: relative; padding-top: clamp(105px, 13vw, 180px); }
.final-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -15vw;
  top: 7%;
  width: 60vw;
  height: 18vw;
  min-height: 160px;
  background: rgba(104,146,122,.09);
  border-radius: 54% 46% 57% 43% / 45% 58% 42% 55%;
  transform: rotate(6deg);
}
.end-gallery {
  gap: clamp(17px, 2vw, 28px);
  background: transparent;
}
.end-gallery figure { padding: 10px; }
.end-gallery__image-well {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,.66), transparent 38%),
    linear-gradient(145deg, #dce4da, #eee5d2);
}
.end-gallery img { object-fit: contain; }
.closing {
  position: relative;
  background:
    linear-gradient(104deg, rgba(235,227,207,.74), rgba(246,241,229,.86));
  border-top: 1px solid rgba(54,81,64,.18);
  border-bottom: 1px solid rgba(54,81,64,.15);
  font-size: clamp(20px, 1.95vw, 28px);
  line-height: 1.55;
}
.closing::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: -8px;
  height: 15px;
  background: rgba(201,154,78,.18);
  border-radius: 55% 45% 52% 48% / 58% 42% 56% 44%;
  transform: rotate(-.6deg);
}
.closing p:first-child { font-size: clamp(23px, 2.55vw, 35px); line-height: 1.48; }
.closing p:last-child { font-size: clamp(16px, 1.3vw, 19px); }
.footer {
  padding: 38px 20px 52px;
  border-top: 0;
  color: var(--forest-deep);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: none;
}
.reading-progress { height: 3px; background: rgba(255,255,255,.18); }
.reading-progress span { background: var(--clay); }

@media (max-width: 900px) {
  .cycle-grid { grid-template-columns: 1fr; }
  .cycle-title { position: relative; top: auto; }
  .cycle-paint-map { width: min(600px, 100%); margin: 0 auto; }
  .company-album { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
  body { font-size: 17.5px; line-height: 1.72; }
  .hero.hero-re { min-height: 590px; }
  .hero-text-title {
    top: clamp(74px, 10.5vh, 104px);
    right: 5vw;
    width: 90vw;
  }
  .hero-title-line--one,
  .hero-title-line--three { font-size: clamp(19px, 5.6vw, 26px); }
  .hero-title-line--focus {
    font-size: clamp(31px, 8.7vw, 42px);
    letter-spacing: -.055em;
  }
  .lead { width: min(var(--content), calc(100% - 32px)); }
  .lead__dek { font-size: clamp(20px, 5.4vw, 24px); line-height: 1.55; }
  .question { font-size: clamp(20px, 5.4vw, 24px); padding: 23px 21px; }
  .chapter-head,
  .body-column,
  .life-intro,
  .final-copy,
  .budget-scene { width: min(var(--content), calc(100% - 32px)); }
  .chapter-head h2,
  .section-title { font-size: clamp(35px, 10.4vw, 48px); line-height: 1.12; }
  .budget-snapshot { grid-template-columns: 1fr; gap: 22px; }
  .budget-snapshot::after { left: 34%; }
  .budget-snapshot__point,
  .budget-snapshot__point--end { align-items: flex-start; text-align: left; }
  .budget-snapshot__flow { min-height: 54px; }
  .budget-snapshot__flow svg { transform: rotate(90deg) scale(.58,1.7); }
  .pull-number { grid-template-columns: 1fr; }
  .company-album-wrap { width: calc(100% - 24px); }
  .company-album { gap: 17px 10px; }
  .company-card__image-frame { aspect-ratio: 4 / 3; padding: 6px; }
  .company-card__image-frame::before { inset: 6px; }
  .company-card__meta { display: block; }
  .company-card__name { display: block; font-size: 14px; }
  .company-card__metric { display: block; margin-top: 4px; text-align: left; font-size: 10px; }
  .company-detail { grid-template-columns: 1fr; padding: 23px 21px; }
  .company-detail__index { font-size: 10px; }
  .life-stage { display: block; width: 100%; margin-bottom: 120px; }
  .life-stage::before { width: 92%; height: 22%; left: -15%; }
  .life-stage__visual {
    position: sticky;
    top: 0;
    z-index: 1;
    width: calc(100% - 24px);
    height: 57svh;
    min-height: 420px;
    margin: 0 auto;
  }
  .life-stage__copy { margin-top: 18px; padding: 0 16px; }
  .life-stage__copy::before { left: 10px; }
  .life-card { min-height: auto; padding: 24px 0; opacity: 1; transform: none; }
  .life-card p { padding: 23px 21px; }
  .cycle-section { padding: 90px 0 104px; }
  .cycle-grid { width: calc(100% - 32px); }
  .cycle-paint-map { min-height: 355px; }
  .paint-node { width: 41%; min-height: 78px; padding: 11px 9px; }
  .paint-node span { font-size: 15px; }
  .paint-node small { font-size: 9px; }
  .paint-note { width: 34%; font-size: 10px; padding: 7px 8px; }
  .end-gallery { grid-template-columns: 1fr; width: calc(100vw - 24px); }
  .closing p:first-child { font-size: clamp(22px, 6.6vw, 28px); }
}

@media (prefers-reduced-motion: reduce) {
  body::before { display: none; }
  .company-card:hover,
  .company-card:nth-child(even):hover { transform: none; }
}



.chapter-head,
.chapter-head h2,
.section-title { isolation: isolate; }
.company-card__image-frame {
  overflow: visible;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.72), transparent 38%),
    linear-gradient(145deg, rgba(213,224,209,.88), rgba(238,229,210,.82));
}
.company-card__image-frame::before {
  inset: auto;
  width: 33px;
  height: 33px;
  top: -5px;
  left: -5px;
  z-index: 3;
  background: transparent;
  border-top: 2px solid rgba(185,99,69,.76);
  border-left: 2px solid rgba(185,99,69,.76);
  border-radius: 0;
  transform: rotate(-2deg);
}
.life-stage__visual::before {
  inset: auto;
  width: 33px;
  height: 33px;
  top: -5px;
  left: -5px;
  z-index: 3;
  background: transparent;
  border-top: 2px solid rgba(185,99,69,.76);
  border-left: 2px solid rgba(185,99,69,.76);
  border-radius: 0;
  transform: rotate(-2deg);
}
.life-stage__image-well {
  background:
    radial-gradient(circle at 50% 19%, rgba(255,255,255,.88), transparent 40%),
    linear-gradient(145deg, #dfe6db, #c7d1c6 58%, #e9dfca);
}




:root {
  --do-paper-texture: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27280%27%20height%3D%27280%27%20viewBox%3D%270%200%20280%20280%27%3E%0A%3Cfilter%20id%3D%27paper%27%20x%3D%27-20%25%27%20y%3D%27-20%25%27%20width%3D%27140%25%27%20height%3D%27140%25%27%3E%0A%20%20%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%27.018%20.42%27%20numOctaves%3D%274%27%20seed%3D%2727%27%20result%3D%27n%27%2F%3E%0A%20%20%3CfeColorMatrix%20in%3D%27n%27%20type%3D%27matrix%27%20values%3D%27.32%200%200%200%20.42%20%200%20.28%200%200%20.34%20%200%200%20.18%200%20.22%20%200%200%200%20.22%200%27%2F%3E%0A%3C%2Ffilter%3E%0A%3Crect%20width%3D%27280%27%20height%3D%27280%27%20fill%3D%27%23efe7d6%27%2F%3E%0A%3Crect%20width%3D%27280%27%20height%3D%27280%27%20filter%3D%27url%28%23paper%29%27%20opacity%3D%27.50%27%2F%3E%0A%3Cg%20fill%3D%27none%27%20stroke%3D%27%237c6d55%27%20stroke-width%3D%27.42%27%20opacity%3D%27.18%27%3E%0A%20%20%3Cpath%20d%3D%27M8%2027%20C55%2023%2091%2031%20141%2026%20S229%2025%20276%2018%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M-12%2091%20C43%2084%2077%2097%20129%2089%20S229%2094%20295%2082%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M-8%20172%20C48%20163%20104%20180%20154%20168%20S244%20177%20292%20165%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M12%20246%20C64%20238%20105%20250%20158%20242%20S233%20245%20278%20236%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M39%20-8%20C31%2043%2045%2083%2036%20132%20S42%20225%2030%20290%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M137%20-10%20C129%2038%20142%2086%20134%20139%20S141%20226%20128%20290%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M235%20-12%20C226%2041%20239%2094%20229%20145%20S237%20231%20223%20292%27%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20fill%3D%27none%27%20stroke%3D%27%23b49c78%27%20stroke-width%3D%27.25%27%20opacity%3D%27.22%27%3E%0A%20%20%3Cpath%20d%3D%27M16%2054%20C66%2061%20103%2048%20153%2055%20S235%2052%20270%2061%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M7%20215%20C57%20220%20107%20210%20161%20217%20S238%20214%20277%20222%27%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  --acrylic-brush-green: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%201200%20300%27%3E%0A%3Cdefs%3E%3Cfilter%20id%3D%27rough%27%20x%3D%27-10%25%27%20y%3D%27-30%25%27%20width%3D%27120%25%27%20height%3D%27160%25%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%27.012%20.055%27%20numOctaves%3D%273%27%20seed%3D%2711%27%20result%3D%27noise%27%2F%3E%3CfeDisplacementMap%20in%3D%27SourceGraphic%27%20in2%3D%27noise%27%20scale%3D%2713%27%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%27.45%27%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%0A%3Cg%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20filter%3D%27url%28%23rough%29%27%3E%0A%3Cpath%20d%3D%27M40%20170%20C250%2078%20465%20230%20690%20132%20C875%2052%201010%20115%201160%2084%27%20stroke%3D%27%235f8e70%27%20stroke-opacity%3D%27.17%27%20stroke-width%3D%2782%27%2F%3E%0A%3Cpath%20d%3D%27M55%20194%20C270%20113%20465%20248%20704%20154%20C878%2086%201016%20142%201148%20112%27%20stroke%3D%27%232f6c4e%27%20stroke-opacity%3D%27.075%27%20stroke-width%3D%2724%27%2F%3E%0A%3Cpath%20d%3D%27M90%20128%20C278%2064%20472%20187%20668%20107%20C840%2037%201006%2085%201110%2063%27%20stroke%3D%27%239ab59a%27%20stroke-opacity%3D%27.10%27%20stroke-width%3D%2715%27%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E");
  --acrylic-brush-ochre: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%201000%20260%27%3E%0A%3Cdefs%3E%3Cfilter%20id%3D%27rough%27%20x%3D%27-12%25%27%20y%3D%27-40%25%27%20width%3D%27124%25%27%20height%3D%27180%25%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%27.014%20.07%27%20numOctaves%3D%273%27%20seed%3D%2719%27%20result%3D%27noise%27%2F%3E%3CfeDisplacementMap%20in%3D%27SourceGraphic%27%20in2%3D%27noise%27%20scale%3D%2711%27%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%27.4%27%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%0A%3Cg%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20filter%3D%27url%28%23rough%29%27%3E%0A%3Cpath%20d%3D%27M35%20155%20C210%2078%20374%20177%20545%20126%20C702%2079%20820%20123%20956%2080%27%20stroke%3D%27%23b86d45%27%20stroke-opacity%3D%27.12%27%20stroke-width%3D%2768%27%2F%3E%0A%3Cpath%20d%3D%27M56%20180%20C223%20118%20382%20197%20557%20150%20C714%20108%20833%20143%20932%20112%27%20stroke%3D%27%23d2a45c%27%20stroke-opacity%3D%27.09%27%20stroke-width%3D%2720%27%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E");
}

html,
body { background-color: #efe7d6; }
body {
  background-image: var(--do-paper-texture);
  background-repeat: repeat;
  background-size: 280px 280px;
  background-attachment: fixed;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .34;
  mix-blend-mode: multiply;
  background-image: var(--do-paper-texture);
  background-repeat: repeat;
  background-size: 280px 280px;
}


.article {
  background-color: transparent;
  background-image:
    var(--acrylic-brush-green),
    var(--acrylic-brush-ochre);
  background-repeat: no-repeat;
  background-size: min(84vw, 1160px) auto, min(62vw, 860px) auto;
  background-position: -16vw 12%, 58vw 67%;
}
.article::before,
.lead::before,
.company-album-wrap::before,
.life-stage::before,
.cycle-section::before,
.cycle-section::after,
.final-section::before { display: none !important; }

.life-story-section {
  position: relative;
  isolation: isolate;
  padding-bottom: clamp(56px, 7vw, 92px);
  background-image:
    var(--acrylic-brush-green),
    var(--acrylic-brush-ochre);
  background-repeat: no-repeat;
  background-size: min(76vw, 1040px) auto, min(52vw, 720px) auto;
  background-position: -18vw 10%, 66vw 76%;
}
.life-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: var(--do-paper-texture);
  background-repeat: repeat;
  background-size: 280px 280px;
  opacity: .22;
  mix-blend-mode: multiply;
}


.life-stage {
  display: grid !important;
  grid-template-columns: minmax(290px, .82fr) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: clamp(34px, 5vw, 74px) !important;
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto clamp(82px, 10vw, 132px) !important;
  overflow: visible !important;
}
.life-stage__visual {
  position: sticky !important;
  top: clamp(48px, 7vh, 82px) !important;
  align-self: start !important;
  height: min(82vh, 730px) !important;
  min-height: 520px !important;
  margin: 0 !important;
  z-index: 2 !important;
}
.life-stage__copy {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(12px, 1.45vw, 19px) !important;
  padding: clamp(18px, 4vh, 42px) 0 clamp(28px, 5vh, 56px) !important;
  margin: 0 !important;
}
.life-stage__copy::before { display: none !important; }
.life-card {
  min-height: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: .15;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.life-card.is-visible { opacity: 1; transform: none; }
.life-card p,
.life-card:nth-child(even) p {
  margin: 0 !important;
  padding: clamp(19px, 2.15vw, 27px) clamp(20px, 2.5vw, 31px) !important;
  color: #28362d !important;
  background:
    linear-gradient(100deg, rgba(248,243,231,.82), rgba(242,235,218,.62)),
    var(--do-paper-texture) !important;
  background-size: auto, 280px 280px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: polygon(.4% 2%, 99.5% 0, 100% 97%, .8% 100%);
}
.life-card:nth-child(even) p {
  clip-path: polygon(0 1%, 99.2% 2%, 100% 99%, .5% 97%);
}
.life-card p::before {
  left: -5px !important;
  top: 12% !important;
  width: 3px !important;
  height: 76% !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, transparent, rgba(185,99,69,.72) 13%, rgba(185,99,69,.58) 83%, transparent) !important;
  transform: rotate(.8deg);
}


.closing .story-paragraph {
  text-align: justify !important;
  text-justify: inter-word;
  hyphens: auto;
}

@media (max-width: 760px) {
  body { background-attachment: scroll; }
  .article {
    background-size: 150vw auto, 128vw auto;
    background-position: -70vw 14%, 48vw 68%;
  }
  .life-story-section {
    background-size: 150vw auto, 118vw auto;
    background-position: -76vw 9%, 45vw 79%;
  }
  .life-stage {
    display: block !important;
    width: 100% !important;
    margin-bottom: 76px !important;
  }
  .life-stage__visual {
    position: sticky !important;
    top: 0 !important;
    width: calc(100% - 24px) !important;
    height: 48svh !important;
    min-height: 360px !important;
    margin: 0 auto !important;
    z-index: 1 !important;
  }
  .life-stage__copy {
    z-index: 2 !important;
    gap: 10px !important;
    padding: 14px 16px 28px !important;
    margin-top: -1px !important;
  }
  .life-card { opacity: .18; transform: translateY(12px); }
  .life-card p,
  .life-card:nth-child(even) p {
    padding: 18px 18px !important;
    background-color: rgba(247,241,228,.93) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .life-card { opacity: 1 !important; transform: none !important; transition: none !important; }
}




.life-stage__copy { gap: 0 !important; }
.life-card {
  min-height: 48vh !important;
  position: relative !important;
  display: block !important;
}
.life-card p,
.life-card:nth-child(even) p {
  position: sticky !important;
  top: 14vh !important;
}
@media (max-width: 760px) {
  .life-card {
    min-height: 52svh !important;
  }
  .life-card p,
  .life-card:nth-child(even) p {
    top: calc(48svh + 10px) !important;
  }
}



@media (min-width: 761px) {
  .life-card { min-height: clamp(320px, 38vh, 410px) !important; }
}


@media (min-width: 761px) {
  .life-card { min-height: clamp(250px, 30vh, 320px) !important; }
}


@media (min-width: 761px) {
  .life-card { min-height: clamp(240px, 27vh, 290px) !important; }
  .life-card:last-child { min-height: 70vh !important; }
}
@media (max-width: 760px) {
  .life-card:last-child { min-height: 76svh !important; }
}


:root { --do-paper-texture: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27360%27%20height%3D%27360%27%20viewBox%3D%270%200%20360%20360%27%3E%0A%3Cfilter%20id%3D%27grain%27%20x%3D%27-20%25%27%20y%3D%27-20%25%27%20width%3D%27140%25%27%20height%3D%27140%25%27%3E%0A%20%20%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%27.016%20.24%27%20numOctaves%3D%274%27%20seed%3D%2731%27%20result%3D%27n%27%2F%3E%0A%20%20%3CfeColorMatrix%20in%3D%27n%27%20type%3D%27matrix%27%20values%3D%27.24%200%200%200%20.45%20%200%20.19%200%200%20.39%20%200%200%20.12%200%20.30%20%200%200%200%20.17%200%27%2F%3E%0A%3C%2Ffilter%3E%0A%3Crect%20width%3D%27360%27%20height%3D%27360%27%20fill%3D%27%23efe7d6%27%2F%3E%0A%3Crect%20width%3D%27360%27%20height%3D%27360%27%20filter%3D%27url%28%23grain%29%27%20opacity%3D%27.46%27%2F%3E%0A%3Cg%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%3E%0A%20%20%3Cpath%20d%3D%27M12%2048%20C44%2039%2078%2055%20111%2045%20S178%2044%20208%2038%27%20stroke%3D%27%23927e60%27%20stroke-width%3D%27.42%27%20opacity%3D%27.15%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M226%2024%20C250%2038%20274%2031%20304%2042%20S337%2046%20354%2038%27%20stroke%3D%27%23aa9675%27%20stroke-width%3D%27.32%27%20opacity%3D%27.13%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M34%20112%20C58%20105%2084%20115%20109%20109%20S143%20108%20160%20101%27%20stroke%3D%27%237b6b53%27%20stroke-width%3D%27.38%27%20opacity%3D%27.12%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M184%20137%20C215%20128%20245%20144%20278%20135%20S330%20137%20350%20129%27%20stroke%3D%27%239c8767%27%20stroke-width%3D%27.36%27%20opacity%3D%27.13%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M-8%20203%20C25%20196%2052%20211%2082%20205%20S123%20205%20145%20198%27%20stroke%3D%27%238f795c%27%20stroke-width%3D%27.4%27%20opacity%3D%27.14%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M168%20225%20C195%20216%20224%20229%20251%20220%20S307%20221%20336%20214%27%20stroke%3D%27%23ac9878%27%20stroke-width%3D%27.31%27%20opacity%3D%27.13%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M24%20302%20C50%20291%2077%20306%20103%20296%20S145%20297%20168%20289%27%20stroke%3D%27%237e6d55%27%20stroke-width%3D%27.35%27%20opacity%3D%27.13%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M213%20327%20C241%20318%20271%20334%20301%20324%20S338%20325%20356%20318%27%20stroke%3D%27%239a8566%27%20stroke-width%3D%27.34%27%20opacity%3D%27.12%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M74%208%20C67%2031%2078%2055%2071%2077%27%20stroke%3D%27%23aa987a%27%20stroke-width%3D%27.28%27%20opacity%3D%27.11%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M284%2071%20C275%2098%20290%20121%20281%20149%27%20stroke%3D%27%2387765b%27%20stroke-width%3D%27.3%27%20opacity%3D%27.11%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M128%20167%20C119%20188%20131%20210%20123%20232%27%20stroke%3D%27%23a18d6c%27%20stroke-width%3D%27.27%27%20opacity%3D%27.10%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M325%20243%20C317%20264%20329%20286%20320%20307%27%20stroke%3D%27%238c785d%27%20stroke-width%3D%27.3%27%20opacity%3D%27.10%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M52%20252%20C78%20241%2091%20258%20111%20250%27%20stroke%3D%27%23b09c7a%27%20stroke-width%3D%27.26%27%20opacity%3D%27.12%27%2F%3E%0A%20%20%3Cpath%20d%3D%27M231%20175%20C251%20164%20272%20179%20292%20170%27%20stroke%3D%27%2388755b%27%20stroke-width%3D%27.29%27%20opacity%3D%27.11%27%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E"); }
body,
.life-story-section::before { background-size: 360px 360px !important; }
body::before { opacity: .18 !important; background-size: 360px 360px !important; }



.company-bridge-visual {
  width:min(var(--wide), calc(100vw - 40px));
  margin:clamp(38px, 6vw, 72px) 50%;
  transform:translateX(-50%);
  padding:clamp(7px, 1vw, 12px);
  overflow:visible;
}
.company-bridge-visual__well {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:rgba(248,244,233,.72);
}
.company-bridge-visual img {
  display:block;
  width:100%;
  height:auto;
  max-height:min(76vh, 900px);
  object-fit:contain;
  object-position:center;
}


.life-stage__image-well {
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.life-stage__image-well img {
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center;
}

@media (max-width: 720px) {
  .company-bridge-visual {
    width:calc(100vw - 24px);
    margin-top:34px;
    margin-bottom:46px;
    padding:6px;
  }
  .company-bridge-visual img {
    max-height:70vh;
  }
}





:root {
  --acrylic-brush-green: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%20360%22%3E%0A%3Cdefs%3E%0A%20%3Cfilter%20id%3D%22dry%22%20x%3D%22-8%25%22%20y%3D%22-26%25%22%20width%3D%22116%25%22%20height%3D%22152%25%22%3E%0A%20%20%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%22.014%20.10%22%20numOctaves%3D%223%22%20seed%3D%2237%22%20result%3D%22noise%22%2F%3E%0A%20%20%3CfeDisplacementMap%20in%3D%22SourceGraphic%22%20in2%3D%22noise%22%20scale%3D%2212%22%20xChannelSelector%3D%22R%22%20yChannelSelector%3D%22G%22%2F%3E%0A%20%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3Cg%20filter%3D%22url%28%23dry%29%22%3E%0A%20%3Cpath%20d%3D%22M58%20221%20C144%20176%20255%20151%20385%20144%20C538%20135%20698%20141%20846%20158%20C971%20173%201073%20199%201161%20239%20C1072%20219%20987%20207%20900%20203%20C992%20224%201073%20251%201150%20286%20C1029%20247%20897%20224%20748%20219%20C575%20214%20421%20229%20273%20257%20C196%20272%20127%20292%2070%20315%20C105%20281%20150%20248%20211%20220%20C153%20232%20103%20249%2057%20270%20C94%20238%20126%20216%20174%20195%20C126%20203%2091%20213%2058%20225%20Z%22%20fill%3D%22%23315f49%22%20opacity%3D%22.135%22%2F%3E%0A%20%3Cpath%20d%3D%22M83%20215%20C183%20172%20298%20154%20428%20151%20C584%20147%20733%20155%20868%20172%20C974%20185%201065%20206%201138%20237%20C1043%20219%20953%20210%20863%20209%20C941%20226%201017%20247%201087%20276%20C961%20241%20829%20225%20683%20225%20C529%20225%20394%20238%20266%20263%20C192%20277%20135%20293%2087%20310%20C120%20279%20157%20252%20209%20228%20C160%20237%20117%20248%2082%20261%20Z%22%20fill%3D%22%23214d3a%22%20opacity%3D%22.07%22%2F%3E%0A%20%3Cpath%20d%3D%22M112%20181%20C254%20145%20420%20137%20594%20145%20C762%20151%20904%20168%201037%20198%22%20fill%3D%22none%22%20stroke%3D%22%238ea98f%22%20stroke-opacity%3D%22.10%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M97%20194%20C255%20153%20426%20147%20608%20157%20C774%20166%20920%20183%201058%20216%22%20fill%3D%22none%22%20stroke%3D%22%23214d3a%22%20stroke-opacity%3D%22.095%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M89%20248%20C238%20211%20392%20197%20555%20199%20C720%20201%20875%20217%201016%20248%22%20fill%3D%22none%22%20stroke%3D%22%23214d3a%22%20stroke-opacity%3D%22.075%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M68%20269%20C202%20233%20334%20216%20475%20211%22%20fill%3D%22none%22%20stroke%3D%22%23315f49%22%20stroke-opacity%3D%22.12%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M790%20215%20C923%20227%201045%20254%201147%20302%22%20fill%3D%22none%22%20stroke%3D%22%23315f49%22%20stroke-opacity%3D%22.105%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%23214d3a%22%20stroke-linecap%3D%22round%22%20opacity%3D%22.12%22%3E%0A%20%20%3Cpath%20d%3D%22M48%20184%20C104%20167%20157%20155%20221%20147%22%20stroke-width%3D%222.3%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M38%20197%20C101%20177%20168%20162%20241%20153%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M43%20211%20C108%20188%20176%20173%20251%20161%22%20stroke-width%3D%222.5%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M52%20282%20C121%20253%20183%20232%20257%20216%22%20stroke-width%3D%222.4%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M65%20299%20C128%20271%20187%20249%20248%20234%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M83%20314%20C139%20288%20191%20268%20239%20254%22%20stroke-width%3D%221.8%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M927%20209%20C1011%20226%201090%20253%201169%20291%22%20stroke-width%3D%222.2%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M946%20221%20C1027%20239%201096%20266%201165%20303%22%20stroke-width%3D%222.6%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M975%20238%20C1040%20256%201097%20279%201155%20313%22%20stroke-width%3D%222%22%2F%3E%0A%20%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  --acrylic-brush-ochre: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%20360%22%3E%0A%3Cdefs%3E%0A%20%3Cfilter%20id%3D%22dry%22%20x%3D%22-8%25%22%20y%3D%22-26%25%22%20width%3D%22116%25%22%20height%3D%22152%25%22%3E%0A%20%20%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%22.014%20.10%22%20numOctaves%3D%223%22%20seed%3D%2237%22%20result%3D%22noise%22%2F%3E%0A%20%20%3CfeDisplacementMap%20in%3D%22SourceGraphic%22%20in2%3D%22noise%22%20scale%3D%2212%22%20xChannelSelector%3D%22R%22%20yChannelSelector%3D%22G%22%2F%3E%0A%20%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3Cg%20filter%3D%22url%28%23dry%29%22%3E%0A%20%3Cpath%20d%3D%22M58%20221%20C144%20176%20255%20151%20385%20144%20C538%20135%20698%20141%20846%20158%20C971%20173%201073%20199%201161%20239%20C1072%20219%20987%20207%20900%20203%20C992%20224%201073%20251%201150%20286%20C1029%20247%20897%20224%20748%20219%20C575%20214%20421%20229%20273%20257%20C196%20272%20127%20292%2070%20315%20C105%20281%20150%20248%20211%20220%20C153%20232%20103%20249%2057%20270%20C94%20238%20126%20216%20174%20195%20C126%20203%2091%20213%2058%20225%20Z%22%20fill%3D%22%23b86d45%22%20opacity%3D%22.135%22%2F%3E%0A%20%3Cpath%20d%3D%22M83%20215%20C183%20172%20298%20154%20428%20151%20C584%20147%20733%20155%20868%20172%20C974%20185%201065%20206%201138%20237%20C1043%20219%20953%20210%20863%20209%20C941%20226%201017%20247%201087%20276%20C961%20241%20829%20225%20683%20225%20C529%20225%20394%20238%20266%20263%20C192%20277%20135%20293%2087%20310%20C120%20279%20157%20252%20209%20228%20C160%20237%20117%20248%2082%20261%20Z%22%20fill%3D%22%239f5739%22%20opacity%3D%22.07%22%2F%3E%0A%20%3Cpath%20d%3D%22M112%20181%20C254%20145%20420%20137%20594%20145%20C762%20151%20904%20168%201037%20198%22%20fill%3D%22none%22%20stroke%3D%22%23d2a45c%22%20stroke-opacity%3D%22.10%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M97%20194%20C255%20153%20426%20147%20608%20157%20C774%20166%20920%20183%201058%20216%22%20fill%3D%22none%22%20stroke%3D%22%239f5739%22%20stroke-opacity%3D%22.095%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M89%20248%20C238%20211%20392%20197%20555%20199%20C720%20201%20875%20217%201016%20248%22%20fill%3D%22none%22%20stroke%3D%22%239f5739%22%20stroke-opacity%3D%22.075%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M68%20269%20C202%20233%20334%20216%20475%20211%22%20fill%3D%22none%22%20stroke%3D%22%23b86d45%22%20stroke-opacity%3D%22.12%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cpath%20d%3D%22M790%20215%20C923%20227%201045%20254%201147%20302%22%20fill%3D%22none%22%20stroke%3D%22%23b86d45%22%20stroke-opacity%3D%22.105%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%239f5739%22%20stroke-linecap%3D%22round%22%20opacity%3D%22.12%22%3E%0A%20%20%3Cpath%20d%3D%22M48%20184%20C104%20167%20157%20155%20221%20147%22%20stroke-width%3D%222.3%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M38%20197%20C101%20177%20168%20162%20241%20153%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M43%20211%20C108%20188%20176%20173%20251%20161%22%20stroke-width%3D%222.5%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M52%20282%20C121%20253%20183%20232%20257%20216%22%20stroke-width%3D%222.4%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M65%20299%20C128%20271%20187%20249%20248%20234%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M83%20314%20C139%20288%20191%20268%20239%20254%22%20stroke-width%3D%221.8%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M927%20209%20C1011%20226%201090%20253%201169%20291%22%20stroke-width%3D%222.2%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M946%20221%20C1027%20239%201096%20266%201165%20303%22%20stroke-width%3D%222.6%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M975%20238%20C1040%20256%201097%20279%201155%20313%22%20stroke-width%3D%222%22%2F%3E%0A%20%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.heading-line { display:block; }
.chapter-head h2 .heading-line + .heading-line,
.section-title .heading-line + .heading-line { margin-top:.04em; }
@media (max-width:700px) {
  .chapter-head h2, .section-title { text-wrap:balance; }
}




.company-bridge-visual {
  box-sizing: border-box !important;
  position: relative !important;
  left: 50% !important;
  width: min(1180px, calc(100vw - 48px)) !important;
  margin: clamp(38px, 6vw, 72px) 0 !important;
  transform: translateX(-50%) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 1px solid rgba(48, 75, 59, .34) !important;
  border-radius: 5px 3px 6px 4px / 4px 6px 3px 5px !important;
  box-shadow: 6px 7px 0 rgba(48,75,59,.07), 0 18px 45px rgba(38,62,49,.08) !important;
}
.company-bridge-visual__well {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  background: transparent !important;
}
.company-bridge-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.industrial-intro .section-title {
  box-sizing: border-box;
  width: min(900px, calc(100vw - 64px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  font-size: clamp(34px, 4.1vw, 59px);
}
.industrial-intro .section-title .heading-line {
  white-space: nowrap;
}
@media (max-width: 720px) {
  .company-bridge-visual {
    width: calc(100vw - 24px) !important;
    margin-top: 34px !important;
    margin-bottom: 46px !important;
  }
  .industrial-intro .section-title {
    width: calc(100vw - 32px);
    font-size: clamp(23px, 7vw, 34px);
    letter-spacing: -.043em;
  }
}



  .cycle-title {
    position: relative;
    top: auto;
  }
  .cycle-illustration {
    width: min(100%, 470px);
    margin: clamp(24px, 3vw, 42px) auto 0;
    padding: 0;
  }
  .cycle-illustration img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .company-detail {
    grid-template-columns: 1fr;
  }
  @media (max-width: 900px) {
    .cycle-illustration {
      width: min(100%, 520px);
    }
  }


.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
.footer a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.footer a:hover,
.footer a:focus-visible {
  color: var(--accent, #a45f42);
}

.company-card__image-frame,
.end-gallery figure,
.company-bridge-visual,
.cycle-illustration,
.life-stage__visual {
  background: transparent !important;
}

.company-card__image-frame {
  aspect-ratio: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.company-card__image-frame img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.end-gallery figure {
  padding: 0 !important;
  overflow: hidden !important;
}
.end-gallery__image-well {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  background: transparent !important;
  overflow: hidden !important;
}
.end-gallery__image-well img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.company-bridge-visual__well,
.cycle-illustration {
  background: transparent !important;
  overflow: hidden !important;
}
.company-bridge-visual img,
.cycle-illustration img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.life-stage__visual {
  box-sizing: border-box !important;
  justify-self: center !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.life-stage[data-stage="education"] .life-stage__visual,
.life-stage[data-stage="adult"] .life-stage__visual {
  width: min(100%, calc((100svh - 96px) * 0.75)) !important;
  aspect-ratio: 1086 / 1448 !important;
}
.life-stage[data-stage="elder"] .life-stage__visual {
  width: min(100%, calc((100svh - 96px) * 0.6666667)) !important;
  aspect-ratio: 1024 / 1536 !important;
}
.life-stage__visual::before {
  background: transparent !important;
}
.life-stage__image-well {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}
.life-stage__image-well img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}

@media (max-width: 720px) {
  .life-stage[data-stage="education"] .life-stage__visual,
  .life-stage[data-stage="adult"] .life-stage__visual {
    width: min(calc(100% - 24px), calc((100svh - 24px) * 0.75)) !important;
    aspect-ratio: 1086 / 1448 !important;
  }
  .life-stage[data-stage="elder"] .life-stage__visual {
    width: min(calc(100% - 24px), calc((100svh - 24px) * 0.6666667)) !important;
    aspect-ratio: 1024 / 1536 !important;
  }
}
