/* Interior pages share the studio palette, spacing, and interaction styles. */
.service-local-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-block: 25px; }
.service-local-links a { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; }
.service-local-links a:hover { color: var(--blue); border-color: var(--blue); }
@media (max-width: 700px) { .service-local-links { grid-template-columns: minmax(0, 1fr); } }
main > .interior-hero { margin: 0; padding: 160px 0 65px; }
.interior-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 70px; align-items: end; }
.interior-hero h1 { font-size: clamp(44px, 5.5vw, 76px); line-height: 1.06; letter-spacing: -.065em; font-weight: 650; margin: 0; }
.interior-hero h1 span { color: var(--blue); }
.interior-hero .studio-copy { margin: 0 0 5px; max-width: 385px; }
.interior-hero .studio-shell { border-bottom: 1px solid var(--line); padding-bottom: 60px; }
body[data-page="/about"] .about-shell { width: min(1240px, calc(100% - 80px)); }
body[data-page="/about"] .about-overview { margin: 0; padding: 15px 0 90px; background: var(--paper); }
body[data-page="/about"] .about-intro { max-width: 790px; }
body[data-page="/about"] h2 { letter-spacing: -.05em; font-weight: 650; }
body[data-page="/about"] .about-intro p, body[data-page="/about"] .founder-content p { color: var(--muted); font-size: 15px; line-height: 1.9; }
body[data-page="/about"] .about-principles { gap: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-top: 45px; }
body[data-page="/about"] .principle-item { padding: 32px; border: 0; border-radius: 0; box-shadow: none; background: white; transition: background .25s; }
body[data-page="/about"] .principle-item + .principle-item { border-left: 1px solid var(--line); }
body[data-page="/about"] .principle-item:hover { background: #eef3ff; }
body[data-page="/about"] .principle-item i { background: #edf2ff; color: var(--blue); margin-bottom: 25px; }
body[data-page="/about"] .principle-item h3 { font-size: 21px; letter-spacing: -.035em; font-weight: 650; }
body[data-page="/about"] .founder-section { margin: 0; padding: 90px 0; background: #edf0ea; }
body[data-page="/about"] .founder-grid { gap: 75px; grid-template-columns: .85fr 1.15fr; }
body[data-page="/about"] .founder-profile { border: 0; box-shadow: none; border-radius: 12px; overflow: hidden; background: var(--ink); }
body[data-page="/about"] .founder-profile img { display: block; width: 100%; height: auto; max-height: 520px; object-fit: cover; object-position: top; }
body[data-page="/about"] .founder-nameplate { background: var(--ink); padding: 30px; }
body[data-page="/about"] .founder-nameplate h2 { color: white; font-size: 30px; }
body[data-page="/about"] .founder-nameplate span { color: var(--lime); font-size: 10px; letter-spacing: .1em; }
body[data-page="/about"] .founder-nameplate p { color: #b9c8d3; font-size: 13px; line-height: 1.8; }
body[data-page="/about"] .resume-panel { border: 1px solid #d2dbcc; background: transparent; box-shadow: none; border-radius: 8px; }
body[data-page="/about"] .resume-header { background: transparent; }
body[data-page="/about"] .resume-item { background: transparent; border-color: #d2dbcc; }
body[data-page="/about"] .resume-label { color: var(--blue); }
body[data-page="/pricing"] .pricing { margin-top: 0; padding: 0 0 75px; }
body[data-page="/pricing"] .pricing-header { text-align: left; max-width: none; margin-bottom: 38px; }
body[data-page="/pricing"] .pricing-header h2 { font-size: clamp(28px,3vw,40px); font-weight: 650; letter-spacing: -.05em; margin: 0 0 15px; }
body[data-page="/pricing"] .pricing-header p { color: var(--muted); font-size: 14px; }
body[data-page="/pricing"] .pricing-header .studio-kicker { font-size: 10px; }
body[data-page="/pricing"] .pricing-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
body[data-page="/pricing"] .pricing-grid > .pricing-card { display: flex; flex-direction: column; min-width: 0; position: relative; border-radius: 12px; padding: 45px 28px 28px; box-shadow: none; border: 1px solid var(--line); }
body[data-page="/pricing"] .pricing-card.featured { border: 2px solid var(--blue); background: #f4f7ff; }
body[data-page="/pricing"] .popular-badge { position: absolute; top: 0; left: 0; right: 0; transform: none; width: auto; border-radius: 9px 9px 0 0; padding: 8px; background: var(--blue); color: white; text-align: center; font-size: 9px; letter-spacing: .15em; }
body[data-page="/pricing"] .pricing-card h3 { font-size: 24px; font-weight: 650; letter-spacing: -.045em; }
body[data-page="/pricing"] .tagline { font-size: 13px; line-height: 1.75; min-height: 46px; }
body[data-page="/pricing"] .price-row { display: grid; grid-template-columns: 1fr; gap: 22px; padding: 22px 0; border-block: 1px solid var(--line); }
body[data-page="/pricing"] .price-box { background: none; border: 0; padding: 0; }
body[data-page="/pricing"] .price-box > span { font-size: 11px; color: var(--muted); }
body[data-page="/pricing"] .price { font-size: 43px; font-weight: 650; letter-spacing: -.06em; color: var(--ink); }
body[data-page="/pricing"] .price-box + .price-box .price { font-size: 30px; }
body[data-page="/pricing"] .section-title { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-top: 26px; }
body[data-page="/pricing"] .pricing-list { font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
body[data-page="/pricing"] .pricing-list li { margin-bottom: 10px; }
body[data-page="/pricing"] .plan-action { margin-top: auto; font-size: 12px; gap: 10px; width: 100%; }
body[data-page="/pricing"] .market-compare { background: transparent; border-color: var(--line); }
body[data-page="/pricing"] .market-compare__summary { font-size: 11px; }
body[data-page="/pricing"] .pricing-card-custom-center { max-width: none; text-align: left; border-radius: 10px; background: var(--ink); color: white; padding: 35px; }
body[data-page="/pricing"] .pricing-card-custom-center .tagline { color: var(--lime); min-height: 0; }
body[data-page="/pricing"] .pricing-card-custom-center p { font-size: 14px; line-height: 1.8; }
body[data-page="/pricing"] .trust-banner { border-radius: 10px; background: #edf0ea; box-shadow: none; }
body[data-page="/pricing"] .climate-commitment iframe { max-width: 100%; }
body[data-page="/work-with-us"] .contact-section { margin: 0; padding: 0 0 90px; background: var(--paper); }
body[data-page="/work-with-us"] .contact-layout { grid-template-columns: .85fr 1.15fr; gap: 85px; }
body[data-page="/work-with-us"] .contact-info h2 { font-size: 37px; line-height: 1.12; letter-spacing: -.05em; font-weight: 650; margin-top: 0; }
body[data-page="/work-with-us"] .contact-intro { font-size: 15px; line-height: 1.9; color: var(--muted); }
body[data-page="/work-with-us"] .contact-benefits { gap: 25px; margin-top: 32px; }
body[data-page="/work-with-us"] .benefit .icon { color: var(--blue); }
body[data-page="/work-with-us"] .benefit h4 { font-size: 14px; }
body[data-page="/work-with-us"] .benefit p { line-height: 1.8; font-size: 13px; }
body[data-page="/work-with-us"] .contact-process { background: var(--ink); color: white; padding: 28px; border-radius: 10px; border: 0; }
body[data-page="/work-with-us"] .contact-process h3 { color: var(--lime); font-size: 18px; font-weight: 600; }
body[data-page="/work-with-us"] .contact-process ol { color: #c2cfda; font-size: 13px; line-height: 2.2; padding-left: 20px; }
body[data-page="/work-with-us"] .contact-card { padding: 38px; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 45px #10243808; background: white; }
body[data-page="/work-with-us"] .contact-card h3 { font-size: 28px; font-weight: 650; letter-spacing: -.045em; margin: 0 0 12px; }
.form-note { font-size: 13px; line-height: 1.8; color: var(--muted); margin: 0 0 26px; }
body[data-page="/work-with-us"] .form-group label { font-size: 12px; margin-bottom: 8px; }
body[data-page="/work-with-us"] .form-group input, body[data-page="/work-with-us"] .form-group textarea, .portal-entry .login-form input { width: 100%; min-width: 0; background: #f8f9f7; border: 1px solid #d6dfe5; border-radius: 6px; padding: 14px; font-family: inherit; font-size: 16px; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
body[data-page="/work-with-us"] .form-group input:focus, body[data-page="/work-with-us"] .form-group textarea:focus, .portal-entry .login-form input:focus { outline: 2px solid var(--blue); outline-offset: 2px; border-color: var(--blue); background: white; }
body[data-page="/work-with-us"] .contact-card button { background: var(--blue); border-color: var(--blue); font-size: 14px; }
body[data-page="/work-with-us"] .contact-card button:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
main > .portal-entry { margin: 0; padding: 155px 0 90px; }
.portal-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.portal-story h1 { font-size: clamp(50px,6vw,82px); font-weight: 650; letter-spacing: -.065em; line-height: 1.04; margin: 0 0 22px; }
.portal-story h1 span { color: var(--blue); }
.portal-story > .studio-copy { max-width: 390px; }
.portal-art { position: relative; min-height: 190px; margin: 30px 0; border-radius: 12px; background: var(--ink); color: var(--lime); display: flex; align-items: center; gap: 35px; padding: 30px; overflow: hidden; }
.portal-art-grid { position: absolute; inset: 0; background-image: linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px); background-size: 25px 25px; }
.portal-orbit { width: 120px; height: 120px; border: 1px solid #b7ccde40; border-radius: 50%; display: grid; place-items: center; position: relative; flex-shrink: 0; }
.portal-orbit span { display: block; font-size: 74px; transition: transform .65s; }
.portal-art:hover .portal-orbit span { transform: rotate(90deg); }
.portal-art-caption { font-size: 10px; line-height: 2; letter-spacing: .12em; position: relative; }
.portal-entry .login-card { max-width: none; width: 100%; margin: 0; border: 1px solid var(--line); border-radius: 12px; padding: 42px; background: white; box-shadow: 0 20px 50px #10243808; }
.portal-entry .login-card h2 { font-size: 35px; font-weight: 650; letter-spacing: -.05em; line-height: 1.15; margin: 0 0 18px; }
.portal-entry .login-form label { font-size: 12px; font-weight: 700; margin-bottom: 9px; }
.portal-entry .login-form input { margin-bottom: 24px; }
.portal-entry .login-form .btn-primary { background: var(--blue); font-size: 14px; }
.portal-entry .login-error:empty { display: none; }
.portal-entry .login-error:not(:empty) { opacity: 1; font-size: 13px; line-height: 1.7; }
.portal-new-client { font-size: 12px; line-height: 1.8; text-align: center; color: var(--muted); margin: 25px 0 0; }
.portal-new-client a { color: var(--blue); }
main > .portal-dashboard { margin: 0; padding: 150px 0 90px; min-height: 70vh; }
.portal-welcome { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.portal-welcome h1 { font-size: clamp(35px,5vw,60px); letter-spacing: -.055em; font-weight: 650; margin: 0 0 15px; }
.portal-welcome form { flex-shrink: 0; }.portal-welcome button { font-family: inherit; cursor: pointer; }
.portal-resource-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 35px; }
.portal-resource { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.portal-resource h2 { font-size: 23px; letter-spacing: -.035em; font-weight: 650; }
.portal-resource p { font-size: 14px; line-height: 1.9; color: var(--muted); }
@media (max-width: 1050px) { .interior-hero-grid { gap: 40px; } body[data-page="/about"] .founder-grid { gap: 40px; } body[data-page="/pricing"] .pricing-grid { gap: 15px; } body[data-page="/pricing"] .pricing-grid > .pricing-card { padding-inline: 20px; } body[data-page="/work-with-us"] .contact-layout, .portal-grid { gap: 40px; } .portal-entry .login-card { padding: 30px; } }
@media (max-width: 800px) { .interior-hero-grid, .portal-grid, body[data-page="/about"] .founder-grid, body[data-page="/work-with-us"] .contact-layout { grid-template-columns: 1fr; gap: 32px; } .interior-hero .studio-copy { max-width: 570px; } body[data-page="/pricing"] .pricing-grid, .portal-resource-grid { grid-template-columns: 1fr; } body[data-page="/pricing"] .tagline { min-height: 0; } body[data-page="/pricing"] .price-row { grid-template-columns: 1fr 1fr; } .portal-art { max-width: 500px; } .portal-entry .login-card { max-width: 580px; } .portal-welcome { align-items: start; flex-direction: column; } }
@media (max-width: 700px) { main > .interior-hero { padding: 125px 0 35px; } .interior-hero .studio-shell { padding-bottom: 35px; } .interior-hero h1 { font-size: clamp(40px,9vw,60px); } body[data-page="/about"] .about-shell { width: calc(100% - 40px); } body[data-page="/about"] .about-overview, body[data-page="/about"] .founder-section { padding-block: 35px 60px; } body[data-page="/about"] .about-principles { grid-template-columns: 1fr; } body[data-page="/about"] .principle-item + .principle-item { border-left: 0; border-top: 1px solid var(--line); } body[data-page="/work-with-us"] .contact-card { padding: 25px; } main > .portal-entry, main > .portal-dashboard { padding: 125px 0 60px; } .portal-art { gap: 20px; padding: 20px; }.portal-orbit { width: 95px; height: 95px; }.portal-art-caption { font-size: 8px; } body[data-page="/pricing"] .trust-banner { padding: 25px; } }
body[data-page="/about"] .founder-nameplate { border-top: 3px solid var(--lime); }
body[data-page="/about"] .about-btn-primary { background: var(--blue); border-color: var(--blue); }
body[data-page="/about"] .resume-label { background: #edf2ff; border-color: #d8e2ff; border-radius: 5px; }
body[data-page="/pricing"] .market-compare__summary { color: var(--muted); letter-spacing: .04em; }
body[data-page="/pricing"] .market-compare__summary:hover { background: #edf2ff; }
body[data-page="/pricing"] .market-compare__icon, body[data-page="/pricing"] .market-compare__item { border-color: var(--line); }
body[data-page="/pricing"] .market-compare__icon::before, body[data-page="/pricing"] .market-compare__icon::after { background: var(--blue); }
body[data-page="/pricing"] .market-compare__grid { grid-template-columns: 1fr; }
body[data-page="/pricing"] .pricing-card-custom-center { align-items: flex-start; }
body[data-page="/pricing"] .bottom-banners { margin-top: 0; }
body[data-page="/pricing"] .trust-banner { width: 100%; }
