:root {
  --ink: #0a0a09;
  --ink-soft: #161512;
  --paper: #f4f0e7;
  --paper-deep: #e9e1d3;
  --white: #fffdf7;
  --gold: #d6a438;
  --gold-bright: #f2c55d;
  --line: rgba(17, 16, 13, 0.16);
  --muted: #686157;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto 0;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 5vw;
  color: var(--white);
  background: rgba(8, 8, 7, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}
.brand-lockup, .footer-brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-lockup img, .footer-brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.brand-lockup span, .footer-brand span { display: grid; gap: 2px; }
.brand-lockup strong, .footer-brand strong { font-family: Georgia, serif; font-size: 16px; letter-spacing: 0.17em; }
.brand-lockup small, .footer-brand small { color: var(--gold-bright); font-size: 8px; letter-spacing: 0.34em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: 13px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; color: var(--ink); background: var(--gold-bright); padding: 13px 17px; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.header-cta span { margin-left: 12px; }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; place-items: center; list-style: none; cursor: pointer; color: var(--gold-bright); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transition: border-color .25s ease, background .25s ease; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary:hover, .mobile-menu summary:focus-visible { border-color: var(--gold-bright); background: rgba(242,197,93,.08); outline: none; }
.menu-icon { width: 20px; display: grid; gap: 4px; }
.menu-icon i { display: block; width: 100%; height: 2px; background: var(--gold-bright); border-radius: 999px; transform-origin: center; transition: transform .28s ease, opacity .2s ease, width .28s ease; }
.menu-icon i:nth-child(2) { width: 14px; justify-self: end; }
.mobile-menu[open] .menu-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu[open] .menu-icon i:nth-child(2) { width: 0; opacity: 0; }
.mobile-menu[open] .menu-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: 50px; right: 0; min-width: 190px; padding: 14px; display: grid; background: #11100e; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.mobile-menu nav a { padding: 12px 10px; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.08); }

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  grid-template-rows: 1fr auto;
  gap: 30px 7vw;
  padding: 165px 7vw 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 74% 38%, rgba(207, 150, 38, .16), transparent 26%),
    linear-gradient(120deg, #080807 0%, #11100e 64%, #070706 100%);
}
.hero::before { content: ""; position: absolute; inset: 84px 0 0 50%; border-left: 1px solid rgba(255,255,255,.07); }
.hero-grain { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.45) .55px, transparent .55px); background-size: 5px 5px; mask-image: linear-gradient(90deg, transparent, black 35%, black); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-bottom: 70px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--gold-bright); }
.eyebrow span { width: 28px; height: 1px; background: var(--gold-bright); }
.hero h1 { max-width: 760px; margin: 26px 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(62px, 6.2vw, 104px); line-height: .96; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--gold-bright); font-weight: 400; }
.hero-intro { max-width: 630px; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; gap: 34px; padding: 17px 20px; font-size: 13px; font-weight: 700; }
.button-gold { color: var(--ink); background: var(--gold-bright); box-shadow: 0 14px 34px rgba(218,168,57,.15); transition: transform .2s ease, background .2s ease; }
.button-gold:hover { transform: translateY(-2px); background: #ffd77c; }
.text-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.78); font-size: 13px; }
.text-link span { margin-left: 14px; color: var(--gold); }
.hero-visual { position: relative; z-index: 1; min-height: 500px; display: grid; place-items: center; align-self: center; }
.mark-frame { position: relative; width: min(65%, 350px); aspect-ratio: 1; border-radius: 50%; box-shadow: 0 0 80px rgba(216,164,56,.12); overflow: hidden; }
.mark-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.mark-frame img { width: 100%; height: 100%; object-fit: cover; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(222,174,77,.22); transform: rotate(-18deg); }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 22px var(--gold); }
.orbit-one { width: 84%; aspect-ratio: 1; }
.orbit-one::before { left: 7%; top: 24%; }
.orbit-one::after { right: 4%; bottom: 28%; }
.orbit-two { width: 105%; aspect-ratio: 1; border-color: rgba(255,255,255,.09); transform: rotate(35deg); }
.orbit-two::before { left: 46%; top: -3px; width: 5px; height: 5px; background: white; }
.orbit-two::after { display: none; }
.visual-label { position: absolute; right: 1%; bottom: 7%; margin: 0; color: rgba(255,255,255,.45); font-family: Georgia, serif; font-size: 12px; text-transform: uppercase; letter-spacing: .3em; transform: rotate(-90deg); transform-origin: right center; }
.hero-meta { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.hero-meta div { display: grid; gap: 8px; padding: 28px 30px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-meta div:first-child { padding-left: 0; }
.hero-meta small { color: var(--gold-bright); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.hero-meta strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }

.section { position: relative; padding: 120px 7vw; }
.section-index { color: #92897c; font-size: 9px; font-weight: 700; letter-spacing: .24em; }
.about { display: grid; grid-template-columns: .45fr 1.05fr .72fr; gap: 5vw; }
.about-heading h2, .brands-intro h2, .process h2, .contact h2 { margin: 18px 0 0; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.035em; }
.about-heading h2 { font-size: clamp(42px, 4vw, 66px); line-height: 1.08; }
.kicker { color: #b27b15; }
.about-body { padding-top: 38px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.about-body .lead { color: var(--ink); font-family: Georgia, serif; font-size: 22px; line-height: 1.5; }
.principles { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles div { display: flex; align-items: center; gap: 18px; padding: 24px 20px; border-right: 1px solid var(--line); }
.principles span { color: #a99779; font-size: 10px; }
.principles strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }

.section-dark { padding: 120px 7vw; color: var(--white); background: #11100e; }
.section-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.section-topline p { margin: 0; color: var(--gold-bright); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }
.capability-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; padding: 70px 0 55px; }
.capability-heading h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(48px, 5vw, 76px); line-height: 1; letter-spacing: -.035em; }
.capability-heading p { margin: 0 0 4px; color: rgba(255,255,255,.55); line-height: 1.75; font-size: 14px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.12); }
.capability-card { position: relative; min-height: 345px; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); overflow: hidden; transition: background .25s ease; }
.capability-card:last-child { border-right: 0; }
.capability-card:hover { background: #1b1915; }
.capability-code { color: var(--gold-bright); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.circuit-dot { width: 10px; height: 10px; margin-top: 60px; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 20px 0 0 -4px #11100e, 20px 0 0 -3px rgba(242,197,93,.5); }
.circuit-dot::after { content: ""; display: block; width: 50px; height: 1px; margin: 2px 0 0 8px; background: linear-gradient(90deg, var(--gold), transparent); }
.capability-card h3 { margin: 28px 0 15px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.capability-card p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.card-arrow { position: absolute; right: 24px; bottom: 24px; color: rgba(255,255,255,.35); }

.brands { display: grid; grid-template-columns: .4fr .8fr 1.2fr; gap: 5vw; align-items: start; }
.brands-intro h2 { font-size: clamp(44px, 4.6vw, 72px); line-height: 1.02; }
.brands-intro > p:last-child { color: var(--muted); line-height: 1.75; font-size: 14px; }
.brand-list { margin-top: 30px; border-top: 1px solid var(--line); }
.brand-list article { position: relative; display: grid; grid-template-columns: 34px 92px 1fr; gap: 16px; align-items: center; min-height: 132px; padding: 20px 45px 20px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease; }
.brand-list article:hover { padding-left: 12px; }
.brand-list .brand-number { align-self: start; padding-top: 9px; color: #9c8e78; font-size: 10px; }
.brand-icon { position: relative; width: 92px; height: 92px; overflow: hidden; border: 1px solid rgba(17,16,13,.1); border-radius: 22px; background: #fff; box-shadow: 0 10px 26px rgba(16,14,10,.08); }
.brand-icon img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,.8,.25,1); }
.brand-list article:hover .brand-icon img { transform: scale(1.08); }
.brand-icon--jal-era img { position: absolute; top: -1%; left: 50%; width: 155%; height: auto; max-width: none; transform: translateX(-50%); }
.brand-list article:hover .brand-icon--jal-era img { transform: translateX(-50%) scale(1.05); }
.brand-copy { min-width: 0; }
.brand-list h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.brand-list p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.brand-dashboard-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; color: #956513; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-dashboard-link span { transition: transform .25s ease; }
.brand-dashboard-link:hover span { transform: translateX(4px); }
.brand-list i { position: absolute; right: 5px; top: 31px; color: #ab7922; font-style: normal; }

.process { background: var(--paper-deep); }
.process-head { display: grid; grid-template-columns: 1.2fr .55fr; gap: 10vw; align-items: end; }
.process h2 { font-size: clamp(48px, 5vw, 76px); line-height: 1.02; }
.process-head > p { color: var(--muted); line-height: 1.75; font-size: 14px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.process-grid article { position: relative; padding: 32px 30px 15px 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 30px; }
.process-grid span { color: #ad7b20; font-size: 10px; letter-spacing: .16em; }
.process-grid h3 { margin: 55px 0 15px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.process-grid p { max-width: 220px; color: var(--muted); line-height: 1.65; font-size: 13px; }

.vision { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 700px; background: #0b0b0a; color: var(--white); }
.portrait-wrap { position: relative; min-height: 700px; overflow: hidden; }
.portrait-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,5,4,.86)); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(.25) contrast(1.03); }
.portrait-caption { position: absolute; z-index: 2; left: 7vw; bottom: 50px; display: grid; gap: 7px; }
.portrait-caption span { color: var(--gold-bright); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.portrait-caption strong { font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.portrait-caption small { color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.vision-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 9vw; border-left: 1px solid rgba(255,255,255,.1); }
.vision-copy blockquote { margin: 18px 0 32px; font-family: Georgia, serif; font-size: clamp(40px, 4vw, 64px); line-height: 1.08; letter-spacing: -.035em; }
.vision-copy > p { max-width: 600px; color: rgba(255,255,255,.55); line-height: 1.8; font-size: 14px; }
.signature { width: fit-content; margin-top: 46px; padding-top: 18px; color: var(--gold-bright); border-top: 1px solid rgba(242,197,93,.35); font-family: Georgia, serif; font-style: italic; letter-spacing: .08em; }

.contact { position: relative; overflow: hidden; padding: 110px 7vw 60px; color: var(--white); background: #17130d; }
.contact-glow { position: absolute; width: 620px; height: 620px; right: -180px; top: -280px; border-radius: 50%; background: radial-gradient(circle, rgba(216,164,56,.24), transparent 67%); }
.contact-main { position: relative; display: grid; grid-template-columns: 1.2fr .4fr; gap: 8vw; align-items: center; padding: 50px 0 70px; }
.contact h2 { max-width: 900px; color: var(--white); font-size: clamp(48px, 5.5vw, 82px); line-height: 1.04; }
.round-cta { justify-self: end; width: 170px; height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: var(--ink); background: var(--gold-bright); border-radius: 50%; transition: transform .25s ease, background .25s ease; }
.round-cta:hover { transform: rotate(-6deg) scale(1.03); background: #ffd77c; }
.round-cta span { font-size: 13px; font-weight: 700; line-height: 1.25; text-align: center; }
.contact-details { position: relative; display: grid; grid-template-columns: 1.15fr 1fr .75fr .8fr; border-top: 1px solid rgba(255,255,255,.14); }
.contact-details > div { padding: 28px 28px 0 0; }
.contact-details small { color: var(--gold-bright); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.contact-details p, .contact-details address { margin: 13px 0 0; color: rgba(255,255,255,.68); font-family: Georgia, serif; font-size: 16px; font-style: normal; line-height: 1.55; }
.contact-phone { color: var(--white); font-size: 18px; transition: color .25s ease; }
.contact-phone:hover { color: var(--gold-bright); }
.whatsapp-contact-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: #73e59a; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; }
.whatsapp-contact-link span { display: inline-block; transition: transform .25s ease; }
.whatsapp-contact-link:hover span { transform: translate(3px, -3px); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 28px 5vw; color: rgba(255,255,255,.5); background: #080807; font-size: 10px; }
footer .footer-brand { color: white; }
footer .footer-brand img { width: 36px; height: 36px; }
footer .footer-brand strong { font-size: 12px; }
footer .footer-brand small { font-size: 6px; }
footer p { margin: 0; }
footer > a:last-child { justify-self: end; color: var(--gold-bright); }
.whatsapp-float {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  color: #06120a;
  background: #5fe085;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0,0,0,.28), 0 0 0 0 rgba(95,224,133,.32);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
  animation: whatsapp-pulse 3s ease-out infinite;
}
.whatsapp-float:hover { transform: translateY(-4px); background: #78ec99; box-shadow: 0 20px 46px rgba(0,0,0,.35); }
.whatsapp-dot { width: 9px; height: 9px; border-radius: 50%; background: #0d5c2a; box-shadow: 0 0 0 4px rgba(13,92,42,.13); }

/* Refined motion system */
.site-header {
  animation: header-arrive .75s cubic-bezier(.22, .8, .25, 1) both;
}
.brand-lockup img, .footer-brand img {
  transition: transform .45s cubic-bezier(.22, .8, .25, 1), box-shadow .45s ease;
}
.brand-lockup:hover img, .footer-brand:hover img {
  transform: rotate(8deg) scale(1.06);
  box-shadow: 0 0 24px rgba(242, 197, 93, .22);
}
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-intro,
.hero-copy .hero-actions {
  animation: hero-rise .9s cubic-bezier(.22, .8, .25, 1) both;
}
.hero-copy h1 { animation-delay: .1s; }
.hero-copy .hero-intro { animation-delay: .2s; }
.hero-copy .hero-actions { animation-delay: .3s; }
.hero-visual { animation: visual-arrive 1.15s cubic-bezier(.22, .8, .25, 1) .18s both; }
.hero-grain { animation: grain-drift 18s linear infinite; }
.mark-frame {
  animation: mark-float 6s ease-in-out 1.2s infinite;
  will-change: transform;
}
.mark-frame img {
  transform: scale(1.015);
  transition: transform .8s cubic-bezier(.22, .8, .25, 1), filter .8s ease;
}
.mark-frame:hover img { transform: scale(1.075); filter: brightness(1.08); }
.orbit-one { animation: orbit-one-spin 20s linear infinite; }
.orbit-two { animation: orbit-two-spin 30s linear infinite; }
.hero-meta > div { animation: meta-rise .75s cubic-bezier(.22, .8, .25, 1) both; }
.hero-meta > div:nth-child(1) { animation-delay: .45s; }
.hero-meta > div:nth-child(2) { animation-delay: .55s; }
.hero-meta > div:nth-child(3) { animation-delay: .65s; }
.button span, .header-cta span, .text-link span, .card-arrow, .brand-list i {
  display: inline-block;
  transition: transform .25s ease;
}
.button:hover span, .header-cta:hover span, .text-link:hover span { transform: translate(4px, -2px); }
.capability-card {
  transition: transform .32s cubic-bezier(.22, .8, .25, 1), background .25s ease, box-shadow .32s ease;
}
.capability-card:hover {
  transform: translateY(-8px);
  background: #201d18;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  z-index: 2;
}
.capability-card:hover .card-arrow { transform: translate(4px, -4px); color: var(--gold-bright); }
.capability-card:hover .circuit-dot { box-shadow: 0 0 18px rgba(242, 197, 93, .38), 20px 0 0 -4px #201d18, 20px 0 0 -3px rgba(242,197,93,.7); }
.brand-list article { transition: padding-left .28s ease, background-color .28s ease; }
.brand-list article:hover { padding-left: 14px; background: rgba(255, 253, 247, .36); }
.brand-list article:hover i { transform: translate(4px, -4px); }
.principles div, .process-grid article {
  transition: background-color .3s ease, transform .3s cubic-bezier(.22, .8, .25, 1);
}
.principles div:hover { background: rgba(255,255,255,.42); transform: translateY(-3px); }
.process-grid article:hover { background: rgba(255,255,255,.26); transform: translateY(-5px); }
.portrait-wrap img { transition: transform 1.6s cubic-bezier(.22, .8, .25, 1), filter .8s ease; }
.portrait-wrap:hover img { transform: scale(1.035); filter: grayscale(.08) contrast(1.04); }
.contact-glow { animation: contact-glow 5s ease-in-out infinite; }
.round-cta::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(242, 197, 93, .45);
  border-radius: 50%;
  animation: cta-ring 2.8s ease-out infinite;
}
.round-cta { position: relative; }

.motion-ready .reveal-target {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(30px);
  transition:
    opacity .75s cubic-bezier(.22, .8, .25, 1),
    transform .75s cubic-bezier(.22, .8, .25, 1),
    filter .75s ease,
    background-color .28s ease,
    box-shadow .32s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .reveal-target.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.motion-ready .reveal-target.capability-card.is-visible:hover { transform: translateY(-8px); }
.motion-ready .reveal-target.process-grid.is-visible:hover { transform: translateY(-5px); }

@keyframes header-arrive {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-rise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes visual-arrive {
  from { opacity: 0; transform: scale(.9) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes meta-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes mark-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.015); }
}
@keyframes orbit-one-spin {
  from { transform: rotate(-18deg); }
  to { transform: rotate(342deg); }
}
@keyframes orbit-two-spin {
  from { transform: rotate(35deg); }
  to { transform: rotate(-325deg); }
}
@keyframes grain-drift {
  from { background-position: 0 0; }
  to { background-position: 90px 60px; }
}
@keyframes contact-glow {
  0%, 100% { opacity: .65; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.06); }
}
@keyframes cta-ring {
  0% { opacity: .75; transform: scale(.94); }
  70%, 100% { opacity: 0; transform: scale(1.16); }
}
@keyframes whatsapp-pulse {
  0%, 55%, 100% { box-shadow: 0 16px 38px rgba(0,0,0,.28), 0 0 0 0 rgba(95,224,133,.3); }
  75% { box-shadow: 0 16px 38px rgba(0,0,0,.28), 0 0 0 13px rgba(95,224,133,0); }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr .75fr; gap: 20px; padding-left: 6vw; padding-right: 6vw; }
  .hero h1 { font-size: clamp(58px, 7vw, 78px); }
  .about { grid-template-columns: .35fr 1fr; }
  .about-body { grid-column: 2; }
  .principles { grid-column: 2; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-card { border-bottom: 1px solid rgba(255,255,255,.12); }
  .brands { grid-template-columns: .25fr 1fr; }
  .brand-list { grid-column: 2; }
  .vision-copy { padding: 70px 6vw; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand-lockup img { width: 38px; height: 38px; }
  .brand-lockup strong { font-size: 13px; }
  .hero { min-height: auto; display: block; padding: 130px 22px 0; }
  .hero::before { display: none; }
  .hero-copy { padding-bottom: 35px; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; }
  .hero h1 { margin: 24px 0; font-size: clamp(48px, 14vw, 68px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { min-height: 390px; margin-top: 20px; }
  .mark-frame { width: 58%; }
  .visual-label { display: none; }
  .hero-meta { margin-top: 20px; grid-template-columns: 1fr; }
  .hero-meta div { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section, .section-dark { padding: 85px 22px; }
  .about, .brands { display: block; }
  .about-heading { margin-top: 45px; }
  .about-body { padding-top: 20px; }
  .principles { display: block; margin-top: 35px; }
  .principles div { border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-heading { display: block; padding: 50px 0 35px; }
  .capability-heading h2 { font-size: 46px; }
  .capability-heading p { margin-top: 25px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 305px; border-right: 0; }
  .brands-intro { margin-top: 45px; }
  .brand-list { margin-top: 45px; }
  .brand-list article { grid-template-columns: 24px 76px 1fr; gap: 12px; min-height: 116px; padding-right: 30px; }
  .brand-icon { width: 76px; height: 76px; border-radius: 18px; }
  .brand-list h3 { font-size: 24px; }
  .brand-list p { font-size: 12px; }
  .process-head { display: block; }
  .process-head > p { margin-top: 25px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article { min-height: 230px; border-bottom: 1px solid var(--line); }
  .process-grid article:nth-child(odd) { padding-left: 0; }
  .vision { grid-template-columns: 1fr; }
  .portrait-wrap { min-height: 520px; }
  .vision-copy { padding: 80px 22px; }
  .contact { padding: 85px 22px 50px; }
  .contact-main { display: block; }
  .round-cta { width: 140px; height: 140px; margin-top: 40px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 12px 15px; }
  footer { grid-template-columns: 1fr auto; padding: 26px 22px; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
}

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