/*
Theme Name: VISCELIGHT Creative Studio
Theme URI: https://viscelight.co.za/
Author: VISCELIGHT
Author URI: https://viscelight.co.za/
Description: A navy and cyan Elementor-ready creative agency theme with accessible portfolio navigation, quotation and consultation experiences.
Version: 3.6.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: viscelight-ai
*/

:root {
  --ink: #0b0b0c;
  --ink-soft: #18181b;
  --ivory: #f4f0e7;
  --paper: #fffdf8;
  --lime: #d7ff45;
  --line: rgba(11, 11, 12, 0.16);
  --muted: #66635d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif; }
.elementor-page main > .elementor { width: 100%; }
.elementor-section-wrap, .elementor-element, .e-con { --viscelight-theme-ready: 1; }
.elementor-page .viscelight-elementor-row > .elementor-container { max-width: none; }
.elementor-page .viscelight-elementor-row > .elementor-container > .elementor-column > .elementor-widget-wrap { padding: 0; }
.elementor-widget-viscelight_section, .elementor-widget-viscelight_section > .elementor-widget-container { width: 100%; }
.viscelight-elementor-section { width: 100%; }
.viscelight-elementor-section > section, .viscelight-elementor-section > .belief-strip { width: 100%; }
.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.site-header {
  height: 84px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: rgba(11,11,12,.94); color: var(--ivory); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .11em; font-size: 15px; width: fit-content; }
.wordmark-orb { width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; }
.wordmark-orb span { width: 9px; height: 9px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 14px rgba(215,255,69,.7); }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.site-header nav a { opacity: .72; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; border-bottom: 1px solid var(--lime); padding: 10px 0; }
.header-cta svg, .button svg, .services-list svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.menu-toggle { display: none; }

.hero {
  min-height: calc(100vh - 84px); position: relative; overflow: hidden; padding: 11vh 4vw 6vh; background: var(--ink); color: var(--ivory);
  display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 7vw;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 12.5vw 12.5vw; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero-glow { position: absolute; right: 7vw; top: 12%; width: 43vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(215,255,69,.22) 0, rgba(215,255,69,.08) 15%, transparent 64%); filter: blur(4px); }
.hero-copy, .identity-preview { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 28px; font-size: 11px; line-height: 1; text-transform: uppercase; letter-spacing: .17em; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(244,240,231,.7); }
.eyebrow span { width: 22px; color: var(--lime); }
.eyebrow svg { fill: none; stroke: currentColor; stroke-width: 1.4; }
.hero h1, .section-intro h2, .section-heading-row h2, .process-heading h2, .quotation-heading h2, .contact-section h2 {
  margin: 0; font-size: clamp(56px, 6.5vw, 106px); line-height: .9; letter-spacing: -.062em; font-weight: 600;
}
em { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 500; }
.hero h1 em { color: var(--lime); }
.hero-lead { max-width: 610px; margin: 36px 0 0; color: rgba(244,240,231,.67); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 53px; border-radius: 999px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.text-link { font-size: 12px; text-transform: uppercase; letter-spacing: .11em; border-bottom: 1px solid rgba(244,240,231,.35); padding: 10px 0; }
.text-link span { color: var(--lime); margin-left: 12px; }

.identity-preview { width: min(100%, 560px); justify-self: end; border: 1px solid rgba(255,255,255,.18); background: rgba(17,17,20,.72); box-shadow: 0 38px 90px rgba(0,0,0,.36); backdrop-filter: blur(15px); transform: rotate(2deg); }
.preview-topline, .preview-caption { display: flex; justify-content: space-between; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; color: rgba(244,240,231,.55); padding: 17px 20px; }
.preview-topline { border-bottom: 1px solid rgba(255,255,255,.13); }
.preview-topline span:last-child { color: var(--lime); }
.preview-logo { min-height: 290px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 30px; }
.monogram { width: 94px; height: 94px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: 54px; }
.preview-logo strong { display: block; letter-spacing: .19em; font-size: clamp(20px, 2vw, 31px); }
.preview-logo small { display: block; margin-top: 8px; color: rgba(244,240,231,.5); font-size: 8px; letter-spacing: .23em; }
.preview-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.preview-grid > div { min-height: 130px; padding: 22px; }
.preview-grid > div + div { border-left: 1px solid rgba(255,255,255,.13); }
.preview-type { display: flex; align-items: end; justify-content: space-between; }
.preview-type span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 56px; }
.preview-type small { color: rgba(244,240,231,.48); line-height: 1.6; font-size: 8px; }
.preview-colors { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.preview-colors span:first-child { grid-row: span 2; }
.preview-colors span { border-radius: 2px; }
.hero-index { position: absolute; bottom: 26px; left: 4vw; right: 4vw; display: flex; justify-content: space-between; font-size: 9px; color: rgba(244,240,231,.35); letter-spacing: .2em; }

.services-section, .quotation-section { padding: 120px 4vw; }
.section-intro { display: grid; grid-template-columns: .55fr 1.4fr .75fr; gap: 5vw; align-items: end; margin-bottom: 70px; }
.section-intro .kicker { align-self: start; padding-top: 12px; }
.section-intro h2, .section-heading-row h2, .process-heading h2, .quotation-heading h2, .contact-section h2 { font-size: clamp(48px, 5.5vw, 84px); }
.section-intro > p:last-child, .section-heading-row > p, .quotation-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.65; font-size: 15px; }
.kicker::before { content: ""; display: inline-block; width: 25px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 12px; }


.services-section { background: var(--paper); }
.section-heading-row { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 8vw; margin-bottom: 70px; }
.section-heading-row > p { padding-bottom: 8px; }
.services-list { border-top: 1px solid var(--line); }
.services-list article { display: grid; grid-template-columns: .12fr .68fr 1.2fr; gap: 4vw; align-items: start; min-height: 220px; padding: 38px 0; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.services-list article:hover { background: var(--lime); padding: 38px 22px; }
.services-list article > span { font-size: 10px; color: var(--muted); }
.services-list h3 { margin: 0; font-size: clamp(22px, 2.6vw, 39px); letter-spacing: -.04em; font-weight: 500; }
.services-list p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.service-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.service-title a { width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.service-info { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.service-examples small { display: block; margin-bottom: 12px; color: var(--muted); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.service-examples ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.service-examples li { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; font-size: 9px; letter-spacing: .04em; }
.services-list article:hover .service-examples li, .services-list article:hover .service-title a { border-color: rgba(11,11,12,.35); }

.process-section { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 760px; background: var(--ink); color: var(--ivory); }
.process-heading { padding: 120px 4vw; position: relative; overflow: hidden; }
.process-heading::after { content: ""; position: absolute; width: 28vw; height: 28vw; left: 2vw; bottom: -10vw; border-radius: 50%; background: radial-gradient(circle at 45% 45%, var(--lime) 0 3%, rgba(215,255,69,.35) 7%, rgba(215,255,69,.06) 40%, transparent 62%); box-shadow: 0 0 120px rgba(215,255,69,.12); }
.process-heading h2 { max-width: 650px; }
.process-heading h2 em { color: var(--lime); }
.process-steps { border-left: 1px solid rgba(255,255,255,.14); }
.process-steps article { min-height: 190px; display: grid; grid-template-columns: .22fr 1fr; padding: 44px 4vw; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-steps article > span { font-size: 10px; color: var(--lime); }
.process-steps h3 { margin: 0 0 18px; font-size: 27px; font-weight: 500; letter-spacing: -.03em; }
.process-steps p { margin: 0; max-width: 480px; color: rgba(244,240,231,.56); line-height: 1.65; font-size: 14px; }

.quotation-section { background: var(--ivory); }
.quotation-heading { display: grid; grid-template-columns: .5fr 1.3fr .7fr; gap: 5vw; align-items: end; margin-bottom: 65px; }
.quotation-heading .kicker { align-self: start; padding-top: 12px; }
.quotation-options { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.quotation-options article { min-height: 290px; padding: 38px; display: flex; flex-direction: column; }
.quotation-options article + article { border-left: 1px solid var(--line); }
.quotation-options span { color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.quotation-options h3 { margin: auto 0 18px; font-size: clamp(24px, 2.4vw, 38px); letter-spacing: -.04em; font-weight: 500; }
.quotation-options p { margin: 0; max-width: 350px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.quotation-actions { margin-top: 28px; display: flex; align-items: center; gap: 30px; }
.quotation-actions > a:not(.button) { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 10px 0; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }

.contact-section { position: relative; overflow: hidden; min-height: 620px; padding: 110px 4vw; background: var(--lime); display: grid; grid-template-columns: 1.5fr .5fr; align-items: center; gap: 7vw; }
.contact-section h2 { position: relative; z-index: 2; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; position: relative; z-index: 2; }
.button-dark { background: var(--ink); color: var(--ivory); min-width: 230px; }
.contact-actions > a:not(.button) { font-size: 13px; border-bottom: 1px solid rgba(11,11,12,.35); padding-bottom: 5px; }
.contact-orb { position: absolute; right: -8vw; bottom: -28vw; width: 55vw; height: 55vw; border: 1px solid rgba(11,11,12,.14); border-radius: 50%; display: grid; place-items: center; }
.contact-orb span { width: 52%; height: 52%; border: 1px solid rgba(11,11,12,.2); border-radius: 50%; box-shadow: inset 0 0 0 3vw rgba(11,11,12,.03); }

footer { min-height: 150px; padding: 35px 4vw; background: var(--ink); color: var(--ivory); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
footer p { margin: 0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(244,240,231,.48); }
footer p:last-child { justify-self: end; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; position: absolute; top: 84px; left: 0; right: 0; background: var(--ink); flex-direction: column; align-items: flex-start; padding: 30px 4vw; border-top: 1px solid rgba(255,255,255,.1); }
  .site-header nav.nav-open { display: flex; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; justify-self: end; flex-direction: column; gap: 6px; width: 40px; height: 40px; align-items: center; justify-content: center; border: 0; background: transparent; }
  .menu-toggle span { width: 22px; height: 1px; background: var(--ivory); }
  .hero { grid-template-columns: 1fr; padding-top: 10vh; gap: 70px; }
  .identity-preview { justify-self: start; width: min(92%, 620px); }
  .section-intro, .quotation-heading { grid-template-columns: 1fr 1fr; }
  .section-intro .kicker, .quotation-heading .kicker { grid-column: span 2; }
  .process-section { grid-template-columns: 1fr; }
  .process-steps { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .quotation-options { grid-template-columns: 1fr; }
  .quotation-options article { min-height: 230px; }
  .quotation-options article + article { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header nav { top: 72px; padding: 26px 20px; }
  .hero { min-height: auto; padding: 80px 20px 70px; }
  .hero h1 { font-size: 52px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .identity-preview { width: 100%; transform: none; }
  .preview-logo { min-height: 220px; padding: 20px; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-grid > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .services-section, .quotation-section { padding: 82px 20px; }
  .section-intro, .section-heading-row, .quotation-heading { grid-template-columns: 1fr; }
  .section-intro .kicker, .quotation-heading .kicker { grid-column: auto; }
  .section-intro h2, .section-heading-row h2, .process-heading h2, .quotation-heading h2, .contact-section h2 { font-size: 47px; }
  .services-list article { grid-template-columns: 38px 1fr; gap: 15px; padding: 28px 0; }
  .services-list article:hover { padding: 24px 12px; }
  .service-info { grid-column: 2; grid-template-columns: 1fr; gap: 22px; }
  .service-title { grid-column: 2; }
  .process-heading { padding: 82px 20px; min-height: 500px; }
  .process-steps article { grid-template-columns: 50px 1fr; padding: 36px 20px; }
  .quotation-actions { align-items: flex-start; flex-direction: column; }
  .contact-section { grid-template-columns: 1fr; padding: 82px 20px; min-height: 620px; }
  footer { grid-template-columns: 1fr; padding: 45px 20px; }
  footer p:last-child { justify-self: start; }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* VISCELIGHT original identity and expanded content. */
.brand-logo { object-fit: cover; }
.brand-logo-lockup { width: 126px; height: 62px; object-position: center; }
.hero-brand { display: flex; align-items: center; gap: 14px; margin: 0 0 26px; }
.hero-brand img { width: min(220px, 55vw); height: 100px; object-fit: cover; }
.original-preview { min-height: 330px; }
.original-preview img { width: min(86%, 440px); max-height: 285px; object-fit: contain; }
.belief-strip { padding: 26px 4vw; display: flex; justify-content: space-between; gap: 30px; background: var(--lime); color: var(--ink); }
.belief-strip p, .belief-strip strong { margin: 0; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.portfolio-slider-section { padding: 120px 4vw; background: var(--ink); color: var(--ivory); }
.slider-heading-row { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; margin-bottom: 65px; }
.slider-heading-row h2 { margin: 0; font-size: clamp(48px, 5.5vw, 84px); line-height: .9; letter-spacing: -.062em; font-weight: 600; }
.slider-heading-row h2 em { color: var(--lime); }
.slider-heading-row > p { max-width: 470px; margin: 0 0 8px; color: rgba(244,240,231,.58); font-size: 15px; line-height: 1.7; }
.service-category-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
.service-category-tabs button { min-height: 82px; padding: 16px 20px; border: 0; border-right: 1px solid rgba(255,255,255,.14); background: transparent; color: rgba(244,240,231,.5); display: flex; align-items: center; gap: 13px; cursor: pointer; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; text-align: left; transition: background .2s ease, color .2s ease; }
.service-category-tabs button:last-child { border-right: 0; }
.service-category-tabs button span { font-size: 8px; color: var(--lime); }
.service-category-tabs button.active, .service-category-tabs button:hover { background: var(--lime); color: var(--ink); }
.service-category-tabs button.active span, .service-category-tabs button:hover span { color: var(--ink); }
.service-showcase[hidden] { display: none; }
.service-showcase { min-height: 610px; border: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1.45fr .55fr; animation: service-slide-in .45s ease both; }
@keyframes service-slide-in { from { opacity: .45; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.service-showcase-image { position: relative; overflow: hidden; min-height: 610px; display: block; background: #171719; border-right: 1px solid rgba(255,255,255,.14); }
.service-showcase-image img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; transition: transform .55s ease; }
.service-showcase-image.cover img { object-fit: cover; }
.service-showcase-image.contain img { object-fit: contain; padding: 8%; background: #f1eee7; }
.service-showcase-image.portrait img { object-fit: cover; object-position: center 35%; }
.service-showcase-image:hover img { transform: scale(1.025); }
.service-showcase-image > span { position: absolute; left: 24px; bottom: 24px; z-index: 2; padding: 11px 14px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.service-showcase-copy { padding: clamp(35px, 4vw, 68px); display: flex; flex-direction: column; align-items: flex-start; }
.service-showcase-copy > span { color: var(--lime); font-size: 9px; letter-spacing: .15em; }
.service-showcase-copy h3 { margin: auto 0 12px; font-size: clamp(36px, 4vw, 66px); line-height: .95; letter-spacing: -.055em; font-weight: 600; }
.service-showcase-copy h4 { margin: 0 0 18px; color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.service-showcase-copy > p { margin: 0; color: rgba(244,240,231,.58); font-size: 14px; line-height: 1.7; }
.slider-controls { width: 100%; margin-top: 44px; display: flex; align-items: center; gap: 9px; }
.slider-controls button { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; color: var(--ivory); cursor: pointer; }
.slider-controls button:hover { border-color: var(--lime); color: var(--lime); }
.slider-controls a { margin-left: auto; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.28); padding: 10px 0; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.about-section { padding: 120px 4vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; background: var(--lime); }
.about-copy h2 { margin: 0; font-size: clamp(48px, 5.5vw, 84px); line-height: .9; letter-spacing: -.062em; font-weight: 600; }
.about-story { align-self: end; }
.about-story p { margin: 0; font-size: clamp(17px, 1.7vw, 25px); line-height: 1.55; letter-spacing: -.02em; }
.about-story p + p { margin-top: 26px; font-size: 14px; color: rgba(11,11,12,.66); }
.process-steps-eight article { min-height: 155px; }

@media (max-width: 1120px) {
  .site-header nav { gap: 18px; }
}
@media (max-width: 980px) {
  .about-section { grid-template-columns: 1fr; }
	.service-category-tabs { grid-template-columns: repeat(3, 1fr); }
	.service-category-tabs button:nth-child(3) { border-right: 0; }
	.service-category-tabs button:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.14); }
	.service-showcase { grid-template-columns: 1fr; }
	.service-showcase-image { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
	.service-showcase-copy { min-height: 430px; }
}
@media (max-width: 680px) {
	.brand-logo-lockup { width: 104px; height: 52px; }
  .belief-strip { flex-direction: column; padding: 24px 20px; line-height: 1.5; }
  .about-section { padding: 82px 20px; }
  .about-copy h2 { font-size: 47px; }
	.original-preview { min-height: 250px; }
	.original-preview img { width: min(94%, 360px); max-height: 225px; }
	.portfolio-slider-section { padding: 82px 20px; }
	.slider-heading-row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
	.slider-heading-row h2 { font-size: 47px; }
	.service-category-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
	.service-category-tabs::-webkit-scrollbar { display: none; }
	.service-category-tabs button, .service-category-tabs button:nth-child(3), .service-category-tabs button:nth-child(n+4) { min-width: 155px; border-top: 0; border-right: 1px solid rgba(255,255,255,.14); }
	.service-showcase-image { min-height: 390px; }
	.service-showcase-copy { min-height: 390px; padding: 34px 24px; }
	.slider-controls { flex-wrap: wrap; }
	.slider-controls a { width: 100%; margin: 18px 0 0; }
}

/* Selected portfolio page. */
.work-page { background: var(--paper); }
.work-hero { min-height: 650px; padding: 145px 4vw 90px; background: var(--ink); color: var(--ivory); display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; position: relative; overflow: hidden; }
.work-hero::after { content: ""; position: absolute; width: 48vw; aspect-ratio: 1; right: -15vw; top: -16vw; border: 1px solid rgba(215,255,69,.24); border-radius: 50%; box-shadow: inset 0 0 0 8vw rgba(215,255,69,.025), 0 0 140px rgba(215,255,69,.08); }
.work-hero .eyebrow { position: absolute; left: 4vw; top: 128px; }
.work-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(66px, 8vw, 130px); line-height: .86; letter-spacing: -.066em; font-weight: 600; }
.work-hero h1 em { color: var(--lime); }
.work-hero > p:last-child { position: relative; z-index: 1; max-width: 520px; margin: 0 0 8px; color: rgba(244,240,231,.63); font-size: 16px; line-height: 1.75; }
.work-grid { padding: 110px 4vw 130px; display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 2vw; row-gap: 90px; }
.work-card { grid-column: span 2; min-width: 0; }
.work-card-featured { grid-column: span 3; }
.work-image { position: relative; display: block; overflow: hidden; background: #e8e5dd; aspect-ratio: 4 / 3; }
.work-card-featured .work-image { aspect-ratio: 3 / 2; }
.work-image > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.work-image > span { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; transform: translateY(8px); opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.work-image:hover > img { transform: scale(1.025); }
.work-image:hover > span { opacity: 1; transform: none; }
.work-meta { margin-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.work-card h2, .work-card h3 { margin: 15px 0 10px; font-size: clamp(26px, 3vw, 48px); line-height: 1; letter-spacing: -.045em; font-weight: 600; }
.work-card p { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.portfolio-category-nav { position: sticky; top: 84px; z-index: 20; display: grid; grid-template-columns: repeat(5, 1fr); background: var(--paper); border-bottom: 1px solid var(--line); }
.admin-bar .portfolio-category-nav { top: 116px; }
.portfolio-category-nav a { min-height: 78px; padding: 16px 2vw; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: background .2s ease; }
.portfolio-category-nav a:last-child { border-right: 0; }
.portfolio-category-nav a:hover { background: var(--lime); }
.portfolio-category-nav span { color: var(--muted); font-size: 8px; }
.portfolio-category-section { scroll-margin-top: 160px; padding: 115px 4vw 130px; background: var(--paper); }
.portfolio-category-section#print-design, .portfolio-category-section#illustrations { background: var(--ivory); }
.portfolio-category-heading { display: grid; grid-template-columns: .16fr 1.25fr .59fr; gap: 4vw; align-items: end; margin-bottom: 65px; }
.portfolio-category-heading > span { align-self: start; padding-top: 14px; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.portfolio-category-heading h2 { margin: 0; font-size: clamp(54px, 7vw, 112px); line-height: .88; letter-spacing: -.064em; font-weight: 600; }
.portfolio-category-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.category-work-grid { display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 2vw; row-gap: 78px; }
.category-work-grid .work-card { grid-column: span 2; }
.category-work-grid .work-card-featured { grid-column: span 3; }
.work-image.contain img { object-fit: contain; padding: 8%; background: #f3f1ec; }
.work-image.contain-dark img { object-fit: contain; padding: 7%; background: #070707; }
.work-image.web-brick-products img { transform: scale(1.72); object-position: 12% 86%; }
.work-image.web-brick-home img { transform: scale(1.72); object-position: 67% 43%; }
.work-image.web-brick-products:hover img, .work-image.web-brick-home:hover img { transform: scale(1.78); }
.website-home-preview { isolation: isolate; background: #dcdad4; border: 1px solid rgba(11,11,12,.12); }
.website-browser-bar { position: absolute; z-index: 4; inset: 0 0 auto; height: 30px; padding: 0 12px; background: #f4f1eb; border-bottom: 1px solid rgba(11,11,12,.12); display: flex; align-items: center; gap: 6px; color: #77736c; }
.website-browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #bbb7af; }
.website-browser-bar span { min-width: 0; margin-left: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-style: normal; font-size: 8px; letter-spacing: .03em; }
.website-home-preview iframe { position: absolute; z-index: 1; top: 30px; left: 0; width: 200%; height: calc(200% - 60px); border: 0; background: #fff; transform: scale(.5); transform-origin: top left; pointer-events: none; }
.website-preview-logo { position: absolute; z-index: 5; left: 16px; bottom: 16px; width: 142px; height: 66px; padding: 10px 14px; border-radius: 3px; background: rgba(11,11,12,.9); box-shadow: 0 12px 35px rgba(0,0,0,.25); display: grid; place-items: center; }
.website-preview-logo.light { background: rgba(255,255,255,.94); }
.website-preview-logo img { max-width: 100%; max-height: 100%; object-fit: contain; filter: none; }
.visit-website { width: fit-content; margin-top: 18px; padding: 10px 0 7px; border-bottom: 1px solid var(--ink); display: inline-flex; align-items: center; gap: 10px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visit-website span { font-size: 17px; line-height: 1; transition: transform .2s ease; }
.visit-website:hover span { transform: translateX(4px); }
.work-cta { padding: 115px 4vw; background: var(--lime); display: grid; grid-template-columns: .55fr 1.15fr .8fr; gap: 5vw; align-items: end; }
.work-cta h2 { margin: 0; font-size: clamp(52px, 6vw, 92px); line-height: .89; letter-spacing: -.062em; font-weight: 600; }
.work-cta > div { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.work-cta > div > a:last-child { border-bottom: 1px solid rgba(11,11,12,.4); padding-bottom: 5px; font-size: 13px; }

@media (max-width: 980px) {
	.work-hero { grid-template-columns: 1fr; padding-top: 160px; }
	.work-hero .eyebrow { top: 118px; }
	.work-grid { grid-template-columns: repeat(2, 1fr); }
	.work-card, .work-card-featured { grid-column: span 1; }
	.work-card:last-child { grid-column: 1 / 3; width: calc(50% - 1vw); justify-self: center; }
	.work-cta { grid-template-columns: 1fr 1fr; }
	.work-cta .kicker { grid-column: 1 / 3; }
	.portfolio-category-nav { overflow-x: auto; display: flex; scrollbar-width: none; }
	.portfolio-category-nav::-webkit-scrollbar { display: none; }
	.portfolio-category-nav a { min-width: 170px; }
	.portfolio-category-heading { grid-template-columns: .16fr 1fr; }
	.portfolio-category-heading > p { grid-column: 2; }
	.category-work-grid { grid-template-columns: repeat(2, 1fr); }
	.category-work-grid .work-card, .category-work-grid .work-card-featured { grid-column: span 1; }
	.category-work-grid .work-card:last-child { grid-column: 1 / 3; width: calc(50% - 1vw); justify-self: center; }
}

@media (max-width: 680px) {
	.work-hero { min-height: 600px; padding: 145px 20px 70px; }
	.work-hero .eyebrow { left: 20px; top: 104px; }
	.work-hero h1 { font-size: 58px; }
	.work-grid { padding: 75px 20px 90px; grid-template-columns: 1fr; row-gap: 60px; }
	.work-card, .work-card-featured, .work-card:last-child { grid-column: auto; width: 100%; }
	.work-card .work-image, .work-card-featured .work-image { aspect-ratio: 4 / 3; }
	.work-image > span { opacity: 1; transform: none; }
	.work-cta { padding: 85px 20px; grid-template-columns: 1fr; }
	.work-cta .kicker { grid-column: auto; }
	.work-cta h2 { font-size: 52px; }
	.portfolio-category-nav { top: 72px; }
	.admin-bar .portfolio-category-nav { top: 118px; }
	.portfolio-category-section { scroll-margin-top: 138px; padding: 80px 20px 90px; }
	.portfolio-category-heading { grid-template-columns: 42px 1fr; gap: 16px; margin-bottom: 45px; }
	.portfolio-category-heading h2 { font-size: 52px; }
	.category-work-grid { grid-template-columns: 1fr; row-gap: 58px; }
	.category-work-grid .work-card, .category-work-grid .work-card-featured, .category-work-grid .work-card:last-child { grid-column: auto; width: 100%; }
}

/* Hero service slider, transparent identity and enquiry forms. */
.brand-logo, .brand-logo-lockup, .hero-brand img { object-fit: contain; object-position: center; }
.hero-brand img { height: 88px; }
.hero-service-slider { position: relative; z-index: 2; width: min(100%, 660px); justify-self: end; border: 1px solid rgba(255,255,255,.18); background: #101013; box-shadow: 0 38px 90px rgba(0,0,0,.38); }
.hero-slider-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid rgba(255,255,255,.15); }
.hero-slider-tabs button { min-width: 0; min-height: 68px; padding: 10px 8px; border: 0; border-right: 1px solid rgba(255,255,255,.15); background: transparent; color: rgba(244,240,231,.48); display: flex; flex-direction: column; justify-content: center; gap: 7px; cursor: pointer; font-size: 8px; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.hero-slider-tabs button:last-child { border-right: 0; }
.hero-slider-tabs button span { color: var(--lime); font-size: 7px; }
.hero-slider-tabs button.active, .hero-slider-tabs button:hover { background: var(--lime); color: var(--ink); }
.hero-slider-tabs button.active span, .hero-slider-tabs button:hover span { color: var(--ink); }
.hero-service-card { position: relative; min-height: clamp(520px, 62vh, 650px); overflow: hidden; animation: service-slide-in .45s ease both; }
.hero-service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-service-card > img.cover, .hero-service-card > img.portrait { object-fit: cover; object-position: center 36%; }
.hero-service-card > img.contain { object-fit: contain; padding: 8%; background: #f1eee7; }
.hero-service-card > img.album-cover { object-fit: contain; background: #09090b; }
.hero-service-card::after { content: ""; position: absolute; inset: 22% 0 0; background: linear-gradient(transparent, rgba(7,7,9,.93) 70%); }
.hero-service-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 34px; }
.hero-service-overlay > span { color: var(--lime); font-size: 8px; letter-spacing: .14em; }
.hero-service-overlay h2 { margin: 16px 0 5px; font-size: clamp(34px, 3.3vw, 55px); line-height: .95; letter-spacing: -.055em; }
.hero-service-overlay h3 { margin: 0 0 13px; color: var(--lime); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-service-overlay p { max-width: 510px; margin: 0; color: rgba(244,240,231,.66); font-size: 12px; line-height: 1.6; }
.hero-service-overlay > div { margin-top: 22px; display: flex; gap: 8px; align-items: center; }
.hero-service-overlay button { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(0,0,0,.2); color: var(--ivory); cursor: pointer; }
.hero-service-overlay a { margin-left: auto; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.35); padding: 9px 0; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.brief-form { border: 1px solid var(--line); background: var(--paper); padding: clamp(26px, 4vw, 58px); box-shadow: 0 25px 70px rgba(34,29,20,.07); }
.form-section-title { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; margin: 12px 0 28px; padding-top: 38px; border-top: 1px solid var(--line); }
.form-section-title:first-child { padding-top: 0; border-top: 0; }
.form-section-title > span { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--muted); font-size: 9px; }
.form-section-title h2, .form-section-title h3 { margin: 0; font-size: clamp(22px, 2.4vw, 34px); letter-spacing: -.04em; font-weight: 600; }
.form-section-title p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-bottom: 38px; }
.brief-form label, .brief-form legend { color: var(--ink); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; margin-top: 10px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); padding: 12px 0; outline: none; font-size: 14px; line-height: 1.55; text-transform: none; letter-spacing: 0; }
.brief-form input, .brief-form select { min-height: 49px; }
.brief-form textarea { resize: vertical; }
.brief-form input:focus, .brief-form select:focus, .brief-form textarea:focus { border-color: var(--ink); }
.form-span-2 { grid-column: 1 / -1; }
.service-checkboxes { margin: 0 0 38px; padding: 0; border: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.service-checkboxes legend:not(.screen-reader-text) { grid-column: 1 / -1; margin-bottom: 6px; }
.service-checkboxes label { position: relative; cursor: pointer; }
.service-checkboxes input { position: absolute; opacity: 0; pointer-events: none; }
.service-checkboxes span { min-height: 48px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 4px; display: flex; align-items: center; line-height: 1.35; }
.service-checkboxes input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.form-send-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button-outline { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.form-send-row > a:not(.button) { margin-left: auto; border-bottom: 1px solid var(--line); padding: 9px 0; color: var(--muted); font-size: 10px; }
.form-status { min-height: 20px; margin: 14px 0 0; color: var(--muted); font-size: 11px; }

.consultation-page { background: var(--ivory); }
.page-template-page-consultation .site-header nav a[href*="consultation"] { color: var(--lime); opacity: 1; }
.consultation-hero { min-height: 620px; padding: 145px 4vw 90px; background: var(--ink); color: var(--ivory); display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; position: relative; overflow: hidden; }
.consultation-hero::after { content: ""; position: absolute; width: 52vw; aspect-ratio: 1; right: -17vw; top: -18vw; border: 1px solid rgba(215,255,69,.24); border-radius: 50%; box-shadow: inset 0 0 0 8vw rgba(215,255,69,.025), 0 0 140px rgba(215,255,69,.08); }
.consultation-hero .eyebrow { position: absolute; left: 4vw; top: 128px; }
.consultation-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(62px, 7.5vw, 118px); line-height: .87; letter-spacing: -.066em; font-weight: 600; }
.consultation-hero h1 em { color: var(--lime); }
.consultation-hero > p:last-child { position: relative; z-index: 1; max-width: 520px; margin: 0 0 8px; color: rgba(244,240,231,.63); font-size: 16px; line-height: 1.75; }
.consultation-form-section { padding: 110px 4vw 130px; }
.consultation-form { max-width: 1120px; margin: 0 auto; }

@media (max-width: 1180px) {
	.hero { grid-template-columns: .85fr 1.15fr; gap: 4vw; }
	.hero h1 { font-size: clamp(52px, 6vw, 80px); }
}
@media (max-width: 980px) {
	.hero { grid-template-columns: 1fr; }
	.hero-service-slider { justify-self: start; width: min(100%, 720px); }
	.service-checkboxes { grid-template-columns: repeat(2, 1fr); }
	.consultation-hero { grid-template-columns: 1fr; padding-top: 160px; }
}
@media (max-width: 680px) {
	.hero-brand img { height: 74px; }
	.hero-service-card { min-height: 510px; }
	.hero-slider-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
	.hero-slider-tabs::-webkit-scrollbar { display: none; }
	.hero-slider-tabs button { min-width: 114px; border-right: 1px solid rgba(255,255,255,.15); }
	.hero-service-overlay { padding: 24px; }
	.hero-service-overlay h2 { font-size: 38px; }
	.form-grid, .service-checkboxes { grid-template-columns: 1fr; }
	.form-span-2 { grid-column: auto; }
	.form-send-row { align-items: stretch; flex-direction: column; }
	.form-send-row .button { width: 100%; }
	.form-send-row > a:not(.button) { margin-left: 0; }
	.consultation-hero { min-height: 580px; padding: 145px 20px 70px; }
	.consultation-hero .eyebrow { left: 20px; top: 104px; }
	.consultation-hero h1 { font-size: 52px; }
	.consultation-form-section { padding: 75px 20px 90px; }
}

/* Verified VISCELIGHT social links. */
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.social-links { display: flex; align-items: center; gap: 8px; }
.social-links > a { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-links > a:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); }
.social-links svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.social-links .social-dot, .social-links .social-fill { fill: currentColor; stroke: none; }
.header-socials { color: rgba(244,240,231,.72); }
.nav-socials { display: none; }
.contact-socials { margin-top: 7px; }
.contact-socials > a { width: 44px; height: 44px; }
.footer-center { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.footer-socials { color: rgba(244,240,231,.72); }
.footer-socials > a { width: 34px; height: 34px; }

@media (max-width: 1180px) {
	.header-socials { display: none; }
}
@media (max-width: 980px) {
	.header-actions { display: none; }
	.site-header nav .nav-socials { display: flex; margin-top: 8px; color: var(--ivory); }
}
@media (max-width: 680px) {
	.footer-center { align-items: flex-start; }
}

/* Mobile layout refinement. */
html, body { max-width: 100%; overflow-x: clip; }

@media (max-width: 980px) {
	.site-header nav {
		top: 100%;
		max-height: calc(100dvh - 84px);
		overflow-y: auto;
		overscroll-behavior: contain;
		box-shadow: 0 24px 48px rgba(0,0,0,.28);
	}
	.site-header nav > a { width: 100%; padding: 8px 0; }
	body.menu-open { overflow: hidden; }
	.menu-toggle span { transition: transform .2s ease, opacity .2s ease; }
	.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
	.hero-copy, .hero-service-slider, .section-heading-row > *, .quotation-heading > *, .contact-section > *, .work-hero > *, .consultation-hero > * { min-width: 0; }
}

@media (max-width: 680px) {
	.site-header nav { max-height: calc(100dvh - 72px); gap: 9px; padding: 22px 20px 26px; }
	.site-header nav > a { min-height: 42px; display: flex; align-items: center; font-size: 13px; }
	.wordmark, .brand-logo-lockup { max-width: 112px; }

	.hero { gap: 46px; padding: 62px 20px 92px; }
	.hero::before { background-size: 120px 120px; }
	.hero-brand { margin-bottom: 18px; }
	.hero-brand img { width: min(190px, 62vw); height: 68px; }
	.hero h1 { max-width: 100%; font-size: clamp(40px, 12.5vw, 52px); overflow-wrap: break-word; }
	.hero-lead { margin-top: 26px; font-size: 15px; line-height: 1.65; }
	.hero-actions { width: 100%; margin-top: 30px; gap: 14px; }
	.hero-actions .button { width: 100%; }
	.hero-index { display: none; }
	.hero-service-slider { width: 100%; max-width: 100%; overflow: hidden; }
	.hero-slider-tabs { scroll-snap-type: x proximity; overscroll-behavior-x: contain; }
	.hero-slider-tabs button { min-width: 108px; scroll-snap-align: start; }
	.hero-service-card { min-height: 480px; }
	.hero-service-card > img.contain { padding: 5%; }
	.hero-service-overlay { padding: 22px; }
	.hero-service-overlay h2 { margin-top: 12px; font-size: clamp(31px, 10vw, 38px); }
	.hero-service-overlay p { font-size: 11.5px; line-height: 1.55; }
	.hero-service-overlay > div { margin-top: 17px; }

	.belief-strip { gap: 12px; }
	.section-heading-row, .quotation-heading { gap: 24px; margin-bottom: 44px; }
	.section-intro h2, .section-heading-row h2, .process-heading h2, .quotation-heading h2, .contact-section h2,
	.about-copy h2, .slider-heading-row h2 { font-size: clamp(39px, 11.8vw, 47px); overflow-wrap: break-word; }
	.services-list article { grid-template-columns: 28px minmax(0, 1fr); gap: 12px; }
	.service-title, .service-info { min-width: 0; }
	.service-title { gap: 12px; }
	.services-list h3 { font-size: clamp(23px, 8vw, 31px); overflow-wrap: break-word; }
	.service-title a { width: 38px; height: 38px; }
	.service-examples li { max-width: 100%; overflow-wrap: anywhere; }
	.about-section { gap: 42px; }
	.process-heading { min-height: 410px; }
	.process-steps article { grid-template-columns: 36px minmax(0, 1fr); gap: 8px; }
	.contact-section { min-height: auto; gap: 48px; }
	.contact-actions, .contact-actions .button { width: 100%; }
	.contact-actions > a:not(.button) { max-width: 100%; overflow-wrap: anywhere; }

	.service-category-tabs, .portfolio-category-nav { scroll-snap-type: x proximity; overscroll-behavior-x: contain; }
	.service-category-tabs button, .portfolio-category-nav a { scroll-snap-align: start; }
	.portfolio-slider-section { padding-inline: 20px; }
	.service-showcase-image { min-height: 330px; }
	.service-showcase-copy { min-height: auto; padding: 32px 22px; }
	.service-showcase-copy h3 { margin-top: 70px; }

	.work-hero { min-height: 540px; padding: 126px 20px 62px; gap: 34px; }
	.work-hero .eyebrow { top: 92px; }
	.work-hero h1 { font-size: clamp(44px, 14vw, 58px); overflow-wrap: break-word; }
	.work-hero > p:last-child, .consultation-hero > p:last-child { font-size: 14px; line-height: 1.65; }
	.portfolio-category-heading h2 { font-size: clamp(40px, 12vw, 52px); overflow-wrap: anywhere; }
	.work-meta { flex-wrap: wrap; gap: 8px 16px; }
	.website-home-preview iframe { width: 240%; height: calc(240% - 72px); transform: scale(.417); }
	.website-preview-logo { left: 12px; bottom: 12px; width: min(128px, 45%); height: 58px; }
	.work-cta h2 { font-size: clamp(40px, 12vw, 52px); overflow-wrap: break-word; }
	.work-cta .button { width: 100%; min-width: 0; }

	.brief-form { max-width: 100%; padding: 24px 20px; }
	.form-grid, .service-checkboxes { min-width: 0; gap: 20px; }
	.form-grid > *, .service-checkboxes > * { min-width: 0; }
	.brief-form input, .brief-form select, .brief-form textarea { max-width: 100%; font-size: 16px; }
	.form-send-row .button, .button-dark { min-width: 0; white-space: normal; text-align: center; }
	.consultation-hero { min-height: 540px; padding: 126px 20px 62px; gap: 34px; }
	.consultation-hero .eyebrow { top: 92px; }
	.consultation-hero h1 { font-size: clamp(42px, 12.5vw, 52px); overflow-wrap: break-word; }
}

@media (max-width: 380px) {
	.site-header { padding-inline: 16px; }
	.site-header nav { padding-inline: 16px; }
	.hero, .services-section, .quotation-section, .about-section, .portfolio-slider-section,
	.contact-section, .work-grid, .portfolio-category-section, .work-cta, .consultation-form-section { padding-left: 16px; padding-right: 16px; }
	.hero h1 { font-size: 40px; }
	.hero-service-card { min-height: 465px; }
	.hero-service-overlay { padding: 19px; }
	.hero-service-overlay h2 { font-size: 30px; }
	.hero-service-overlay a { font-size: 8px; }
	.work-hero, .consultation-hero { padding-left: 16px; padding-right: 16px; }
	.work-hero .eyebrow, .consultation-hero .eyebrow { left: 16px; }
	.work-hero h1 { font-size: 43px; }
	.portfolio-category-heading { grid-template-columns: 32px minmax(0, 1fr); gap: 10px; }
	.portfolio-category-heading h2 { font-size: 39px; }
	.form-section-title { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; }
	.form-section-title > span { width: 30px; height: 30px; }
	.brief-form { padding: 22px 16px; }
	.button { padding-inline: 18px; font-size: 10px; }
}

/* Square artwork presentation for the Illustration portfolio. */
.category-work-grid .work-image.album-cover { aspect-ratio: 1 / 1; background: #09090b; }
.category-work-grid .work-image.album-cover img { object-fit: cover; padding: 0; }
