:root {
  --font-primary: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Helvetica Neue", "Arial", sans-serif;
  --font-secondary: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Helvetica Neue", "Arial", sans-serif;
  --font-mm: "W85ArtHouse", "Pyidaungsu", "Noto Sans Myanmar", sans-serif;
  --bg: #f4f1f8;
  --bg-soft: #ece5f5;
  --ink: #17131f;
  --ink-muted: #5a516b;
  --card: #ffffff;
  --accent: #a21bec;
  --accent-soft: #c193ed;
  --accent-strong: #7e11cd;
  --line: #e3d8ef;
  --shadow: 0 16px 34px rgba(35, 8, 56, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-primary);
  color: var(--ink);
  background: radial-gradient(
      circle at 12% 10%,
      rgba(162, 27, 236, 0.16),
      transparent 32%
    ),
    radial-gradient(circle at 88% 8%, rgba(126, 17, 205, 0.12), transparent 26%),
    linear-gradient(180deg, #faf8fd 0%, #f1ecf9 100%);
  min-height: 100vh;
  position: relative;
}

:lang(my) {
  font-family: var(--font-mm);
}

.noise-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: radial-gradient(rgba(95, 76, 124, 0.2) 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  z-index: -1;
}

.site-header {
  width: min(1120px, calc(100% - 2rem));
  margin: 1.2rem auto;
  padding: 0.7rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(66, 30, 105, 0.08);
  position: sticky;
  top: 0.8rem;
  z-index: 10;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand-logo {
  height: 3rem;
  width: auto;
  display: block;
  max-width: min(52vw, 15rem);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 220ms ease;
  position: relative;
  overflow: hidden;
}

.main-nav a:hover {
  background: linear-gradient(120deg, #f2e8fc 0%, #efe3fb 100%);
  color: var(--accent-strong);
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--ink);
  margin: 0.35rem auto;
}

main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto 3.5rem;
}

.hero {
  margin: 2rem 0 1.7rem;
  padding: clamp(1.5rem, 2.4vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: linear-gradient(122deg, #ffffff 0%, #f9f5ff 45%, #f1e8fb 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  width: 17rem;
  height: 17rem;
  right: -4rem;
  top: -5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 27, 236, 0.2) 0%, transparent 65%);
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.hero-main {
  position: relative;
  z-index: 1;
}

.eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.75rem;
  margin: 0;
  font-weight: 700;
}

h1,
h2 {
  font-family: var(--font-secondary);
  margin: 0.8rem 0 0;
  letter-spacing: -0.03em;
}

h3,
h4 {
  font-family: var(--font-secondary);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.05;
  max-width: 11ch;
  font-weight: 800;
}

h2 {
  font-weight: 800;
}

h1 span {
  color: var(--accent);
}

.hero-title .hero-word-business {
  display: inline-block;
  position: relative;
  color: #9435e8;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.62) 0%,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 44%,
      rgba(255, 255, 255, 0.34) 52%,
      rgba(255, 255, 255, 0) 60%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.3) 0 12px,
      rgba(255, 255, 255, 0.04) 12px 23px
    ),
    linear-gradient(95deg, #d9bcfb 0%, #c382f8 34%, #a84fec 58%, #8f2ddf 78%, #7b22d2 100%);
  background-size: 100% 100%, 100% 100%, 165% 100%, 100% 100%;
  background-position: center;
  background-blend-mode: screen, screen, overlay, normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(96, 33, 153, 0.2);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25),
    0 10px 18px rgba(92, 34, 148, 0.16);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.28));
}

.hero-title .hero-word-business::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  color: rgba(148, 75, 215, 0.34);
  transform: scaleY(0.52);
  transform-origin: top;
  letter-spacing: inherit;
  filter: blur(0.7px);
  opacity: 0.42;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 78%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
}

.hero-copy {
  margin: 1.1rem 0 0;
  max-width: 60ch;
  color: var(--ink-muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.hero-badges {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-badges span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.45rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #563276;
}

.hero-brand-panel {
  border-radius: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(150deg, #1c1224 0%, #42205f 52%, #8e21d1 100%);
  box-shadow: 0 20px 42px rgba(46, 11, 80, 0.33);
  padding: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  position: relative;
}

.hero-brand-panel::after {
  content: "";
  position: absolute;
  inset: auto -1.6rem -1.6rem auto;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, transparent 70%);
}

.hero-stacked-logo {
  width: min(100%, 15.6rem);
  margin: 0 auto;
  display: block;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.hero-panel-copy {
  margin: 0.9rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  font-size: 0.92rem;
}

.hero-metrics {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 0.55rem 0.6rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1rem;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
}

.btn {
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 0.72rem 1.25rem;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(130deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: white;
  box-shadow: 0 10px 22px rgba(126, 17, 205, 0.33);
}

.btn-secondary {
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
}

.section {
  margin-top: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 2.2vw, 2rem);
}

.section-head {
  position: relative;
  padding-left: 0.75rem;
}

.section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 3px;
  height: 2.1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-soft) 100%);
}

.section-head h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.about-grid article {
  padding: 1rem;
  border-radius: 0.95rem;
  background: #ffffff;
  border: 1px solid #eadff3;
}

.about-grid h3 {
  margin: 0.2rem 0;
}

.about-grid p {
  margin: 0.3rem 0;
  color: var(--ink-muted);
  line-height: 1.65;
}

