/* Premium editorial redesign for the LSRR Designs About page */
:root {
    --primary-color: #e6535f;
    --primary-dark: #ca3f4b;
    --secondary-color: #20201f;
    --ink-deep: #181715;
    --lux-gold: #bd9460;
    --paper-color: #fbfaf7;
    --line-color: #e9e5df;
    --text-color: #625e59;
    --heading-font: 'Manrope', sans-serif;
    --body-font: 'Manrope', sans-serif;
    --shadow-soft: 0 24px 70px rgba(35,29,25,.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; background: var(--paper-color) !important; color: var(--text-color) !important; font-family: var(--body-font) !important; }
body::before { display: none !important; }
.container { width: min(1320px,calc(100% - 56px)); max-width: 1320px !important; margin: 0 auto; padding: 0 !important; }
h1,h2,h3 { color: var(--secondary-color); font-family: var(--heading-font) !important; letter-spacing: -.045em; }
h1 { font-size: clamp(3.1rem,5.5vw,5.5rem) !important; font-weight: 800 !important; line-height: .96 !important; text-wrap: balance; }
h2 { font-size: clamp(2.1rem,3.5vw,3.5rem) !important; font-weight: 800 !important; line-height: 1.08 !important; text-wrap: balance; }
h3 { font-size: clamp(1.5rem,2.7vw,2.5rem) !important; font-weight: 800 !important; }
p { line-height: 1.75; text-wrap: pretty; }
img { max-width: 100%; }
a:focus-visible,button:focus-visible { outline: 3px solid rgba(230,83,95,.38); outline-offset: 4px; }

.top-promise-bar { position: relative; z-index: 1001; background: #262422; color: #fff; font-size: .77rem; }
.top-promise-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.top-promise-inner p { margin: 0; color: rgba(255,255,255,.82); font-size: inherit; }
.top-promise-inner p span { margin-right: .35rem; color: #ff8d96; }
.top-promise-inner #global-promise-text { margin-right: 0; color: inherit; }
.top-promise-inner a { color: #fff; text-decoration: none; }

.header,.header.scrolled { position: sticky !important; top: 0 !important; z-index: 1000; width: 100%; padding: 0 max(28px,calc((100vw - 1380px)/2)) !important; background: rgba(255,255,255,.96) !important; border-bottom: 1px solid rgba(32,32,31,.08); box-shadow: 0 8px 28px rgba(34,29,25,.04); backdrop-filter: blur(18px); }
.navbar { max-width: 1380px !important; height: 76px !important; margin: 0 auto; padding: 0 !important; gap: 24px; }
.nav-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--secondary-color) !important; font-family: var(--body-font) !important; font-size: 1.25rem !important; font-weight: 800 !important; letter-spacing: -.035em; text-decoration: none; }
.nav-logo img { width: 42px !important; height: 42px !important; padding: 4px !important; border-radius: 10px !important; background: #fff !important; box-shadow: none !important; object-fit: contain; }
.nav-logo span::after { display: none !important; }
.nav-menu { gap: clamp(.45rem,1.3vw,1.2rem) !important; align-items: center; }
.nav-item { margin-left: 0 !important; }
.nav-link { color: #45413e !important; font-size: .8rem !important; font-weight: 700 !important; letter-spacing: .015em !important; text-transform: none !important; }
.nav-link.active { color: var(--primary-color) !important; }
.nav-link::after { bottom: .22rem !important; height: 2px !important; background: var(--primary-color) !important; }
.nav-action-link { padding: .78rem 1.08rem !important; border: 0 !important; border-radius: 9px !important; background: var(--primary-color) !important; color: #fff !important; box-shadow: 0 10px 24px rgba(230,83,95,.24) !important; }
.nav-login-link { padding: .72rem .2rem !important; border: 0 !important; background: transparent !important; }

.about-hero-v2 { position: relative; min-height: clamp(620px,calc(100svh - 110px),760px) !important; height: auto !important; display: flex; align-items: stretch; padding: 0 !important; isolation: isolate; text-align: left !important; }
.about-hero-v2 .page-hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; background-size: cover; background-position: center; filter: saturate(.82) contrast(1.04); }
.about-hero-v2 .page-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(18,16,14,.9),rgba(18,16,14,.62) 53%,rgba(18,16,14,.18)) !important; }
.about-hero-v2::before,.about-hero-v2::after { display: none !important; }
.about-hero-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: end; gap: clamp(3rem,7vw,7rem); padding-top: 96px !important; padding-bottom: 64px !important; }
.about-hero-v2 .page-hero-content { position: relative !important; z-index: 2; width: auto !important; max-width: 860px !important; margin: 0 !important; padding: 0 !important; text-align: left !important; transform: none !important; }
.about-hero-v2 .page-hero-content::before { display: none !important; }
.about-eyebrow,.subheading { display: inline-flex !important; align-items: center; gap: .55rem; color: var(--primary-color) !important; font-size: .7rem !important; font-weight: 800 !important; letter-spacing: .14em !important; text-transform: uppercase; }
.about-eyebrow { margin-bottom: 1rem; color: #ff9ba3 !important; }
.about-eyebrow::before,.subheading::before { content: ''; width: 26px !important; height: 2px; background: currentColor !important; }
.about-hero-v2 h1 { max-width: 800px; margin: 0 0 1.25rem !important; color: #fff !important; text-shadow: none !important; }
.about-hero-v2 .page-hero-content p { max-width: 690px; margin: 0 !important; color: rgba(255,255,255,.72) !important; font-size: 1.04rem !important; }
.about-hero-actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 1.9rem; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.35rem !important; border-radius: 9px !important; font-size: .82rem !important; font-weight: 800 !important; text-decoration: none; }
.btn-primary { border: 1px solid var(--primary-color) !important; background: var(--primary-color) !important; color: #fff !important; box-shadow: 0 12px 28px rgba(230,83,95,.25) !important; }
.btn-primary:hover { border-color: var(--primary-dark) !important; background: var(--primary-dark) !important; transform: translateY(-2px); }
.about-text-link { color: #fff; font-size: .8rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.42); padding-bottom: .3rem; }
.about-hero-manifesto { padding: 1.4rem; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: rgba(18,16,14,.28); box-shadow: 0 22px 65px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.about-hero-manifesto > span { color: #ff9ba3; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-hero-manifesto > strong { display: block; margin-top: .8rem; color: #fff; font-size: 1.15rem; line-height: 1.45; }
.manifesto-index { display: flex; justify-content: space-between; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); font-size: .62rem; letter-spacing: .12em; }

.about-studio-rail { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--line-color); }
.about-studio-rail-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.about-studio-rail article { min-height: 100px; display: grid; grid-template-columns: 36px 1fr; gap: .85rem; align-items: center; padding: 1.2rem clamp(1rem,2.4vw,2.1rem); }
.about-studio-rail article:not(:first-child) { border-left: 1px solid var(--line-color); }
.about-studio-rail article > span { color: var(--primary-color); font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.about-studio-rail strong { display: block; color: var(--secondary-color); font-size: .85rem; letter-spacing: .01em; }
.about-studio-rail p { margin: .18rem 0 0; color: #8a837c; font-size: .72rem; line-height: 1.5; }

.section-padding { padding: clamp(72px,5.6vw,88px) 0 !important; }
.section-header { max-width: none !important; margin: 0 0 clamp(2rem,4vw,3.3rem) !important; text-align: left !important; }
.section-header h2 { max-width: 850px; margin: .55rem 0 0 !important; }
.section-header p { max-width: 620px; color: #79736d !important; }

#our-story { position: relative; background: var(--paper-color); isolation: isolate; }
.story-content { display: grid !important; grid-template-columns: minmax(340px,.88fr) minmax(460px,1.12fr); gap: clamp(3rem,7vw,7rem) !important; align-items: center; }
.story-text { max-width: 600px; }
.story-text h2 { margin: .65rem 0 1.4rem; }
.story-text > p { color: #6e6862; }
.story-signature { display: flex; flex-direction: column; gap: .3rem; margin-top: 2rem; padding: 1.2rem 0 1.2rem 1.2rem; border-left: 2px solid var(--lux-gold); }
.story-signature span { color: #999087; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-signature strong { color: var(--secondary-color); font-size: .95rem; }
.story-image { position: relative; min-height: 570px; overflow: visible !important; }
.story-image::before { content: ''; position: absolute; inset: 35px -22px -22px 35px; border: 1px solid rgba(189,148,96,.5); border-radius: 190px 6px 6px 6px; }
.story-image img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; border-radius: 190px 6px 6px 6px !important; object-fit: cover; box-shadow: var(--shadow-soft); }
.story-image-caption { position: absolute; right: -28px; bottom: 34px; z-index: 2; width: min(310px,75%); display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1rem; background: rgba(255,255,255,.95); box-shadow: 0 18px 50px rgba(35,29,25,.16); backdrop-filter: blur(14px); }
.story-image-caption span { color: var(--lux-gold); font-size: .7rem; font-weight: 800; }
.story-image-caption p { margin: 0; color: #59534e; font-size: .72rem; line-height: 1.6; }

#about-seo-content { position: relative; min-height: 360px; padding: clamp(30px,2.6vw,42px) 0 !important; background: #242220 !important; color: #fff; isolation: isolate; }
#about-seo-content > .container { display: grid; grid-template-columns: minmax(270px,.65fr) minmax(0,1.35fr); gap: clamp(2rem,4vw,5rem); align-items: stretch; }
#about-seo-content .section-header { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; margin: 0 !important; }
#about-seo-content .section-header h2 { color: #fff !important; }
#about-seo-content .section-header h2 { max-width: 440px; margin-top: .65rem !important; font-size: clamp(1.75rem,2.2vw,2.4rem) !important; line-height: 1.05 !important; }
#about-seo-content .subheading { color: #ff9ba3 !important; }
.about-approach-grid { display: grid; grid-template-columns: minmax(230px,.65fr) minmax(420px,1.35fr); gap: clamp(1.5rem,3vw,3.2rem); align-items: stretch; }
.about-approach-copy { display: flex; flex-direction: column; justify-content: center; }
.about-approach-copy p { margin: .4rem 0; color: rgba(255,255,255,.7) !important; font-size: .8rem; line-height: 1.65; }
.about-principles { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.14); }
.about-principles article { min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem; }
.about-principles article:not(:first-child) { border-left: 1px solid rgba(255,255,255,.14); }
.about-principles span { margin-bottom: auto; color: #ff9ba3; font-size: .65rem; font-weight: 800; }
.about-principles strong { color: #fff; font-size: .92rem; }
.about-principles p { margin: .45rem 0 0; color: rgba(255,255,255,.58); font-size: .7rem; line-height: 1.55; }

#founder { position: relative; background: #f1ece7 !important; isolation: isolate; }
#founder .section-header { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.founder-profile { display: grid !important; grid-template-columns: minmax(400px,.9fr) minmax(420px,1.1fr); gap: clamp(3rem,7vw,7rem) !important; align-items: center; }
.founder-image { position: relative; height: 610px; overflow: hidden; border-radius: 8px; background: #d9d2ca; }
.founder-image img { width: 100% !important; height: 100% !important; object-fit: cover; object-position: center 28%; filter: saturate(.82) contrast(1.02); }
.founder-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 60%,rgba(20,18,16,.48)); }
.founder-image-index { position: absolute; z-index: 2; left: 1.3rem; bottom: 1.25rem; color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.founder-bio { max-width: 650px; padding: 0 !important; }
.founder-kicker { color: var(--primary-color); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.founder-bio h3 { margin: .7rem 0 .25rem; }
.founder-title { color: var(--lux-gold) !important; font-size: .77rem !important; font-weight: 800 !important; letter-spacing: .08em; text-transform: uppercase; }
.founder-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin: 1.2rem 0; }
.founder-meta p { margin: 0; font-size: .75rem; }
.founder-bio > p:last-of-type { max-width: 590px; color: #68625c; font-size: .96rem; }
.founder-belief { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: .7rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(32,32,31,.13); }
.founder-belief > span { color: var(--lux-gold); font-size: 3rem; line-height: .8; }
.founder-belief p { margin: 0; color: var(--secondary-color); font-size: 1rem; font-weight: 650; line-height: 1.65; }

#team-org-chart { position: relative; background: #fff; isolation: isolate; overflow: hidden; }
#team-org-chart::after { content: ''; position: absolute; z-index: -1; right: -160px; bottom: -190px; width: 520px; height: 520px; border: 1px solid rgba(230,83,95,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(230,83,95,.025),0 0 0 160px rgba(189,148,96,.02); }
#team-org-chart .section-header { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr); align-items: end; }
#team-org-chart .section-header > p { max-width: 470px; justify-self: end; }
.team-tree-frame { display: grid; grid-template-columns: 280px minmax(0,1fr); min-height: 590px; border: 1px solid var(--line-color); border-radius: 10px; background: #f6f2ed; overflow: hidden; box-shadow: 0 24px 64px rgba(35,29,25,.08); }
.team-tree-note { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 1.8rem; background: linear-gradient(155deg,#252321,#171615); }
.team-tree-note .team-note-index { align-self: flex-start; padding: .48rem .66rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.55); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.team-tree-note #about-team-note-title { color: #ff9ba3; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-tree-note p { margin: .8rem 0 0; color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.75; }
.team-flow-key { display: grid; gap: .7rem; }
.team-flow-key span { display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.48); font-size: .63rem; letter-spacing: .04em; }
.team-flow-key span::before { content: ''; width: 14px; height: 1px; background: var(--primary-color); }
.team-tree-scroll { margin: 0 !important; padding: 42px 30px !important; border-radius: 0 !important; overflow: auto; background-image: radial-gradient(rgba(34,30,27,.1) .7px,transparent .7px); background-size: 18px 18px; }
.team-tree { min-height: 490px; padding: 0 !important; animation: none !important; align-items: flex-start; }
.team-member-node { margin: 0 16px; }
.team-member-card { width: 210px; min-height: 110px; display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: .8rem; padding: .85rem; border: 1px solid #e2dcd5 !important; border-radius: 10px; background: rgba(255,255,255,.96) !important; box-shadow: 0 12px 34px rgba(35,29,25,.09); text-align: left; animation: none !important; backdrop-filter: blur(10px); }
.team-member-card::after { content: 'View profile'; position: absolute; right: .8rem; bottom: .58rem; color: var(--primary-color); font-size: .52rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(3px); transition: .25s ease; }
.team-member-card:hover,.team-member-card:focus-visible { transform: translateY(-5px); border-color: rgba(230,83,95,.48) !important; box-shadow: 0 18px 44px rgba(35,29,25,.14); outline: none; }
.team-member-card:hover::after,.team-member-card:focus-visible::after { opacity: 1; transform: translateY(0); }
.team-member-avatar { width: 68px !important; height: 76px !important; margin: 0 !important; border: 2px solid #fff !important; border-radius: 7px !important; box-shadow: 0 8px 22px rgba(34,29,25,.16) !important; }
.team-member-avatar img { object-position: center 24%; }
.team-member-avatar i { color: var(--primary-color) !important; font-size: 1.6rem !important; background: #f6e7e7; }
.team-member-name { margin: 0 0 .3rem !important; color: var(--secondary-color) !important; font-family: var(--body-font) !important; font-size: .9rem !important; line-height: 1.25; letter-spacing: -.015em !important; }
.team-member-title { color: #776f68 !important; font-size: .63rem !important; line-height: 1.45; letter-spacing: .055em !important; }
.team-member-node[data-depth="0"] > .team-member-card { border-color: #252321 !important; background: #252321 !important; }
.team-member-node[data-depth="0"] > .team-member-card .team-member-name { color: #fff !important; }
.team-member-node[data-depth="0"] > .team-member-card .team-member-title { color: rgba(255,255,255,.58) !important; }
.team-member-node[data-depth="0"] > .team-member-card::before { content: 'Founder'; position: absolute; top: .55rem; right: .6rem; padding: .25rem .4rem; border-radius: 999px; background: var(--primary-color); color: #fff; font-size: .47rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-member-node[data-depth="1"] > .team-member-card { border-color: rgba(189,148,96,.5) !important; background: #fffaf3 !important; }
.team-children { margin-top: 54px; }
.team-children::before,.team-children .team-member-node::before { top: -54px; height: 54px; width: 1px; background: linear-gradient(to bottom,var(--primary-color),#c8b9aa); }
.team-children .team-member-node::after { top: -54px; height: 1px; background: #c8b9aa; }
.no-team-message { align-self: center; margin: auto; padding: 1rem 1.2rem; border: 1px dashed #d7cec5; border-radius: 8px; color: #827b74; font-size: .78rem; }
.team-member-modal { background: rgba(20,18,16,.82) !important; }
.team-member-modal-content { max-width: 520px !important; border: 1px solid rgba(255,255,255,.16); border-radius: 12px !important; background: #fff !important; box-shadow: 0 30px 90px rgba(0,0,0,.36) !important; overflow: hidden; }
.team-member-modal-header { padding: 1.25rem 1.5rem !important; border-radius: 0 !important; background: #252321 !important; text-align: left !important; }
.team-member-modal-header::after { display: none !important; }
.team-member-modal-header h2 { margin: 0 !important; color: #fff !important; font-size: .78rem !important; font-weight: 800 !important; letter-spacing: .12em !important; text-transform: uppercase; }
.team-member-modal-close { z-index: 3; top: 12px !important; right: 14px !important; color: #fff !important; }
.team-member-modal-body { padding: 1.65rem !important; }
.team-member-modal .team-member-avatar { width: 126px !important; height: 144px !important; border: 3px solid #fff !important; border-radius: 9px !important; box-shadow: 0 14px 36px rgba(35,29,25,.18) !important; }
.team-member-info h3 { margin: .55rem 0 .25rem !important; font-family: var(--body-font) !important; font-size: 1.55rem !important; }
.team-member-modal .member-title { color: var(--primary-color) !important; font-size: .68rem !important; border-color: var(--line-color) !important; }
.team-member-modal .member-title::after { background: var(--primary-color) !important; }
.team-member-modal .member-bio { border-radius: 8px !important; background: #f6f2ed !important; font-style: normal !important; }

.about-cta { position: relative; padding: clamp(76px,7vw,96px) 0 !important; background: linear-gradient(90deg,rgba(20,17,15,.86),rgba(20,17,15,.62)),url('../assets/about_images/about_images_69de64fdafbae2.17541849_1776182525.jpg') center/cover !important; text-align: center; }
.about-cta::before { display: none !important; }
.about-cta .container { max-width: 850px !important; }
.cta-kicker { display: block; margin-bottom: .7rem; color: #ffadb4; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-cta h2 { color: #fff !important; }
.about-cta p { max-width: 650px; margin-right: auto; margin-left: auto; color: rgba(255,255,255,.72) !important; }

.footer { padding: 68px 0 24px !important; background: #1e1d1c !important; color: #fff; text-align: left !important; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .55fr 1fr; gap: clamp(2rem,6vw,6rem); }
.footer .nav-logo { color: #fff !important; }
.footer-brand p { max-width: 320px; margin-top: 1rem; color: rgba(255,255,255,.56) !important; font-size: .82rem; }
.footer-links,.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-links strong,.footer-contact > strong { margin-bottom: .45rem; color: #fff; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a,.footer-contact-row a { color: rgba(255,255,255,.62) !important; font-size: .78rem !important; text-decoration: none; }
.footer-contact-row { display: flex !important; flex-direction: column; align-items: flex-start !important; gap: .7rem !important; }
.footer #global-footer-text { grid-column: 1/-1; width: 100%; margin: 2.7rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4) !important; font-size: .7rem; }

@media (min-width: 1580px) {
    #our-story::before,#about-seo-content::before,#founder::before,#team-org-chart::before { position: absolute; top: 96px; bottom: 96px; left: max(22px,calc((100vw - 1515px)/2)); display: flex; align-items: center; padding-right: 13px; border-right: 1px solid rgba(32,32,31,.14); color: #9c9389; font-size: .58rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; pointer-events: none; }
    #our-story::before { content: '01 / Our beginning'; }
    #founder::before { content: '02 / Creative leadership'; }
    #team-org-chart::before { content: '03 / The studio team'; }
    #about-seo-content::before { content: '04 / Our design approach'; color: rgba(255,255,255,.42); border-color: rgba(255,255,255,.16); }
}

@media (max-width: 1180px) {
    #about-seo-content > .container { grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr); gap: 2.4rem; }
    .about-approach-grid { grid-template-columns: 1fr; gap: 1.2rem; }
    .about-approach-copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
    .team-tree-frame { grid-template-columns: 240px minmax(0,1fr); }
}

@media (max-width: 980px) {
    .about-hero-layout { grid-template-columns: 1fr; align-content: end; gap: 2.5rem; }
    .about-hero-manifesto { max-width: 520px; }
    .story-content,.founder-profile { grid-template-columns: 1fr !important; }
    .story-image { width: calc(100% - 20px); min-height: 520px; }
    #about-seo-content { min-height: 0; padding: 54px 0 !important; }
    #about-seo-content > .container { grid-template-columns: 1fr; }
    .about-approach-grid { grid-template-columns: 1fr; }
    .founder-image { width: min(100%,680px); height: 560px; }
    .founder-bio { max-width: 720px; }
    .team-tree-frame { grid-template-columns: 1fr; min-height: 0; }
    .team-tree-note { min-height: 190px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 768px) {
    .top-promise-inner { justify-content: center; }
    .top-promise-inner p { display: none; }
    .header,.header.scrolled { padding: 0 18px !important; }
    .navbar { height: 70px !important; }
    .hamburger { display: flex !important; position: relative; top: auto !important; right: auto !important; flex-direction: column; padding: .55rem; border-radius: 8px; background: #fff; }
    .nav-menu { top: 70px !important; right: 0; width: min(88vw,330px); height: calc(100dvh - 70px) !important; padding: 1.5rem !important; background: #fff !important; }
    .about-hero-v2 { min-height: clamp(620px,calc(100svh - 70px),720px) !important; }
    .about-hero-v2 .page-hero-overlay { background: linear-gradient(180deg,rgba(20,18,16,.42),rgba(20,18,16,.92)) !important; }
    .about-hero-layout { gap: 2rem; padding-top: 72px !important; padding-bottom: 42px !important; }
    .about-hero-manifesto { max-width: 100%; }
    .about-approach-copy { grid-template-columns: 1fr; gap: 0; }
    .about-principles { grid-template-columns: 1fr; }
    .about-principles article { min-height: 0; display: grid; grid-template-columns: 32px minmax(105px,.7fr) minmax(0,1.3fr); gap: .75rem; align-items: center; padding: 1rem; }
    .about-principles article:not(:first-child) { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
    .about-principles span { margin: 0; }
    .about-principles p { margin: 0; }
    .about-studio-rail-grid { grid-template-columns: 1fr; }
    .about-studio-rail article { min-height: 78px; }
    .about-studio-rail article:not(:first-child) { border-top: 1px solid var(--line-color); border-left: 0; }
    #team-org-chart .section-header { grid-template-columns: 1fr; }
    #team-org-chart .section-header > p { justify-self: start; }
    #team-org-chart .team-tree { min-height: 0; }
    #team-org-chart .team-tree-scroll { padding: 30px 12px !important; }
    #team-org-chart .team-member-card { width: 100%; max-width: 112px; min-height: 142px; display: flex; flex-direction: column; justify-content: flex-start; gap: .55rem; padding: .65rem .45rem; text-align: center; }
    #team-org-chart .team-member-avatar { width: 58px !important; height: 66px !important; margin: 0 auto !important; flex: 0 0 auto; }
    #team-org-chart .team-member-name { font-size: .78rem !important; }
    #team-org-chart .team-member-title { font-size: .56rem !important; line-height: 1.32; }
    #team-org-chart .team-member-card::after { display: none; }
    #team-org-chart .team-member-node[data-depth="0"] > .team-member-card::before { top: .35rem; right: .35rem; font-size: .4rem; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 30px,1320px); }
    h1 { font-size: clamp(2.6rem,12vw,3.35rem) !important; }
    h2 { font-size: clamp(1.85rem,8.5vw,2.55rem) !important; }
    .section-padding { padding: 62px 0 !important; }
    .about-hero-actions { align-items: flex-start; flex-direction: column; }
    .about-hero-manifesto { padding: 1.1rem; }
    .story-image { width: calc(100% - 14px); min-height: 400px; }
    .story-image::before { inset: 24px -14px -14px 24px; border-radius: 110px 6px 6px 6px; }
    .story-image img { border-radius: 110px 6px 6px 6px !important; }
    .story-image-caption { right: -14px; bottom: 18px; }
    .founder-image { height: 440px; }
    .team-tree-note { min-height: 180px; }
    .team-tree-scroll { padding: 34px 18px !important; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand,.footer #global-footer-text { grid-column: auto; }
}

@media (max-width: 390px) {
    .container { width: calc(100% - 24px); }
    .about-hero-actions { width: 100%; }
    .about-hero-actions .btn { width: 100%; }
    .story-image { min-height: 350px; }
    .story-image-caption { width: calc(100% - 18px); grid-template-columns: 28px 1fr; }
    .founder-image { height: 400px; }
    .about-principles article { grid-template-columns: 26px minmax(92px,.7fr) minmax(0,1.3fr); gap: .55rem; }
    #team-org-chart .team-tree-scroll { padding-right: 6px !important; padding-left: 6px !important; }
    #team-org-chart .team-children { gap: 5px; }
    #team-org-chart .team-children > .team-member-node { flex-basis: calc((100% - 10px)/3); width: calc((100% - 10px)/3); }
    #team-org-chart .team-member-card { min-height: 136px; padding-right: .3rem; padding-left: .3rem; }
}

@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll,.team-member-card { transition: none !important; animation: none !important; }
}
