/* Homepage: its own art direction; shared inner pages keep their stylesheet. */
@font-face { font-family: Fraunces; font-style: normal; font-weight: 300 700; font-display: swap; src: url('../assets/fonts/fraunces-latin.woff2') format('woff2'); }
@font-face { font-family: Fraunces; font-style: italic; font-weight: 400; font-display: swap; src: url('../assets/fonts/fraunces-italic-latin.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('../assets/fonts/public-sans-latin.woff2') format('woff2'); }
@font-face { font-family: 'Special Elite'; font-style: normal; font-weight: 400; font-display: swap; src: url('../assets/fonts/special-elite-latin.woff2') format('woff2'); }
:root { --ink: #0d231f; --paper: #f6f0e6; --brand-green: #00665d; --accent: #9e4f39; --accent-soft: #d18768; --moss: #758574; --muted: #aeb6ac; --line: #c9c4b7; --font-display: Fraunces, Georgia, serif; --font-body: 'Public Sans', Arial, sans-serif; --font-accent: 'Special Elite', monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 var(--font-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
em { font-weight: 400; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { color: var(--paper); background: var(--accent); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.home-shell { width: min(100% - 112px, 1376px); margin-inline: auto; }
.eyebrow { font: 500 10px/1.5 var(--font-body); text-transform: uppercase; letter-spacing: .16em; }
.small-note { font: 400 clamp(18px, 1.8vw, 26px)/1.3 var(--font-display); letter-spacing: -.02em; }
.home-skip { position: fixed; top: 10px; left: 15px; padding: 12px 20px; background: var(--accent); color: var(--paper); z-index: 20000; transform: translateY(-150%); }
.home-skip:focus { transform: none; }
.home-nav { background: var(--ink); color: var(--paper); padding: 10px 56px; display: flex; align-items: center; gap: 28px; position: relative; z-index: 20; border-bottom: 1px solid #ffffff20; }
.home-brand { display: flex; align-items: center; width: 112px; height: 61px; flex-shrink: 0; }
.home-brand img { width: 100%; height: auto; max-height: 61px; object-fit: contain; transform: none; }
.home-nav .home-brand img { filter: brightness(0) invert(1); }
.home-links { display: flex; justify-content: center; margin-left: auto; gap: clamp(12px, 1.5vw, 25px); }
.home-links a, .nav-contact { font-size: 13px; font-weight: 600; line-height: 1.3; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.home-links a { position: relative; }
.home-links a::after { content: ''; position: absolute; height: 1px; background: var(--accent-soft); left: 0; right: 100%; bottom: -5px; transition: right .25s; }
.home-links a:hover::after { right: 0; }
.nav-contact { position: relative; padding: 10px 0; }
.nav-contact::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--accent-soft); }
.nav-contact:hover { color: var(--accent-soft); }
.home-menu-button { display: none; }
.home-menu { position: absolute; left: 0; top: 100%; width: 100%; background: var(--ink); padding: 24px; border-bottom: 1px solid #ffffff35; }
.home-menu a { display: block; padding: 12px 0; font-size: 14px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }

/* An invitation and a tactile, horizon-wide character field. */
.home-hero { color: var(--paper); background: var(--ink); overflow: hidden; --scene-accent: var(--accent); }
.hero-eyebrow { display: flex; justify-content: space-between; align-items: center; padding-top: 35px; color: var(--muted); }
.breath-note { font-size: 11px; display: flex; gap: 9px; align-items: center; }
.breath-note i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent-soft); box-shadow: 0 0 0 4px #9e4f3910; animation: home-breath 3s ease-out 1; }
.hero-opening { display: flex; align-items: flex-end; gap: 40px; justify-content: space-between; padding-top: 32px; position: relative; z-index: 2; }
.hero-opening h1 { font-size: clamp(64px, 8.6vw, 130px); line-height: .98; flex-shrink: 0; letter-spacing: -.052em; animation: home-enter 1s cubic-bezier(.2,.8,.2,1) both; }
.hero-opening h1 em { color: var(--accent-soft); }
.hero-opening-copy { width: min(35%, 390px); padding-bottom: 5px; animation: home-enter .9s .18s both; }
.hero-opening-copy > p:first-child { font-size: clamp(19px, 1.7vw, 25px); line-height: 1.4; }
.hero-feeling-invitation { color: var(--muted); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.5; margin-top: 18px; }
.motion-experience { padding-top: 4px; }
.motion-scene { height: clamp(245px, 22vw, 340px); position: relative; overflow: hidden; touch-action: pan-y; cursor: grab; user-select: none; }
.motion-scene.is-dragging { cursor: grabbing; }
.motion-halo { position: absolute; width: min(72vw, 850px); height: 130%; left: 50%; bottom: -35%; transform: translateX(-50%); background: radial-gradient(ellipse, #9e4f3928 0%, #00665d22 38%, transparent 70%); pointer-events: none; }
.motion-horizon { position: absolute; bottom: 33px; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, #9e4f3975 15%, #d18768bb 50%, #9e4f3975 85%, transparent); }
.motion-cast { position: absolute; inset: 0; --spacing: clamp(74px, 10.7vw, 160px); }
.motion-cast::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--ink), transparent 12%, transparent 88%, var(--ink)); }
.motion-figure { position: absolute; bottom: 4px; left: 50%; width: clamp(120px, 14vw, 205px); display: flex; flex-direction: column; align-items: center; transform: translateX(calc(-50% + var(--offset) * var(--spacing))); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.motion-figure img { height: clamp(174px, 18vw, 274px); width: 100%; object-fit: contain; object-position: bottom; transform-origin: bottom; transform: scale(calc(1 - var(--depth) * .09)); filter: brightness(.28) saturate(.25); opacity: .65; transition: filter .6s, opacity .6s, transform .6s; pointer-events: none; }
.motion-figure.is-active { z-index: 2; }
.motion-figure.is-active img { filter: none; opacity: 1; transform: scale(1); }
.motion-figure span { font-size: 9px; line-height: 28px; text-transform: uppercase; letter-spacing: .14em; color: #adbab0; opacity: .65; }
.motion-figure.is-active span { color: var(--accent-soft); opacity: 1; }
.motion-figure.is-missing img { visibility: hidden; }
.motion-figure.is-missing::before { content: '?'; color: var(--accent-soft); font: 80px/1.3 var(--font-display); position: absolute; bottom: 40px; }
.motion-scene.is-dragging .motion-figure { transition-duration: .12s; }
.motion-console { padding-top: 22px; padding-bottom: 33px; }
.motion-console-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.motion-console-top label { font-size: 15px; }
.motion-count { color: var(--muted); font-size: 12px; letter-spacing: .06em; white-space: nowrap; }
.phone-break { display: none; }
.motion-control { display: flex; align-items: flex-start; gap: 22px; margin-top: 17px; }
.motion-arrow { flex: 0 0 40px; width: 40px; height: 40px; color: var(--paper); background: transparent; border: 1px solid #ffffff40; border-radius: 50%; font-size: 18px; transition: color .2s, background .2s; }
.motion-arrow:hover { background: var(--accent); color: var(--paper); }
.motion-arrow:disabled { opacity: .28; background: transparent; color: var(--paper); }
.motion-range-wrap { flex: 1; min-width: 0; }
.motion-range { --progress: 41.667%; appearance: none; -webkit-appearance: none; display: block; width: 100%; height: 40px; margin: 0; background: transparent; cursor: ew-resize; color: var(--accent); }
.motion-range::-webkit-slider-runnable-track { height: 3px; background: linear-gradient(90deg, #954631 0%, var(--accent-soft) var(--progress), #506655 var(--progress), #506655 100%); border-radius: 3px; }
.motion-range::-moz-range-track { height: 3px; background: #506655; }
.motion-range::-moz-range-progress { height: 3px; background: var(--accent-soft); }
.motion-range::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: 22px; height: 22px; margin-top: -9.5px; border-radius: 50%; border: 5px solid var(--ink); background: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent-soft); }
.motion-range::-moz-range-thumb { box-sizing: border-box; width: 22px; height: 22px; border-radius: 50%; border: 5px solid var(--ink); background: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent-soft); }
.motion-range-labels { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted); margin-top: 3px; }
.motion-hint { text-align: center; color: var(--muted); font-size: 10px; padding: 6px 0 2px; }
.motion-invitation { margin: 0; padding: 0 0 19px; color: var(--paper); text-align: center; font-size: 13px; }
.motion-response { padding: 28px 0 12px; border-top: 1px solid #ffffff25; }
.motion-response-top { margin-bottom: 24px; }
.motion-name { color: var(--muted); font-size: 14px; }
.motion-result { display: grid; grid-template-columns: 1fr 1.2fr; gap: 45px; }
.motion-response-name h2 { font-size: clamp(42px, 5vw, 68px); }
.motion-response-copy { max-width: 600px; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.5; }
.motion-first-step { margin-top: 16px; font-size: clamp(13px, 1vw, 15px); color: var(--muted); display: grid; grid-template-columns: 110px 1fr; gap: 16px; }
.motion-first-step > span:first-child { color: var(--accent-soft); }
.motion-cta { display: inline-flex; margin-top: 31px; color: var(--paper); background: transparent; cursor: pointer; }
.motion-cta:hover { color: var(--accent-soft); }

/* Clear offer, real work, and a human route to contact. */
.section-intro { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 46px; }
.home-approach { padding-block: 90px 108px; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.approach-manifesto h2 { font-size: clamp(42px, 4.65vw, 68px); }
.approach-manifesto h2 em { color: var(--brand-green); }
.approach-manifesto > p { max-width: 370px; margin: 30px 0 22px; font-size: 14px; color: #526056; }
.text-link { display: inline-flex; align-items: center; font-size: 16px; border: 0; border-bottom: 1px solid currentColor; padding: 10px 0; background: transparent; }
.text-link:hover { color: var(--accent); }
.approach-manifesto > .text-link { font-size: 20px; padding-block: 12px; }
.home-service { display: grid; grid-template-columns: 25px 1fr 22px; gap: 18px; padding: 27px 0 28px; border-top: 1px solid var(--line); }
.home-service:first-child { padding-top: 7px; border-top: 0; }
.home-service:last-child { border-bottom: 1px solid var(--line); }
.service-no { color: #65715f; font-size: 11px; padding-top: 2px; }
.home-service .eyebrow { color: #52644c; font-size: 9px; }
.home-service h3 { font-size: 33px; margin: 7px 0 14px; }
.home-service p { font-size: 12px; color: #526056; max-width: 365px; }
.service-deliverables { display: block; font-size: 9px; letter-spacing: .02em; margin-top: 17px; }
.service-arrow { font-size: 23px; transition: transform .2s; }
.home-service:hover .service-arrow { transform: translate(3px, -3px); }
.home-service:hover h3 { color: var(--brand-green); }
.home-work { background: #eee7dc; padding: 86px 0 93px; }
.section-title { font-size: clamp(42px, 5.2vw, 74px); margin: 0; }
.section-title em { color: var(--brand-green); }
.portfolio-heading { display:block; }
.portfolio-heading .section-title { white-space:nowrap; }
.portfolio-heading > p { max-width:430px; margin:20px 0 0; color:#536153; font-size:13px; }
.portfolio-showcase { display:block; margin-top:51px; }
.portfolio-contact-sheet { display:block; color:var(--ink); }
.contact-sheet-grid { display:grid; grid-template-columns:1.05fr .88fr 1.07fr; grid-template-rows:160px 185px; gap:7px; }
.contact-sheet-piece { position:relative; display:flex; align-items:center; justify-content:center; min-width:0; overflow:hidden; padding:15px; background:#ebe5dc; }
.contact-sheet-piece img { width:100%; height:100%; object-fit:contain; transition:transform .55s cubic-bezier(.2,.8,.2,1); }
.portfolio-contact-sheet:hover .contact-sheet-piece img { transform:scale(1.035); }
.sheet-reaper-primary { grid-row:span 2; }.sheet-reaper-primary img { max-height:205px; }
.sheet-phn img { max-height:118px; }
.sheet-demi-primary { grid-row:span 2; }.sheet-demi-primary img { max-height:205px; }
.sheet-charisse img { max-height:125px; }
.contact-sheet-foot { display:flex; justify-content:space-between; gap:20px; padding-top:18px; color:#536153; font-size:10px; line-height:1.4; }
.contact-sheet-foot strong { flex:0 0 auto; color:var(--ink); font:400 18px/1 var(--font-display); letter-spacing:-.03em; }
.portfolio-testimonial { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:300px; margin:48px 0 0; padding:clamp(30px,4vw,58px) 0; color:var(--ink); border-top:1px solid #111e1c30; border-bottom:1px solid #111e1c30; text-align:center; }
.all-stories-link { margin-top: 35px; font-size: 20px; }
.quote-mark { color:#d18768; font:90px/.5 var(--font-display); }
.home-testimonial blockquote { max-width:780px; margin-top:26px; font:400 clamp(27px,2.8vw,41px)/1.15 var(--font-display); letter-spacing:-.03em; }
.home-testimonial figcaption { margin-top:34px; color:#536153; font-size:11px; text-align:center; }
.home-testimonial figcaption span { display:block; margin-top:7px; color:#536153; }
.testimonial-progress { display:flex; justify-content:center; gap:7px; margin-top:31px; }
.testimonial-progress span { display:block; width:30px; height:1px; background:#a5ada2; transition:background .25s,transform .25s; }
.testimonial-progress .is-active { background:#d18768; transform:scaleX(1.2); }
.home-testimonial blockquote, .home-testimonial figcaption { transition:opacity .25s ease,transform .25s ease; }
.home-testimonial.is-changing blockquote, .home-testimonial.is-changing figcaption { opacity:0; transform:translateY(6px); }
.home-world { background: #143a33; color: var(--paper); overflow: hidden; }
.world-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 5%; padding-top: 83px; padding-bottom: 85px; }
.world-copy > .eyebrow { color: #d2c0ae; }
.world-copy h2 { font-size: clamp(40px, 4.4vw, 64px); margin: 29px 0 25px; }
.world-copy h2 em { color: var(--accent-soft); }
.world-copy > p { max-width: 390px; font-size: 13px; color: #c6d0c2; margin-bottom: 30px; }
.world-footnote { display: block; font-size: 10px; margin-top: 15px; color: #d2c0ae; }
.world-art { position: relative; height: 390px; }
.world-orbit { position: absolute; width: 360px; height: 360px; left: 50%; top: 5%; border: 1px solid #d1876840; border-radius: 50%; transform: translateX(-50%); }
.world-orbit::before { content: ''; position: absolute; inset: 42px -55px; border: 1px solid #d1876825; border-radius: 50%; transform: rotate(-28deg); }
.world-north { position: absolute; bottom: 10px; left: 4%; height: 300px; width: auto; transform: rotate(-9deg); }
.world-harbor { position: absolute; bottom: -30px; right: 0; height: 355px; width: auto; transform: rotate(8deg); }
.world-coordinate { position: absolute; left: 0; top: 0; font-size: 9px; color: #d2c0ae; }
.world-star { position: absolute; right: 3%; top: -30px; color: var(--accent-soft); font-size: 80px; }
.home-founder { padding-block: 108px; display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.founder-note { display: flex; flex-direction: column; gap: 25px; position: relative; padding: 38px; background: #e8e4d8; transform: rotate(-2deg); }
.founder-note::before { content: ''; position: absolute; width: 105px; height: 28px; background: #9e4f3965; left: 50%; top: -13px; transform: translateX(-50%) rotate(6deg); }
.founder-script { font: italic 400 clamp(30px, 3.6vw, 50px)/1.08 var(--font-display); letter-spacing: -.035em; color: var(--brand-green); max-width: none; white-space: nowrap; }
.founder-letter { font-size: 15px; line-height: 1.8; color: #354638; }
.founder-letter p + p { margin-top: 17px; }
.founder-signature { font: italic 38px/1 var(--font-display); display: flex; align-items: center; gap: 25px; }
.founder-signature span { font: 10px/1.5 var(--font-body); max-width: 100px; }
.founder-copy { align-self: center; }
.founder-copy h2 { font-size: clamp(42px, 4.6vw, 64px); margin-bottom: 27px; }
.founder-copy h2 em { color: var(--brand-green); }
.founder-copy p { font-size: 15px; color: #526056; margin: 20px 0; max-width: 420px; }
.founder-copy .text-link { margin-top: 13px; }
.home-conversation { background: #d9c5b2; padding: 80px 0 83px; }
.conversation-pair { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: stretch; gap: clamp(35px, 7vw, 120px); margin-top: 0; }
.conversation-pair h2 { font-size: clamp(48px, 7.3vw, 104px); }
.conversation-aside { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 8px 0 10px; }
.conversation-aside p { max-width: 390px; font-size: clamp(18px, 1.7vw, 25px); line-height: 1.4; }
.home-footer { padding-block: 42px 18px; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1.1fr 1fr 1fr; gap: 22px; padding-bottom: 32px; }
.footer-main .home-brand { align-self: start; }
.footer-main .home-brand { width: 140px; height: 76px; }
.footer-main .home-brand img { max-height: 76px; }
.footer-main > p { font: 18px/1.25 var(--font-display); }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 10px; }
.footer-main nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-fine { padding-top: 15px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 9px; color: #526056; }
.footer-fine > div { display: flex; gap: 22px; }
/* Avoid circular font variables in the existing assessment overlay. */
#tbmQuizWrapper { --font-display: Fraunces, Georgia, serif; --font-body: 'Public Sans', Arial, sans-serif; --font-accent: 'Special Elite', monospace; }
.home-page.quiz-open .home-nav, .home-page.quiz-open main, .home-page.quiz-open .home-footer { pointer-events: none; }

@keyframes home-enter { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }
@keyframes home-breath { 0%, 100% { box-shadow: 0 0 0 4px #9e4f3910; } 50% { box-shadow: 0 0 0 12px #9e4f3910; } }

@media (min-width: 1500px) { .home-nav { padding-inline: max(56px, calc((100vw - 1376px) / 2)); } }
@media (max-width: 1100px) {
  .home-shell { width: calc(100% - 72px); }
  .home-nav { padding-inline: 36px; gap: 25px; }
  .home-links { gap: 12px; }
  .home-links a, .nav-contact { font-size: 11px; }
  .hero-opening-copy { width: 35%; }
  .hero-opening-copy > p:first-child { font-size: 18px; }
  .hero-feeling-invitation { font-size: 16px; }
  .hero-opening h1 { font-size: 8.4vw; }
  .world-grid { gap: 3%; }
  .world-art { transform: scale(.85); transform-origin: center; }
  .contact-sheet-grid { grid-template-rows:135px 155px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > p { display: none; }
}
@media (max-width: 900px) {
  .home-shell { width: calc(100% - 40px); }
  .home-nav { padding: 8px 20px; gap: 16px; }
  .home-brand { width: 95px; height: 52px; }
  .home-brand img { max-height: 52px; }
  .home-links { display: none; }
  .nav-contact { margin-left: auto; padding: 8px 0; font-size: 12px; }
  .home-menu-button { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; width: 40px; height: 40px; background: transparent; border: 0; color: inherit; }
  .home-menu-button span { width: 22px; height: 1px; background: currentColor; transition: transform .2s; }
  .home-menu-button[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .home-menu-button[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-eyebrow { padding-top: 25px; }
  .hero-eyebrow > .eyebrow { font-size: 8px; }
  .breath-note { font-size: 9px; }
  .hero-opening { padding-top: 30px; flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero-opening h1 { font-size: clamp(54px, 12.8vw, 92px); }
  .hero-opening-copy { width: 100%; }
  .hero-opening-copy > p:first-child { font-size: 20px; }
  .hero-feeling-invitation { margin-top: 12px; font-size: 16px; }
  .motion-experience { padding-top: 7px; }
  .motion-scene { height: 238px; }
  .motion-cast { --spacing: 104px; }
  .motion-figure { width: 148px; }
  .motion-figure img { height: 202px; }
  .motion-console { padding-top: 17px; padding-bottom: 25px; }
  .motion-console-top { align-items: flex-start; }
  .motion-console-top label { font-size: 12px; line-height: 1.5; }
  .motion-count { max-width: 100px; text-align: right; white-space: normal; font-size: 11px; }
  .phone-break { display: inline; }
  .motion-control { gap: 13px; margin-top: 13px; }
  .motion-range-labels { font-size: 8px; }
  .motion-hint { padding-top: 11px; font-size: 9px; }
  .motion-invitation { padding-bottom: 17px; font-size: 11px; }
  .motion-response { padding: 23px 0 5px; }
  .motion-response-top { margin-bottom: 22px; }
  .motion-name { font-size: 13px; }
  .motion-cta { margin-top: 27px; }
  .motion-result { grid-template-columns: 1fr; gap: 18px; }
  .motion-response-name h2 { font-size: 48px; }
  .motion-response-copy { font-size: 16px; }
  .motion-first-step { font-size: 13px; grid-template-columns: 95px 1fr; }
  .section-intro { padding-bottom: 33px; }
  .home-approach .section-intro { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section-intro .small-note { font-size: 23px; }
  .section-intro .eyebrow { font-size: 8px; }
  .section-intro .text-link { font-size: 9px; gap: 14px; }
  .home-approach { padding-block: 59px; }
  .approach-grid { grid-template-columns: 1fr; gap: 42px; }
  .approach-manifesto h2 { font-size: clamp(42px, 9vw, 64px); }
  .approach-manifesto p { max-width: 500px; font-size: 13px; }
  .home-service { gap: 13px; }
  .home-service:first-child { padding-top: 22px; border-top: 1px solid var(--line); }
  .home-work { padding-top: 54px; }
  .home-work .section-title { font-size:clamp(18px,5.6vw,42px); white-space:nowrap; }
  .portfolio-heading > p { margin:18px 0 0; }
  .portfolio-showcase { margin-top:35px; }
  .contact-sheet-grid { grid-template-rows:108px 128px; gap:5px; }
  .contact-sheet-piece { padding:10px; }
  .contact-sheet-foot { align-items:end; padding-top:14px; font-size:9px; }
  .contact-sheet-foot strong { max-width:116px; font-size:16px; text-align:right; }
  .portfolio-testimonial { min-height:360px; padding:38px 28px; }
  .quote-mark { font-size:55px; }
  .home-testimonial blockquote { font-size: 30px; }
  .home-testimonial figcaption { font-size: 10px; }
  .home-testimonial figcaption span { display: block; margin: 6px 0 0; }
  .world-grid { grid-template-columns: 1fr; padding-block: 60px 30px; gap: 40px; }
  .world-copy h2 { font-size: clamp(40px, 8.5vw, 60px); }
  .world-copy p { max-width: 460px; }
  .world-art { height: 340px; transform: none; max-width: 380px; width: 100%; margin: 0 auto; }
  .world-north { height: 255px; left: 3%; }
  .world-harbor { height: 300px; bottom: 0; }
  .world-orbit { width: 290px; height: 290px; }
  .world-star { font-size: 62px; top: 0; }
  .world-coordinate { top: 20px; }
  .home-founder { grid-template-columns: 1fr; padding-block: 67px; gap: 50px; }
  .founder-note { padding: 27px; margin-inline: 5px; transform: rotate(-1deg); gap: 22px; }
  .founder-script { font-size: clamp(26px, 8vw, 34px); }
  .founder-copy h2 { font-size: 48px; }
  .founder-copy p { max-width: 520px; }
  .home-conversation { padding-block: 55px; }
  .conversation-pair { grid-template-columns: 1fr; gap: 30px; margin-top: 0; }
  .conversation-pair h2 { font-size: clamp(43px, 9.6vw, 70px); }
  .conversation-pair h2 br { display: none; }
  .conversation-aside { align-items: flex-start; gap: 24px; padding: 0; }
  .home-footer { padding-block: 34px 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 26px; }
  .footer-main .home-brand { grid-column: 1 / -1; width: 120px; height: 65px; }
  .footer-main .home-brand img { max-height: 65px; }
  .footer-fine { flex-wrap: wrap; gap: 14px; }
  .footer-fine > div { gap: 16px; }
}
@media (max-width: 360px) {
  .home-brand { width: 88px; height: 48px; }
  .home-brand img { max-height: 48px; }
  .hero-opening h1 { font-size: 12.7vw; }
  .breath-note { max-width: 130px; }
  .motion-count { max-width: 90px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