.metric-card {
  background: linear-gradient(150deg, #19121f 0%, #3b1757 100%);
  color: white;
}

.metric-card p {
  color: rgba(255, 255, 255, 0.82);
}

.metric {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #fff;
}

.services-grid,
.bts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.service-card,
.bts-card {
  border: 1px solid #eadff3;
  border-radius: 0.9rem;
  padding: 1rem;
  background: #ffffff;
}

.service-card h3,
.bts-card h3 {
  margin: 0;
}

.service-card p,
.bts-card p {
  margin-top: 0.45rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.filter-btn {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
  transition: all 180ms ease;
}

.filter-btn.active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.portfolio-grid {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio-item {
  border: 1px solid #eadff3;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  transition: transform 220ms ease;
}

.portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(59, 23, 87, 0.12);
}

.portfolio-item h3 {
  margin: 0.65rem 0 0;
  font-size: 1rem;
}

.portfolio-item p {
  margin: 0.35rem 0 0;
  line-height: 1.6;
  color: var(--ink-muted);
  font-size: 0.92rem;
  min-height: calc(1.6em * 4);
}

.thumb {
  aspect-ratio: 16 / 10;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.thumb-design-1 {
  background-color: #efeaf5;
  background-image: url("images/portfolio/kings-stella-real-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.thumb-design-2 {
  background-color: #ececec;
  background-image: url("images/portfolio/brand-identity-pack-cover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.thumb-design-2::before {
  display: none;
}

.thumb-photo-1 {
  background-color: #ece7f4;
  background-image: url("images/portfolio/product-photo-shoot-cover-v3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 36%;
}

.thumb-photo-2 {
  background-color: #12131d;
  background-image: url("images/portfolio/IMG_5323.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.thumb-video-1 {
  background: linear-gradient(150deg, #1a1422 0%, #602c89 58%, #b459f3 100%);
}

.thumb-video-2 {
  background-color: #101116;
  background-image: url("images/portfolio/commercial-video-cover-20260221-fixed.jpg");
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: cover;
}

.thumb-video-2::before {
  display: none;
}

.thumb-campaign-reach {
  background: linear-gradient(132deg, #f2e7ff 0%, #cd9df4 44%, #8e3dd1 100%);
}

.thumb-boosting-campaign {
  background-color: #d9dee6;
  background-image: url("images/portfolio/boosting-campaign-cover-censored-v2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.thumb-boosting-campaign::before {
  display: none;
}

.thumb-engagement-campaign {
  background-color: #160203;
  background-image: url("images/portfolio/trust.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.thumb-engagement-campaign::before {
  display: none;
}

.portfolio-item.is-hidden {
  display: none;
}

.contact-wrap {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.85rem;
}

.contact-info,
.contact-form {
  border: 1px solid #eadff3;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
}

.contact-info h3 {
  margin-top: 0;
}

.contact-info p {
  margin: 0.45rem 0;
  color: var(--ink-muted);
}

.social-block {
  margin-top: 1rem;
}

.social-block h4 {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.social-link {
  text-decoration: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: all 180ms ease;
}

.social-link:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.contact-form {
  display: grid;
  gap: 0.42rem;
}

.contact-form label {
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  padding: 0.72rem 0.8rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(162, 27, 236, 0.22);
  border-color: var(--accent);
}

.form-status {
  margin: 0.2rem 0 0;
  font-size: 0.86rem;
  color: #0e5c34;
}

.site-footer {
  text-align: center;
  color: var(--ink-muted);
  margin-bottom: 2rem;
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Apple-inspired direction: clean minimal + brand accent */
:root {
  --bg: #f5f5f7;
  --ink: #1d1d1f;
  --ink-muted: #6e6e73;
  --card: #ffffff;
  --accent: #a21bec;
  --accent-soft: #d9bcf2;
  --accent-strong: #7e11cd;
  --line: #e8e8ed;
  --line-strong: rgba(126, 17, 205, 0.3);
  --shadow: 0 10px 28px rgba(29, 29, 31, 0.08);
  --shadow-strong: 0 20px 52px rgba(29, 29, 31, 0.12);
}

@keyframes bloom {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.6%, -1.6%, 0) scale(1.04);
  }
}

@keyframes emblemFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateY(-7deg) rotateX(6deg) scale(1);
  }
  50% {
    transform: translate3d(0, -5px, 0) rotateY(-10deg) rotateX(7deg) scale(1.02);
  }
}

@keyframes emblemDepth {
  0%,
  100% {
    transform: translate3d(8px, 9px, 0) scale(1);
    opacity: 0.32;
  }
  50% {
    transform: translate3d(10px, 11px, 0) scale(1.01);
    opacity: 0.2;
  }
}

@keyframes trailStream {
  0%,
  100% {
    opacity: 0;
  }
}

@keyframes groundSweep {
  0%,
  100% {
    transform: translateX(0) scaleX(0.9);
    opacity: 0.35;
  }
  50% {
    transform: translateX(4px) scaleX(1);
    opacity: 0.48;
  }
}

@keyframes auraSpin {
  0% {
    transform: translate3d(-2px, -2px, 0);
    opacity: 0.36;
  }
  50% {
    transform: translate3d(-4px, -4px, 0);
    opacity: 0.56;
  }
  100% {
    transform: translate3d(-2px, -2px, 0);
    opacity: 0.36;
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.003);
  }
}

@keyframes sheenDrift {
  0%,
  100% {
    transform: translateX(-45%) rotate(-16deg);
    opacity: 0.1;
  }
  50% {
    transform: translateX(35%) rotate(-16deg);
    opacity: 0.24;
  }
}

@keyframes emblemGhost {
  0%,
  100% {
    transform: translate3d(-2px, -2px, 0) scale(1);
    opacity: 0.36;
  }
  50% {
    transform: translate3d(-4px, -4px, 0) scale(1.01);
    opacity: 0.56;
  }
}

@keyframes laneGlow {
  0%,
  100% {
    box-shadow: 12px 12px 24px rgba(109, 97, 134, 0.22),
      -10px -10px 20px rgba(255, 255, 255, 0.95),
      inset 0 1px 0 rgba(255, 255, 255, 0.95),
      inset 0 -8px 16px rgba(111, 93, 145, 0.1);
  }
  50% {
    box-shadow: 14px 14px 29px rgba(109, 97, 134, 0.27),
      -11px -11px 22px rgba(255, 255, 255, 0.98),
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 -10px 18px rgba(111, 93, 145, 0.14);
  }
}

body {
  color: var(--ink);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.5;
  background: linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 70%, #f1f1f3 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: -10rem;
  background: radial-gradient(circle at 80% 14%, rgba(162, 27, 236, 0.14), transparent 36%),
    radial-gradient(circle at 22% 76%, rgba(162, 27, 236, 0.09), transparent 38%);
  filter: blur(16px);
  animation: bloom 20s ease-in-out infinite;
  pointer-events: none;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: -8rem;
  background: radial-gradient(circle at 54% 64%, rgba(162, 27, 236, 0.08), transparent 34%);
  filter: blur(20px);
  animation: bloom 26s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: -2;
}

.noise-layer {
  opacity: 0.03;
  background-image: radial-gradient(rgba(29, 29, 31, 0.1) 0.5px, transparent 0.5px);
}

.site-header {
  width: min(1240px, calc(100% - 2rem));
  background: rgba(251, 251, 253, 0.86);
  border-color: rgba(29, 29, 31, 0.08);
  box-shadow: 0 8px 24px rgba(29, 29, 31, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  padding: 0.12rem;
  border-radius: 999px;
  transition: transform 220ms ease;
}

.brand-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.36rem 0.62rem;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 246, 252, 0.96) 100%);
  box-shadow: 0 6px 16px rgba(29, 29, 31, 0.09);
}

.brand-logo {
  height: 2.25rem;
  width: auto;
  max-width: min(56vw, 14.8rem);
  object-fit: contain;
  filter: drop-shadow(0 2px 7px rgba(126, 17, 205, 0.14));
}

.brand:hover {
  transform: translateY(-1px);
}

.main-nav a {
  color: #1d1d1f;
  font-weight: 500;
  letter-spacing: -0.005em;
  padding: 0.62rem 0.92rem;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0.38rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
  opacity: 0;
  transform: scaleX(0.6);
  transition: transform 220ms ease, opacity 220ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: #000;
  background: rgba(162, 27, 236, 0.08);
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu-toggle {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(29, 29, 31, 0.12);
}

.menu-toggle span {
  background: #1d1d1f;
}

main {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto 3.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-secondary);
  color: var(--ink);
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 5.4vw, 5rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hero-title {
  max-width: 16.5ch;
  line-height: 1.06;
}

h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.015em;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 500;
}

h1 span {
  color: var(--accent);
}

.hero {
  border-color: #e3e3e8;
  border-radius: 2.2rem;
  background: linear-gradient(138deg, #ffffff 0%, #fbf8ff 58%, #f4ecfd 100%);
  box-shadow: var(--shadow-strong);
}

.hero::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  left: -6rem;
  bottom: -8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 27, 236, 0.14) 0%, transparent 72%);
  animation: bloom 18s ease-in-out infinite;
  pointer-events: none;
}

.hero::after {
  width: 18rem;
  height: 18rem;
  right: -5rem;
  top: -7rem;
  background: radial-gradient(circle, rgba(162, 27, 236, 0.2) 0%, rgba(162, 27, 236, 0.07) 50%, transparent 74%);
  animation: bloom 22s ease-in-out infinite reverse;
}

.hero-copy {
  color: var(--ink-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.eyebrow {
  color: #6e6e73;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.hero-actions {
  gap: 0.95rem;
}

.btn {
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.btn-hero-primary,
.btn-hero-secondary {
  text-decoration: none;
  padding: 0.68rem 1.2rem;
  font-size: 0.95rem;
}

.btn-hero-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 10px 22px rgba(126, 17, 205, 0.32);
}

.btn-hero-secondary {
  color: #1d1d1f;
  border: 1px solid rgba(29, 29, 31, 0.16);
  background: rgba(255, 255, 255, 0.8);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(126, 17, 205, 0.3);
}

.btn-secondary {
  color: #1d1d1f;
  border-color: rgba(29, 29, 31, 0.14);
  background: rgba(255, 255, 255, 0.88);
}

.hero-badges span {
  border-color: rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.95);
  color: #4f4f54;
  font-weight: 500;
}

.hero-brand-panel {
  border: 1px solid rgba(98, 74, 139, 0.14);
  background: linear-gradient(160deg, #ffffff 0%, #fbf9ff 52%, #f3eef9 100%);
  box-shadow: 0 18px 36px rgba(31, 23, 48, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  color: #1d1d1f;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1.05rem, 2vw, 1.55rem);
  position: relative;
  overflow: hidden;
}

.hero-brand-panel::before {
  content: "";
  position: absolute;
  top: -28%;
  right: -24%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(162, 27, 236, 0.1) 0%,
    rgba(162, 27, 236, 0.015) 46%,
    transparent 72%
  );
  filter: blur(14px);
  animation: bloom 17s ease-in-out infinite;
  pointer-events: none;
}

.hero-brand-panel::after {
  content: "";
  position: absolute;
  left: -26%;
  bottom: -8%;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 27, 236, 0.05) 0%, transparent 68%);
  filter: blur(15px);
  animation: bloom 19s ease-in-out infinite reverse;
  pointer-events: none;
}

.hero-speed-stage {
  position: relative;
  width: min(100%, 18.4rem);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(100, 77, 143, 0.18);
  border-radius: 2.1rem;
  background: linear-gradient(150deg, #f7f4fc 0%, #efe9f6 55%, #e8dfee 100%);
  box-shadow: 12px 12px 24px rgba(109, 97, 134, 0.22), -10px -10px 20px rgba(255, 255, 255, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -8px 16px rgba(111, 93, 145, 0.1);
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  transform-style: preserve-3d;
  animation: panelFloat 5.8s ease-in-out infinite, laneGlow 5.8s ease-in-out infinite;
}

.hero-speed-stage::before {
  content: "";
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff 0%, #f4eff8 60%, #e5ddeb 100%);
  box-shadow: inset -8px -8px 16px rgba(255, 255, 255, 0.88),
    inset 10px 10px 18px rgba(84, 67, 114, 0.2), 0 8px 18px rgba(69, 52, 99, 0.2);
  pointer-events: none;
  z-index: 0;
}

.hero-speed-stage::after {
  content: "";
  position: absolute;
  inset: -35% -20%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 58%
  );
  transform: translateX(-45%) rotate(-16deg);
  animation: sheenDrift 6.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 5;
}

.speed-line {
  display: none;
}

.speed-line-1 {
  top: 0;
}

.speed-line-2 {
  top: 0;
}

.speed-line-3 {
  top: 0;
}

.speed-line-4 {
  top: 0;
}

.hero-mark-wrap {
  position: relative;
  width: min(57%, 9.6rem);
  transform-style: preserve-3d;
  perspective: 1300px;
  z-index: 3;
  isolation: isolate;
}

.hero-mark-wrap::before,
.hero-mark-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/ptn-logo-mark.png") center / contain no-repeat;
  pointer-events: none;
}

.hero-mark-wrap::before {
  inset: 0;
  opacity: 0.36;
  filter: brightness(0) saturate(0) blur(1px);
  transform: translate3d(8px, 9px, 0);
  mix-blend-mode: multiply;
  transform-origin: 50% 50%;
  animation: emblemDepth 3s ease-in-out infinite;
  z-index: 1;
}

.hero-mark-wrap::after {
  inset: 0;
  opacity: 0.52;
  filter: brightness(2) saturate(0) contrast(0.92) blur(0.25px);
  mix-blend-mode: screen;
  transform: translate3d(-3px, -4px, 0);
  z-index: 4;
  animation: emblemGhost 3s ease-in-out infinite;
}

.hero-mark-logo {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  display: block;
  transform-origin: 50% 50%;
  animation: emblemFloat 3s cubic-bezier(0.2, 0.86, 0.25, 1) infinite;
  filter: saturate(1.06) contrast(1.03)
    drop-shadow(0 14px 20px rgba(57, 39, 87, 0.32))
    drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.62));
  will-change: transform;
}

.hero-mark-shadow {
  position: absolute;
  z-index: 2;
  width: 64%;
  height: 14px;
  left: 18%;
  bottom: 8%;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(56, 38, 85, 0.42) 0%,
    rgba(56, 38, 85, 0.12) 58%,
    rgba(56, 38, 85, 0) 100%
  );
  filter: blur(8px);
  opacity: 0.9;
  animation: groundSweep 3s ease-in-out infinite;
}

.hero-strip {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-strip article {
  border: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1rem;
  padding: 0.88rem 0.96rem;
}

.hero-strip strong {
  display: block;
  font-size: 0.93rem;
  color: #1d1d1f;
  font-weight: 600;
}

.hero-strip span {
  display: block;
  margin-top: 0.2rem;
  color: #6e6e73;
  line-height: 1.45;
  font-size: 0.82rem;
}

.section {
  border-color: #e3e3e8;
  border-radius: 1.8rem;
  background: #ffffff;
  box-shadow: var(--shadow);
  margin-top: 1.35rem;
}

.section::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 12rem;
  right: -7rem;
  bottom: -7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 27, 236, 0.07) 0%, transparent 72%);
  pointer-events: none;
}

