/* Studio 8180 - shared site theme
   ASCII only. Dark hero + light content. Very Peri (periwinkle/violet)
   on deep indigo with amber CTA accent. Retint 2026-07-20. */

:root {
  --bg-dark: #16132E;
  --bg-dark-2: #1F1B3D;
  --bg-light: #F7F6FB;
  --bg-card: #FFFFFF;
  --ink: #16132E;
  --ink-soft: #4A4760;
  --ink-mute: #7A7894;
  --line: #E6E3F2;
  --peri: #6667AB;
  --peri-bright: #8487D6;
  --peri-deep: #43447A;
  --violet: #7C5CC6;
  --sky: #A5B4FC;
  --amber: #F4B740;
  --amber-deep: #D99A1F;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 2px rgba(22,19,46,0.06), 0 2px 8px rgba(22,19,46,0.04);
  --shadow-md: 0 6px 18px rgba(22,19,46,0.08), 0 2px 6px rgba(22,19,46,0.05);
  --shadow-lg: 0 18px 48px rgba(22,19,46,0.18), 0 4px 12px rgba(22,19,46,0.08);
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1160px;
  --nav-h: 68px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, "Segoe UI", Roboto, Inter, sans-serif;
  color: var(--ink);
  background: var(--bg-light);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--peri-deep); text-decoration: none; }
a:hover { color: var(--violet); }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { line-height: 1.25; margin: 0 0 .5em; color: var(--ink); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.18rem; font-weight: 700; }
p { margin: 0 0 1em; }
.lead { font-size: 1.15rem; color: var(--ink-soft); }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--nav-h);
  background: rgba(22,19,46,0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.brand:hover { color: var(--white); }
.brand-mark {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--peri-bright), var(--violet));
  display: grid; place-items: center;
  color: #16132E; font-weight: 900; font-size: .85rem;
}
.nav-links {
  display: flex; gap: 6px;
  margin-left: auto;
  align-items: center;
}
.nav-links a {
  color: rgba(255,255,255,0.78);
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: .96rem;
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.nav-cta {
  background: var(--amber);
  color: #16132E !important;
  font-weight: 700 !important;
  padding: 10px 16px !important;
  border-radius: 10px;
  box-shadow: 0 0 0 0 rgba(244,183,64,0.4);
  transition: box-shadow .2s, transform .2s;
}
.nav-cta:hover { background: var(--amber); color: #16132E !important; box-shadow: 0 6px 20px rgba(244,183,64,0.35); transform: translateY(-1px); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: var(--white);
  width: 40px; height: 40px;
  cursor: pointer;
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 1;
}

/* ---------- Layout ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section.tight { padding: 48px 0; }
.section.dark { background: var(--bg-dark); color: var(--white); }
.section.dark h1, .section.dark h2, .section.dark h3 { color: var(--white); }
.section.dark p { color: rgba(255,255,255,0.78); }
.section.dark .lead { color: rgba(255,255,255,0.85); }
.center { text-align: center; }
.muted { color: var(--ink-mute); }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--peri-deep);
  margin-bottom: 12px;
  display: inline-block;
}
.section.dark .eyebrow { color: var(--peri-bright); }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(132,135,214,0.20), transparent 60%),
    radial-gradient(900px 500px at 10% 110%, rgba(124,92,198,0.16), transparent 60%),
    var(--bg-dark);
  color: var(--white);
  padding: 108px 0 104px;
  position: relative;
  overflow: hidden;
}
.hero-glow{
  position:absolute; top:-25%; right:-12%; width:62vw; height:62vw; max-width:720px; max-height:720px;
  background:radial-gradient(circle, rgba(132,135,214,0.24), rgba(124,92,198,0.12) 45%, transparent 70%);
  filter:blur(24px); pointer-events:none; z-index:0;
  animation:heroFloat 16s ease-in-out infinite alternate;
}
@keyframes heroFloat{
  0%{transform:translate(0,0) scale(1)}
  100%{transform:translate(-6%,5%) scale(1.08)}
}
.hero .container{position:relative; z-index:1}
.hero h1 { color: var(--white); max-width: 22ch; font-size: clamp(2.3rem, 5.6vw, 3.5rem); }
.hero h1 .accent { color: var(--peri-bright); }
.hero .lead { color: rgba(255,255,255,0.85); max-width: 58ch; font-size: 1.18rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-stats{display:flex; flex-wrap:wrap; margin-top:38px}
.hs{display:flex; flex-direction:column; gap:3px; padding:0 24px; border-left:1px solid rgba(255,255,255,0.14)}
.hs:first-child{padding-left:0; border-left:none}
.hs-n{font-weight:800; font-size:1.05rem; color:var(--white); letter-spacing:-.01em}
.hs-l{font-size:.8rem; color:rgba(255,255,255,0.6)}
@media (max-width:560px){
  .hero-stats{flex-direction:column; gap:16px; margin-top:30px}
  .hs{padding:0; border-left:none}
  .hs + .hs{padding-top:16px; border-top:1px solid rgba(255,255,255,0.10)}
}
@media (prefers-reduced-motion: reduce){ .hero-glow{animation:none} }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s, box-shadow .2s, background .2s, color .2s;
  text-decoration: none;
}
.btn-primary { background: var(--amber); color: #16132E; }
.btn-primary:hover { color: #16132E; background: #ffc757; box-shadow: 0 10px 28px rgba(244,183,64,0.35); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.25); }
.btn-ghost:hover { color: var(--white); border-color: var(--peri-bright); background: rgba(132,135,214,0.10); }
.btn-dark { background: var(--bg-dark); color: var(--white); }
.btn-dark:hover { color: var(--white); background: #2a2552; }
.btn-teal { background: var(--violet); color: var(--white); }
.btn-teal:hover { color: var(--white); background: var(--peri-deep); }

.btn-sm { padding: 10px 16px; font-size: .92rem; border-radius: 10px; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #d3cfe8; }
.card h3 { margin-top: 0; }
.card .ic {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(132,135,214,0.16), rgba(124,92,198,0.16));
  color: var(--peri-deep);
  margin-bottom: 14px;
}
.section.dark .card {
  background: var(--bg-dark-2);
  border-color: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
}
.section.dark .card h3 { color: var(--white); }
.section.dark .card .ic { background: rgba(132,135,214,0.14); color: var(--peri-bright); }

/* feature card with numbered step */
.step-num {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--bg-dark);
  color: var(--peri-bright);
  font-weight: 800;
  display: grid; place-items: center;
  margin-bottom: 14px;
  font-size: 1.05rem;
}

