.studio-site {
  --studio-void: #050607;
  --studio-black: #08090b;
  --studio-charcoal: #101216;
  --studio-iron: #1a1c20;
  --studio-stone: #3f4248;
  --studio-stone-light: #767980;
  --studio-ash: #aaa7a2;
  --studio-bone: #e8dfd1;
  --studio-parchment: #c8baa8;
  --studio-ember: #c83f18;
  --studio-ember-bright: #eb7029;
  --studio-flame: #f0a52a;
  --studio-gold: #e7bd61;
  --studio-gold-bright: #fff1b2;
  --studio-line: rgba(180, 174, 163, .16);
  color: var(--studio-bone);
  background: var(--studio-void);
}

.studio-site::before {
  z-index: 0;
  opacity: .055;
  background: url("brand/backgrounds/paper-grain.svg") repeat;
  filter: grayscale(1) invert(1) contrast(1.4);
}

.studio-site main,
.studio-site .site-footer {
  position: relative;
  z-index: 1;
}

.studio-site :focus-visible { outline-color: var(--studio-gold); }
.studio-site ::selection { color: #171008; background: var(--studio-gold); }

.studio-header {
  min-height: var(--site-header-height);
  color: #eee5d8;
  border-color: rgba(235, 112, 41, .18);
  background: rgba(5, 6, 7, .92);
  box-shadow: 0 8px 40px rgba(0, 0, 0, .3);
}

.studio-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent 8%, rgba(200, 63, 24, .35), rgba(240, 165, 42, .6) 50%, rgba(200, 63, 24, .35), transparent 92%);
  opacity: .5;
}