.section-head {
  padding-left: 0;
  text-align: center;
}

.section-head::before {
  display: none;
}

.section-head .eyebrow {
  font-size: 0.78rem;
}

.section-head h2 {
  margin-top: 0.45rem;
}

.about-grid,
.services-grid,
.bts-grid,
.portfolio-grid {
  margin-top: 1.15rem;
}

.about-grid article,
.service-card,
.bts-card,
.portfolio-item,
.contact-info,
.contact-form {
  border-color: rgba(29, 29, 31, 0.09);
  background: #fbfbfd;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-grid article:hover,
.service-card:hover,
.bts-card:hover,
.portfolio-item:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 12px 30px rgba(29, 29, 31, 0.11);
}

.about-grid p,
.service-card p,
.bts-card p,
.portfolio-item p,
.contact-info p {
  color: var(--ink-muted);
}

.metric-card {
  background: linear-gradient(150deg, #190c26 0%, #3f1760 54%, #6e1dad 100%);
  color: #fff;
}

.metric-card p {
  color: rgba(255, 255, 255, 0.84);
}

.metric {
  color: #fff;
  font-weight: 600;
}

.filters {
  justify-content: center;
}

.filter-btn {
  background: #fff;
  border-color: rgba(29, 29, 31, 0.14);
  color: #2c2c30;
  font-weight: 500;
}

.filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.thumb::before {
  content: "";
  position: absolute;
  inset: -65% -45%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  transform: translateX(-62%);
  transition: transform 520ms ease;
}

.portfolio-item:hover .thumb::before {
  transform: translateX(18%);
}

.thumb-design-1 {
  background-color: #efeaf5;
  background-image: url("images/portfolio/kings-stella-real-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.thumb-design-1::before {
  display: none;
}

.thumb-design-2 {
  background-color: #ececec;
  background-image: url("images/portfolio/brand-identity-pack-cover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.thumb-design-2::before {
  display: none;
}

.thumb-photo-1 {
  background-color: #ece7f4;
  background-image: url("images/portfolio/product-photo-shoot-cover-v3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 36%;
}

.thumb-photo-2 {
  background-color: #12131d;
  background-image: url("images/portfolio/IMG_5323.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.thumb-photo-2::before {
  display: none;
}

.portfolio-item-storyboard-portrait .thumb-photo-2 {
  aspect-ratio: 3 / 4;
  background-position: center;
  background-size: cover;
}

.thumb-video-1 {
  background: linear-gradient(150deg, #e9ddf7 0%, #b385db 54%, #6f1eaf 100%);
}

.thumb-video-2 {
  background-color: #101116;
  background-image: url("images/portfolio/commercial-video-cover-20260221-fixed.jpg");
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: cover;
}

.thumb-video-2::before {
  display: none;
}

.thumb-campaign-reach {
  background: linear-gradient(130deg, #f6edff 0%, #d8b4f2 46%, #9743d8 100%);
}

.thumb-boosting-campaign {
  background-color: #d9dee6;
  background-image: url("images/portfolio/boosting-campaign-cover-censored-v2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.thumb-boosting-campaign::before {
  display: none;
}

.thumb-engagement-campaign {
  background-color: #160203;
  background-image: url("images/portfolio/trust.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.thumb-engagement-campaign::before {
  display: none;
}

.contact-info,
.contact-form {
  background: #fbfbfd;
}

.social-link {
  background: #fff;
  border-color: rgba(29, 29, 31, 0.14);
  color: #2d2d31;
  font-weight: 500;
}

.contact-form label {
  font-weight: 500;
}

.social-link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(29, 29, 31, 0.16);
  color: #1d1d1f;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(162, 27, 236, 0.24);
  border-color: var(--accent);
}

.form-status {
  color: var(--accent-strong);
}

.site-footer {
  color: #6e6e73;
}

.reveal {
  transition: opacity 640ms cubic-bezier(0.2, 0.9, 0.2, 1), transform 640ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

/* Final lock: futuristic glass text for "business." */
.hero-title .hero-word-business {
  color: transparent !important;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.58) 0%,
      rgba(255, 255, 255, 0.18) 22%,
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 0.46) 50%,
      rgba(255, 255, 255, 0) 56%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.46) 0 11px,
      rgba(255, 255, 255, 0.06) 11px 22px
    ),
    linear-gradient(95deg, #d8b3fb 0%, #c57ff4 34%, #a750ea 58%, #9031df 78%, #7a24d3 100%);
  background-size: 100% 100%, 100% 100%, 165% 100%, 100% 100%;
  background-position: center;
  background-blend-mode: screen, screen, overlay, normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(92, 29, 148, 0.22);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28), 0 8px 14px rgba(84, 26, 139, 0.18);
  filter: none;
}

.hero-title .hero-word-business::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  color: rgba(159, 93, 221, 0.38);
  transform: scaleY(0.5);
  transform-origin: top;
  letter-spacing: inherit;
  filter: blur(0.5px);
  opacity: 0.36;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 78%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
}

/* Clean mode: remove outlined borders around hero/header/cards */
.site-header,
.brand-shell,
.hero,
.hero-badges span,
.hero-strip article,
.section,
.about-grid article,
.service-card,
.bts-card,
.portfolio-item,
.contact-info,
.contact-form,
.social-link,
.filter-btn {
  border: none !important;
}

/* Borderless layout: remove frame look from outer shells and cards */
.site-header,
.hero,
.section {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.site-header {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.brand-shell {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.hero-badges span,
.hero-strip article,
.about-grid article,
.service-card,
.bts-card,
.portfolio-item,
.contact-info,
.contact-form,
.social-link,
.filter-btn,
.main-nav a {
  border: none !important;
}

/* Services in home page: image + full description */
.services-intro {
  margin: 0.9rem auto 0;
  max-width: 74ch;
  text-align: center;
  color: #5a5568;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.services-grid-v2 {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.svc-card {
  border-radius: 1.15rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 244, 255, 0.93) 100%);
  box-shadow: 0 10px 24px rgba(36, 29, 52, 0.09);
  padding: clamp(0.85rem, 1.5vw, 1.08rem);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.svc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(36, 29, 52, 0.14);
}

.svc-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.svc-title-row h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  letter-spacing: -0.01em;
  line-height: 1.24;
}

.svc-code {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b7390;
  font-weight: 560;
  white-space: nowrap;
}

.svc-media {
  margin: 0.72rem 0 0;
  position: relative;
  isolation: isolate;
  border-radius: 0.95rem;
  overflow: hidden;
  background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #f6f1ff 0%, #e7dcf8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), inset 0 -24px 50px rgba(41, 28, 63, 0.14),
    0 10px 22px rgba(64, 45, 96, 0.2);
  aspect-ratio: 16 / 9;
}

.svc-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, rgba(31, 22, 46, 0) 56%, rgba(31, 22, 46, 0.24) 100%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 2px, rgba(0, 0, 0, 0.025) 2px 4px);
  mix-blend-mode: soft-light;
  opacity: 0.88;
}

.svc-media::after {
  content: "";
  position: absolute;
  top: clamp(0.55rem, 1.6vw, 0.88rem);
  right: clamp(0.55rem, 1.8vw, 0.9rem);
  z-index: 3;
  width: clamp(6.1rem, 12vw, 7.1rem);
  height: clamp(1.95rem, 3.8vw, 2.25rem);
  border-radius: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.74) url("images/ptn-logo-horizontal.png") center / 87% auto no-repeat;
  box-shadow: 0 8px 18px rgba(26, 19, 38, 0.24);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.svc-media img,
.svc-media svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transform-origin: center;
  filter: saturate(1.1) contrast(1.06) brightness(1.02);
  transition: transform 300ms ease, filter 300ms ease;
}

.svc-card:hover .svc-media img,
.svc-card:hover .svc-media svg {
  transform: scale(1.03);
  filter: saturate(1.15) contrast(1.09) brightness(1.03);
}

.svc-copy {
  margin: 0.85rem 0 0;
  color: #585267;
  font-size: 0.98rem;
  line-height: 1.7;
}

.services-download {
  margin: 1.1rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: center;
  inline-size: 100%;
  max-inline-size: 16.8rem;
}

.services-download .btn {
  inline-size: 100% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.54rem 0.9rem !important;
  font-size: 0.82rem !important;
  line-height: 1.2;
}

.btn-download-reminder {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(137, 96, 191, 0.32);
  color: #4a2f6b;
}

/* Social links: icon-first pills */
.social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  width: 100%;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.54rem;
  width: 100%;
  padding: 0.48rem 0.84rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 241, 252, 0.95) 100%) !important;
  color: #2d2d31 !important;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(63, 42, 92, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.social-link:hover {
  transform: translateY(-1px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(238, 229, 251, 0.95) 100%) !important;
  color: #2d2d31 !important;
  box-shadow: 0 12px 22px rgba(74, 46, 117, 0.16);
}

