:root {
  --bg: #f4f3ee;
  --surface: #fff;
  --ink: #000;
  --body: #333;
  --muted: #666;
  --line: rgba(0, 0, 0, .12);
  --accent: #f6834d;
  --accent-dark: #dc6c39;
  --green: #68b67c;
  --container: 1225px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--body);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
.container { width: min(100%, var(--container)); margin: 0 auto; padding: 0 20px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.visually-hidden { border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

/* Announcement bar and navigation */
.topbar { background: var(--ink); color: #fff; font-size: 12px; line-height: 1.4; padding: 9px 0; }
.topbar .container { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 16px; justify-content: center; text-align: center; }
.topbar strong { color: #fff; font-weight: 700; }
.tb-tag { background: var(--accent); border-radius: 50px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; padding: 4px 10px; text-transform: uppercase; }
.topbar .tb-cta { border-bottom: 1px solid rgba(255, 255, 255, .7); color: #fff; font-weight: 600; }
.topbar .tb-cta:hover { border-color: var(--accent); color: var(--accent); }
.nav { background: var(--bg); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.nav .container { align-items: center; display: flex; height: 72px; justify-content: space-between; }
.logo { color: var(--ink); font-size: 26px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.logo span { color: var(--accent); }
.nav-links { align-items: center; display: flex; gap: 12px; margin-left: auto; }
.nav-links a { color: var(--ink); font-size: 13px; line-height: 1; padding: 10px 12px; }
.nav-links a:hover { color: var(--accent-dark); }
.nav-cta { border: 1px solid var(--ink); border-radius: 50px; color: var(--ink); font-size: 13px; line-height: 1; margin-left: 16px; padding: 12px 20px; }
.nav-cta:hover { background: var(--ink); color: #fff; }
.nav-toggle { background: transparent; color: var(--ink); display: none; font-size: 24px; line-height: 1; padding: 8px; }

/* Shared type and section rhythm */
section { padding: 108px 0; }
h1, h2, h3, h4, h5, p { margin: 0; }
h1, h2, h3, h4, h5 { color: var(--ink); font-weight: 500; }
h1 { font-size: clamp(44px, 5.2vw, 68px); letter-spacing: -.07em; line-height: 1.08; }
h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.055em; line-height: 1.22; }
h3 { font-size: 22px; letter-spacing: -.045em; line-height: 1.3; }
p { font-size: 15px; line-height: 1.7; }
.eyebrow { align-items: center; color: var(--body); display: inline-flex; font-size: 11px; font-weight: 600; gap: 10px; letter-spacing: .16em; line-height: 1.3; margin-bottom: 20px; text-transform: uppercase; }
.eyebrow::before { background: var(--green); content: ""; display: inline-block; height: 8px; width: 8px; }
.section-head { margin: 0 auto 52px; max-width: 760px; text-align: center; }
.section-head h2 { margin-bottom: 18px; }
.section-head p { color: var(--muted); font-size: 16px; }

/* Hero */
.hero { background: var(--bg); padding: 0 0 112px; }
.hero-grid { align-items: center; display: grid; gap: 64px; grid-template-columns: 1fr 1fr; min-height: 640px; }
.hero-text { max-width: 580px; }
.hero h1 { max-width: 560px; margin-bottom: 24px; }
.hero h1 em { color: var(--accent-dark); font-style: normal; }
.hero p.lead { color: var(--body); font-size: 16px; max-width: 570px; margin-bottom: 34px; }
.hero p.lead strong { color: var(--ink); font-weight: 700; }
.hero-cta { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; }
.btn { align-items: center; border-radius: 50px; display: inline-flex; font-size: 13px; font-weight: 600; gap: 10px; justify-content: center; line-height: 1.2; min-height: 42px; padding: 12px 22px; white-space: nowrap; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); }
.btn-outline { border: 1px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost { color: var(--ink); font-weight: 500; padding-left: 0; padding-right: 0; }
.btn-ghost:hover { color: var(--accent-dark); }
.arrow { display: inline-block; transition: transform .2s ease; }
.btn:hover .arrow { transform: translate(3px, -2px); }
.hero-photo { align-self: stretch; background: var(--accent); min-height: 600px; overflow: hidden; position: relative; }
.hero-photo::before { background: rgba(255, 255, 255, .8); content: ""; height: 56%; left: -20%; position: absolute; top: 30%; transform: rotate(-12deg); width: 90%; z-index: 0; }
.hero-photo img { height: 100%; object-fit: cover; object-position: center top; position: relative; width: 100%; z-index: 1; }
.hero-badge { align-items: center; background: rgba(255, 255, 255, .96); bottom: 24px; display: flex; gap: 11px; left: 24px; padding: 12px 16px; position: absolute; z-index: 2; }
.hero-badge .dot { background: var(--green); border-radius: 50%; height: 8px; width: 8px; }
.hero-badge:hover { background: #fff; transform: translateY(-2px); }
.hero-badge strong { color: var(--ink); font-size: 12px; font-weight: 600; }
.hero-badge span { color: var(--muted) !important; font-size: 11px !important; }
.hero-stats { border-left: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); margin-top: 56px; max-width: 560px; padding: 4px 0 4px 16px; }
.hero-stats .stat-num { color: var(--ink); font-size: 28px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.hero-stats .stat-lbl { color: var(--muted); font-size: 10px; letter-spacing: .06em; line-height: 1.4; margin-top: 8px; text-transform: uppercase; }

/* Press strip */
.media { background: var(--surface); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 42px 0 !important; }
.media .label { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.3; margin-bottom: 24px; text-align: center; text-transform: uppercase; }
.media-logos { align-items: center; display: flex; flex-wrap: wrap; gap: 20px 26px; justify-content: space-between; }
.media-logos .logo-ph { border: 1px solid var(--line); color: var(--body); display: flex; flex: 1 1 180px; flex-direction: column; font-size: 15px; font-weight: 600; gap: 4px; min-width: 150px; padding: 16px; text-align: center; }
.media-logos .logo-ph:hover { background: var(--bg); border-color: var(--ink); color: var(--ink); transform: translateY(-3px); }
.media-logos .logo-ph strong { font-size: 16px; }
.media-logos .logo-ph span { color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.4; }

/* Content cards */
.content { background: var(--bg); }
.cards { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.card { background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; }
.card:hover { border-color: var(--ink); transform: translateY(-4px); }
.card-thumb { aspect-ratio: 16 / 10; background: var(--ink); overflow: hidden; position: relative; }
.card-thumb img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.card:hover .card-thumb img { transform: scale(1.04); }
.card-thumb::after { background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .58)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.card-thumb > * { position: relative; z-index: 1; }
.card-play { align-items: center; background: rgba(255, 255, 255, .95); border-radius: 50%; display: flex; height: 50px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 50px; }
.card-play svg { fill: var(--ink); height: 18px; margin-left: 3px; width: 18px; }
.card-tag { background: var(--surface); bottom: 12px; color: var(--ink); font-size: 10px; font-weight: 700; left: 12px; letter-spacing: .08em; padding: 5px 9px; position: absolute; text-transform: uppercase; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.card-body h3 { font-size: 18px; margin-bottom: 10px; }
.card-body p { color: var(--muted); flex: 1; font-size: 13px; line-height: 1.65; margin-bottom: 18px; }
.card-meta { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.method-foot { margin-top: 42px; text-align: center; }

/* Book feature */
.book { background: var(--surface); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--body); overflow: hidden; position: relative; }
.book::before { background: var(--accent); content: ""; height: 240px; opacity: .12; position: absolute; right: -90px; top: 70px; transform: rotate(20deg); width: 420px; }
.book-grid { align-items: center; display: grid; gap: 76px; grid-template-columns: .82fr 1.18fr; position: relative; }
.book-cover { background: var(--ink); box-shadow: 20px 20px 0 var(--accent); max-width: 360px; overflow: hidden; }
.book-cover img { height: 100%; object-fit: cover; width: 100%; }
.book-content { position: relative; }
.book-content .eyebrow { color: var(--body); }
.book-content h2 { margin-bottom: 22px; }
.book-content h2 em { color: var(--accent-dark); font-style: normal; }
.book-content .lead { color: var(--muted); font-size: 16px; margin-bottom: 22px; }
.book-bullets { list-style: none; margin: 20px 0 30px; }
.book-bullets li { align-items: flex-start; color: var(--body); display: flex; font-size: 14px; gap: 10px; padding: 7px 0; }
.book-bullets svg { color: var(--accent-dark); flex: 0 0 auto; margin-top: 4px; }
.book-press { border-top: 1px solid var(--line); color: var(--muted); display: flex; flex-wrap: wrap; font-size: 10px; gap: 20px; letter-spacing: .1em; margin-top: 24px; padding-top: 18px; text-transform: uppercase; }
.book-press span::before { color: var(--accent); content: "■"; margin-right: 8px; }
.book-rating { align-items: center; display: inline-flex; flex-wrap: wrap; gap: 7px; }
.book-rating::before { color: var(--accent); content: "■"; margin-right: 1px; }
.book-rating:hover { color: var(--ink); }
.book-rating > span:last-child { color: var(--muted); }
.rating-stars { color: #e9a21b; font-size: 15px; letter-spacing: .05em; line-height: 1; }
.book-rating strong { color: var(--ink); font-size: 13px; letter-spacing: 0; }

/* Method and services */
.method { background: var(--bg); }
.method-grid { display: grid; gap: 16px; grid-template-columns: repeat(5, 1fr); }
.pillar { background: var(--surface); border: 1px solid var(--line); padding: 28px 18px 26px; text-align: center; transition: border-color .2s ease, transform .2s ease; }
.pillar:hover { border-color: var(--ink); transform: translateY(-4px); }
.pillar-ic { align-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); display: flex; font-size: 24px; height: 50px; justify-content: center; margin: 0 auto 18px; width: 50px; }
.pillar:hover .pillar-ic { background: var(--accent); border-color: var(--accent); color: #fff; }
.pillar h3 { font-size: 19px; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.newsletter { background: var(--accent); color: var(--ink); overflow: hidden; position: relative; text-align: center; }
.newsletter::before { border: 1px solid rgba(0, 0, 0, .12); border-radius: 50%; content: ""; height: 360px; position: absolute; right: -100px; top: -180px; width: 360px; }
.newsletter .container { max-width: 780px; position: relative; }
.newsletter .eyebrow { color: var(--ink); }
.newsletter h2 { margin-bottom: 18px; }
.newsletter p { color: rgba(0, 0, 0, .72); font-size: 16px; margin-bottom: 30px; }
.news-form { background: var(--surface); display: flex; gap: 8px; margin: 0 auto; max-width: 560px; padding: 7px; }
.news-form input { background: transparent; border: 0; color: var(--ink); flex: 1; min-width: 0; outline: none; padding: 11px 14px; }
.news-form button { background: var(--ink); border-radius: 50px; color: #fff; font-size: 13px; font-weight: 600; padding: 12px 20px; }
.news-form button:hover { background: var(--accent-dark); }
.newsletter .news-note { color: rgba(0, 0, 0, .6); font-size: 12px; margin: 16px 0 0; }
.services { background: var(--bg); }
.svc-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.svc { background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; padding: 28px 24px 24px; }
.svc:hover { border-color: var(--ink); transform: translateY(-4px); }
.svc-ic { align-items: center; border: 1px solid var(--line); display: flex; height: 52px; justify-content: center; margin-bottom: 20px; width: 52px; }
.svc-ic.i1 { color: var(--accent-dark); }
.svc-ic.i2 { color: var(--ink); }
.svc-ic.i3 { background: var(--ink); color: #fff; }
.svc-ic.i4 { color: var(--green); }
.svc h3 { font-size: 21px; margin-bottom: 10px; }
.svc p { color: var(--muted); flex: 1; font-size: 13px; margin-bottom: 20px; }
.svc-link { color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.svc-link:hover { color: var(--accent-dark); }

/* Footer */
.footer { background: var(--ink); color: #fff; padding: 78px 0 28px; }
.footer-grid { display: grid; gap: 48px; grid-template-columns: 1.4fr 1fr 1fr 1fr; margin-bottom: 52px; }
.footer .logo { color: #fff; display: inline-block; font-size: 30px; margin-bottom: 14px; }
.footer .logo span { color: var(--accent); }
.footer-brand p { color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.7; margin-bottom: 22px; max-width: 310px; }
.socials { display: flex; gap: 8px; }
.socials a { align-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; display: flex; height: 32px; justify-content: center; width: 32px; }
.socials a:hover { background: var(--accent); border-color: var(--accent); }
.socials svg { fill: #fff; height: 14px; width: 14px; }
.footer h5 { color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 16px; text-transform: uppercase; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 8px; }
.footer li a { color: rgba(255, 255, 255, .62); font-size: 13px; }
.footer li a:hover { color: var(--accent); }
.footer-bot { align-items: center; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .45); display: flex; flex-wrap: wrap; font-size: 11px; gap: 14px; justify-content: space-between; padding-top: 22px; }

/* Motion */
.fade-in { animation: fadeIn .65s ease both; }
.fade-in.d1 { animation-delay: .1s; }
.fade-in.d2 { animation-delay: .2s; }
.fade-in.d3 { animation-delay: .3s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
  .hero-grid { gap: 40px; grid-template-columns: 1fr .9fr; }
  .hero-photo { min-height: 520px; }
  .cards, .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: repeat(3, 1fr); }
  .book-grid { gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  section { padding: 76px 0; }
  .topbar .container { gap: 8px 12px; }
  .nav .container { height: 64px; }
  .nav-links { align-items: stretch; background: var(--surface); border: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 20px; margin: 0; padding: 8px; position: absolute; right: 20px; top: 64px; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 14px; }
  .nav-cta { margin-left: auto; margin-right: 10px; padding: 10px 14px; }
  .nav-toggle { display: block; }
  .hero { padding-bottom: 76px; }
  .hero-grid, .book-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; min-height: auto; padding-top: 56px; }
  .hero-photo { min-height: 420px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-stats { gap: 14px; margin-top: 40px; }
  .hero-stats .stat-num { font-size: 24px; }
  .hero-stats .stat-lbl { font-size: 9px; }
  .media-logos { gap: 12px; }
  .media-logos .logo-ph { flex-basis: 40%; min-width: 0; }
  .cards, .svc-grid { grid-template-columns: 1fr; }
  .book-grid { gap: 46px; }
  .book-cover { box-shadow: 12px 12px 0 var(--accent); margin: 0 auto; max-width: 280px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar { padding-left: 12px; padding-right: 12px; }
  .news-form { align-items: stretch; flex-direction: column; }
  .news-form button { width: 100%; }
  .footer-grid { gap: 34px; grid-template-columns: 1fr; }
  .footer-bot { align-items: flex-start; flex-direction: column; }
}

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