/* Impreshens v06: v5 design base + v4 colour energy + v3 content depth */
:root {
  --bg: #fbf8f1;
  --bg2: #f0e7d8;
  --bg3: #e7d9c4;
  --ink: #16120f;
  --ink2: #332a23;
  --cream: #fffaf1;
  --gold: #d4ff00;
  --gold-dark: #a8ca00;
  --coral: #ff4433;
  --coral-dark: #cc2f21;
  --forest: #0b6b64;
  --sand: #d7ba8c;
  --mist: #796f63;
  --line: rgba(22, 18, 15, 0.14);
  --line2: rgba(22, 18, 15, 0.07);
}

html { scroll-padding-top: 116px; }
[id] { scroll-margin-top: 118px; }
body {
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 255, 0, 0.11), transparent 28rem),
    linear-gradient(180deg, #fffaf1 0%, var(--bg) 42%, #f2eadc 100%);
  letter-spacing: 0;
}

.site-nav {
  background: rgba(251, 248, 241, 0.94);
  border-bottom-color: rgba(22, 18, 15, 0.09);
  z-index: 5000;
}
.site-nav.scrolled { background: rgba(251, 248, 241, 0.98); }
.nav-logo img { height: 42px; }
.nav-links > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px;
}
.nav-links > li::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 34px;
}
.nav-links > li > a { color: rgba(22, 18, 15, 0.72); }
.nav-links > li > a:hover,
.nav-links > li.active > a,
.nav-links > li.open > a { color: var(--coral); }

.nav-dropdown {
  top: 100%;
  min-width: 260px;
  border-radius: 8px;
  transform: translateY(8px);
  z-index: 5100;
}
.nav-dropdown.nav-mega {
  position: fixed;
  top: 76px;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), minmax(150px, 1fr));
  gap: 0.7rem;
  width: min(var(--mega-width, 820px), calc(100vw - 48px));
  padding: 0.8rem;
  transform: translate(-50%, 8px);
}
.nav-dropdown.nav-compact {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: min(var(--compact-width, 330px), calc(100vw - 32px));
  padding: 0.8rem;
  transform: translate(-50%, 8px);
}
.nav-dropdown.nav-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  height: 42px;
}
.nav-dropdown.nav-compact::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -34px;
  height: 34px;
}
.nav-links > li:hover .nav-dropdown,
.nav-links > li:focus-within .nav-dropdown,
.nav-links > li.open .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-links > li:hover .nav-dropdown.nav-mega,
.nav-links > li:focus-within .nav-dropdown.nav-mega,
.nav-links > li.open .nav-dropdown.nav-mega {
  transform: translate(-50%, 0);
}
.nav-links > li:hover .nav-dropdown.nav-compact,
.nav-links > li:focus-within .nav-dropdown.nav-compact,
.nav-links > li.open .nav-dropdown.nav-compact {
  transform: translate(-50%, 0);
}
.nav-links > li.open > a .chevron { transform: rotate(180deg); }
.mega-col {
  padding: 0.8rem;
  background: linear-gradient(180deg, #fff, #fbf8f1);
  border: 1px solid var(--line2);
  border-radius: 6px;
}
.mega-col p {
  margin-bottom: 0.45rem;
  font-family: var(--ff-sans);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
}
.nav-dropdown .mega-col a {
  padding: 0.56rem 0.65rem;
  border-left: 0;
  border-radius: 4px;
  color: rgba(22, 18, 15, 0.68);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.82rem;
}
.nav-dropdown .mega-col a:hover {
  padding-left: 0.65rem;
  color: var(--ink);
  background: rgba(212, 255, 0, 0.18);
}

.mobile-nav {
  gap: 0.25rem;
  background: var(--bg);
}
.mobile-nav a {
  color: var(--ink);
  font-size: 1.35rem;
}
.mobile-nav .mobile-sub {
  padding-left: 1rem;
  font-family: var(--ff-sans);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--mist);
}