.social-icon {
  inline-size: 1.28rem;
  block-size: 1.28rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.28rem;
  background: #ece7f7;
  color: #4a2f6b;
}

.social-icon svg {
  inline-size: 0.8rem;
  block-size: 0.8rem;
  display: block;
}

.social-label {
  line-height: 1;
}

.social-link--instagram .social-icon {
  background: linear-gradient(135deg, #fdcd6d 0%, #ea4c89 55%, #7427ff 100%);
  color: #fff;
}

.social-link--threads .social-icon {
  background: #111319;
  color: #fff;
}

.social-link--tiktok .social-icon {
  background: #111319;
  color: #fff;
}

.social-link--linkedin .social-icon {
  background: #0a66c2;
  color: #fff;
}

.social-link--telegram .social-icon {
  background: #229ed9;
  color: #fff;
}

.social-link--viber .social-icon {
  background: #7360f2;
  color: #fff;
}

@media (max-width: 760px) {
  .social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-extra {
  margin-top: 1rem;
}

.contact-extra h4 {
  margin: 0 0 0.55rem;
  font-size: 0.94rem;
  color: #2f2440;
}

.contact-extra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.58rem;
}

.contact-extra-card {
  border-radius: 0.82rem;
  padding: 0.62rem 0.68rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 239, 252, 0.94) 100%);
  box-shadow: 0 8px 16px rgba(55, 36, 84, 0.08);
}