.studio-header .header-shell { min-height: var(--site-header-height); }
.studio-header .site-nav a { color: #aaa5a0; }
.studio-header .site-nav a:hover,
.studio-header .site-nav a:focus-visible { color: var(--studio-bone); }
.studio-header .site-nav a::after { height: 2px; background: linear-gradient(90deg, var(--studio-ember), var(--studio-gold)); box-shadow: 0 0 12px rgba(240, 165, 42, .46); }
.studio-header .button-outline { color: #e8ded0; border-color: rgba(231, 189, 97, .3); background: rgba(231, 189, 97, .035); }
.studio-header .button-outline:hover { border-color: rgba(231, 189, 97, .68); background: rgba(231, 189, 97, .09); box-shadow: 0 0 22px rgba(231, 189, 97, .1); }
.studio-header .nav-toggle { color: var(--studio-bone); border-color: rgba(231, 189, 97, .25); background: #111216; }

.studio-wordmark { display: inline-flex; align-items: center; gap: 11px; min-width: 178px; color: inherit; text-decoration: none; }
.studio-wordmark img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 0 9px rgba(235, 112, 41, .25)); }
.studio-wordmark strong { display: flex; padding-left: 12px; flex-direction: column; color: #eee5d9; border-left: 1px solid rgba(235, 112, 41, .54); font-family: var(--site-display); font-size: 1.03rem; font-weight: 600; line-height: .88; letter-spacing: .02em; text-shadow: 0 2px 18px rgba(0, 0, 0, .7); text-transform: uppercase; }
.studio-wordmark small { margin-top: 6px; color: #8e8b89; font-family: var(--site-ui); font-size: .53rem; font-weight: 720; letter-spacing: .32em; }

.studio-label { margin: 0 0 22px; color: var(--studio-gold); font-size: .65rem; font-weight: 760; letter-spacing: .19em; text-shadow: 0 0 18px rgba(231, 189, 97, .18); text-transform: uppercase; }
.studio-label.dark { color: var(--studio-gold); }

.studio-hero {
  isolation: isolate;
  min-height: calc(100svh - var(--site-header-height));
  overflow: hidden;
  color: var(--studio-bone);
  background:
    radial-gradient(circle at 76% 41%, rgba(200, 63, 24, .12), transparent 25%),
    radial-gradient(circle at 70% 43%, rgba(240, 165, 42, .05), transparent 43%),
    linear-gradient(118deg, #050607 0 46%, #0b0c0f 67%, #050607 100%);
}

.studio-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .18;
  background-image:
    linear-gradient(rgba(128, 132, 139, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 132, 139, .03) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, transparent, black 28%, black 80%, transparent);
}

.studio-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, #050607 100%), radial-gradient(ellipse at center, transparent 25%, rgba(0, 0, 0, .52) 100%);
}

.studio-hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 73% 42%, rgba(235, 112, 41, .08), transparent 34%); }
.studio-hero-shell { position: relative; min-height: calc(100svh - var(--site-header-height)); display: grid; grid-template-columns: .88fr 1.12fr; gap: 68px; align-items: center; padding-top: 72px; padding-bottom: 90px; }
.studio-hero-copy { position: relative; z-index: 3; }
.studio-hero h1 { max-width: 790px; margin-bottom: 30px; color: #f0e7da; font-size: clamp(4rem, 7.4vw, 7.6rem); letter-spacing: -.045em; text-shadow: 0 4px 36px rgba(0, 0, 0, .7); }
.studio-hero h1 em { color: var(--studio-gold-bright); font-weight: 430; text-shadow: 0 0 28px rgba(231, 189, 97, .18); }
.studio-hero-copy > p:not(.studio-label) { max-width: 650px; margin: 0; color: #aaa49e; font-size: clamp(.98rem, 1.5vw, 1.14rem); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.studio-button { color: #170d07; border-color: var(--studio-flame); background: linear-gradient(135deg, #f2b33c, #d96921); box-shadow: 0 14px 38px rgba(200, 63, 24, .2), 0 0 0 1px rgba(255, 241, 178, .12) inset; }
.studio-button:hover { background: linear-gradient(135deg, #ffd46d, #e67b28); box-shadow: 0 16px 44px rgba(240, 165, 42, .26); }
.studio-button.light { color: #170d07; border-color: #f0b74d; background: linear-gradient(135deg, #f4ca72, #d97a2a); }
.studio-text-link { display: inline-flex; align-items: center; gap: 10px; color: #d9cec0; font-size: .8rem; font-weight: 680; text-underline-offset: 6px; }
.studio-text-link:hover { color: var(--studio-gold-bright); }
.hero-coordinate { position: absolute; right: 26px; bottom: 24px; color: #4c4e52; font-size: .57rem; font-weight: 650; letter-spacing: .14em; }

.environment-frame {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(118, 121, 128, .26);
  border-radius: 49% 49% 18px 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(235, 112, 41, .13), transparent 29%),
    radial-gradient(ellipse at 50% 65%, #242126 0, #111216 44%, #060709 74%);
  box-shadow: inset 0 0 0 7px rgba(4, 5, 6, .48), inset 0 0 110px #020304, 0 42px 110px rgba(0, 0, 0, .55);
}

.environment-frame::before { position: absolute; inset: 0; content: ""; opacity: .13; background: url("brand/backgrounds/paper-grain.svg") repeat; filter: grayscale(1) invert(1) contrast(1.8); }
.environment-frame::after { position: absolute; inset: 15px; content: ""; border: 1px solid rgba(118, 121, 128, .13); border-radius: inherit; box-shadow: inset 0 0 55px rgba(0, 0, 0, .88); pointer-events: none; }
.vault-halo { position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(231, 189, 97, .14); border-radius: 50%; background: radial-gradient(circle, rgba(235, 112, 41, .12), rgba(200, 63, 24, .025) 42%, transparent 70%); box-shadow: 0 0 80px rgba(200, 63, 24, .09), inset 0 0 60px rgba(231, 189, 97, .04); animation: vault-pulse 7s ease-in-out infinite; }
.environment-sigil { position: relative; z-index: 2; width: min(78%, 570px); height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 32px 38px rgba(0, 0, 0, .78)) drop-shadow(0 0 20px rgba(235, 112, 41, .11)); }
.treasure-glint { position: absolute; z-index: 4; width: 5px; height: 5px; border-radius: 50%; background: var(--studio-gold-bright); box-shadow: 0 0 9px #fff1b2, 0 0 24px rgba(240, 165, 42, .74); animation: treasure-glint 4.8s ease-in-out infinite; }
.treasure-glint::before,
.treasure-glint::after { position: absolute; top: 50%; left: 50%; content: ""; transform: translate(-50%, -50%); }
.treasure-glint::before { width: 34px; height: 1px; background: linear-gradient(90deg, transparent, #fff6cc, transparent); }
.treasure-glint::after { width: 1px; height: 34px; background: linear-gradient(180deg, transparent, #fff6cc, transparent); }
.glint-one { top: 27%; right: 17%; }
.glint-two { bottom: 28%; left: 19%; animation-delay: -1.8s; transform: scale(.7); }
.glint-three { right: 30%; bottom: 18%; animation-delay: -3.2s; transform: scale(.45); }
.environment-note { position: absolute; z-index: 5; right: 30px; bottom: 26px; margin: 0; color: #8d8986; font-family: var(--site-display); font-size: .84rem; font-style: italic; line-height: 1.35; text-align: right; }

.studio-intro,
.approach-section,
.projects-section,
.why-section,
.contact-section { color: var(--studio-bone); border-top: 1px solid var(--studio-line); }
.studio-intro { background: radial-gradient(circle at 12% 14%, rgba(235, 112, 41, .055), transparent 25%), #0b0c0e; }
.studio-intro .section-title,
.projects-section .section-title,
.why-section .section-title { color: #eee5d8; }
.studio-intro-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.studio-manifesto { padding-top: 40px; }
.studio-manifesto > p { color: #9d9893; line-height: 1.8; }
.studio-manifesto .lead-drop { margin-top: 0; color: #ddd3c5; font-family: var(--site-display); font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.28; }
.studio-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 45px 0 0; padding-top: 25px; border-top: 1px solid rgba(231, 189, 97, .15); }
.studio-facts div { min-width: 0; padding: 18px; border: 1px solid rgba(118, 121, 128, .15); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(0,0,0,.08)); }
.studio-facts dt { color: var(--studio-ember-bright); font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.studio-facts dd { margin: 8px 0 0; color: #d7cec2; font-family: var(--site-display); font-size: 1.05rem; line-height: 1.25; }

.approach-section { background: radial-gradient(circle at 88% 0, rgba(231, 189, 97, .045), transparent 24%), #07080a; }
.approach-section .section-title { color: #ede4d8; }
.approach-section .section-lead { color: #97928e; }
.approach-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(118, 121, 128, .18); border-left: 1px solid rgba(118, 121, 128, .18); }
.approach-grid article { position: relative; min-height: 330px; overflow: hidden; padding: 42px; border-right: 1px solid rgba(118, 121, 128, .18); border-bottom: 1px solid rgba(118, 121, 128, .18); background: linear-gradient(145deg, rgba(73, 76, 82, .11), rgba(5, 6, 7, .1) 58%); transition: border-color 240ms ease, background 240ms ease, box-shadow 240ms ease; }
.approach-grid article::after { position: absolute; right: -25px; bottom: -25px; width: 70px; height: 70px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(231, 189, 97, .24), transparent 66%); opacity: 0; transition: opacity 240ms ease; }
.approach-grid article:hover { border-color: rgba(231, 189, 97, .3); background: linear-gradient(145deg, rgba(78, 72, 58, .12), rgba(5, 6, 7, .1) 58%); box-shadow: inset 0 -1px rgba(231, 189, 97, .15); }
.approach-grid article:hover::after { opacity: 1; }
.approach-grid article > span { color: var(--studio-gold); font-size: .62rem; font-weight: 760; letter-spacing: .14em; }
.approach-grid h3 { margin: 76px 0 15px; color: #e6ddcf; font-size: 2rem; }
.approach-grid p { margin: 0; color: #918c88; font-size: .86rem; line-height: 1.75; }

.projects-section { background: linear-gradient(180deg, #0d0e11, #090a0c); }
.projects-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.projects-heading > p { color: #97918d; line-height: 1.75; }
.tome-project { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 600px; overflow: hidden; border: 1px solid rgba(231, 189, 97, .3); border-radius: 25px; color: #f3e8dc; background: #170a1e; box-shadow: 0 34px 100px rgba(0, 0, 0, .42), 0 0 44px rgba(139, 80, 174, .08); }
.tome-project-art { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #74438a 0, #3b2147 37%, #170a1e 74%); }
.tome-project-art::before { position: absolute; inset: 0; content: ""; opacity: .17; background: url("brand/backgrounds/vault-rings-dark.svg") center / cover no-repeat; }
.tome-project-art img { position: relative; z-index: 2; width: min(330px, 62%); filter: drop-shadow(0 22px 42px rgba(0,0,0,.35)); }
.project-rings i,
.project-rings span { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(211, 162, 96, .36); border-radius: 50%; transform: translate(-50%, -50%) rotate(18deg); }
.project-rings i { width: 430px; height: 290px; }
.project-rings span { width: 300px; height: 470px; transform: translate(-50%, -50%) rotate(-28deg); }
.tome-project-copy { padding: 65px; align-self: center; }
.project-status { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(211,162,96,.34); border-radius: 999px; color: #d5a76d; font-size: .6rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.tome-project h3 { margin: 28px 0 22px; font-size: clamp(3.8rem, 7vw, 7rem); }
.tome-project-copy > p { color: #b9a9bc; line-height: 1.75; }
.tome-project ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.tome-project li { margin: 10px 0; color: #d2c4d3; font-size: .8rem; }
.tome-project li::before { margin-right: 10px; color: #c28d51; content: "✦"; }
.future-project { position: relative; margin-top: 22px; overflow: hidden; padding: 48px; border: 1px dashed rgba(118, 121, 128, .24); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(0,0,0,.08)); text-align: center; }
.future-project::before { position: absolute; top: -50%; left: 50%; width: 180px; height: 180%; content: ""; background: linear-gradient(90deg, transparent, rgba(231, 189, 97, .035), transparent); transform: rotate(18deg); }
.future-project span { position: relative; color: var(--studio-ember-bright); font-size: .6rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.future-project h3 { position: relative; max-width: 750px; margin: 18px auto 13px; color: #dfd5c7; font-size: 2.3rem; }
.future-project p { position: relative; max-width: 620px; margin: 0 auto; color: #8f8a86; font-size: .87rem; line-height: 1.7; }

.why-section { background: radial-gradient(circle at 18% 50%, rgba(139, 80, 174, .09), transparent 23%), #0c0d10; }
.why-layout { display: grid; grid-template-columns: .55fr 1.15fr; gap: 110px; align-items: center; }
.why-mark { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(231, 189, 97, .22); border-radius: 50%; background: radial-gradient(circle, #302038, #17121b 55%, #090a0c 75%); box-shadow: inset 0 0 0 14px rgba(255,255,255,.018), 0 0 65px rgba(139, 80, 174, .07); }
.why-mark img { width: 58%; }
.why-layout p:not(.studio-label) { color: #9c9692; line-height: 1.8; }
.why-layout .text-link { margin-top: 16px; color: var(--studio-gold); }

.contact-section { color: #efe5d8; background: radial-gradient(circle at 78% 52%, rgba(240, 165, 42, .08), transparent 22%), #07080a; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-section h2 { margin-bottom: 22px; font-size: clamp(4rem, 8vw, 7rem); }
.contact-section p { max-width: 650px; color: #97918d; line-height: 1.75; }
.contact-card { padding: 35px; border: 1px solid rgba(231, 189, 97, .25); border-radius: 18px; background: linear-gradient(145deg, rgba(231, 189, 97, .055), rgba(255,255,255,.015)); box-shadow: inset 0 0 45px rgba(0, 0, 0, .28), 0 24px 65px rgba(0, 0, 0, .24); }
.contact-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
.contact-field { min-width: 0; }
.contact-field.field-full,
.contact-consent.field-full,
.contact-form-actions.field-full,
.contact-form-status.field-full { grid-column: 1 / -1; }
.contact-field label { display: block; margin-bottom: 8px; color: var(--studio-gold); font-size: .62rem; font-weight: 740; letter-spacing: .11em; text-transform: uppercase; }
.contact-field input,
.contact-field select,
.contact-field textarea { width: 100%; border: 1px solid rgba(180, 174, 163, .22); border-radius: 10px; color: #eee5d8; background: rgba(4, 5, 6, .7); font: inherit; transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.contact-field input,
.contact-field select { min-height: 50px; padding: 0 14px; }
.contact-field textarea { min-height: 142px; padding: 13px 14px; line-height: 1.6; resize: vertical; }
.contact-field select { color-scheme: dark; }
.contact-field input:hover,
.contact-field select:hover,
.contact-field textarea:hover { border-color: rgba(231, 189, 97, .38); }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus { border-color: rgba(231, 189, 97, .72); outline: 0; background: rgba(9, 10, 12, .92); box-shadow: 0 0 0 3px rgba(231, 189, 97, .1), 0 0 22px rgba(240, 165, 42, .06); }
.contact-consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: #938d87; font-size: .7rem; line-height: 1.55; cursor: pointer; }
.contact-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--studio-gold); }
.contact-form-actions { display: flex; align-items: center; gap: 18px; }
.contact-form-actions small { color: #77736f; line-height: 1.55; }
.contact-form button:disabled { cursor: wait; opacity: .62; transform: none; }
.contact-form-status { min-height: 1.5em; margin: -4px 0 0 !important; font-size: .74rem; font-weight: 650; }
.contact-form-status[data-state="pending"] { color: var(--studio-gold); }
.contact-form-status[data-state="success"] { color: #a9d69d; }
.contact-form-status[data-state="error"] { color: #f29a7c; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.studio-footer { border-top: 1px solid rgba(235, 112, 41, .14); background: #040506; }
.studio-footer-identity { max-width: 520px; }
.studio-footer-identity > img { width: 214px; height: auto; margin: -24px 0 2px; object-fit: contain; object-position: left center; filter: drop-shadow(0 10px 28px rgba(0,0,0,.46)); }
.studio-footer-identity > p { max-width: 490px; }
.studio-footer .footer-links a { color: #b6afa8; }
.studio-footer .footer-links a:hover { color: var(--studio-gold); }
.studio-footer .footer-bottom { border-color: rgba(231, 189, 97, .1); color: #686765; }

@keyframes vault-pulse {
  0%, 100% { opacity: .58; transform: scale(.96); }
  50% { opacity: .95; transform: scale(1.025); }
}

@keyframes treasure-glint {
  0%, 14%, 100% { opacity: .15; }
  4%, 7% { opacity: 1; }
}

@media (max-width: 980px) {
  .studio-hero { min-height: auto; }
  .studio-hero-shell { min-height: auto; grid-template-columns: 1fr; gap: 64px; padding-top: 72px; padding-bottom: 78px; }
  .studio-hero-copy { max-width: 780px; }
  .environment-frame { width: min(100%, 720px); min-height: 610px; margin-inline: auto; }
  .studio-intro-layout { grid-template-columns: 1fr; gap: 44px; }
  .studio-manifesto { max-width: 780px; padding-top: 0; }
  .projects-heading,
  .contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .tome-project { grid-template-columns: 1fr; }
  .tome-project-art { min-height: 460px; }
  .why-layout { grid-template-columns: .45fr 1fr; gap: 60px; }
}

@media (max-width: 900px) {
  .studio-header .site-nav { color: #ddd3c7; border-color: rgba(231, 189, 97, .18); background: rgba(7, 8, 10, .985); box-shadow: 0 28px 70px rgba(0,0,0,.58); }
}

@media (max-width: 680px) {
  .studio-wordmark { min-width: auto; gap: 8px; }
  .studio-wordmark img { width: 38px; height: 38px; }
  .studio-wordmark strong { padding-left: 8px; font-size: .75rem; line-height: .9; }
  .studio-wordmark small { margin-top: 5px; font-size: .42rem; letter-spacing: .27em; }
  .studio-header .header-action { min-width: 84px; }
  .studio-hero-shell { gap: 46px; padding-top: 52px; padding-bottom: 58px; }
  .studio-hero h1 { margin-bottom: 24px; font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .studio-hero-copy > p:not(.studio-label) { line-height: 1.68; }
  .hero-actions { gap: 16px; margin-top: 30px; flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .studio-text-link { justify-content: center; }
  .environment-frame { min-height: 0; aspect-ratio: 4 / 4.55; border-radius: 48% 48% 14px 14px; }
  .environment-frame::after { inset: 10px; }
  .environment-sigil { width: 72%; }
  .vault-halo { width: 78%; }
  .environment-note { right: 22px; bottom: 16px; left: 22px; padding-top: 24px; color: #aaa39c; font-size: .72rem; line-height: 1.4; text-align: center; background: linear-gradient(180deg, transparent, rgba(5, 6, 7, .82) 46%); }
  .studio-facts { grid-template-columns: 1fr; }
  .studio-facts div { border-color: rgba(118, 121, 128, .16); }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article { min-height: 270px; padding: 30px; }
  .approach-grid h3 { margin-top: 45px; }
  .tome-project-art { min-height: 340px; }
  .tome-project-copy { padding: 36px 26px; }
  .project-rings i { width: 320px; height: 210px; }
  .project-rings span { width: 220px; height: 330px; }
  .future-project { padding: 34px 24px; }
  .why-layout { grid-template-columns: 1fr; gap: 35px; }
  .why-mark { width: min(270px, 70vw); margin-inline: auto; }
  .contact-section { padding: 64px 0 48px; }
  .contact-section h2 { margin-bottom: 18px; font-size: clamp(3.35rem, 15vw, 4.8rem); }
  .contact-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .contact-field,
  .contact-consent,
  .contact-form-actions,
  .contact-form-status { grid-column: 1; }
  .contact-form-actions { align-items: stretch; flex-direction: column; }
  .contact-form-actions .button { width: 100%; }
  .studio-footer { padding: 36px 0 24px; }
  .studio-footer .footer-main { gap: 24px; }
  .studio-footer-identity > img { width: 174px; margin: 0 0 4px; }
  .studio-footer .footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; }
  .studio-footer .footer-bottom { margin-top: 28px; padding-top: 18px; }
}

@media (max-width: 620px) {
  .studio-header .header-action::after { content: "Contact"; }
}

@media (max-width: 380px) {
  .studio-wordmark strong { font-size: .7rem; }
  .studio-header .header-action { min-width: 76px; padding-inline: 10px; }
  .studio-header .header-action::after { font-size: .7rem; }
  .environment-frame { aspect-ratio: 4 / 4.7; }
}

@media (prefers-reduced-motion: reduce) {
  .vault-halo,
  .treasure-glint { animation: none; }
}