.hero {
  background: var(--ink);
}
.hero-video video,
.page-hero-video video { opacity: 0.52; }
.hero-video::after {
  background:
    linear-gradient(100deg, rgba(22, 18, 15, 0.86) 0%, rgba(22, 18, 15, 0.52) 55%, rgba(22, 18, 15, 0.68) 100%),
    radial-gradient(circle at 30% 18%, rgba(212, 255, 0, 0.18), transparent 24rem);
}
.page-hero-video::after,
.page-hero-bg::after {
  background:
    linear-gradient(105deg, rgba(22, 18, 15, 0.87) 45%, rgba(22, 18, 15, 0.55)),
    radial-gradient(circle at 24% 10%, rgba(212, 255, 0, 0.15), transparent 20rem);
}
.hero-title,
.ph-title,
.t-display,
.t-h2 { letter-spacing: 0; }
.hero-title em,
.ph-title em,
.c-gold { color: var(--gold); }
.btn-gold {
  background: var(--gold);
  color: var(--ink);
}
.btn-gold:hover { background: #ecff73; }
.btn-coral,
.nav-cta { background: var(--coral); }
.nav-cta:hover,
.btn-coral:hover { background: var(--coral-dark); }
.sec-eyebrow::before,
.svc-card::before,
.tab-btn::after,
.ec-tab::after,
.pr-tab::after,
.ds-tab::after { background: var(--coral); }

.v06-projects,
.v06-badges,
.v06-service-map {
  background: var(--bg);
}
.home-collage-frame {
  background: #fff;
  min-height: clamp(520px, 52vw, 760px);
}
.home-collage-frame img {
  object-fit: contain;
  background: #fff;
}
.v06-project-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.v06-project-copy-head .t-h2 {
  margin: 0;
  max-width: 10.5ch;
  line-height: 0.9;
}
.v06-project-intro .t-body-lg {
  margin: 0 0 0.35rem;
  max-width: 760px;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.55;
}
.v06-project-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
}
.exhibition-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
.v06-project {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 230px;
  overflow: hidden;
  padding: 1.1rem;
  background: var(--ink);
  color: #fff;
}
.v06-project.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 464px;
}
.v06-project img,
.v06-project video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.6s var(--ease);
}
.v06-project::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(22, 18, 15, 0.16));
  pointer-events: none;
}
.v06-project:hover img,
.v06-project:hover video { transform: scale(1.05); }
.v06-project span,
.v06-project strong {
  position: relative;
  z-index: 1;
}
.v06-project span {
  font-family: var(--ff-sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.v06-project strong {
  margin-top: 0.25rem;
  font-family: var(--ff-display);
  font-size: 1.35rem;
  line-height: 1;
}

.v06-service-grid,
.feature-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.feature-link-grid a,
.v06-service-tile {
  display: grid;
  align-content: start;
  min-height: 155px;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
}
.feature-link-grid a:hover,
.v06-service-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 68, 51, 0.42);
  background: #fffdf8;
}
.feature-link-grid span,
.v06-service-tile span {
  margin-bottom: 0.65rem;
  font-family: var(--ff-sans);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
}
.feature-link-grid strong,
.v06-service-tile strong {
  font-family: var(--ff-display);
  font-size: 1.3rem;
  line-height: 1.05;
}
.feature-link-grid small,
.v06-service-tile small {
  margin-top: 0.7rem;
  color: var(--mist);
  line-height: 1.5;
}

