@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#080d19;--surface:#101929;--fg:#f6f3fa;--muted:#aab7cb;--line:#29364b;--accent:#e5b7ed;--blue:#81cfff;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:5px}a,button{transition:background .2s,color .2s,transform .2s,border-color .2s}a:active,button:active{transform:translateY(1px)}::selection{background:var(--accent);color:var(--bg)}.skip{position:fixed;top:-100px;left:20px;background:var(--accent);color:var(--bg);padding:16px;z-index:20}.skip:focus{top:10px}header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px 6%;min-height:84px;border-bottom:1px solid var(--line);background:#080d19ed;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;min-height:44px;font:700 italic 36px/1 'Space Grotesk',sans-serif;letter-spacing:-3px}.brand span{font-size:13px;letter-spacing:0;margin-left:8px;color:var(--accent)}nav{display:flex;gap:28px;align-items:center;font-size:14px}nav a{display:inline-flex;align-items:center;min-height:44px}nav a:hover{color:var(--accent)}.nav-contact{border:1px solid #50617b;border-radius:999px;padding:10px 20px;gap:22px}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;column-gap:3%;padding:40px 6% 64px;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 84% 45%,#16324b66,transparent 58%)}.eyebrow{grid-column:1/-1;display:flex;justify-content:space-between;gap:16px;font-size:12px;letter-spacing:.15em;color:var(--muted);margin-bottom:38px}.eyebrow span+span{color:var(--accent)}h1,h2,h3{font-family:'Space Grotesk',sans-serif}h1{grid-column:1;margin:0;font-size:clamp(64px,7.8vw,120px);font-weight:500;letter-spacing:-.065em;line-height:1.02}h1>span{color:var(--accent)}.hero-art{grid-column:2;grid-row:2/4;align-self:center;position:relative;aspect-ratio:1.12;display:grid;place-items:center;overflow:hidden;border:1px solid #50638355;border-radius:50% 50% 24px 24px;background:radial-gradient(ellipse at 65% 35%,#7562902b,transparent 65%),#0b1522;box-shadow:0 30px 90px #0004}.hero-art img{width:142%;height:auto;max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.art-caption{position:absolute;bottom:22px;left:0;right:0;text-align:center;font-size:12px;letter-spacing:.15em;color:#c6c1da}.hero-bottom{grid-column:1;display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-top:30px}.hero-bottom p{width:100%;color:var(--muted);margin:0 0 6px;font-size:17px}.button{display:inline-flex;align-items:center;gap:24px;background:var(--accent);color:#121629;font-weight:700;font-size:14px;border-radius:999px;padding:16px 24px;min-height:52px}.button:hover{background:#f2d6fa;transform:translateY(-2px)}.secondary{display:inline-flex;align-items:center;gap:14px;min-height:48px;font-size:14px}.secondary:hover{color:var(--blue)}.ticker{border-block:1px solid var(--line);padding:23px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;color:#c3cde0;font-size:12px;letter-spacing:.13em}.ticker span:nth-child(even){color:var(--accent)}.section{padding:90px 6%}.section-label{font-size:12px;letter-spacing:.15em;color:var(--blue);margin-bottom:36px}.music{border-bottom:1px solid var(--line)}.music-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%}h2{font-size:clamp(48px,5.8vw,84px);font-weight:500;letter-spacing:-.055em;line-height:1.07;margin:0}.accent{color:var(--accent)}.intro{font-size:24px;margin:24px 0 8px}.muted{color:var(--muted)}.platforms{display:grid;grid-template-columns:1fr 1fr;gap:12px}.platforms a{min-height:96px;display:flex;justify-content:space-between;align-items:center;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--surface);font-size:18px}.platforms a:hover{background:#1a2940;border-color:#85b4d1;transform:translateY(-3px)}.platforms a>span:first-child{display:flex;flex-direction:column;gap:3px}.platforms small{font-size:12px;color:var(--muted)}.platforms a>span:last-child{color:var(--blue)}.platform-note{grid-column:1/-1;font-size:12px;color:var(--muted);margin:6px 0 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:40px}.section-heading p{color:var(--muted);margin:0}.studio-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.studio{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:linear-gradient(145deg,#12283b,#101725 65%);overflow:hidden}.studio-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.12em;color:var(--blue)}.studio-mark{height:200px;display:flex;align-items:center;justify-content:center;font:500 clamp(64px,7vw,104px)/1 'Space Grotesk',sans-serif;letter-spacing:-.06em;color:var(--blue)}.logo{background:linear-gradient(145deg,#32243c,#131626 65%)}.logo .studio-top{color:var(--accent)}.logo-mark{position:relative;overflow:hidden}.logo-mark img{width:85%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.studio h3{font-size:26px;line-height:1.25;font-weight:500;letter-spacing:-.035em;margin:12px 0}.studio p{color:var(--muted);max-width:410px;min-height:78px}.text-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;min-height:60px;margin-top:26px;font-weight:600;font-size:14px}.text-link:hover{color:var(--accent)}.contact{margin:0 6% 60px;padding:56px;border:1px solid #67668a66;border-radius:32px;background:radial-gradient(ellipse at 10% 10%,#68517344,transparent 65%),#141d30}.contact .section-label{color:var(--accent)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.contact h2 span{color:var(--accent)}.contact p{color:#c0ccdf}.email{display:flex;justify-content:space-between;gap:12px;font-size:clamp(17px,2vw,26px);padding:14px 0;border-bottom:1px solid #56647b;overflow-wrap:anywhere}.email:hover{color:var(--accent)}.copy{color:var(--muted);background:transparent;border:1px solid #465773;border-radius:999px;min-height:44px;padding:9px 16px;margin-top:22px;cursor:pointer;font-size:14px}.copy:hover{background:#29364b;color:white}.copy-status{font-size:14px;min-height:24px;margin:8px 0 0}footer{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 6% 36px;border-top:1px solid var(--line)}footer p,footer>a:last-child{font-size:12px;color:var(--muted)}footer>a:last-child{display:flex;align-items:center;min-height:44px}@media(min-width:1700px){main,header,footer{max-width:1700px;margin:auto}}@media(max-width:900px){.hero{column-gap:2%}.hero-bottom{gap:12px}.hero-art{aspect-ratio:.9}.music-grid{gap:5%}.platforms a{padding:16px;font-size:16px}.contact{padding:36px}.studio{padding:24px}.studio p{min-height:104px}}@media(max-width:640px){header{padding:12px 6%;min-height:76px}.brand{font-size:30px}nav{gap:14px}.nav-contact{padding:8px 13px}.nav-contact span{display:none}.hero{grid-template-columns:1fr;padding-top:26px;padding-bottom:40px}.eyebrow{margin-bottom:28px;font-size:12px;letter-spacing:.06em;flex-wrap:wrap}.eyebrow span+span{font-size:12px}h1{font-size:clamp(60px,16vw,96px)}.hero-art{grid-column:1;grid-row:auto;aspect-ratio:1.55;margin-top:34px;border-radius:24px}.hero-art img{width:106%}.hero-bottom{grid-row:3}.hero-bottom p{font-size:16px}.art-caption{bottom:14px;font-size:12px;letter-spacing:.1em}.ticker{justify-content:center;gap:12px 20px;font-size:12px}.ticker span:nth-child(even){display:none}.section{padding:56px 6%}.section-label{margin-bottom:26px}.music-grid,.studio-grid,.contact-grid{grid-template-columns:1fr;gap:28px}.music-grid{gap:24px}.section-heading{align-items:start;flex-direction:column;gap:20px}.section-heading p br{display:none}.studio-mark{height:170px}.studio p{min-height:0}.logo-mark img{width:85%}.contact{padding:30px 24px;margin:0 6% 40px;border-radius:24px}.contact-grid{gap:20px}.contact h2{font-size:56px}.contact p{margin-top:0}footer{flex-wrap:wrap}footer p{order:3;width:100%;margin:0}footer>a:last-child{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
/* Portfolio, inquiry and motion */
.portfolio{padding-top:20px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.portfolio figure{margin:0;min-width:0}.portfolio figure>a{display:grid;place-items:center;aspect-ratio:1;background:radial-gradient(ellipse at 50% 35%,#27334b,#111825 75%);border:1px solid var(--line);border-radius:24px;overflow:hidden}.portfolio img{width:82%;height:82%;object-fit:contain;transition:transform .35s}.portfolio a:hover img{transform:scale(1.06)}.portfolio figcaption{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:16px 2px;font-size:14px}.portfolio figcaption span+span,.portfolio-note{font-size:12px;color:var(--muted)}.overlay-preview{position:relative;height:220px;margin-top:16px;border-radius:16px;background:#09111f;overflow:hidden}.overlay-preview video{width:100%;height:100%;object-fit:contain}.motion-toggle{position:absolute;bottom:12px;right:12px;border:1px solid #60738d;background:#080d19e8;color:var(--fg);border-radius:999px;padding:10px 16px;min-height:44px;font-size:12px;cursor:pointer}.motion-toggle:hover{border-color:var(--accent)}.inquiry-panel{border-top:1px solid #46516b;margin-top:40px;padding-top:36px;scroll-margin-top:105px}.inquiry-heading h3{font-size:clamp(24px,3vw,34px);line-height:1.2;font-weight:500;margin:0 0 12px}.inquiry-heading p{max-width:620px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.form-grid label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:500;min-width:0}.form-grid .full{grid-column:1/-1}input,select,textarea{width:100%;min-height:48px;border:1px solid #52637d;border-radius:12px;padding:13px 14px;font:400 16px/1.5 'DM Sans',sans-serif;background:#0b1424;color:var(--fg)}textarea{resize:vertical;min-height:140px}input::placeholder,textarea::placeholder{color:#97a9c0}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-color:transparent}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.privacy-note{font-size:12px;max-width:700px;margin:22px 0}.form-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.form-actions .button{border:0;cursor:pointer}.form-actions .button:disabled{opacity:.65;cursor:wait;transform:none}#form-status{margin:0;max-width:560px;font-size:14px}#form-status[data-state=error]{color:#ffc1cc}#form-status[data-state=success]{color:#abe3d0}.hero-art{animation:arrive .7s ease-out both}@keyframes arrive{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reveal{transition:opacity .6s ease,transform .6s ease}.reveal.ready{opacity:0;transform:translateY(18px)}.reveal.shown{opacity:1;transform:none}@media(max-width:760px){.portfolio-grid{gap:16px}.portfolio figcaption{font-size:12px}}@media(max-width:640px){.work-nav{display:none}.portfolio-grid{grid-template-columns:1fr}.portfolio figure>a{aspect-ratio:1.15}.portfolio img{height:85%;width:85%}.portfolio figcaption{font-size:14px}.form-grid{grid-template-columns:1fr;gap:18px}.inquiry-panel{padding-top:28px;margin-top:24px}.overlay-preview{height:200px}.form-actions{gap:14px}.form-actions .button{width:100%;justify-content:space-between}.contact{padding-inline:20px}}@media(prefers-reduced-motion:reduce){.hero-art{animation:none}.reveal.ready{opacity:1;transform:none}}

header{position:relative;min-height:170px;padding-block:8px;gap:24px}.header-brand{position:relative;flex:0 0 290px}.animated-brand{display:block;width:290px;height:150px;overflow:hidden}.animated-brand video{width:100%;height:100%;object-fit:contain}.header-motion{position:absolute;bottom:2px;right:0;border:1px solid #52637d;background:#080d19dd;color:var(--muted);border-radius:999px;min-height:32px;padding:5px 12px;font-size:12px;cursor:pointer}.overlay-preview{height:auto;aspect-ratio:4/3;min-height:280px}.overlay-preview video{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:contain}@media(max-width:640px){header{flex-direction:column;gap:4px;padding:8px 6% 16px}.header-brand{flex-basis:auto;width:260px}.animated-brand{width:260px;height:145px}header nav{justify-content:center;width:100%;gap:24px}.overlay-preview{min-height:240px;aspect-ratio:1.2}}

.ui-icon{display:inline-block;width:1.1em;height:1.1em;vertical-align:-.15em;flex-shrink:0}.animated-brand .transparent-motion{display:block;width:100%;height:100%;object-fit:contain}.overlay-preview .transparent-motion{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:transparent}.brand .ui-icon{width:13px;height:13px}.ticker .ui-icon{width:16px;height:16px}

header{background:#080d19}.animated-brand{background:#080d19}


/* SZN UX CONVERSION UPGRADE */
:root{
  --szn-readable-muted:#c4ccda;
  --szn-readable-soft:#aeb9cb;
  --szn-panel:#0d1422;
  --szn-panel-raised:#111b2d;
  --szn-line:#34445f;
  --szn-focus:#d7e4ff;
}

/* Stronger readability on the dark system without flattening the visual hierarchy. */
.section-heading p,.studio-card p,.studio-interactive p,.portfolio-note,.privacy-note,.inquiry-heading p,.service-help,footer,.music-embed p{color:var(--szn-readable-muted)}
input::placeholder,textarea::placeholder{color:#9ba8bc;opacity:1}

/* One CTA language across hero, navigation and forms. */
.button,button.button,main a[href="#studios"],header nav a[href="#contact"],header nav a[href="#inquiry"]{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.72rem 1.05rem;
  border:1px solid #dbe5f7;border-radius:999px;background:#eef4ff;color:#08101d;text-decoration:none;
  font-weight:700;line-height:1;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.button:hover,button.button:hover,main a[href="#studios"]:hover,header nav a[href="#contact"]:hover,header nav a[href="#inquiry"]:hover{
  transform:translateY(-2px);background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.22)
}
main a[href="#music"]{display:inline-flex;min-height:44px;align-items:center;padding:.72rem 1.05rem;border:1px solid var(--szn-line);border-radius:999px;text-decoration:none}

/* Studio cards now communicate capability before the click. */
.studio-interactive{position:relative;isolation:isolate;overflow:hidden;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.studio-interactive::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 15%,rgba(116,148,211,.13),transparent 45%);opacity:0;transition:opacity .25s ease;z-index:-1}
.studio-interactive:hover,.studio-interactive:focus-within{transform:translateY(-5px);border-color:#62789c;background:var(--szn-panel-raised)}
.studio-interactive:hover::after,.studio-interactive:focus-within::after{opacity:1}
.studio-reveal{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem;max-height:0;opacity:0;transform:translateY(8px);overflow:hidden;transition:max-height .3s ease,opacity .25s ease,transform .25s ease}
.studio-interactive:hover .studio-reveal,.studio-interactive:focus-within .studio-reveal{max-height:120px;opacity:1;transform:none}
.studio-tag{display:inline-flex;align-items:center;min-height:28px;padding:.3rem .62rem;border:1px solid var(--szn-line);border-radius:999px;color:#dbe5f4;font-size:.74rem;letter-spacing:.04em}

/* Tactile service selection. */
.service-picker{border:0;padding:0;margin:0;min-width:0}
.service-picker legend{font:inherit;font-weight:700;margin-bottom:.35rem;color:#edf3ff}
.service-help{margin:0 0 .8rem;font-size:.9rem}
.service-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.service-choice{position:relative;display:block;cursor:pointer}
.service-choice input{position:absolute;opacity:0;pointer-events:none}
.service-choice span{display:flex;flex-direction:column;gap:.28rem;min-height:92px;padding:1rem;border:1px solid var(--szn-line);border-radius:16px;background:rgba(13,20,34,.72);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}
.service-choice strong{color:#eef4ff;font-size:.95rem}
.service-choice small{color:var(--szn-readable-soft);font-size:.78rem;line-height:1.35}
.service-choice:hover span{transform:translateY(-2px);border-color:#687f9f}
.service-choice input:checked + span{border-color:#dbe5f7;background:#17243a;box-shadow:inset 0 0 0 1px #dbe5f7}
.service-choice input:focus-visible + span{outline:3px solid var(--szn-focus);outline-offset:3px}

/* Keep portfolio browsing inside the site. */
.portfolio-grid figure a{display:block;overflow:hidden;border-radius:14px;outline:none}
.portfolio-grid figure img{transition:transform .35s ease,filter .35s ease}
.portfolio-grid figure a:hover img,.portfolio-grid figure a:focus-visible img{transform:scale(1.035);filter:brightness(1.07)}
.portfolio-grid figure a:focus-visible{outline:3px solid var(--szn-focus);outline-offset:4px}
.portfolio-lightbox{width:min(920px,92vw);max-width:none;padding:0;border:1px solid #40516c;border-radius:20px;background:#080d19;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.62)}
.portfolio-lightbox::backdrop{background:rgba(2,5,10,.86);backdrop-filter:blur(8px)}
.lightbox-inner{position:relative;padding:1rem}
.lightbox-image{display:block;width:100%;max-height:76vh;object-fit:contain;border-radius:13px;background:#050912}
.lightbox-caption{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.85rem .3rem .15rem;color:var(--szn-readable-muted)}
.lightbox-close{position:absolute;top:1.6rem;right:1.6rem;z-index:2;width:42px;height:42px;border:1px solid #63728a;border-radius:999px;background:rgba(8,13,25,.88);color:#fff;font-size:1.4rem;cursor:pointer}

/* Embedded listening stays secondary to the page instead of taking it over. */
.music-embed{margin-top:2rem;padding:1rem;border:1px solid var(--szn-line);border-radius:18px;background:linear-gradient(145deg,rgba(14,22,37,.9),rgba(8,13,25,.92))}
.music-embed-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:.85rem}
.music-embed h3{margin:0;font-size:1rem;letter-spacing:.04em;text-transform:uppercase}
.music-embed p{margin:0;font-size:.82rem}
.music-embed iframe{display:block;width:100%;border:0;border-radius:12px;background:#121212}

/* Optional real testimonials. Nothing renders until SZN_TESTIMONIALS contains approved quotes. */
.client-voices{padding-top:clamp(3rem,7vw,6rem)}
.client-voice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}
.client-voice{margin:0;padding:1.25rem;border:1px solid var(--szn-line);border-radius:18px;background:var(--szn-panel)}
.client-voice blockquote{margin:0 0 1rem;font-size:1.02rem;line-height:1.55;color:#eef4ff}
.client-voice figcaption{color:var(--szn-readable-muted);font-size:.82rem}

@media(max-width:720px){
  .service-choice-grid,.client-voice-grid{grid-template-columns:1fr}
  .studio-reveal{max-height:none;opacity:1;transform:none}
  .music-embed-head,.lightbox-caption{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  .studio-interactive,.studio-reveal,.service-choice span,.portfolio-grid figure img,.button,button.button,main a[href="#studios"]{transition:none!important;transform:none!important}
}


/* SZN ROUND 2 POLISH */
/* Condense the studio feature cards without changing their visual concept. */
#studios .studio-interactive,
#studios .studio-card{
  min-height:0!important;
}
#studios .overlay-preview{
  min-height:0!important;
  height:clamp(220px,23vw,300px)!important;
  aspect-ratio:auto!important;
}
#studios .studio-interactive img,
#studios .studio-card img{
  max-height:clamp(210px,22vw,290px);
  object-fit:contain;
  object-position:center;
}
#studios .studio-interactive h3,
#studios .studio-card h3{
  margin-top:clamp(.85rem,1.4vw,1.2rem);
  margin-bottom:.55rem;
}
#studios .studio-interactive p,
#studios .studio-card p{
  margin-top:0;
  margin-bottom:clamp(.85rem,1.4vw,1.15rem);
}
#studios .studio-reveal{
  margin-top:.7rem;
}

/* Shorter portfolio cards + guaranteed full-artwork framing. */
.portfolio-grid figure a{
  aspect-ratio:4 / 3;
  display:grid;
  place-items:center;
  box-sizing:border-box;
  padding:clamp(.65rem,1.2vw,1rem);
  background:#111a2a;
}
.portfolio-grid figure img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:100%;
  max-height:100%;
  object-fit:contain!important;
  object-position:center!important;
}
.portfolio-grid figure a:hover img,
.portfolio-grid figure a:focus-visible img{
  transform:scale(1.015);
}
.portfolio-grid figcaption{
  margin-top:.7rem;
}

/* Full-play YouTube playlist, styled as part of the SZN system. */
.music-embed iframe{
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  min-height:0;
  border-radius:12px;
  background:#050912;
}
.music-embed-head{
  align-items:center;
}

@media(max-width:720px){
  #studios .overlay-preview{height:220px!important}
  #studios .studio-interactive img,#studios .studio-card img{max-height:230px}
  .portfolio-grid figure a{aspect-ratio:1 / 1;padding:.65rem}
  .portfolio-grid figcaption{margin-top:.55rem}
}

/* FINAL PORTFOLIO GEOMETRY */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    width: 100%;
    max-width: 1128px;
}

.portfolio-grid figure {
    min-width: 0;
}

.portfolio-grid figure > a {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.portfolio-grid figure > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: none;
    }
}

/* SZN ROUND 3 UX POLISH */
/* Fluid single-page navigation, with an accessibility-safe reduced-motion fallback. */
html{scroll-behavior:smooth}
section[id],main[id],#inquiry{scroll-margin-top:24px}

/* Keep the anti-spam honeypot completely outside the visual/keyboard experience. */
.honey{display:none!important}

/* Small expectation-setting note beneath the inquiry action. */
.response-time{margin:.5rem 0 0;color:var(--szn-readable-muted,#c4ccda);font-size:.82rem;line-height:1.45}
.form-actions{flex-wrap:wrap}
.form-actions .response-time{flex-basis:100%}

/* Copy-to-clipboard feedback. */
.copy-toast{
  position:fixed;left:50%;bottom:clamp(18px,4vw,34px);z-index:9999;
  transform:translate(-50%,18px);opacity:0;pointer-events:none;
  padding:.7rem 1rem;border:1px solid #52637d;border-radius:999px;
  background:rgba(8,13,25,.96);color:#eef4ff;
  box-shadow:0 14px 42px rgba(0,0,0,.35);font-size:.84rem;font-weight:700;
  transition:opacity .18s ease,transform .18s ease;
}
.copy-toast.is-visible{opacity:1;transform:translate(-50%,0)}

/* Context added inside the existing artwork lightbox — gallery dimensions stay untouched. */
.portfolio-lightbox{max-height:92vh;overflow:auto}
.lightbox-details{
  margin:.9rem .3rem .1rem;padding:1rem 1.05rem;
  border:1px solid var(--szn-line,#34445f);border-radius:14px;
  background:rgba(13,20,34,.72)
}
.lightbox-kicker{margin:0 0 .45rem;color:#78c7ff;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.lightbox-project-copy{margin:0;color:#dce4f0;font-size:.92rem;line-height:1.6}
.lightbox-meta{display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap;margin-top:.8rem;padding-top:.75rem;border-top:1px solid rgba(98,120,156,.35)}
.lightbox-meta-label{color:var(--szn-readable-muted,#c4ccda);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.lightbox-meta-value{color:#eef4ff;font-size:.8rem}

@media(max-width:720px){
  .lightbox-details{margin:.75rem 0 .1rem;padding:.9rem}
  .lightbox-project-copy{font-size:.88rem}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .copy-toast{transition:none}
}