.contact-extra-card h5 {
  margin: 0;
  font-size: 0.84rem;
  color: #3c2c56;
}

.contact-extra-card p {
  margin: 0.26rem 0 0;
  font-size: 0.77rem;
  line-height: 1.45;
  color: #6a607b;
}

@media (max-width: 980px) {
  .contact-extra-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-case-trigger {
  margin-top: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: min(100%, 19.5rem);
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 0.56rem 0.95rem;
  background: linear-gradient(135deg, rgba(162, 27, 236, 0.14) 0%, rgba(162, 27, 236, 0.22) 100%);
  color: #4a2f6b;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 560;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.24;
  min-height: 3.2rem;
  white-space: normal;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.portfolio-item-case {
  cursor: pointer;
}

.portfolio-item-case .portfolio-case-trigger {
  margin-top: auto;
}

.portfolio-item-case .thumb {
  aspect-ratio: 5 / 6;
}

.portfolio-item-storyboard-portrait.portfolio-item-case .thumb-photo-2 {
  aspect-ratio: 3 / 4;
}

.portfolio-item-case:focus-visible {
  outline: 2px solid rgba(126, 17, 205, 0.55);
  outline-offset: 3px;
}

.portfolio-case-trigger:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(162, 27, 236, 0.24) 0%, rgba(162, 27, 236, 0.34) 100%);
  color: #2f1e45;
}