.print-product-strip {
  background: #fff;
  border-bottom: 1px solid var(--line2);
}
.print-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}
.print-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.print-product-card {
  display: grid;
  align-content: start;
  min-height: 178px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7efe2 100%);
  color: var(--ink);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.print-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 68, 51, 0.42);
  box-shadow: 0 16px 34px rgba(22, 18, 15, 0.08);
}
.print-product-card span {
  margin-bottom: 0.55rem;
  font-family: var(--ff-sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
}
.print-product-card strong {
  font-family: var(--ff-display);
  font-size: 1.28rem;
  line-height: 1.05;
}
.print-product-card small {
  margin-top: 0.65rem;
  color: var(--mist);
  line-height: 1.45;
}
.print-product-card em {
  align-self: end;
  margin-top: 1rem;
  font-family: var(--ff-sans);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
}

.portfolio-intro-section {
  background: var(--bg2);
}
.portfolio-note {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 3rem);
  background: #fffaf1;
  border: 1px solid rgba(22, 18, 15, 0.12);
  border-left: 8px solid var(--coral);
  box-shadow: 0 20px 50px rgba(22, 18, 15, 0.08);
}
.portfolio-note p {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 1.65rem;
  line-height: 1.28;
  color: var(--ink);
}
.portfolio-proof {
  background: #fff;
}
.portfolio-proof-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}
.portfolio-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.portfolio-proof-grid article {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8, #f2eadc);
}
.portfolio-proof-grid span {
  font-family: var(--ff-sans);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
}
.portfolio-proof-grid strong {
  font-family: var(--ff-display);
  font-size: 2rem;
  line-height: 1.05;
}
.portfolio-proof-grid p {
  color: var(--mist);
  line-height: 1.7;
}
.portfolio-proof-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line2);
  background: #fff;
}

.photo-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}
.photo-feature-grid img,
.about-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-feature-grid img {
  aspect-ratio: 1;
}
.photo-showcase {
  background: #fff;
}
.photo-work-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}
.photo-work {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}
.photo-work.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 444px;
}
.photo-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  transition: transform 0.5s var(--ease);
}
.photo-work:hover img {
  transform: scale(1.05);
}
.photo-work figcaption {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  font-family: var(--ff-sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.photo-work::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(22, 18, 15, 0.82));
}

.about-studio-band {
  background: var(--bg);
}
.about-image-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 4px;
}
.about-image-grid img:first-child {
  grid-row: span 2;
}

.ec-tab-wrap,
.pr-tab-wrap,
.ds-tab-wrap,
.tabs-bar {
  box-shadow: 0 14px 34px rgba(22, 18, 15, 0.07);
}
.ec-tabs,
.pr-tabs,
.ds-tabs,
.tabs-inner {
  gap: 0.45rem;
  padding: 0.6rem 0;
}
.ec-tab,
.pr-tab,
.ds-tab,
.tab-btn {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0.9rem 1.2rem;
}
.ec-sub-wrap {
  padding: 0.65rem 0;
}
.ec-subs {
  gap: 0.45rem;
}
.ec-sub,
.subtab-btn {
  border: 1px solid rgba(22, 18, 15, 0.12);
  border-radius: 999px;
  background: #fff;
}
.ec-sub.active,
.subtab-btn.active {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.v06-video-band {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--ink);
}
.v06-video-band video {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  opacity: 0.42;
}
.v06-video-band .container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.v06-video-band h2 {
  max-width: 760px;
  color: #fffaf1;
}

