:root {
    --ink: #16201e;
    --forest: #103c36;
    --teal: #177f73;
    --coral: #d94b38;
    --gold: #f4c84a;
    --paper: #f8f9f7;
    --line: #cfd5d1;
    --display: "Bricolage Grotesque", sans-serif;
    --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--display); }
a { color: inherit; }
.hero { position: relative; min-height: calc(100vh - 54px); overflow: hidden; color: white; background: url("/static/folio-studio.png") center top / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: rgba(5, 28, 24, .82); }
.site-header { position: relative; z-index: 1; height: 76px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 19px; font-weight: 700; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; overflow: hidden; background: var(--gold); transform: rotate(-3deg); }
.brand-mark img { width: 32px; height: 32px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 10px; }
.site-header nav a { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; text-decoration: none; font-size: 13px; font-weight: 600; }
.sign-in:hover { background: rgba(255, 255, 255, .09); }
.create-account { color: var(--ink); background: var(--gold); }
.create-account:hover { background: #ffda64; }
.hero-copy { position: relative; z-index: 1; width: min(1160px, calc(100% - 44px)); margin: 0 auto; padding: clamp(70px, 12vh, 130px) 0 120px; }
.eyebrow, .section-number { margin: 0; color: #5ee0c2; font-family: var(--mono); font-size: 10px; font-weight: 500; }
.hero h1 { max-width: 920px; margin: 18px 0 26px; font-size: clamp(55px, 7.4vw, 105px); line-height: .91; letter-spacing: 0; }
.hero h1 em { color: var(--gold); font-weight: 500; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d4dfdc; font-size: 18px; line-height: 1.6; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 12px; }
.primary-action, .secondary-action { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 36px; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-action { color: var(--ink); background: var(--gold); }
.primary-action:hover { background: #ffda64; }
.secondary-action { color: white; border: 1px solid rgba(255, 255, 255, .42); }
.secondary-action:hover { background: rgba(255, 255, 255, .08); }
.hero-foot { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; min-height: 54px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #c4d3cf; background: rgba(5, 28, 24, .92); border-top: 3px solid var(--gold); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.intro-band { padding: 105px max(24px, calc((100% - 1160px) / 2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); align-items: end; background: white; }
.section-number { color: var(--teal); }
.intro-band h2, .ownership-band h2, .closing-band h2 { margin: 15px 0 0; font-size: clamp(38px, 5vw, 68px); line-height: .98; }
.intro-band > p { margin: 0; color: #52605c; font-size: 17px; line-height: 1.7; }
.workflow-band { display: grid; grid-template-columns: repeat(3, 1fr); background: #edf1ee; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-band article { min-height: 320px; padding: 48px clamp(28px, 4vw, 60px); position: relative; }
.workflow-band article + article { border-left: 1px solid var(--line); }
.workflow-band article > span { position: absolute; top: 22px; right: 24px; color: var(--coral); font-family: var(--mono); font-size: 9px; }
.workflow-band svg { width: 28px; height: 28px; color: var(--teal); }
.workflow-band h3 { margin: 55px 0 12px; font-size: 24px; }
.workflow-band p { margin: 0; color: #5c6864; font-size: 14px; line-height: 1.65; }
.ownership-band { padding: 110px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--forest); color: white; }
.ownership-band h2 em { color: var(--gold); font-weight: 500; }
.ownership-copy > p:not(.section-number) { margin: 25px 0; color: #c6d4d0; font-size: 15px; line-height: 1.7; }
.ownership-copy ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.ownership-copy li { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.ownership-copy li svg { width: 16px; color: var(--gold); }
.ownership-band figure { margin: 0; }
.ownership-band figure img { width: 100%; display: block; border: 1px solid rgba(255, 255, 255, .25); box-shadow: 18px 18px 0 rgba(244, 200, 74, .18); }
.ownership-band figcaption { margin-top: 13px; color: #9fb5af; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.closing-band { padding: 105px 24px; text-align: center; background: var(--gold); }
.closing-band .section-number { color: var(--forest); }
.closing-band h2 { margin-bottom: 32px; }
.closing-band .primary-action { color: white; background: var(--forest); }
.closing-band .primary-action:hover { background: var(--teal); }
footer { min-height: 92px; padding: 18px clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: white; background: #0a2824; }
footer p, footer > span { color: #9fb2ad; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }

@media (max-width: 800px) {
    .hero { min-height: 820px; }
    .hero-copy { padding-top: 95px; }
    .hero h1 { font-size: clamp(51px, 13vw, 76px); }
    .hero-foot { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
    .intro-band { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 80px; }
    .workflow-band { grid-template-columns: 1fr; }
    .workflow-band article { min-height: 235px; }
    .workflow-band article + article { border-top: 1px solid var(--line); border-left: 0; }
    .workflow-band h3 { margin-top: 38px; }
    .ownership-band { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 90px; }
}

@media (max-width: 520px) {
    .site-header { height: 66px; padding-inline: 15px; }
    .brand { font-size: 16px; }
    .site-header nav { gap: 2px; }
    .site-header nav a { padding-inline: 10px; font-size: 11px; }
    .hero { min-height: 760px; }
    .hero-copy { width: calc(100% - 30px); padding-top: 75px; }
    .hero h1 { font-size: 49px; }
    .hero-copy > p:not(.eyebrow) { font-size: 15px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions a { width: 100%; }
    .hero-foot { padding-inline: 15px; }
    .intro-band h2, .ownership-band h2, .closing-band h2 { font-size: 40px; }
    footer { align-items: flex-start; flex-direction: column; }
}