.portfolio-case-panel {
  margin-top: 1rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.portfolio-case-panel[hidden] {
  display: none !important;
}

.portfolio-case-panel.is-open {
  animation: caseReveal 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.portfolio-case-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.9rem;
}

.portfolio-case-head h3 {
  margin: 0.34rem 0 0;
  font-size: clamp(1.1rem, 1.95vw, 1.46rem);
  letter-spacing: -0.015em;
}

.portfolio-case-close {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 0.52rem 0.86rem;
  background: rgba(106, 86, 140, 0.16);
  color: #493166;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 560;
  cursor: pointer;
}

.portfolio-case-list {
  margin-top: 0.95rem;
  display: grid;
  gap: 1rem;
}

.portfolio-case-entry {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.1rem;
  align-items: start;
}

.portfolio-case-entry-media {
  position: relative;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #f2ebfb;
  border: none;
}

.portfolio-case-entry-media img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-case-entry-index {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  border-radius: 999px;
  padding: 0.2rem 0.48rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #4f376d;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(162, 27, 236, 0.22);
}

.portfolio-case-copy {
  display: grid;
  align-content: start;
  gap: 0.78rem;
  padding: 0.06rem 0.1rem;
}

.portfolio-case-copy h4 {
  margin: 0;
  font-size: clamp(1.02rem, 1.46vw, 1.23rem);
  letter-spacing: -0.01em;
}

.portfolio-case-copy p {
  margin: 0;
  color: #5a5368;
  line-height: 1.78;
  font-size: 0.96rem;
}

/* CHiC case custom layouts: S02 and S03 should not look like default case rows */
.portfolio-case-entry--chic-s02 {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0.95rem;
  padding: 0.86rem;
  border-radius: 1rem;
  border: none;
  background: linear-gradient(125deg, rgba(255, 247, 255, 0.95) 0%, rgba(241, 246, 255, 0.92) 100%);
}

.portfolio-case-entry--chic-s02 .portfolio-case-entry-media {
  order: 2;
  border-radius: 0.95rem;
  box-shadow: 0 10px 24px rgba(46, 30, 71, 0.15);
}

.portfolio-case-entry--chic-s02 .portfolio-case-copy {
  order: 1;
  background: rgba(255, 255, 255, 0.86);
  border: none;
  border-radius: 0.86rem;
  padding: 0.92rem 0.94rem;
  gap: 0.7rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.portfolio-case-entry--chic-s02 .portfolio-case-copy h4 {
  color: #342048;
}

.portfolio-case-entry--chic-s02 .portfolio-case-entry-index {
  bottom: auto;
  top: 0.56rem;
}

.portfolio-case-entry--chic-s03 {
  grid-template-columns: 1fr;
  gap: 0.88rem;
  padding: 0.95rem;
  border-radius: 1rem;
  border: none;
  background: linear-gradient(160deg, rgba(237, 246, 255, 0.9) 0%, rgba(247, 251, 255, 0.95) 60%);
}

.portfolio-case-entry--chic-s03 .portfolio-case-entry-media {
  max-width: min(100%, 760px);
  margin: 0 auto;
  border-radius: 0.98rem;
  box-shadow: 0 12px 26px rgba(46, 79, 120, 0.18);
}

.portfolio-case-entry--chic-s03 .portfolio-case-copy {
  max-width: min(100%, 820px);
  margin: 0 auto;
  padding: 0.92rem 1.04rem;
  border-radius: 0.86rem;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.portfolio-case-entry--chic-s03 .portfolio-case-copy h4 {
  color: #1f3354;
}

.portfolio-case-entry--chic-s03 .portfolio-case-entry-index {
  right: 0.68rem;
  bottom: 0.68rem;
  color: #294673;
  border-color: rgba(76, 112, 176, 0.26);
}

/* Commercial video case layouts: each frame uses a distinct presentation style */
.portfolio-case-entry--commercial-v01 {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0.98rem;
  padding: 0.9rem;
  border-radius: 1rem;
  border: none;
  background: linear-gradient(145deg, rgba(238, 245, 255, 0.94) 0%, rgba(249, 244, 255, 0.94) 100%);
}

.portfolio-case-entry--commercial-v01 .portfolio-case-entry-media {
  aspect-ratio: 16 / 10;
  border-radius: 0.95rem;
  box-shadow: 0 12px 24px rgba(40, 56, 98, 0.18);
}

.portfolio-case-entry--commercial-v01 .portfolio-case-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-case-entry--commercial-v01 .portfolio-case-copy {
  border-radius: 0.9rem;
  border: none;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.92rem;
}

.portfolio-case-entry--commercial-v02 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.98rem;
  padding: 0.94rem;
  border-radius: 1rem;
  border: none;
  background: linear-gradient(150deg, rgba(232, 241, 255, 0.92) 0%, rgba(235, 231, 252, 0.94) 100%);
  align-items: center;
}

.portfolio-case-entry--commercial-v02 .portfolio-case-entry-media {
  order: 2;
  aspect-ratio: 4 / 5;
  border-radius: 0.98rem;
  box-shadow: 0 12px 26px rgba(33, 52, 93, 0.2);
}

.portfolio-case-entry--commercial-v02 .portfolio-case-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-case-entry--commercial-v02 .portfolio-case-copy {
  order: 1;
  border-radius: 0.9rem;
  border: none;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.92rem;
  align-self: center;
}

.portfolio-case-entry--commercial-v03 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.98rem;
  padding: 0.94rem;
  border-radius: 1rem;
  border: none;
  background: linear-gradient(158deg, rgba(237, 244, 255, 0.9) 0%, rgba(247, 241, 255, 0.93) 100%);
  align-items: center;
}

.portfolio-case-entry--commercial-v03 .portfolio-case-entry-media {
  order: 1;
  max-width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: 0.98rem;
  box-shadow: 0 12px 24px rgba(35, 55, 98, 0.18);
  background: rgba(222, 233, 255, 0.55);
}

.portfolio-case-entry--commercial-v03 .portfolio-case-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portfolio-case-entry--commercial-v03 .portfolio-case-copy {
  order: 2;
  max-width: 100%;
  margin: 0;
  border-radius: 0.88rem;
  border: none;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.92rem 1rem;
  align-self: center;
}

/* CN Jewelry storyboard case: premium presentation (not raw PDF look) */
.portfolio-case-entry--storyboard-premium {
  position: relative;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 0.98rem;
  padding: 0.92rem;
  border-radius: 1.06rem;
  border: none;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 242, 255, 0.93) 56%, rgba(238, 229, 250, 0.95) 100%);
  box-shadow: 0 14px 30px rgba(47, 33, 72, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.portfolio-case-entry--storyboard-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 84% 14%, rgba(190, 146, 236, 0.24) 0%, rgba(190, 146, 236, 0) 44%);
}