.detail-intro-grid,
.detail-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.detail-intro-grid.reverse,
.detail-media-grid.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.detail-image-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 24px 70px rgba(22, 18, 15, 0.08);
}
.detail-image-card img,
.detail-image-card video {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}
.detail-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 18, 15, 0) 45%, rgba(22, 18, 15, 0.45) 100%);
  pointer-events: none;
}
.detail-kicker {
  margin-bottom: 0.85rem;
  font-family: var(--ff-sans);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
}
.detail-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.detail-card,
.faq-item-card {
  min-height: 190px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(22, 18, 15, 0.04);
}
.detail-card span,
.faq-item-card span {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--ff-sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
}
.detail-card h3,
.faq-item-card h3 {
  margin-bottom: 0.65rem;
  font-family: var(--ff-display);
  font-size: 1.35rem;
  line-height: 1.05;
  color: var(--ink);
}
.detail-card p,
.faq-item-card p {
  margin: 0;
  color: var(--mist);
  line-height: 1.62;
  font-size: 0.94rem;
}
.detail-quote-panel {
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(220, 204, 179, 0.8);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffaf1 0%, #f1e7d5 100%);
}
.detail-quote-panel p {
  margin: 0;
  font-family: var(--ff-display);
  font-size: clamp(1.55rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  color: var(--ink);
}
.detail-quote-panel small {
  display: block;
  margin-top: 1rem;
  color: var(--mist);
  line-height: 1.6;
}
.faq-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.v06-badge-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
.cert-badge {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 176px;
  padding: 1rem;
  text-align: center;
  border: 1px solid rgba(22, 18, 15, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(22, 18, 15, 0.09);
}
.cert-badge img {
  width: min(100%, 148px);
  aspect-ratio: 1;
  object-fit: contain;
  margin-bottom: 0.65rem;
  filter: drop-shadow(0 12px 20px rgba(22, 18, 15, 0.14));
}
.cert-badge span {
  font-family: var(--ff-sans);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
}
.cert-badge strong {
  max-width: 8rem;
  font-family: var(--ff-display);
  font-size: 1.25rem;
  line-height: 1.05;
}
.cert-badge small {
  max-width: 8.5rem;
  color: var(--mist);
  font-size: 0.72rem;
  line-height: 1.3;
}

.footer-logo img { height: 42px; filter: none; background: transparent; padding: 0; border-radius: 0; }
.footer-logo-text { display: none; }

.footer-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.82rem 1.05rem;
  border: 1px solid rgba(211, 255, 33, 0.5);
  color: var(--gold);
  font-family: var(--ff-sans);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.footer-contact-btn:hover {
  transform: translateY(-2px);
  background: var(--gold);
  color: var(--ink);
}

.about-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.about-content-grid.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.about-card-media {
  min-height: 420px;
  overflow: hidden;
  background: var(--ink);
}
.about-card-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.about-card-media:hover img {
  transform: scale(1.04);
}
.about-copy .richtext {
  margin-top: 1.45rem;
}
.about-media-strip {
  background: var(--ink);
}
.about-media-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr;
  grid-auto-rows: 230px;
  gap: 4px;
}
.about-media-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-media-mosaic img:first-child {
  grid-row: span 2;
}
.about-media-mosaic img:last-child {
  grid-column: span 2;
}

.media-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 2rem;
}
.media-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
.media-video-card {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}
.media-video-card video {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.5s var(--ease);
}
.media-video-card:hover video {
  transform: scale(1.04);
}
.media-video-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: var(--ff-sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.media-video-card::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(180deg, transparent, rgba(22, 18, 15, 0.78));
  pointer-events: none;
}
.print-press-strip,
.photo-video-section {
  background: #fff;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.guide-aside {
  position: sticky;
  top: 110px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  background: var(--bg);
  box-shadow: 0 22px 60px rgba(22, 18, 15, 0.08);
}
.guide-checklist {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0 2rem;
  list-style: none;
}
.guide-checklist li {
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(22, 18, 15, 0.1);
  background: #fff;
  color: var(--mist);
  font-size: 0.88rem;
}
.guide-content {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: #fff;
}
.guide-content h2 {
  margin-top: 2.4rem;
  color: var(--ink);
}
.guide-content h2:first-child {
  margin-top: 0;
}
.paper-size-section {
  background: var(--bg);
}
.paper-size-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
}
.spec-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 18, 15, 0.06);
}
.spec-size-table {
  min-width: 720px;
  margin: 0;
}