/* ---------- Service price cards ---------- */
.price-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .2s, border-color .2s;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #c9c4e6; }
.price-card .tag {
  align-self: flex-start;
  font-size: .72rem; font-weight: 800;
  letter-spacing: .12em;
  color: var(--peri-deep);
  background: rgba(124,92,198,0.12);
  padding: 4px 10px; border-radius: 999px;
  margin-bottom: 14px;
}
.price-card h3 { font-size: 1.25rem; margin: 0 0 6px; }
.price-card .who { color: var(--ink-mute); font-size: .92rem; margin: 0 0 14px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.price-card ul li {
  position: relative;
  padding: 6px 0 6px 26px;
  color: var(--ink-soft);
  border-top: 1px dashed var(--line);
  font-size: .95rem;
}
.price-card ul li:first-child { border-top: none; }
.price-card ul li::before {
  content: "";
  position: absolute;
  left: 4px; top: 12px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--peri-bright);
  box-shadow: 0 0 0 3px rgba(132,135,214,0.20);
}
.price-card .price-row {
  display: flex; align-items: baseline; gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  margin-bottom: 14px;
}
.price-card .price { font-size: 1.7rem; font-weight: 800; color: var(--ink); }
.price-card .price .per { font-size: .9rem; font-weight: 600; color: var(--ink-mute); }
.price-card .delivery { font-size: .88rem; color: var(--ink-mute); }
.price-card .btn { align-self: flex-start; }

/* ---------- Credibility strip ---------- */
.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: var(--bg-dark-2);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 28px;
}
.strip .stat { text-align: center; }
.strip .stat .num { font-size: 1.9rem; font-weight: 800; color: var(--peri-bright); display: block; }
.strip .stat .lbl { color: rgba(255,255,255,0.7); font-size: .9rem; }