.portfolio-case-entry--storyboard-premium .portfolio-case-entry-media {
  border-radius: 0.96rem;
  border: none;
  background: linear-gradient(160deg, #f7f2ff 0%, #efe5ff 100%);
  box-shadow: 0 12px 26px rgba(34, 23, 52, 0.2);
  aspect-ratio: 16 / 10;
}

.portfolio-case-entry--storyboard-premium .portfolio-case-entry-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 22%, rgba(26, 16, 39, 0) 72%, rgba(26, 16, 39, 0.18) 100%),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 38%);
  mix-blend-mode: soft-light;
}

.portfolio-case-entry--storyboard-premium .portfolio-case-entry-media::after {
  display: none;
}

.portfolio-case-entry--storyboard-premium .portfolio-case-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: saturate(1.04) contrast(1.04);
}

.portfolio-case-entry--storyboard-premium .portfolio-case-copy {
  border-radius: 0.9rem;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.92rem 0.94rem;
  gap: 0.74rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.portfolio-case-entry--storyboard-premium .portfolio-case-copy h4 {
  color: #2f2143;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.portfolio-case-entry--storyboard-premium .portfolio-case-copy p {
  color: #5a5368;
}

.portfolio-case-entry--storyboard-premium .portfolio-case-story {
  border-left: none;
  padding-left: 0.72rem;
}

.portfolio-case-entry--storyboard-premium .portfolio-case-meta {
  display: inline-flex;
  align-items: center;
  inline-size: fit-content;
  border: none;
  border-radius: 999px;
  padding: 0.32rem 0.62rem;
  color: #594877 !important;
  background: rgba(239, 229, 252, 0.64);
}

.portfolio-case-entry--storyboard-premium .portfolio-case-entry-index {
  right: 0.66rem;
  bottom: 0.66rem;
  padding: 0.26rem 0.56rem;
  color: #f7edff;
  border-color: rgba(222, 188, 255, 0.52);
  background: rgba(48, 31, 72, 0.65);
}

.portfolio-case-story {
  border-left: none;
  padding-left: 0;
  color: #625a73 !important;
  font-size: 0.95rem !important;
  line-height: 1.82 !important;
}

.portfolio-case-meta {
  color: #6f6783 !important;
  font-size: 0.83rem !important;
  letter-spacing: 0.02em;
}

.portfolio-case-conclusion {
  margin: 1rem 0 0;
  padding-top: 0.2rem;
  border-top: none;
  text-align: center;
  color: #4f4564;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.005em;
}

.portfolio-item-photo-portrait .thumb-photo-1 {
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center top;
}

.portfolio-item-awareness-portrait .thumb-campaign-reach {
  aspect-ratio: 5 / 6;
  background-color: #e9f3f3;
  background-image: url("images/portfolio/awareness-reach-cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.portfolio-item-video-portrait .thumb-video-2 {
  aspect-ratio: 3 / 4;
  background-position: center 35%;
}

.portfolio-grid {
  align-items: start;
}

.portfolio-item {
  align-self: start;
}

@keyframes caseReveal {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .services-grid-v2 {
    grid-template-columns: 1fr;
  }

  .portfolio-case-entry {
    grid-template-columns: 1fr;
  }

  .portfolio-case-entry--chic-s02 {
    padding: 0.78rem;
  }

  .portfolio-case-entry--chic-s02 .portfolio-case-entry-media,
  .portfolio-case-entry--chic-s02 .portfolio-case-copy {
    order: initial;
  }

  .portfolio-case-entry--chic-s03 {
    padding: 0.78rem;
  }

  .portfolio-case-entry--commercial-v01,
  .portfolio-case-entry--commercial-v02,
  .portfolio-case-entry--commercial-v03 {
    padding: 0.78rem;
    gap: 0.78rem;
  }

  .portfolio-case-entry--commercial-v02 .portfolio-case-entry-media,
  .portfolio-case-entry--commercial-v02 .portfolio-case-copy {
    order: initial;
  }

  .portfolio-case-entry--commercial-v01 .portfolio-case-entry-media {
    aspect-ratio: 16 / 11;
  }

  .portfolio-case-entry--commercial-v02 .portfolio-case-entry-media {
    aspect-ratio: 4 / 5;
    max-width: 100%;
  }

  .portfolio-case-entry--commercial-v03 .portfolio-case-entry-media {
    aspect-ratio: auto;
    max-width: min(100%, 620px);
  }

  .portfolio-case-entry--commercial-v03 .portfolio-case-copy {
    max-width: 100%;
  }

  .portfolio-case-entry--storyboard-premium {
    padding: 0.74rem;
    gap: 0.78rem;
  }

  .portfolio-case-entry--storyboard-premium .portfolio-case-entry-media {
    aspect-ratio: 16 / 11;
  }

  .portfolio-case-entry--storyboard-premium .portfolio-case-copy {
    padding: 0.82rem 0.86rem;
  }

  .portfolio-case-entry--storyboard-premium .portfolio-case-entry-media img {
    object-fit: contain;
    transform: none;
  }
}

/* Keep nav row visible at all times */
.site-header.is-hidden {
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* CTA-driven sections: hidden by default, show on nav click */
.panel-section {
  display: none;
}

.panel-section.is-open {
  display: block;
  animation: sectionReveal 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes sectionReveal {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About section: text-only center layout */
.about-centered {
  max-width: min(900px, 100%);
  margin: clamp(1.1rem, 2vw, 1.6rem) auto 0;
  display: grid;
  gap: clamp(1.25rem, 2.2vw, 1.85rem);
  text-align: center;
}

.about-line {
  margin: 0;
  color: #555063;
  font-size: clamp(1.02rem, 1.18vw, 1.2rem);
  line-height: 1.78;
  letter-spacing: -0.01em;
}

.about-line-accent {
  color: #2d2837;
  font-weight: 560;
  letter-spacing: 0.01em;
}

@media (max-width: 720px) {
  .about-centered {
    margin-top: 0.95rem;
    gap: 0.9rem;
  }

  .about-line {
    font-size: 1rem;
    line-height: 1.66;
  }
}

/* Final polish for "Since 2022" */
.hero-since {
  margin-top: clamp(1.35rem, 2.3vw, 2rem) !important;
  display: inline-block;
  padding: 0.06rem 0;
  font-size: clamp(1rem, 1.08vw, 1.1rem) !important;
  font-weight: 560 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  line-height: 1.25;
  color: #675f77 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

@media (max-width: 720px) {
  .hero-since {
    margin-top: 1.05rem !important;
    font-size: 0.93rem !important;
    letter-spacing: 0.12em !important;
  }
}

/* Hero spacing polish */
.hero {
  margin: clamp(1.3rem, 2.8vw, 2.1rem) 0 clamp(2.1rem, 4.2vw, 3.1rem) !important;
  padding: clamp(1.9rem, 4vw, 3.1rem) 0.1rem clamp(2.25rem, 4.6vw, 3.35rem) !important;
}

.hero-main {
  max-width: min(100%, 1080px);
}

.hero-title {
  margin-top: clamp(0.55rem, 1vw, 0.9rem) !important;
  max-width: 22ch !important;
  line-height: 1.03 !important;
}

.hero-copy {
  margin-top: clamp(1.15rem, 2vw, 1.55rem) !important;
  max-width: 51ch !important;
  font-size: clamp(1.04rem, 1.22vw, 1.16rem) !important;
  line-height: 1.62 !important;
}

.hero-actions {
  margin-top: clamp(1.25rem, 2.1vw, 1.75rem) !important;
  gap: 0.9rem !important;
}

.btn-hero-primary,
.btn-hero-secondary {
  padding: 0.78rem 1.45rem !important;
}

.hero-since {
  margin-top: clamp(1.05rem, 1.8vw, 1.45rem) !important;
  letter-spacing: 0.12em !important;
  font-size: clamp(0.98rem, 1.08vw, 1.06rem) !important;
}

.section {
  margin-top: clamp(1.8rem, 3.2vw, 2.7rem) !important;
}

@media (max-width: 980px) {
  .hero {
    padding: clamp(1.5rem, 3.8vw, 2.4rem) 0 clamp(1.9rem, 4.2vw, 2.6rem) !important;
  }

  .hero-title {
    max-width: 18.6ch !important;
  }

  .hero-copy {
    max-width: 44ch !important;
  }
}

@media (max-width: 720px) {
  .hero {
    margin-top: 1.05rem !important;
    padding: 1.3rem 0 1.65rem !important;
  }

  .hero-title {
    max-width: 16.2ch !important;
    line-height: 1.04 !important;
  }

  .hero-copy {
    margin-top: 0.95rem !important;
    max-width: none !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  .hero-actions {
    margin-top: 1.05rem !important;
    gap: 0.7rem !important;
  }

  .hero-since {
    margin-top: 0.85rem !important;
    letter-spacing: 0.1em !important;
    font-size: 0.9rem !important;
  }
}

/* Premium hero buttons */
.hero-actions .btn-hero-primary,
.hero-actions .btn-hero-secondary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.82rem 1.56rem !important;
  border-radius: 999px;
  font-size: 0.97rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  line-height: 1;
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 240ms ease, background 240ms ease,
    color 220ms ease;
}

.hero-actions .btn-hero-primary::before,
.hero-actions .btn-hero-secondary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
}

.hero-actions .btn-hero-primary {
  color: #fff !important;
  border: none !important;
  background: linear-gradient(145deg, #b435f3 0%, #9827e8 46%, #7f16d8 100%) !important;
  box-shadow: 0 5px 12px rgba(122, 26, 202, 0.2), 0 1px 3px rgba(65, 19, 106, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  text-shadow: 0 1px 0 rgba(68, 12, 116, 0.16);
}

.hero-actions .btn-hero-primary::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 58%);
}

.hero-actions .btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(122, 26, 202, 0.24), 0 2px 5px rgba(65, 19, 106, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-actions .btn-hero-primary:active {
  transform: translateY(0);
}

.hero-actions .btn-hero-secondary {
  color: #27242f !important;
  border: none !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(249, 245, 255, 0.86) 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(131, 93, 185, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 6px 14px rgba(48, 27, 74, 0.07);
}

.hero-actions .btn-hero-secondary::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 62%);
}

.hero-actions .btn-hero-secondary:hover {
  transform: translateY(-2px);
  color: #1e1b24 !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 240, 255, 0.92) 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(123, 84, 177, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(48, 27, 74, 0.1);
}

.hero-actions .btn-hero-secondary:active {
  transform: translateY(0);
}

/* Smooth sticky header: mask content behind it and auto-hide on scroll-down */
main section[id] {
  scroll-margin-top: 6.8rem;
}

.site-header {
  top: 0.65rem;
  z-index: 60;
  background: rgba(248, 247, 251, 0.82) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
  backdrop-filter: blur(14px) saturate(1.18);
  box-shadow: 0 10px 28px rgba(23, 19, 31, 0.1) !important;
  transition: transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
    background-color 220ms ease, box-shadow 220ms ease;
  will-change: transform, opacity;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.34) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  pointer-events: none;
}

.site-header.is-scrolled {
  background: rgba(248, 247, 251, 0.94) !important;
  box-shadow: 0 14px 36px rgba(23, 19, 31, 0.14) !important;
}

.site-header.is-hidden {
  transform: translateY(calc(-100% - 1rem));
  opacity: 0;
  pointer-events: none;
}

/* No-frame header mode: remove large white capsule */
.site-header,
.site-header.is-scrolled {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  padding: 0.35rem 0 !important;
}

.site-header::after {
  display: none !important;
}

.hero-since {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7488;
}

.brand-logo {
  width: 2.5rem !important;
  height: 2.5rem !important;
  max-width: none !important;
  filter: none !important;
}

@media (max-width: 720px) {
  .brand-logo {
    width: 2.1rem !important;
    height: 2.1rem !important;
  }
}

.hero,
.section {
  background: transparent !important;
  box-shadow: none !important;
}

.brand-shell {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.hero::before,
.hero::after,
.section::after {
  display: none !important;
}

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

  .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid,
  .bts-grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    border-radius: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .brand-logo {
    height: 1.95rem;
    max-width: 68vw;
  }

  .brand-shell {
    padding: 0.3rem 0.48rem;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-strip {
    grid-template-columns: 1fr;
  }

  .hero-speed-stage {
    width: min(100%, 15rem);
  }

  .main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    border: 1px solid rgba(29, 29, 31, 0.14);
    background: rgba(255, 255, 255, 0.98);
  }

  .about-grid,
  .services-grid,
  .portfolio-grid,
  .bts-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    border-radius: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Final hard override (all breakpoints): keep borderless request */
.site-header,
.brand-shell,
.hero,
.hero-badges span,
.hero-strip article,
.section,
.about-grid article,
.service-card,
.bts-card,
.portfolio-item,
.contact-info,
.contact-form,
.social-link,
.filter-btn,
.main-nav a {
  border: none !important;
}