@media (max-width: 1100px) {
  .v06-project-intro { grid-template-columns: 1fr; align-items: start; }
  .v06-project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v06-service-grid,
  .feature-link-grid,
  .detail-card-grid,
  .detail-intro-grid,
  .detail-intro-grid.reverse,
  .detail-media-grid,
  .detail-media-grid.reverse,
  .print-product-grid,
  .portfolio-proof-grid,
  .photo-work-grid,
  .media-video-grid,
  .exhibition-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v06-badge-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .print-product-head,
  .portfolio-proof-hero,
  .about-image-grid,
  .about-content-grid,
  .about-content-grid.reverse,
  .media-section-head,
  .guide-layout { grid-template-columns: 1fr; }
  .about-image-grid { grid-auto-rows: 240px; }
  .guide-aside { position: static; }
  .about-media-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .paper-size-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-dropdown.nav-mega { display: none; }
  .mobile-nav a { font-size: 1.18rem; }
  .home-collage-frame { min-height: 420px; }
  .v06-project-grid,
  .v06-service-grid,
  .feature-link-grid,
  .detail-card-grid,
  .detail-intro-grid,
  .detail-intro-grid.reverse,
  .detail-media-grid,
  .detail-media-grid.reverse,
  .faq-list-grid,
  .print-product-grid,
  .portfolio-proof-grid,
  .photo-feature-grid,
  .photo-work-grid,
  .media-video-grid,
  .v06-badge-grid,
  .exhibition-work-grid { grid-template-columns: 1fr; }
  .portfolio-note p { font-size: 1.18rem; }
  .photo-work.large {
    grid-column: auto;
    grid-row: auto;
    min-height: 300px;
  }
  .v06-project.large {
    grid-column: auto;
    grid-row: auto;
    min-height: 290px;
  }
  .cert-badge {
    width: 176px;
    margin: 0 auto;
  }
  .about-card-media,
  .about-card-media img { min-height: 300px; }
  .about-media-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }
  .about-media-mosaic img:first-child,
  .about-media-mosaic img:last-child {
    grid-row: auto;
    grid-column: auto;
  }
  .media-video-card,
  .media-video-card video { min-height: 260px; }
}


/* v10 requested updates */
.footer-phone {
  color: rgba(250, 247, 242, 0.72);
  text-decoration: none;
}
.footer-phone:hover {
  color: var(--gold);
}
.svc-grid a.svc-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.svc-grid a.svc-card .svc-num {
  display: block;
}
.text-link-inline {
  color: var(--coral);
  font-weight: 700;
}
.scale-framework {
  background: #f3f4f3;
}
.scale-head {
  max-width: 980px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: center;
}
.scale-head .sec-eyebrow {
  justify-content: center;
  color: var(--coral);
}
.scale-head .sec-eyebrow::before {
  display: none;
}
.scale-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  text-align: center;
}
.scale-card {
  max-width: 430px;
  margin: 0 auto;
}
.scale-icon {
  width: 4.25rem;
  height: 4.25rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.8rem;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  box-shadow: 0 18px 34px rgba(232, 68, 42, 0.16);
}
.scale-icon svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scale-card h3 {
  font-family: var(--ff-display);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  color: var(--ink);
  margin-bottom: 1rem;
}
.scale-kicker {
  font-family: var(--ff-sans);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1.5rem;
}
.scale-card p:not(.scale-kicker) {
  color: var(--mist);
  line-height: 1.75;
}
.photo-showcase .photo-work {
  min-height: 0;
  aspect-ratio: 1 / 1;
}
.photo-showcase .photo-work::after,
.photo-showcase .photo-work figcaption {
  display: none;
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(22, 18, 15, 0.74);
  backdrop-filter: blur(4px);
}
.cookie-panel {
  width: min(940px, 100%);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}
.cookie-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem clamp(1.25rem, 4vw, 2.4rem);
  border-bottom: 1px solid var(--line);
}
.cookie-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: inset 0 -8px 0 rgba(255,255,255,.14);
}
.cookie-mark span {
  width: 1.35rem;
  height: 0.72rem;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}
.cookie-brand {
  font-family: var(--ff-sans);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.cookie-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}
