:root {
  --ivory: #f6f4f0;
  --ivory-2: #efede7;
  --paper: #faf8f4;
  --ink: #11140f;
  --muted: #686b65;
  --green: #1d3d22;
  --green-2: #274d31;
  --green-soft: #dfe6dc;
  --line: rgba(17,20,15,.12);
  --white: #fff;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1320px, calc(100% - 84px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img { display: block; width: 100%; }
.section-shell { width: var(--shell); margin-inline: auto; }

:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 3px; }
.hero :focus-visible, .about :focus-visible, .library-band :focus-visible { outline-color: white; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

.site-header {
  height: 78px; padding: 0 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: rgba(246,244,240,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px);
}
.wordmark { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.wordmark-name { font-size: 20px; letter-spacing: .24em; font-weight: 500; }
.wordmark-sub { margin-top: 8px; font-size: 7.7px; letter-spacing: .34em; font-weight: 600; color: var(--green); }
.desktop-nav { display: flex; gap: 42px; align-items: center; font-size: 14px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--green); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; background: var(--green); color: white; border-radius: 8px; padding: 14px 20px; font-size: 13px; font-weight: 500; }
.nav-toggle, .mobile-nav { display: none; }

.hero { min-height: min(560px, 82svh); position: relative; overflow: hidden; background: var(--ivory); border-bottom: 1px solid var(--line); display: flex; align-items: center; }
.hero-photo { position: absolute; inset: 0 0 0 46%; background: url('images/hero-andrew-real.jpg') center 46% / cover no-repeat; }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ivory) 0%, var(--ivory) 34%, rgba(246,244,240,.97) 43%, rgba(246,244,240,.62) 51%, rgba(246,244,240,0) 63%); }
.hero-content { width: var(--shell); margin-inline: auto; position: relative; z-index: 2; padding: 48px 0; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(50px, 4.4vw, 66px); line-height: .96; letter-spacing: -.035em; margin: 0; max-width: 610px; }
.hero h1 span { display: inline-block; padding-bottom: 6px; border-bottom: 2px solid var(--green); }
.hero p { color: var(--muted); font-size: 16px; line-height: 1.5; margin: 24px 0 24px; max-width: 390px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 8px; padding: 0 20px; font-size: 13px; font-weight: 500; }
.button-green { background: var(--green); color: white; }
.play-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; }
.play-circle { width: 25px; height: 25px; border: 1.5px solid var(--ink); border-radius: 999px; display: inline-grid; place-items: center; font-size: 9px; padding-left: 1px; }

.situations { padding: 38px 0 44px; }
.section-intro.compact { margin-bottom: 24px; }
.eyebrow { margin: 0 0 12px; font-size: 9px; letter-spacing: .18em; font-weight: 600; color: var(--green); }
.eyebrow.light { color: #b9cdbd; }
.section-intro h2, .recent-heading h2, .library-heading h2, .collections h2, .about h2, .habits h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
.section-intro.compact h2 { margin: 0; font-size: 29px; line-height: 1.02; }
.situation-scroll { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.situation-card { min-height: 153px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.18); padding: 22px 12px 18px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 17px; text-align: center; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.situation-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.55); border-color: rgba(29,61,34,.34); }
.situation-card > span:last-child { max-width: 155px; font-size: 13px; line-height: 1.45; }
.line-icon { width: 40px; height: 40px; position: relative; display: block; color: var(--green); }
.line-icon::before, .line-icon::after { content: ""; position: absolute; }
.scribble::before { left: 5px; top: 9px; width: 28px; height: 20px; border: 1.5px solid currentColor; border-left-color: transparent; border-right-color: transparent; border-radius: 50%; transform: rotate(-24deg); box-shadow: 0 7px 0 -5px currentColor; }
.hourglass::before { inset: 4px 9px; border-top: 1.5px solid; border-bottom: 1.5px solid; }
.hourglass::after { left: 12px; top: 7px; width: 16px; height: 26px; border-left: 1.5px solid; border-right: 1.5px solid; clip-path: polygon(0 0,100% 0,60% 50%,100% 100%,0 100%,40% 50%); }
.signpost::before { width: 2px; height: 31px; background: currentColor; left: 19px; top: 5px; }
.signpost::after { width: 27px; height: 8px; left: 6px; top: 8px; border: 1.5px solid; box-shadow: 5px 14px 0 -1.5px var(--ivory), 5px 14px 0 0 currentColor; }
.person::before { width: 12px; height: 12px; border: 1.5px solid; border-radius: 50%; left: 13px; top: 4px; }
.person::after { width: 20px; height: 18px; border: 1.5px solid; border-radius: 50% 50% 8px 8px; left: 9px; top: 20px; }
.path::before { width: 31px; height: 28px; border-left: 1.5px dashed; border-bottom: 1.5px dashed; left: 5px; top: 5px; transform: skewX(-20deg); }
.path::after { right: 1px; top: 4px; width: 9px; height: 7px; border-top: 1.5px solid; border-right: 1.5px solid; transform: rotate(35deg); }
.eye::before { width: 34px; height: 21px; left: 3px; top: 9px; border: 1.5px solid; border-radius: 60% 0 60% 0; transform: rotate(45deg); }
.eye::after { width: 7px; height: 7px; background: currentColor; border-radius: 50%; left: 16px; top: 16px; }

