:root {
  --ink: #20231e;
  --muted: #686c63;
  --accent: #466357;
  --accent-dark: #304a40;
  --paper: #fcfbf7;
  --wash: #f1f0e9;
  --line: #dcded4;
  --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.corkboard-page { --accent: #88512f; --accent-dark: #66381f; --wash: #f4eee6; }
body.classifieds-page { --accent: #6b2f25; --accent-dark: #47201a; --wash: #f3ede7; }
body.folio-page { --accent: #344f70; --accent-dark: #22364e; --wash: #eef1f4; }
body.portfolio-page { --accent: #34403b; --accent-dark: #18201c; --wash: #f0f0ec; }
body.breathable-page { --accent: #55653c; --accent-dark: #28331d; --wash: #eff1e9; }
body.vault-page { --accent: #373737; --accent-dark: #111; --wash: #ededed; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 20; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.site-shell { max-width: 1192px; margin: auto; padding: 0 44px; }
.studio-header { height: 128px; display: flex; align-items: center; justify-content: space-between; }
.studio-logo, .studio-logo img { width: 134px; }
.studio-logo img { height: 100px; object-fit: cover; mix-blend-mode: multiply; }
.back-link { color: var(--muted); font-size: 13px; text-decoration: none; }
.back-link span { margin-left: 9px; }
.product-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-name { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 650; letter-spacing: -.5px; text-decoration: none; white-space: nowrap; }
.product-name img { border-radius: 8px; }
.product-nav nav { display: flex; align-items: center; gap: 24px; }
.product-nav nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.product-nav nav a[aria-current='page'] { color: var(--accent); text-decoration: underline; }
.product-nav .nav-try { padding: 9px 13px; border-radius: 3px; background: var(--ink); color: #fff; }
.product-nav .nav-try:hover { background: var(--accent-dark); }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; padding: 72px 0 82px; }
.eyebrow { margin: 0 0 20px; font-size: 10px; font-weight: 650; line-height: 1.6; letter-spacing: 1.75px; text-transform: uppercase; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 28px; font-size: clamp(48px, 5.7vw, 72px); font-weight: 540; line-height: 1.04; letter-spacing: -3.4px; }
.hero h1 em { color: var(--accent); font-family: var(--serif); font-weight: 400; letter-spacing: -3px; }
.hero-description { max-width: 470px; margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 20px; border-radius: 4px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 650; text-decoration: none; transition: background .2s; }
.button:hover { background: var(--accent-dark); }
.text-link { font-size: 13px; font-weight: 550; }
.text-link span { margin-left: 5px; }
.platform-note { margin: 25px 0 0; color: var(--muted); font-size: 12px; }
.tool-preview { position: relative; min-height: 500px; margin: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid #e2e1d9; border-radius: 5px; background: var(--wash); }
.tool-preview figcaption { position: absolute; right: 18px; bottom: 14px; color: var(--muted); font-size: 9px; }
.poster-art { width: 295px; min-height: 400px; padding: 27px; display: flex; flex-direction: column; border: 1px solid #1d1f1b; background: #f4cf59; box-shadow: 16px 18px 0 #20231e12; transform: rotate(-2deg); }
.poster-art small { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.poster-art strong { margin: 36px 0 18px; font-family: var(--serif); font-size: 54px; font-weight: 400; line-height: .92; letter-spacing: -2px; }
.poster-art .poster-rule { width: 100%; height: 1px; margin: auto 0 20px; background: #1d1f1b; }
.poster-art span { max-width: 180px; font-size: 11px; line-height: 1.5; }
.board-art { position: relative; width: 390px; height: 390px; border: 14px solid #66462e; border-radius: 3px; background: #b98354; box-shadow: 16px 18px 0 #4a2d1a14; transform: rotate(1deg); }
.classified-art { width: 310px; padding: 24px; border: 1px solid #25231f; background: #fbf7ef; box-shadow: 15px 18px 0 #6b2f2512; transform: rotate(-1deg); }
.classified-art small, .folio-art small { display: block; font-size: 9px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.classified-art h2 { margin: 28px 0 16px; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.02; }
.classified-art p { margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.classified-art dl { margin: 0; display: grid; grid-template-columns: 70px 1fr; gap: 8px; padding-top: 18px; border-top: 1px solid #bbb7ad; font-size: 10px; }
.classified-art dt { font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.classified-art dd { margin: 0; }
.folio-art { width: 380px; padding: 20px; background: #fff; border: 1px solid #d4d9df; box-shadow: 15px 18px 0 #344f7012; }
.folio-art header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #dfe3e7; }
.folio-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 145px 115px; gap: 9px; margin-top: 9px; }
.folio-grid span { display: block; background: #b9c2c8; }
.folio-grid span:first-child { grid-row: 1 / 3; background: linear-gradient(145deg, #a5b0b7, #4d5e68); }
.folio-grid span:nth-child(2) { background: linear-gradient(145deg, #e2d8c7, #9e8061); }
.folio-grid span:nth-child(3) { background: linear-gradient(145deg, #b9c8ba, #617562); }
.portfolio-art { width: 410px; padding: 20px; background: #f8f8f4; border: 1px solid #d1d1ca; box-shadow: 15px 18px 0 #27332c12; }
.portfolio-art header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid #d9d9d2; }
.portfolio-art header img { width: 34px; height: 41px; object-fit: contain; }
.portfolio-art header p { max-width: 205px; margin: 2px 0 0; color: #51554f; font-family: var(--serif); font-size: 12px; line-height: 1.35; text-align: right; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 18px; }
.portfolio-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border: 1px solid #20231e; }
.art-image { width: min(420px, 82%); max-height: 400px; object-fit: cover; border: 1px solid #252525; box-shadow: 16px 18px 0 #1111; }
.vault-page .art-image { filter: grayscale(1) contrast(1.08); }
.pin { position: absolute; padding: 17px 18px; box-shadow: 4px 5px 10px #53361f33; font-family: var(--serif); font-size: 18px; line-height: 1.25; transform: rotate(var(--turn)); }
.pin::before { content: ''; position: absolute; top: 7px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #3c5048; box-shadow: 1px 2px 2px #3e2c1e66; }
.pin-one { --turn: -4deg; top: 34px; left: 28px; width: 150px; min-height: 128px; background: #efe190; }
.pin-two { --turn: 5deg; top: 66px; right: 26px; width: 140px; min-height: 170px; background: #f5eee2; }
.pin-three { --turn: 2deg; left: 88px; bottom: 28px; width: 188px; min-height: 120px; background: #cbd8c6; }
.intro-section { padding: 64px 0 72px; border-top: 1px solid var(--line); }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 100px; margin-bottom: 50px; }
.intro-columns h2 { margin-bottom: 0; font-size: 36px; font-weight: 500; line-height: 1.15; letter-spacing: -1.4px; }
.intro-columns > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.feature-grid article { padding-top: 24px; border-top: 1px solid var(--line); }
.feature-number { color: var(--accent); font-size: 9px; letter-spacing: 1.6px; }
.feature-grid h3 { margin: 20px 0 12px; font-size: 18px; font-weight: 600; line-height: 1.3; letter-spacing: -.35px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.portable { margin-bottom: 72px; padding: 56px 62px; border-radius: 5px; background: var(--accent-dark); color: #fff; }
.portable .eyebrow { color: #d8e2dc; }
.portable h2 { max-width: 680px; margin-bottom: 22px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1.1; letter-spacing: -1px; }
.portable p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: #e3e9e5; font-size: 16px; }
.portable .hero-actions { margin-top: 26px; }
.practical { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-bottom: 70px; }
.practical h2 { margin-bottom: 0; font-size: 34px; font-weight: 500; line-height: 1.18; letter-spacing: -1.2px; }
.practical article + article { margin-top: 28px; }
.practical h3 { margin-bottom: 9px; font-size: 17px; font-weight: 600; }
.practical article p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.closing { display: flex; align-items: flex-start; gap: 25px; padding: 50px 0 66px; border-top: 1px solid var(--line); }
.closing > img { margin-top: 4px; border-radius: 14px; }
.closing .eyebrow { margin-bottom: 12px; }
.closing h2 { margin-bottom: 18px; font-size: 30px; font-weight: 500; line-height: 1.2; letter-spacing: -.9px; }
.closing .button { margin-top: 2px; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 28px 0 30px; border-top: 1px solid var(--line); }
.site-footer > div > a { font-size: 14px; font-weight: 650; text-decoration: none; }
.site-footer > div > p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.site-footer nav { display: flex; align-items: flex-start; gap: 20px; }
.site-footer nav a { color: var(--muted); font-size: 12px; text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 3px 0 0; color: var(--muted); font-size: 10px; }
@media (max-width: 950px) {
  .site-shell { padding: 0 30px; }
  .hero { gap: 36px; padding: 58px 0 66px; }
  .hero h1 { font-size: 54px; }
  .tool-preview { min-height: 450px; }
  .poster-art { width: 260px; min-height: 360px; }
  .poster-art strong { font-size: 47px; }
  .board-art { width: 330px; height: 330px; }
  .pin-one { width: 130px; }
  .pin-two { width: 118px; min-height: 145px; }
  .pin-three { left: 68px; width: 166px; }
  .intro-columns, .practical { gap: 45px; }
  .feature-grid { gap: 25px; }
}
@media (max-width: 700px) {
  .site-shell { padding: 0 22px; }
  .studio-header { height: 105px; }
  .studio-logo, .studio-logo img { width: 110px; }
  .studio-logo img { height: 82px; }
  .product-nav { align-items: flex-start; flex-direction: column; gap: 12px; padding: 17px 0; }
  .product-nav nav { width: 100%; justify-content: space-between; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding: 42px 0 48px; }
  .hero h1 { font-size: clamp(43px, 12vw, 60px); letter-spacing: -2.6px; }
  .hero-description { font-size: 17px; }
  .tool-preview { min-height: 410px; }
  .poster-art { width: 248px; min-height: 340px; }
  .board-art { width: min(330px, 85vw); height: min(330px, 85vw); }
  .classified-art { width: min(310px, 82vw); }
  .folio-art { width: min(380px, 85vw); }
  .portfolio-art { width: min(410px, 85vw); }
  .folio-grid { grid-template-rows: 120px 95px; }
  .art-image { width: min(420px, 82vw); }
  .intro-section { padding: 44px 0 48px; }
  .intro-columns, .practical { grid-template-columns: 1fr; gap: 24px; }
  .intro-columns { margin-bottom: 34px; }
  .intro-columns h2, .practical h2 { font-size: 31px; }
  .feature-grid { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid article { padding-top: 18px; }
  .feature-grid h3 { margin-top: 12px; }
  .portable { margin-bottom: 46px; padding: 36px 27px; }
  .portable h2 { font-size: 38px; }
  .portable p:not(.eyebrow) { font-size: 15px; }
  .practical { padding-bottom: 44px; gap: 30px; }
  .closing { padding: 38px 0 45px; gap: 18px; }
  .closing > img { width: 48px; height: 48px; border-radius: 11px; }
  .closing h2 { font-size: 26px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
}
@media (max-width: 380px) {
  .site-shell { padding: 0 17px; }
  .product-nav nav { gap: 10px; }
  .product-nav nav a { font-size: 12px; }
  .board-art { border-width: 10px; }
  .pin { padding: 14px; font-size: 15px; }
  .pin-one { left: 17px; width: 115px; }
  .pin-two { right: 16px; width: 108px; }
  .pin-three { left: 52px; width: 150px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