/* ---------- Portfolio preview / demo cards ---------- */
.demo-card {
  display: block;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .2s, border-color .2s;
}
.demo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #c9c4e6; color: inherit; }
.demo-thumb {
  height: 160px;
  display: grid; place-items: center;
  color: var(--white);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.demo-thumb::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(600px 200px at 20% 0%, rgba(255,255,255,0.18), transparent 60%);
  pointer-events: none;
}
.demo-body { padding: 18px 20px 22px; }
.demo-body h3 { margin: 0 0 6px; font-size: 1.1rem; }
.demo-body p { margin: 0 0 10px; color: var(--ink-soft); font-size: .94rem; }
.demo-body .view { color: var(--peri-deep); font-weight: 700; font-size: .9rem; }
.demo-card:hover .demo-body .view { color: var(--violet); }

/* gradient placeholders per demo */
.g-cafe      { background: linear-gradient(135deg, #6b4423, #b5651d, #e0a060); }
.g-gym       { background: linear-gradient(135deg, #0F172A, #1E293B, #ef4444); }
.g-clinic    { background: linear-gradient(135deg, #0F766E, #14B8A6, #5eead4); }
.g-tutor     { background: linear-gradient(135deg, #1E3A8A, #4F46E5, #818CF8); }
.g-dashboard { background: linear-gradient(135deg, #16132E, #1F1B3D, #8487D6); }
.g-crm       { background: linear-gradient(135deg, #1F1B3D, #43447A, #7C5CC6); }
.g-branding  { background: linear-gradient(135deg, #2a2a2a, #d4a017, #f4e4a1); }
.g-salon     { background: linear-gradient(135deg, #9D174D, #F472B6, #FBCFE8); }
.g-tattoo    { background: linear-gradient(135deg, #1E1B2E, #6D28D9, #A855F7); }
.g-medical   { background: linear-gradient(135deg, #064E3B, #10B981, #6EE7B7); }
.g-social    { background: linear-gradient(135deg, #16132E, #43447A, #8487D6); }

/* ---------- FAQ ---------- */
.faq details {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
}
.faq summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 0; top: -2px;
  color: var(--peri-deep);
  font-size: 1.3rem;
  font-weight: 700;
  transition: transform .2s;
}
.faq details[open] summary::after { content: "-"; transform: translateY(-2px); }
.faq details p { margin: 12px 0 0; color: var(--ink-soft); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: start; }
.form-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-md);
}
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; color: var(--ink); }
.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  background: #FBFAFE;
  color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: none;
  border-color: var(--peri-bright);
  box-shadow: 0 0 0 4px rgba(132,135,214,0.20);
  background: var(--white);
}
.form-row textarea { min-height: 110px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--ink-mute); margin-top: 6px; }
.form-thanks {
  display: none;
  padding: 22px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(132,135,214,0.14), rgba(124,92,198,0.14));
  border: 1px solid rgba(124,92,198,0.38);
  color: var(--ink);
  font-weight: 600;
  margin-top: 8px;
}
.form-thanks.show { display: block; }

.contact-info { display: flex; flex-direction: column; gap: 14px; }
.info-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
  display: flex; gap: 14px; align-items: flex-start;
}
.info-card .ic {
  flex: 0 0 40px;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(132,135,214,0.16), rgba(124,92,198,0.16));
  color: var(--peri-deep);
  display: grid; place-items: center;
}
.info-card .lbl { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-mute); font-weight: 700; }
.info-card .val { font-weight: 700; color: var(--ink); }
.info-card .val a { color: var(--ink); }
.info-card .val a:hover { color: var(--peri-deep); }

.whatsapp-big {
  display: flex; align-items: center; gap: 14px;
  background: #25D366;
  color: #073b1c !important;
  padding: 18px 22px;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 10px 28px rgba(37,211,102,0.35);
  transition: transform .15s, box-shadow .2s;
}
.whatsapp-big:hover { color: #073b1c !important; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(37,211,102,0.45); }
.whatsapp-big .wa-ic {
  width: 30px; height: 30px;
  background: rgba(255,255,255,0.25);
  border-radius: 8px;
  display: grid; place-items: center;
}

/* ---------- Steps (how it works / what happens next) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.steps-3 { grid-template-columns: repeat(3, 1fr); }
.step {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.step h3 { margin: 6px 0 6px; font-size: 1.08rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: .94rem; }
.step .arrow { color: var(--peri-bright); font-weight: 800; }

/* Steps inside a dark section: the white .step card background would sit under
   .section.dark's p/h3 color overrides (which force text white) -> invisible
   white-on-white. Mirror the dark .card treatment so text stays legible. */
.section.dark .step {
  background: var(--bg-dark-2);
  border-color: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
}
.section.dark .step h3 { color: var(--white); }
.section.dark .step p { color: rgba(255,255,255,0.78); }
.section.dark .step-num {
  background: rgba(132,135,214,0.14);
  color: var(--peri-bright);
}

/* ---------- Page header (inner pages) ---------- */
.page-head {
  background:
    radial-gradient(900px 400px at 85% -20%, rgba(132,135,214,0.18), transparent 60%),
    var(--bg-dark);
  color: var(--white);
  padding: 64px 0 56px;
}
.page-head h1 { color: var(--white); max-width: 18ch; margin: 0; }
.page-head p { color: rgba(255,255,255,0.82); max-width: 60ch; font-size: 1.12rem; margin: 14px 0 0; }
.breadcrumb { font-size: .85rem; color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,0.78); }
.breadcrumb a:hover { color: var(--peri-bright); }

/* ---------- Final CTA band ---------- */
.cta-band {
  background:
    radial-gradient(700px 300px at 80% 0%, rgba(132,135,214,0.24), transparent 60%),
    var(--bg-dark);
  color: var(--white);
  border-radius: var(--radius);
  padding: 48px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: var(--white); margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,0.82); max-width: 52ch; margin: 0 auto 22px; }
.cta-band .hero-ctas { justify-content: center; margin-top: 8px; }

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.7);
  padding: 40px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.footer .brand { color: var(--white); }
.footer .brand:hover { color: var(--white); }
.footer .f-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer .f-links a { color: rgba(255,255,255,0.7); }
.footer .f-links a:hover { color: var(--peri-bright); }
.footer .f-meta { font-size: .88rem; color: rgba(255,255,255,0.5); }
.footer .f-contact { font-size: .92rem; }
.footer .f-contact a { color: rgba(255,255,255,0.85); }
.footer .f-contact a:hover { color: var(--peri-bright); }
.footer-bottom {
  max-width: var(--maxw);
  margin: 22px auto 0;
  padding: 18px 20px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: .82rem;
  color: rgba(255,255,255,0.45);
  text-align: center;
}

/* ---------- Misc helpers ---------- */
.divider { height: 1px; background: var(--line); margin: 32px 0; border: none; }
.pill {
  display: inline-block;
  font-size: .78rem; font-weight: 700;
  color: var(--peri-deep);
  background: rgba(124,92,198,0.12);
  padding: 4px 12px; border-radius: 999px;
}
.region-list { display: flex; flex-wrap: wrap; gap: 8px; }
.region-list span {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .88rem;
  color: var(--ink-soft);
  font-weight: 600;
}

.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.value-item {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
.value-item h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 6px; }
.value-item .ic { width: 36px; height: 36px; border-radius: 9px; background: linear-gradient(135deg, rgba(132,135,214,0.16), rgba(124,92,198,0.16)); color: var(--peri-deep); display: grid; place-items: center; }
.value-item p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center; }
.about-portrait {
  border-radius: var(--radius);
  background:
    radial-gradient(300px 300px at 30% 20%, rgba(132,135,214,0.42), transparent 60%),
    linear-gradient(135deg, #16132E, #1F1B3D);
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 320px;
  display: grid; place-items: center;
  color: var(--white);
  text-align: center;
  padding: 28px;
  box-shadow: var(--shadow-lg);
}
.about-portrait .initials {
  font-size: 3.4rem; font-weight: 900; color: var(--peri-bright);
  letter-spacing: -0.02em;
}
.about-portrait .name { font-weight: 700; margin-top: 6px; }
.about-portrait .role { color: rgba(255,255,255,0.7); font-size: .92rem; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps-3 { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-links {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--bg-dark);
    flex-direction: column;
    align-items: stretch;
    padding: 14px 20px 22px;
    gap: 4px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transform: translateY(-120%);
    transition: transform .22s ease;
    margin-left: 0;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 12px 14px; border-radius: 8px; }
  .nav-cta { margin-top: 6px; text-align: center; justify-content: center; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .steps, .steps-3 { grid-template-columns: 1fr; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 56px 0; }
  .hero { padding: 64px 0 56px; }
  .cta-band { padding: 32px 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   Baosh-style redesign components (added 2026-07-20)
   Very Peri palette + amber accent. Additive only -- the
   original classes above are untouched so the other 5 pages
   keep rendering. DM Sans (sans) + Lora (serif) pairing.
   ============================================================ */
:root {
  --font-sans: 'DM Sans', -apple-system, "Segoe UI", Roboto, Inter, sans-serif;
  --font-serif: 'Lora', Georgia, 'Times New Roman', serif;
}
body { font-family: var(--font-sans); }
.font-serif { font-family: var(--font-serif); }

/* ---------- Full-height hero (Baosh) ---------- */
.hero-baosh {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(1100px 600px at 78% 18%, rgba(132,135,214,0.30), transparent 62%),
    radial-gradient(900px 600px at 8% 92%, rgba(124,92,198,0.22), transparent 60%),
    linear-gradient(160deg, #16132E 0%, #1F1B3D 60%, #16132E 100%);
  overflow: hidden;
  padding: 120px 0 96px;
}
.hero-baosh::before {
  content: "";
  position: absolute;
  top: -30%; right: -10%;
  width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  border: 1px solid rgba(165,180,252,0.10);
  border-radius: 50%;
  pointer-events: none;
}
.hero-baosh::after {
  content: "";
  position: absolute;
  top: -10%; right: 6%;
  width: 38vw; height: 38vw; max-width: 480px; max-height: 480px;
  border: 1px solid rgba(165,180,252,0.08);
  border-radius: 50%;
  pointer-events: none;
}
.hero-baosh .container { position: relative; z-index: 2; }
.hero-baosh .eyebrow { color: var(--peri-bright); }
.hero-baosh h1 {
  color: var(--white);
  font-weight: 900;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 18px 0 22px;
  max-width: 18ch;
}
.hero-baosh h1 .accent { color: var(--peri-bright); }
.hero-baosh h1 .out {
  -webkit-text-stroke: 1.4px rgba(165,180,252,0.55);
  color: transparent;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
}
.hero-baosh .lead {
  color: rgba(255,255,255,0.82);
  max-width: 54ch;
  font-size: 1.16rem;
  margin-bottom: 30px;
}
.hero-baosh .hero-ctas { margin-top: 6px; }

/* vertical social stack on the left edge */
.hero-social {
  position: absolute;
  left: 26px; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 16px;
  z-index: 3;
}
.hero-social a {
  color: rgba(255,255,255,0.6);
  font-size: .8rem; font-weight: 600;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.hero-social a:hover { color: var(--peri-bright); }
.hero-social .hs-rule { width: 1px; height: 36px; background: rgba(255,255,255,0.2); margin: 0 auto; }

/* slide counter bottom-right */
.hero-counter {
  position: absolute;
  right: 30px; bottom: 30px;
  z-index: 3;
  display: flex; align-items: baseline; gap: 8px;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-serif);
  font-size: 1.05rem;
}
.hero-counter .now { color: var(--white); font-size: 1.5rem; font-weight: 600; }
.hero-counter .bar { width: 46px; height: 1px; background: rgba(255,255,255,0.3); display: inline-block; margin: 0 4px; }

@media (max-width: 720px) {
  .hero-social { display: none; }
  .hero-counter { right: 18px; bottom: 18px; }
  .hero-baosh { padding: 110px 0 80px; min-height: 88vh; }
}

/* ---------- Marquee strip ---------- */
.marquee {
  background: var(--bg-dark-2);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  padding: 18px 0;
}
.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  animation: marqueeScroll 26s linear infinite;
  gap: 0;
}
.marquee-track span {
  color: rgba(255,255,255,0.78);
  font-size: 1.02rem;
  font-weight: 600;
  padding: 0 26px;
  display: inline-flex; align-items: center; gap: 26px;
}
.marquee-track span::after {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--amber);
  display: inline-block;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){ .marquee-track { animation: none; } }

/* ---------- Split About with tabs ---------- */
.about-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-visual {
  position: relative;
  border-radius: var(--radius);
  min-height: 380px;
  background:
    radial-gradient(360px 360px at 28% 24%, rgba(132,135,214,0.45), transparent 62%),
    linear-gradient(150deg, #1F1B3D, #16132E);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: grid; place-items: center;
  color: var(--white);
  padding: 30px;
}
.about-visual .big-8 {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 12rem;
  line-height: 1;
  color: rgba(165,180,252,0.18);
  letter-spacing: -0.04em;
}
.about-tabs { display: flex; gap: 10px; margin-bottom: 22px; }
.about-tab-btn {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 18px;
  font-family: inherit;
  font-size: .9rem; font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.about-tab-btn.active {
  background: var(--peri);
  border-color: var(--peri);
  color: var(--white);
}
.about-pane { display: none; }
.about-pane.active { display: block; animation: fadePane .25s ease; }
@keyframes fadePane { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.about-pane h3 { font-size: 1.3rem; margin-bottom: 10px; }
.about-pane p { color: var(--ink-soft); margin-bottom: 14px; }
.about-pane ul { list-style: none; padding: 0; margin: 0; }
.about-pane ul li {
  position: relative; padding: 8px 0 8px 28px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}
.about-pane ul li:first-child { border-top: none; }
.about-pane ul li::before {
  content: ""; position: absolute; left: 6px; top: 15px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--peri-bright);
}
.about-statement {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 22px;
  max-width: 22ch;
}
.about-statement .pop { color: var(--peri-deep); font-style: normal; font-weight: 600; font-family: var(--font-sans); }
@media (max-width: 980px) { .about-split { grid-template-columns: 1fr; gap: 36px; } .about-visual { min-height: 280px; } .about-visual .big-8 { font-size: 8rem; } }

/* ---------- Counters band ---------- */
.counters {
  background: var(--bg-dark);
  color: var(--white);
  padding: 64px 0;
}
.counters .counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.counter {
  text-align: left;
  padding: 10px 18px;
  border-left: 2px solid rgba(132,135,214,0.4);
}
.counter .c-num {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.02em;
  display: block;
}
.counter .c-num .suffix { color: var(--amber); }
.counter .c-label {
  margin-top: 10px;
  color: rgba(255,255,255,0.7);
  font-size: .92rem;
  font-weight: 500;
}
@media (max-width: 720px) { .counters .counter-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; } }

/* ---------- Numbered service cards (01/02/03) ---------- */
.num-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.num-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px 28px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.num-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #c9c4e6; }
.num-card .nc-big {
  position: absolute;
  top: -14px; right: 8px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 6.2rem;
  line-height: 1;
  color: rgba(102,103,171,0.12);
  pointer-events: none;
}
.num-card .ic {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(132,135,214,0.16), rgba(124,92,198,0.16));
  color: var(--peri-deep);
  margin-bottom: 18px;
  position: relative; z-index: 1;
}
.num-card h3 { font-size: 1.22rem; margin-bottom: 8px; position: relative; z-index: 1; }
.num-card p { color: var(--ink-soft); font-size: .96rem; margin-bottom: 16px; position: relative; z-index: 1; }
.num-card .nc-link {
  color: var(--peri-deep); font-weight: 700; font-size: .9rem;
  display: inline-flex; align-items: center; gap: 6px;
  position: relative; z-index: 1;
}
.num-card .nc-link:hover { color: var(--violet); }
.num-card .nc-link svg { transition: transform .2s; }
.num-card:hover .nc-link svg { transform: translateX(4px); }
@media (max-width: 980px) { .num-grid { grid-template-columns: 1fr; } }

/* ---------- Work / portfolio grid with hover overlay ---------- */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.work-item {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--white);
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
}
.work-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: var(--white); }
.work-thumb { position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800; font-size: 1.05rem; text-align: center; padding: 16px; }
.work-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,19,46,0.05) 0%, rgba(22,19,46,0.86) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px;
  opacity: 0;
  transition: opacity .25s;
}
.work-item:hover .work-overlay { opacity: 1; }
.work-overlay h3 { color: var(--white); margin: 0 0 4px; font-size: 1.12rem; }
.work-overlay p { color: rgba(255,255,255,0.82); margin: 0 0 10px; font-size: .88rem; }
.work-overlay .view {
  color: var(--amber); font-weight: 700; font-size: .86rem;
  display: inline-flex; align-items: center; gap: 6px;
}
@media (max-width: 980px) { .work-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .work-grid { grid-template-columns: 1fr; } }

/* ---------- Numbered process timeline ---------- */
.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  align-items: start;
}
.tl-item:first-child { border-top: none; }
.tl-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--peri-bright);
}
.tl-body h3 { color: var(--white); font-size: 1.3rem; margin-bottom: 8px; }
.tl-body p { color: rgba(255,255,255,0.78); margin: 0; max-width: 62ch; }
@media (max-width: 560px) { .tl-item { grid-template-columns: 64px 1fr; gap: 18px; } .tl-num { font-size: 2.2rem; } }

/* ---------- Dark contact CTA (Get In Touch) ---------- */
.cta-contact {
  background:
    radial-gradient(700px 320px at 84% 0%, rgba(132,135,214,0.22), transparent 60%),
    var(--bg-dark);
  color: var(--white);
  border-radius: var(--radius);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.cta-contact h2 { color: var(--white); font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin-bottom: 14px; }
.cta-contact p { color: rgba(255,255,255,0.8); margin-bottom: 24px; }
.cta-contact-grid { display: flex; flex-direction: column; gap: 20px; }
.ctc-block { display: flex; gap: 16px; align-items: flex-start; }
.ctc-block .ic {
  flex: 0 0 46px; width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(132,135,214,0.14);
  color: var(--peri-bright);
  display: grid; place-items: center;
}
.ctc-block .lbl { font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,0.55); font-weight: 700; margin-bottom: 2px; }
.ctc-block .val { font-weight: 700; color: var(--white); font-size: 1.05rem; }
.ctc-block .val a { color: var(--white); }
.ctc-block .val a:hover { color: var(--peri-bright); }
@media (max-width: 880px) { .cta-contact { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; } }

/* ---------- Back to top ---------- */
.back-top {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--amber);
  color: #16132E;
  display: grid; place-items: center;
  box-shadow: 0 8px 22px rgba(244,183,64,0.4);
  opacity: 0; pointer-events: none;
  transition: opacity .25s, transform .25s;
  z-index: 60;
  cursor: pointer;
  border: none;
}
.back-top.show { opacity: 1; pointer-events: auto; }
.back-top:hover { transform: translateY(-3px); }

/* ---------- Baosh page header (inner pages, not full-height) ---------- */
.page-head-baosh {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(900px 420px at 86% -10%, rgba(132,135,214,0.22), transparent 60%),
    linear-gradient(160deg, #16132E 0%, #1F1B3D 100%);
  padding: 130px 0 76px;
  overflow: hidden;
}
.page-head-baosh::before {
  content: ""; position: absolute; top: -42%; right: -8%;
  width: 44vw; height: 44vw; max-width: 540px; max-height: 540px;
  border: 1px solid rgba(165,180,252,0.10); border-radius: 50%;
  pointer-events: none;
}
.page-head-baosh::after {
  content: ""; position: absolute; top: -22%; right: 8%;
  width: 28vw; height: 28vw; max-width: 340px; max-height: 340px;
  border: 1px solid rgba(165,180,252,0.07); border-radius: 50%;
  pointer-events: none;
}
.page-head-baosh .container { position: relative; z-index: 1; }
.page-head-baosh .breadcrumb { color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.page-head-baosh .breadcrumb a { color: rgba(255,255,255,0.8); }
.page-head-baosh .breadcrumb a:hover { color: var(--peri-bright); }
.page-head-baosh .eyebrow { color: var(--peri-bright); margin-bottom: 14px; }
.page-head-baosh h1 {
  color: var(--white); font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.06; letter-spacing: -0.02em;
  max-width: 20ch; margin: 0 0 18px;
}
.page-head-baosh h1 .out {
  -webkit-text-stroke: 1.2px rgba(165,180,252,0.5);
  color: transparent; font-family: var(--font-serif);
  font-style: italic; font-weight: 500;
}
.page-head-baosh h1 .accent { color: var(--peri-bright); }
.page-head-baosh p { color: rgba(255,255,255,0.82); max-width: 60ch; font-size: 1.12rem; margin: 0; }
@media (max-width: 720px) { .page-head-baosh { padding: 110px 0 56px; } }

/* shared section heading block for inner pages */
.shead { margin-bottom: 40px; }
.shead .eyebrow { margin-bottom: 12px; }