.recent { padding: 4px 0 66px; }
.recent-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 22px; }
.recent-heading h2 { margin: 0; font-size: 28px; line-height: 1.05; }
.arrow-link { font-size: 13px; color: var(--green); display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; }
.arrow-link span { font-size: 19px; }
.recent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.recent-card { min-width: 0; }
.recent-image, .experience-image { position: relative; display: block; overflow: hidden; border-radius: 8px; background: #d7d7d3; }
.recent-image { aspect-ratio: 2.05 / 1; }
.recent-image img, .experience-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.recent-card:hover img, .experience-card:hover img { transform: scale(1.025); }
.duration { position: absolute; right: 8px; bottom: 7px; background: rgba(15,18,14,.83); color: white; border-radius: 4px; padding: 3px 5px; font-size: 10px; font-weight: 600; }
.recent-meta, .experience-meta { display: flex; justify-content: space-between; margin-top: 10px; font-size: 8px; letter-spacing: .13em; color: #687067; }
.recent-meta span:first-child { color: var(--green); font-weight: 600; }
.recent-card h3, .experience-card h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.018em; }
.recent-card h3 { font-size: 21px; line-height: 1.04; margin: 10px 0 8px; }
.recent-card p { margin: 0; color: #63665f; font-size: 10px; line-height: 1.4; }

.library-band { background: var(--green); color: white; padding: 78px 0 90px; }
.library-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 80px; align-items: end; }
.library-heading h2 { margin: 0; font-size: clamp(45px,5.3vw,76px); line-height: .96; }
.library-heading > p { color: rgba(255,255,255,.72); line-height: 1.65; font-size: 15px; margin: 0 0 7px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 44px 0 30px; }
.filter { border: 1px solid rgba(255,255,255,.27); color: rgba(255,255,255,.85); background: transparent; border-radius: 999px; padding: 9px 14px; cursor: pointer; font-size: 12px; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.filter.active { background: var(--paper); color: var(--green); border-color: var(--paper); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 18px; }
.experience-card { border-top: 1px solid rgba(255,255,255,.18); padding-top: 18px; }
.experience-image { aspect-ratio: 16/9; }
.experience-meta { color: rgba(255,255,255,.55); }
.experience-card h3 { font-size: 28px; line-height: 1.02; margin: 12px 0 8px; }
.experience-card > p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.card-link { display: inline-flex; gap: 9px; margin-top: 15px; color: #d8e3da; font-size: 12px; }
.library-empty { color: rgba(255,255,255,.78); border: 1px dashed rgba(255,255,255,.25); border-radius: 12px; padding: 30px 24px; text-align: center; font-size: 14px; }
.section-counter { font-size: 13px; color: var(--muted); }

.collections { padding: 90px 0 100px; }
.section-intro.split { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.section-intro.split h2 { margin: 0; font-size: clamp(46px,5vw,70px); line-height: .98; }
.section-intro.split > p { margin: 0 0 8px; color: var(--muted); line-height: 1.65; max-width: 500px; }
.collection-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 12px; }
.collection-card { min-height: 360px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.24); }
.collection-main { background: var(--green); color: white; border-color: var(--green); }
.collection-top { display: flex; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; opacity: .67; }
.collection-card h3 { font-family: var(--serif); font-weight: 400; font-size: 39px; line-height: .98; margin: 0 0 12px; letter-spacing: -.025em; }
.collection-card p { font-size: 13px; line-height: 1.55; color: var(--muted); }
.collection-main p { color: rgba(255,255,255,.68); }
.collection-card a { font-size: 12px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; }
.collection-main a { border-color: rgba(255,255,255,.2); }

.about { background: #111712; color: white; padding: 96px 0; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.about-photo { min-height: 520px; background: linear-gradient(rgba(15,18,14,.12),rgba(15,18,14,.2)), url('images/about-andrew-real.jpg') center 30% / cover; border-radius: 12px; filter: saturate(.8); }
.about h2 { margin: 0 0 26px; font-size: clamp(52px,5vw,74px); line-height: .96; max-width: 700px; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); line-height: 1.8; font-size: 15px; max-width: 650px; }
.process { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-wrap: wrap; gap: 12px; color: #d8e3da; font-family: var(--serif); font-size: 20px; }
.process i { font-family: var(--sans); font-style: normal; color: rgba(255,255,255,.35); }
.proceso-teaser-link { margin-top: 20px; color: #d8e3da; }

.proceso { padding: 90px 0 70px; }
.proceso-lead { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 480px; margin: 16px 0 0; }

.proceso-timeline-v { position: relative; margin-top: 54px; }
.proceso-timeline-v::before { content: ""; position: absolute; left: 4px; top: 10px; bottom: 10px; width: 1px; background: var(--line); }

.proceso-stage { display: grid; grid-template-columns: 380px 1fr; gap: 56px; padding: 44px 0; border-top: 1px solid var(--line); align-items: center; }
.proceso-stage:first-child { border-top: none; padding-top: 0; }
.proceso-stage-copy { position: relative; padding-left: 30px; }
.proceso-stage-copy::before { content: ""; position: absolute; left: 0px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.proceso-stage-num { display: block; font-size: 11px; letter-spacing: .1em; color: var(--green); font-weight: 600; margin-bottom: 10px; }
.proceso-stage-copy h3 { font-family: var(--serif); font-weight: 400; font-size: 30px; margin: 0 0 14px; letter-spacing: -.02em; }
.proceso-stage-copy p { color: var(--muted); font-size: 14.5px; line-height: 1.7; margin: 0; max-width: 340px; }

.proceso-stage-photos { display: grid; gap: 14px; }
.proceso-stage-photos.pair { grid-template-columns: 1fr 1fr; }
.proceso-stage-photos img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 10px; background: var(--ivory-2); }
.proceso-stage-photos.single img { aspect-ratio: 16/10; }

.proceso-close { max-width: 620px; margin: 46px 0 0; padding-top: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.7; }


.habits { padding: 96px 0 110px; }
.habits-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 62px; display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: center; }
.habits-symbol { width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(29,61,34,.23); display: grid; place-items: center; position: relative; margin: auto; }
.habits-symbol::before, .habits-symbol::after { content: ""; position: absolute; border: 1px solid rgba(29,61,34,.15); border-radius: 50%; }
.habits-symbol::before { inset: 22px; }
.habits-symbol::after { inset: 49px; }
.habits-symbol span { width: 72px; height: 72px; border-radius: 50%; background: var(--green); color: white; display: grid; place-items: center; font-family: var(--serif); font-size: 32px; z-index: 2; }
.habits h2 { font-size: clamp(46px,4.5vw,67px); line-height: .97; margin: 0 0 22px; }
.habits-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; max-width: 690px; margin-bottom: 26px; }

.site-footer { border-top: 1px solid var(--line); min-height: 190px; padding: 42px 0; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 45px; }
.site-footer > p { margin: 2px 0 0; color: var(--muted); font-family: var(--serif); font-size: 20px; max-width: 370px; }
.footer-links { display: flex; gap: 25px; font-size: 12px; }

/* Experience page */
.experience-page { background: var(--ivory); }
.experience-header { grid-template-columns: 1fr auto; }
.experience-header .back-link { justify-self: end; font-size: 13px; }
.experience-hero { padding: 78px 0 46px; }
.experience-meta-row { display: flex; justify-content: space-between; color: var(--green); font-size: 9px; letter-spacing: .15em; }
.experience-hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(58px,7vw,105px); line-height: .9; letter-spacing: -.045em; max-width: 1050px; margin: 45px 0 25px; }
.experience-deck { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.experience-tags { display: flex; gap: 8px; margin-top: 24px; flex-wrap: wrap; }
.experience-tags span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; font-size: 11px; }
.video-stage { padding-bottom: 70px; }
.youtube-frame { aspect-ratio: 16/9; background: #121812; border-radius: 14px; overflow: hidden; color: white; }
.youtube-frame iframe { width: 100%; height: 100%; border: 0; }
.youtube-placeholder { height: 100%; position: relative; display: grid; place-items: center; }
.youtube-placeholder p { position: absolute; top: 25px; left: 28px; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.52); }
.youtube-placeholder > span { position: absolute; bottom: 25px; right: 28px; color: rgba(255,255,255,.52); font-size: 11px; }
.play-button.large { width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; }
.experience-body { padding: 30px 0 100px; display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 80px; }
.experience-toc { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; gap: 13px; font-size: 12px; }
.experience-toc > span { font-size: 9px; letter-spacing: .14em; color: var(--green); margin-bottom: 7px; }
.experience-toc a { color: var(--muted); }
.experience-copy { max-width: 780px; }
.copy-section { padding: 0 0 66px; }
.copy-section + .copy-section { padding-top: 66px; border-top: 1px solid var(--line); }
.copy-section h2 { font-family: var(--serif); font-weight: 400; font-size: 47px; line-height: 1; margin: 12px 0 24px; }
.copy-section > p:not(.eyebrow) { color: #454941; font-size: 17px; line-height: 1.8; }
.perspective-block blockquote { margin: 24px 0 0; font-family: var(--serif); font-size: 55px; line-height: 1.02; letter-spacing: -.025em; }
.action-block { background: var(--green); color: white; padding: 48px !important; border-radius: 14px; border: 0 !important; }
.action-block .action-label { font-size: 9px; letter-spacing: .15em; color: #b9cdbd; }
.action-block > p { color: rgba(255,255,255,.72) !important; }
.primary-link.dark { display: inline-flex; gap: 12px; margin-top: 15px; color: white; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 6px; font-size: 13px; }
.related { padding-bottom: 90px; }
.related .section-heading { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.related .experience-grid { color: var(--ink); }
.related .experience-card { border-color: var(--line); }
.related .experience-meta { color: var(--muted); }
.related .experience-card > p { color: var(--muted); }
.related .card-link { color: var(--green); }
.compact-footer { grid-template-columns: 1fr auto; min-height: 130px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 1000px); }
  .site-header { padding: 0 24px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .nav-toggle { display: block; border: 0; background: transparent; width: 34px; height: 34px; position: relative; justify-self: end; padding: 0; }
  .nav-toggle::before { content: ""; position: absolute; inset: -8px; }
  .nav-toggle span { position: absolute; width: 20px; height: 1px; background: var(--ink); right: 0; transition: .2s ease; }
  .nav-toggle span:first-child { top: 13px; }
  .nav-toggle span:last-child { top: 20px; }
  .menu-open .nav-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .nav-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: grid; position: fixed; inset: 78px 0 auto; background: var(--ivory); border-bottom: 1px solid var(--line); padding: 24px; gap: 5px; transform: translateY(-120%); opacity: 0; transition: .25s ease; z-index: 45; }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .menu-open .mobile-nav { transform: translateY(0); opacity: 1; }
  .situation-scroll { grid-template-columns: repeat(3,1fr); }
  .recent-grid { grid-template-columns: repeat(2,1fr); }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-main { grid-column: 1/-1; }
  .about-grid { grid-template-columns: 1fr 1.15fr; gap: 45px; }
  .habits-card { padding: 42px; grid-template-columns: .55fr 1.45fr; gap: 40px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 82px; padding: 0 18px; }
  .mobile-nav { inset: 82px 0 auto; }
  .wordmark-name { font-size: 17px; }
  .wordmark-sub { font-size: 6.4px; }
  .hero { min-height: min(520px, 78svh); background: #0f130f; color: white; align-items: flex-end; }
  .hero-photo { inset: 0; background-position: 32% 20%; }
  .hero-fade { background: linear-gradient(0deg, rgba(8,12,9,.92) 0%, rgba(8,12,9,.75) 38%, rgba(8,12,9,.2) 72%, rgba(8,12,9,0) 100%); }
  .hero-content { width: var(--shell); padding: 40px 0 36px; }
  .hero h1 { font-size: clamp(37px, 11.2vw, 47px); line-height: .98; max-width: 340px; }
  .hero h1 span { border-color: #94b58d; }
  .hero p { color: rgba(255,255,255,.9); max-width: 235px; font-size: 13px; margin: 22px 0 20px; }
  .hero-actions { gap: 17px; align-items: flex-start; flex-direction: column; }
  .button { min-height: 44px; }
  .hero .button-green { background: #24532f; min-width: 166px; }
  .play-circle { border-color: white; }
  .play-link { font-size: 11px; }
  .situations { padding: 30px 0 36px; overflow: hidden; position: relative; }
  .situations::after { content: ""; position: absolute; top: 78px; bottom: 36px; right: 0; width: 34px; pointer-events: none; background: linear-gradient(90deg, rgba(246,244,240,0), var(--ivory) 78%); }
  .section-intro.compact h2 { font-size: 26px; }
  .situation-scroll { display: flex; overflow-x: auto; margin-right: -15px; padding-right: 30px; gap: 9px; scrollbar-width: none; scroll-snap-type: x proximity; scroll-padding-left: 1px; -webkit-overflow-scrolling: touch; }
  .situation-scroll::-webkit-scrollbar { display: none; }
  .situation-card { flex: 0 0 112px; min-height: 177px; padding: 18px 8px 15px; gap: 12px; scroll-snap-align: start; }
  .situation-card > span:last-child { font-size: 11.5px; line-height: 1.5; }
  .recent { padding-bottom: 50px; }
  .recent-heading { align-items: flex-start; gap: 15px; }
  .recent-heading h2 { font-size: 24px; max-width: 250px; }
  .recent-heading .arrow-link { display: block; font-size: 10px; margin-top: 18px; }
  .recent-heading .arrow-link { max-width: 78px; text-align: right; white-space: normal; }
  .recent-heading .arrow-link span { display: inline-block; margin-left: 4px; }
  .recent-grid { grid-template-columns: 1fr; }
  .recent-grid .recent-card:nth-child(n+2) { display: none; }
  .recent-image { aspect-ratio: 2.17 / 1; }
  .recent-card h3 { font-size: 24px; }
  .library-band { padding: 62px 0 70px; }
  .library-heading { grid-template-columns: 1fr; gap: 28px; }
  .library-heading h2 { font-size: 49px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; margin-right: -15px; padding-right: 15px; scrollbar-width: none; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
  .filter-row::-webkit-scrollbar { display:none; }
  .filter { flex: 0 0 auto; scroll-snap-align: start; }
  .experience-grid { grid-template-columns: 1fr; gap: 34px; }
  .experience-card h3 { font-size: 29px; }
  .collections { padding: 68px 0 76px; }
  .section-intro.split { grid-template-columns: 1fr; gap: 24px; }
  .section-intro.split h2 { font-size: 48px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-main { grid-column: auto; }
  .collection-card { min-height: 310px; }
  .collection-card h3 { font-size: 38px; }
  .about { padding: 70px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-photo { min-height: 420px; }
  .about h2 { font-size: 51px; }
  .process { font-size: 18px; gap: 9px; }
  .proceso { padding: 62px 0 56px; }
  .proceso-timeline-v { margin-top: 40px; }
  .proceso-timeline-v::before { left: 4px; }
  .proceso-stage { grid-template-columns: 1fr; gap: 22px; padding: 34px 0; }
  .proceso-stage-copy p { max-width: none; }
  .proceso-stage-copy h3 { font-size: 25px; }
  .proceso-close { margin-top: 34px; padding-top: 24px; font-size: 14px; }
  .habits { padding: 70px 0 80px; }
  .habits-card { grid-template-columns: 1fr; padding: 35px 24px; gap: 35px; }
  .habits-symbol { width: 160px; height: 160px; }
  .habits h2 { font-size: 46px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .experience-header { grid-template-columns: 1fr auto; }
  .experience-hero { padding: 54px 0 38px; }
  .experience-hero h1 { font-size: 55px; margin-top: 32px; }
  .experience-body { grid-template-columns: 1fr; gap: 45px; }
  .experience-toc { position: static; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; }
  .copy-section h2 { font-size: 40px; }
  .perspective-block blockquote { font-size: 43px; }
  .action-block { padding: 32px 24px !important; margin-inline: -15px; border-radius: 0; }
  .compact-footer { grid-template-columns: 1fr; }
}
