/* Shared shell and homepage. Portfolio content keeps its existing stylesheet. */
:root {
    color-scheme: dark;
    --studio-bg: #070a08;
    --studio-green: #30ff0b;
    --studio-text: #f4f5f4;
    --studio-muted: #bfc2bf;
    --studio-line: #293029;
}
.studio-page { margin: 0; background: var(--studio-bg); color: var(--studio-text); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
.studio-page *, .site-header *, .site-footer * { box-sizing: border-box; }
.studio-page h1, .studio-page h2, .studio-page h3, .studio-page p, .studio-page ul, .studio-page ol, .studio-page blockquote { margin: 0; }
.studio-page a, .site-header a, .site-footer a { color: inherit; text-decoration: none; }
.studio-page button, .site-header button, .site-footer button { font-family: inherit; }
.container { width: 89%; max-width: 1280px; margin-inline: auto; }
.studio-page :focus-visible, .site-header :focus-visible, .site-footer :focus-visible { outline: 2px solid var(--studio-green); outline-offset: 6px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1100; padding: 12px 20px; background: var(--studio-green); color: #081005 !important; }
.skip-link:focus { top: 12px; }
.section-line { border-top: 1px solid var(--studio-line); }
.site-header { position: sticky; top: 0; z-index: 1000; display: block; padding: 0; background: rgba(5, 9, 6, .96); border-bottom: 1px solid var(--studio-line); color: var(--studio-text); font-family: Arial, Helvetica, sans-serif; backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: clamp(64px, 5.85vw, 84px); }
.brand { display: block; flex: 0 0 auto; width: clamp(130px, 12vw, 174px); }
.brand img { display: block; width: 100%; height: auto; }
.site-nav, .footer-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 36px); }
.site-nav a, .site-nav button, .footer-nav a, .footer-nav button { display: inline-block; position: relative; padding: 12px 0; background: none; border: 0; font-size: 14px; font-weight: 400; line-height: 1.4; color: var(--studio-text); white-space: nowrap; text-decoration: none; }
.site-nav a:hover, .footer-nav a:hover { color: var(--studio-green); }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; height: 2px; background: var(--studio-green); bottom: 0; left: 0; width: 100%; }
.site-nav .nav-contact { border: 1px solid #5cbc45; border-radius: 9px; padding: 13px 24px; margin-left: 5px; }
[aria-disabled="true"] { cursor: default; }
.eyebrow { font-size: 12px; line-height: 1.5; letter-spacing: .24em; font-weight: 700; color: #83ff6b; margin-bottom: 12px !important; }
.eyebrow.muted { color: #a4aaa4; }
.studio-page h1, .studio-page h2 { font-weight: 750; letter-spacing: -.035em; }
.studio-page h1 { font-size: clamp(46px, 5.15vw, 76px); line-height: 1.03; }
.studio-page h2 { font-size: clamp(28px, 2.5vw, 36px); line-height: 1.1; }
.studio-page h1 span, .studio-page h2 span { color: var(--studio-green); }
.studio-page h3 { font-size: 18px; line-height: 1.3; font-weight: 700; letter-spacing: -.025em; }
.studio-page p { line-height: 1.55; }
.hero-section { overflow: hidden; background: radial-gradient(ellipse at 77% 47%, #15361a77 0%, #0c1b1044 30%, transparent 59%), linear-gradient(125deg, #070908, #07110b 68%, #070a08); }
.hero-inner { min-height: clamp(480px, 39vw, 560px); display: grid; grid-template-columns: 49% 51%; position: relative; }
.hero-copy { position: relative; z-index: 2; padding-block: clamp(55px, 5.2vw, 76px) 50px; }
.hero-description { color: #c9ccc9; font-size: clamp(17px, 1.45vw, 21px); margin-top: 22px !important; max-width: 620px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 24px; border-radius: 9px; padding: 17px 28px; min-height: 54px; border: 1px solid transparent; font-size: 16px; font-weight: 600; line-height: 1.25; text-decoration: none; transition: background .2s, border-color .2s, box-shadow .2s; }
.btn.btn-primary { color: #071004; background: var(--studio-green); border-color: var(--studio-green); box-shadow: 0 0 32px #27ed102b; }
.btn-primary span { font-size: 24px; line-height: .8; }
a.btn-primary:hover { background: #6dff51; box-shadow: 0 0 35px #27ed1044; }
.btn.btn-outline { background: #04080570; border-color: #66b856; color: #f4f5f4; }
a.btn-outline:hover { background: #183017; border-color: var(--studio-green); }
.btn-small { min-height: 48px; font-size: 14px; padding: 14px 24px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 20px 28px; list-style: none; padding: 0; margin-top: 46px !important; }
.hero-benefits li { display: flex; align-items: center; gap: 10px; color: #d5d8d5; font-size: 12px; line-height: 1.4; }
.check { width: 13px; height: 13px; border-radius: 50%; display: inline-grid; place-items: center; color: #072002; background: var(--studio-green); font-size: 10px; font-weight: bold; }
.hero-art { position: relative; min-width: 0; isolation: isolate; }
.product-halo { position: absolute; width: 110%; height: 100%; left: -3%; top: 0; background: radial-gradient(ellipse at 51% 43%, #66ea4560 0%, #23963535 24%, transparent 65%); filter: blur(20px); }
.hero-art::after { content: ""; position: absolute; z-index: -1; width: 105%; height: 70px; left: 0; top: 70%; border-radius: 50%; background: #0009; filter: blur(22px); transform: rotate(-10deg); }
/* The supplied square render has transparent space above the closed laptop. */
.hero-laptop { position: absolute; width: 146%; height: auto; max-width: none; left: 51%; top: 54%; transform: translate(-50%, -66%) rotate(-12deg); filter: drop-shadow(0 30px 18px #0009); }
.art-caption { position: absolute; border-left: 1px solid #68c450; padding-left: 23px; color: #b3bdb1; font-size: 10px; letter-spacing: .2em; line-height: 1.8 !important; }
.caption-top { right: 4%; top: 10%; }
.caption-bottom { right: 0; bottom: 8%; }
.caption-rule { display: block; width: 72px; height: 1px; background: #485447; margin-top: 16px; }
.why-section { padding-block: 44px; background: radial-gradient(ellipse at 20% 70%, #10331720, transparent 60%); }
.why-grid { display: grid; grid-template-columns: 1.8fr 1fr 1.12fr 1.13fr; }
.why-heading { padding-right: 30px; }
.feature { border-left: 1px solid var(--studio-line); padding: 0 28px; }
.feature:last-child { padding-right: 0; }
.line-icon { width: 40px; height: 40px; color: var(--studio-green); margin-bottom: 16px; }
.feature p { margin-top: 10px; font-size: 16px; color: var(--studio-muted); }
.work-section { padding-block: 38px 34px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-bottom: 28px; }
.section-heading > p { color: var(--studio-muted); font-size: 16px; max-width: 450px; }
.text-link { color: #71fa50 !important; text-decoration: underline !important; text-underline-offset: 4px; white-space: nowrap; font-size: 14px; margin-left: 8px; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.work-card { position: relative; isolation: isolate; aspect-ratio: 1.55; border: 1px solid #384037; border-radius: 11px; overflow: hidden; background: radial-gradient(ellipse at 50% 55%, #16302166, transparent 72%), #070a08; transition: border-color .2s; }
.work-card:hover { border-color: #6bba55; }
.work-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(0deg, #040605ee, transparent 46%); }
.card-category { position: absolute; z-index: 2; top: 24px; right: 24px; color: #c0c8bd; font-size: 10px; letter-spacing: .23em; border-left: 1px solid #62bc48; padding-left: 8px; }
.work-card img { position: absolute; height: auto; left: 50%; }
.laptop-card img { width: 128%; top: 46%; transform: translate(-50%, -66%); }
.bottle-card { background: radial-gradient(ellipse at 59% 50%, #2f713b66 0%, #13311e55 35%, transparent 70%), #070a08; }
.bottle-card img { width: 175%; top: 20%; transform: translate(-50%, -50%) rotate(-13deg); }
.card-bottom { position: absolute; z-index: 2; bottom: 25px; left: 26px; right: 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.card-bottom h3 { font-size: 22px; }
.card-bottom p { color: #c7cbc5; font-size: 14px; margin-top: 5px; }
.round-arrow { flex-shrink: 0; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #b1b8ae; border-radius: 50%; font-size: 26px; }
.about-section { padding-block: 44px; position: relative; overflow: hidden; background: radial-gradient(ellipse at 98% 78%, #204f2670 0%, #14361c35 25%, transparent 51%); }
.about-grid { display: grid; grid-template-columns: 46% 35% 19%; align-items: center; }
.about-copy > p:not(.eyebrow) { color: var(--studio-muted); font-size: 16px; margin-block: 18px; max-width: 480px; }
.studio-quote { padding-left: 25px; }
.quote-mark { display: block; height: 80px; color: #254e2799; font-family: Georgia, serif; font-size: 150px; line-height: 1; }
.studio-quote p { font-size: clamp(20px, 1.75vw, 26px); font-style: italic; font-weight: 300; color: #d0d3ce; }
.studio-quote cite { display: block; margin-top: 22px; font-style: normal; color: #949c92; font-size: 14px; }
.studio-detail { border-left: 1px solid #40503b; padding: 42px 0 40px 40px; font-size: 10px; letter-spacing: .22em; align-self: center; }
.studio-detail p { margin-bottom: 24px; line-height: 1.8; color: #c5cebf; }
.studio-detail > span { display: block; width: 90px; height: 1px; background: #54604c; margin-top: 16px; }
.studio-detail > span:nth-of-type(2) { width: 60px; }
.studio-detail > span:nth-of-type(3) { width: 30px; }
.process-section { padding-block: 34px; }
.process-section .section-heading { margin-bottom: 16px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 22px 0 0; border-top: 1px solid var(--studio-line); }
.process-grid li { display: flex; align-items: flex-start; gap: 30px; padding-inline: 30px; border-left: 1px solid var(--studio-line); }
.process-grid li:first-child { border-left: 0; }
.step-number { color: #365f2f; font-size: 42px; line-height: 1; letter-spacing: -.05em; font-weight: 700; }
.process-grid p { color: var(--studio-muted); font-size: 16px; margin-top: 8px; }
.contact-section { padding-block: 36px; background: radial-gradient(ellipse at 85% 95%, #143a1b44, transparent 58%); }
.contact-grid { display: grid; grid-template-columns: 55% 22% 23%; align-items: center; }
.contact-description { color: var(--studio-muted); font-size: 17px; margin-top: 18px !important; }
.contact-section .actions { margin-top: 26px; }
.contact-benefits { padding: 0 0 0 18px; list-style: none; display: grid; gap: 24px; }
.contact-benefits li { display: flex; gap: 20px; align-items: center; font-size: 14px; color: #d0d5cc; }
.contact-benefits svg { width: 21px; height: 21px; fill: none; stroke: var(--studio-green); stroke-width: 1.4; flex-shrink: 0; }
.signature { justify-self: center; position: relative; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: clamp(27px, 3vw, 44px); line-height: 1.1 !important; color: #65ed49; font-weight: 400; font-style: italic; transform: rotate(-12deg); text-align: center; }
.signature > span:not(.signature-line) { padding-left: 28px; }
.signature-line { display: block; margin: 18px auto 0; width: 85%; height: 1px; background: #4cbe37; transform: rotate(-4deg); }
.site-footer { padding-block: 18px 30px; background: #070908; color: var(--studio-text); font-family: Arial, Helvetica, sans-serif; }
.footer-top { display: flex; align-items: center; gap: 25px; padding-bottom: 14px; }
.footer-brand { width: 132px; }
.footer-description { font-size: 12px; color: #999f97; flex: 1; line-height: 1.5; }
.footer-nav { gap: 22px; }
.footer-nav a, .footer-nav button { font-size: 12px; }
.social-links { display: flex; gap: 22px; margin-left: 28px; }
.social-links button { border: 0; background: none; padding: 8px 0; color: #d9dfd5; }
.social-links svg { display: block; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.footer-bottom { border-top: 1px solid var(--studio-line); padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; color: #969d93; font-size: 12px; }
.empty-about { min-height: calc(100svh - 245px); }

@media (max-width: 1100px) {
    .header-inner { gap: 20px; }
    .site-nav { gap: 20px; }
    .site-nav a, .site-nav button { font-size: 12px; }
    .site-nav .nav-contact { padding: 12px 18px; }
    .hero-inner { min-height: 430px; }
    .hero-copy { padding-block: 48px; }
    .hero-description { font-size: 17px; }
    .actions { gap: 16px; margin-top: 26px; }
    .btn { padding: 15px 22px; min-height: 48px; font-size: 14px; gap: 15px; }
    .hero-benefits { margin-top: 35px !important; gap: 15px; }
    .hero-benefits li { font-size: 10px; gap: 8px; }
    .why-section { padding-block: 34px; }
    .why-grid { grid-template-columns: 1.65fr 1fr 1.1fr 1.1fr; }
    .feature { padding-inline: 20px; }
    .feature h3 { font-size: 16px; }
    .feature p { font-size: 14px; }
    .section-heading > p { font-size: 14px; max-width: 360px; }
    .text-link { font-size: 12px; }
    .about-copy > p:not(.eyebrow), .process-grid p { font-size: 14px; }
    .studio-detail { padding-left: 25px; }
    .process-grid li { padding-inline: 20px; gap: 20px; }
    .step-number { font-size: 36px; }
    .contact-grid { grid-template-columns: 54% 23% 23%; }
    .contact-grid h2 { font-size: 28px; }
    .contact-description { font-size: 15px; }
    .contact-benefits { padding-left: 12px; }
    .contact-benefits li { font-size: 12px; gap: 14px; }
    .footer-top { flex-wrap: wrap; gap: 14px 20px; }
    .footer-description { min-width: 190px; }
    .footer-nav { gap: 17px; }
    .social-links { margin-left: 0; gap: 16px; }
}
@media (max-width: 800px) {
    .header-inner { flex-wrap: wrap; justify-content: center; gap: 0; padding-block: 5px 12px; }
    .brand { width: 130px; }
    .site-nav { justify-content: center; flex-wrap: wrap; gap: 2px 20px; width: 100%; }
    .site-nav .nav-contact { margin-left: 0; padding: 9px 15px; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-copy { padding-block: 45px 0; }
    .studio-page h1 { font-size: clamp(42px, 8vw, 62px); }
    .hero-description { max-width: 540px; }
    .hero-benefits li { font-size: 12px; }
    .hero-art { height: 310px; width: 100%; max-width: 600px; justify-self: center; }
    .hero-laptop { width: 122%; top: 56%; transform: translate(-50%, -66%) rotate(-10deg); }
    .caption-top { top: 8%; right: 0; }
    .caption-bottom { bottom: 6%; }
    .why-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
    .feature:nth-child(3) { border-left: 0; padding-left: 0; padding-right: 30px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
    .section-heading > p { max-width: 100%; }
    .work-card { aspect-ratio: 1 / 1; }
    .card-bottom { left: 18px; right: 18px; bottom: 20px; }
    .card-bottom h3 { font-size: 19px; }
    .card-bottom p { font-size: 12px; }
    .round-arrow { width: 32px; height: 32px; font-size: 22px; }
    .bottle-card img { width: 210%; }
    .about-grid { grid-template-columns: 1.2fr 1fr; gap: 25px; }
    .studio-quote { padding-left: 0; }
    .studio-quote p { font-size: 20px; }
    .studio-detail { display: none; }
    .process-grid { gap: 24px; }
    .process-grid li { display: block; padding: 0 0 0 20px; }
    .process-grid li:first-child { padding-left: 0; }
    .step-number { display: block; margin-bottom: 14px; }
    .contact-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .contact-grid > div { grid-column: 1 / -1; }
    .contact-benefits { padding-left: 0; }
    .contact-benefits li { font-size: 14px; }
    .signature { font-size: 38px; }
    .footer-nav { flex-wrap: wrap; }
    .footer-bottom { font-size: 11px; }
}
@media (max-width: 480px) {
    .container { width: calc(100% - 40px); }
    .site-nav { gap: 0 14px; }
    .site-nav a, .site-nav button { font-size: 12px; padding-block: 10px; }
    .site-nav .nav-contact { display: none; }
    .studio-page h1 { font-size: clamp(36px, 10vw, 46px); }
    .studio-page h2 { font-size: 28px; }
    .eyebrow { font-size: 10px; }
    .hero-description { font-size: 16px; }
    .desktop-break { display: none; }
    .actions { gap: 12px; }
    .btn { padding: 14px 17px; font-size: 13px; gap: 12px; }
    .hero-benefits { gap: 12px 18px; margin-top: 28px !important; }
    .hero-benefits li { font-size: 11px; }
    .hero-art { height: 255px; }
    .hero-laptop { width: 128%; left: 48%; top: 57%; }
    .art-caption { font-size: 8px; padding-left: 12px; }
    .caption-top { top: 8%; }
    .why-grid { grid-template-columns: 1fr; gap: 28px; }
    .feature, .feature:nth-child(3) { border-left: 1px solid var(--studio-line); padding: 0 0 0 20px; }
    .feature p { max-width: 300px; }
    .line-icon { margin-bottom: 10px; width: 32px; height: 32px; }
    .work-grid { grid-template-columns: 1fr; gap: 18px; }
    .work-card { aspect-ratio: 1.2; }
    .card-category { font-size: 9px; top: 18px; right: 18px; }
    .about-grid { grid-template-columns: 1fr; gap: 20px; }
    .studio-quote { margin-top: 8px !important; }
    .quote-mark { height: 65px; font-size: 120px; }
    .process-grid { grid-template-columns: 1fr; gap: 25px; }
    .process-grid li, .process-grid li:first-child { display: flex; gap: 22px; padding: 0; border: 0; }
    .step-number { margin-top: 1px; }
    .contact-grid { gap: 35px 10px; }
    .contact-grid h2 { font-size: 27px; }
    .contact-benefits { gap: 20px; }
    .contact-benefits li { font-size: 12px; gap: 12px; }
    .signature { font-size: 27px; }
    .footer-top { gap: 12px 18px; }
    .footer-description { flex-basis: 100%; font-size: 12px; }
    .footer-nav { gap: 0 18px; }
    .footer-nav a, .footer-nav button { font-size: 12px; }
    .footer-bottom { flex-direction: column; gap: 10px; padding-top: 18px; }
    .empty-about { min-height: 60svh; }
}
@media (prefers-reduced-motion: reduce) {
    .studio-page *, .site-header *, .site-footer * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