.cookie-tab {
  position: relative;
  border: 0;
  background: #fff;
  padding: 1.35rem 1rem;
  font-family: var(--ff-sans);
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
}
.cookie-tab.active {
  color: var(--coral);
}
.cookie-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: var(--coral);
}
.cookie-copy {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}
.cookie-copy h2 {
  font-family: var(--ff-sans);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  margin-bottom: 1rem;
}
.cookie-copy p {
  color: #48413c;
  line-height: 1.75;
}
.cookie-copy a {
  color: var(--coral);
  font-weight: 800;
}
.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
  padding: clamp(1rem, 3vw, 1.6rem) clamp(1.25rem, 4vw, 2.4rem) clamp(1.25rem, 4vw, 2rem);
  border-top: 1px solid var(--line);
}
.cookie-btn {
  min-height: 3.4rem;
  border-radius: 6px;
  font-family: var(--ff-sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.cookie-btn-outline {
  border: 2px solid var(--coral);
  background: #fff;
  color: var(--ink);
}
.cookie-btn-primary {
  border: 2px solid var(--coral);
  background: var(--coral);
  color: #fff;
}

@media (max-width: 900px) {
  .scale-grid,
  .cookie-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cookie-tabs {
    grid-template-columns: 1fr;
  }
  .cookie-tab {
    padding: 1rem;
  }
}


/* v11 footer phone */
.footer-phone-large {
  display: inline-block;
  margin-top: 1.7rem;
  font-family: var(--ff-sans);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgba(250, 247, 242, 0.82);
  text-decoration: none;
}
.footer-phone-large:hover {
  color: var(--gold);
}
@media (max-width: 768px) {
  .footer-phone-large {
    font-size: 2rem;
  }
}


/* v12 restore photography gallery layout */
.photo-showcase .photo-work {
  min-height: 220px;
  aspect-ratio: auto;
}
.photo-showcase .photo-work.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 444px;
}
.photo-showcase .photo-work::after {
  display: block;
}
.photo-showcase .photo-work figcaption {
  display: none;
}
@media (max-width: 768px) {
  .photo-showcase .photo-work.large {
    grid-column: auto;
    grid-row: auto;
    min-height: 300px;
  }
}


/* v13 privacy page */
.policy-hero {
  padding: clamp(8rem, 14vw, 12rem) 0 clamp(4rem, 8vw, 7rem);
  background: var(--ink);
  color: #fff;
}
.policy-hero-inner {
  max-width: 920px;
}
.policy-page {
  border-top: 1px solid var(--line);
}
.policy-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.policy-aside {
  position: sticky;
  top: 120px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--bg);
}
.policy-aside-title {
  margin-bottom: 1rem;
  font-family: var(--ff-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
}
.policy-aside > a {
  display: block;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(22, 18, 15, 0.08);
  color: var(--ink);
  font-family: var(--ff-sans);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}
.policy-aside > a:hover {
  color: var(--coral);
}
.policy-aside-box {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
.policy-aside-box strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--ff-display);
  font-size: 1.35rem;
}
.policy-aside-box p {
  margin-bottom: 1rem;
  color: var(--mist);
  font-size: 0.86rem;
  line-height: 1.6;
}
.policy-content {
  max-width: 900px;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 18, 15, 0.06);
}
.policy-content h2 {
  scroll-margin-top: 130px;
}
.policy-updated {
  display: inline-block;
  margin-bottom: 1.5rem !important;
  padding: 0.45rem 0.85rem;
  background: var(--bg);
  color: var(--coral) !important;
  font-family: var(--ff-sans);
  font-size: 0.68rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.policy-content a:not(.btn) {
  color: var(--coral);
  font-weight: 800;
}

@media (max-width: 980px) {
  .policy-layout {
    grid-template-columns: 1fr;
  }
  .policy-aside {
    position: static;
  }
}


/* v14 FAQ chatbot */
.imp-chat {
  position: fixed;
  right: clamp(1rem, 2vw, 1.8rem);
  bottom: clamp(1rem, 2vw, 1.8rem);
  z-index: 8500;
  font-family: var(--ff-sans);
}
.imp-chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.65rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(213, 255, 28, 0.9);
  border-radius: 999px;
  background: var(--ink);
  color: var(--gold);
  box-shadow: 0 18px 40px rgba(22, 18, 15, 0.28);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.imp-chat-toggle::before {
  content: "?";
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1;
}
.imp-chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.85rem);
  display: none;
  width: min(390px, calc(100vw - 2rem));
  overflow: hidden;
  border: 1px solid rgba(22, 18, 15, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(22, 18, 15, 0.26);
}
.imp-chat.open .imp-chat-panel {
  display: block;
}
.imp-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  background: var(--ink);
  color: #fff;
}
.imp-chat-kicker {
  margin-bottom: 0.2rem;
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.imp-chat-title {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 1.35rem;
  line-height: 1.05;
}
.imp-chat-close {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(250, 247, 242, 0.35);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.imp-chat-body {
  max-height: min(60vh, 560px);
  overflow: auto;
  padding: 1rem;
  background: var(--bg);
}
.imp-chat-messages {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}
.imp-chat-message {
  max-width: 92%;
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.55;
}
.imp-chat-message.bot {
  background: #fff;
  color: var(--ink);
}
.imp-chat-message.user {
  justify-self: end;
  background: var(--coral);
  color: #fff;
}
.imp-chat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  padding: 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.imp-chat-actions button,
.imp-chat-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(22, 18, 15, 0.09);
  border-radius: 999px;
  background: #fff;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
}
.imp-chat-actions button:hover,
.imp-chat-actions a:hover,
.imp-chat-actions button:focus-visible,
.imp-chat-actions a:focus-visible {
  border-color: var(--coral);
  color: var(--ink);
}
.imp-chat-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  padding: 0.55rem;
  border: 1px solid rgba(22, 18, 15, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 18, 15, 0.08);
}
.imp-chat-search input {
  width: 100%;
  min-height: 2.7rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
}
.imp-chat-search button {
  min-height: 2.7rem;
  padding: 0 0.9rem;
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.imp-chat-results {
  margin-bottom: 0.85rem;
  padding: 0.85rem;
  border: 1px solid rgba(22, 18, 15, 0.1);
  border-radius: 10px;
  background: #fff;
}
.imp-chat-results-title {
  margin: 0 0 0.6rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}
.imp-chat-results-empty {
  margin: 0;
  color: var(--mist);
  font-size: 0.78rem;
  line-height: 1.5;
}
.imp-chat-result-list {
  display: grid;
  gap: 0.45rem;
}
.imp-chat-result {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(22, 18, 15, 0.08);
  border-radius: 8px;
  background: var(--bg);
  color: var(--ink);
  text-decoration: none;
}
.imp-chat-result:hover,
.imp-chat-result:focus-visible {
  border-color: var(--coral);
}
.imp-chat-result strong {
  font-size: 0.82rem;
  line-height: 1.25;
}
.imp-chat-result small {
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 800;
}
.imp-chat-questions {
  display: grid;
  gap: 0.5rem;
}
.imp-chat-faq-item {
  display: grid;
}
.imp-chat-question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(22, 18, 15, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}
.imp-chat-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--coral);
  font-weight: 900;
}
.imp-chat-faq-item.open .imp-chat-question {
  border-color: var(--coral);
  border-bottom-color: rgba(22, 18, 15, 0.08);
  border-radius: 8px 8px 0 0;
  color: var(--coral);
}
.imp-chat-faq-item.open .imp-chat-question::after {
  content: "-";
}
.imp-chat-question:hover,
.imp-chat-question:focus-visible {
  border-color: var(--coral);
  color: var(--coral);
}
.imp-chat-answer {
  padding: 0.78rem 0.85rem 0.9rem;
  border: 1px solid var(--coral);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: var(--mist);
  font-size: 0.78rem;
  line-height: 1.55;
}
.imp-chat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(22, 18, 15, 0.1);
  background: #fff;
}
.imp-chat-foot span {
  color: var(--mist);
  font-size: 0.72rem;
}
.imp-chat-foot a {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 560px) {
  .imp-chat {
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .imp-chat-toggle {
    min-height: 3.2rem;
    padding: 0 1rem;
  }
  .imp-chat-panel {
    width: calc(100vw - 1.5rem);
  }
  .imp-chat-search {
    grid-template-columns: 1fr;
  }
}

/* ── SECTOR TAGS (replaces inline onmouseover handlers) ── */
.sector-tag {
  font-family: 'Syne', sans-serif;
  font-size: .62rem;
  font-weight: 700;
  padding: .55rem 1.1rem;
  border: 1.5px solid var(--line);
  color: var(--mist);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: border-color .25s, color .25s;
  cursor: default;
  display: inline-block;
}
.sector-tag:hover {
  border-color: var(--coral);
  color: var(--coral);
}
