:root {
  --black: #070707;
  --ink: #151515;
  --muted: #69645c;
  --soft: #f7f3eb;
  --paper: #ffffff;
  --cream: #fbf8f1;
  --gold: #b7922a;
  --gold-dark: #7d621e;
  --line: rgba(15, 15, 15, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  --radius: 24px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.section-pad { padding: 94px 0; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; background: var(--gold); color: var(--black); padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 240px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .95rem; color: #3d3932; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--gold-dark); }
.nav-button { border: 1px solid var(--gold); padding: 11px 16px; border-radius: 999px; font-weight: 800; color: var(--gold-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; background: var(--black); margin: 6px 0; }

.eyebrow { margin: 0 0 13px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 900; }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.04em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); max-width: 900px; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); }
h3 { font-size: 1.27rem; letter-spacing: -.02em; }
.lead { font-size: clamp(1.05rem, 2vw, 1.27rem); color: #565047; max-width: 760px; margin: 26px 0 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--black); color: var(--paper); box-shadow: 0 14px 36px rgba(0,0,0,.18); }
.button-light { background: var(--paper); color: var(--black); border: 1px solid var(--line); }
.button-gold { background: linear-gradient(135deg, #d5b85c, var(--gold)); color: #161105; box-shadow: 0 16px 38px rgba(183,146,42,.22); }
.full { width: 100%; }

.hero { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 54px; }
.hero-content { padding: 22px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trust-line span { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 13px; color: #504a41; font-size: .9rem; font-weight: 700; }
.hero-visual { position: relative; min-height: 650px; }
.portrait-card { position: absolute; right: 0; top: 0; width: min(100%, 470px); height: 620px; border-radius: 36px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(183,146,42,.28); background: #ddd; }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.mini-card { position: absolute; left: 0; bottom: 24px; width: 340px; background: var(--black); color: var(--paper); border-radius: 26px; padding: 20px; box-shadow: var(--shadow); border: 1px solid rgba(183,146,42,.32); }
.mini-card img { border-radius: 14px; margin-bottom: 16px; }
.mini-card p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; color: #f4ecd8; }

.service-bar { background: var(--black); color: #fff; }
.service-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-bar-grid div { padding: 25px 22px; border-left: 1px solid rgba(255,255,255,.09); }
.service-bar-grid div:last-child { border-right: 1px solid rgba(255,255,255,.09); }
.service-bar-grid strong { display: block; color: #d0af4d; }
.service-bar-grid span { display: block; color: rgba(255,255,255,.65); font-size: .92rem; margin-top: 4px; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.align-start { align-items: start; }
.about { background: var(--paper); }
.text-block p, .section-title p, .center-title p { color: var(--muted); font-size: 1.04rem; }
.pill-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.pill-grid span { background: var(--soft); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font-weight: 800; color: #2d2923; }
.center-title { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.center-title p:not(.eyebrow) { margin: 18px auto 0; }



.section-pad-sm { padding: 52px 0; }
.credibility-teaser { background: var(--paper); }
.teaser-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 18px 45px rgba(0,0,0,.05); }
.teaser-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.1; letter-spacing: -.03em; margin: 8px 0 12px; }
.teaser-card p:not(.eyebrow) { margin: 0; color: var(--muted); }
.page-hero { background: linear-gradient(135deg, #070707 0%, #191308 100%); color: #fff; }
.page-hero .center-title p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.page-hero h1 { max-width: 900px; margin-left: auto; margin-right: auto; }

.credibility { background: #fff; }
.credibility .center-title p { max-width: 820px; }
.credibility-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 36px 0 22px; }
.credibility-stats div { background: var(--black); color: #fff; border-radius: 22px; padding: 24px; border: 1px solid rgba(183,146,42,.45); }
.credibility-stats strong { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 2.5vw, 2.35rem); line-height: 1; margin-bottom: 10px; }
.credibility-stats span { color: rgba(255,255,255,.76); font-size: .95rem; }
.credibility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.cred-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.cred-card h3, .work-examples h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.cred-card ul { margin: 16px 0 0; padding-left: 20px; color: var(--muted); }
.cred-card li { margin-bottom: 10px; }
.work-examples { margin-top: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 18px 45px rgba(0,0,0,.05); }
.examples-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 18px; }
.examples-grid p { margin: 0; background: var(--cream); border-left: 3px solid var(--gold); border-radius: 14px; padding: 16px; color: var(--muted); font-size: .95rem; }
.checkout-note { margin-top: 18px; background: rgba(183,146,42,.12); border: 1px solid rgba(183,146,42,.35); border-radius: 20px; padding: 22px 24px; }
.checkout-note strong { color: var(--gold-dark); }
.checkout-note p { color: var(--muted); margin: 8px 0 0; }

.featured { background: var(--black); color: #fff; }
.featured .center-title p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featured-card { border: 1px solid rgba(183,146,42,.3); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); border-radius: var(--radius); padding: 28px; min-height: 310px; display: flex; flex-direction: column; }
.featured-card span { width: 46px; height: 46px; display: grid; place-items: center; background: rgba(183,146,42,.18); color: #d0af4d; border-radius: 50%; font-weight: 900; margin-bottom: 24px; }
.featured-card p { color: rgba(255,255,255,.7); }
.featured-card a { color: #d0af4d; font-weight: 900; margin-top: auto; }

.services { background: var(--cream); }
.filter-controls { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 32px; }
.filter { border: 1px solid var(--line); background: #fff; color: #3e3931; border-radius: 999px; padding: 10px 14px; font-weight: 800; cursor: pointer; transition: .2s; }
.filter:hover, .filter.active { background: var(--black); color: #d0af4d; border-color: var(--black); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; min-height: 410px; display: flex; flex-direction: column; box-shadow: 0 12px 34px rgba(0,0,0,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(183,146,42,.55); box-shadow: 0 22px 60px rgba(0,0,0,.10); }
.service-card.hidden { display: none; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.card-top span { background: rgba(183,146,42,.12); color: var(--gold-dark); border-radius: 999px; padding: 7px 10px; font-size: .78rem; font-weight: 900; }
.card-top strong { color: var(--gold-dark); font-size: .88rem; text-align: right; line-height: 1.25; }
.service-card p { color: var(--muted); margin: 14px 0 0; }
.service-card ul { padding-left: 18px; margin: 18px 0 0; color: #4d473f; }
.service-card li { margin: 8px 0; }
.card-link { margin-top: auto; padding-top: 22px; color: var(--gold-dark); font-weight: 900; }
.premium { background: linear-gradient(135deg, #0a0a0a 0%, #1d1709 100%); color: #fff; border-color: rgba(183,146,42,.34); }
.premium p, .premium li { color: rgba(255,255,255,.72); }
.premium .card-link, .premium .card-top strong { color: #d0af4d; }
.premium .card-top span { color: #d0af4d; background: rgba(183,146,42,.18); }

.pricing { background: #fff; }
.price-list { background: var(--black); color: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.price-list div { display: flex; justify-content: space-between; gap: 22px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.price-list div:last-child { border-bottom: 0; }
.price-list span { color: rgba(255,255,255,.72); }
.price-list strong { color: #d0af4d; text-align: right; white-space: normal; min-width: 160px; }

.digital { background: var(--soft); }
.digital-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.digital-grid a { min-height: 138px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.digital-grid a:hover { transform: translateY(-3px); border-color: rgba(183,146,42,.55); box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.digital-grid em { color: var(--gold-dark); font-style: normal; font-size: .9rem; font-weight: 900; margin-top: 12px; }
.digital-grid span { font-weight: 900; }
.digital-grid strong { color: var(--gold-dark); }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--cream); }
.process-card span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--black); color: #d0af4d; font-weight: 900; margin-bottom: 28px; }
.process-card p { color: var(--muted); margin-bottom: 0; }

.terms { background: var(--cream); }
.terms-stack { display: grid; gap: 16px; }
.terms-link-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border: 1px solid rgba(183,146,42,.55); border-radius: 18px; padding: 20px 24px; box-shadow: 0 14px 38px rgba(0,0,0,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.terms-link-row:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 22px 58px rgba(0,0,0,.10); }
.terms-link-row span { color: var(--ink); font-weight: 900; }
.terms-link-row strong { color: var(--gold-dark); font-weight: 900; white-space: nowrap; }

.terms-link-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 18px 50px rgba(0,0,0,.08); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.terms-link-card:hover { transform: translateY(-4px); border-color: rgba(183,146,42,.55); box-shadow: 0 24px 70px rgba(0,0,0,.12); }
.terms-link-card span { display: inline-flex; margin-bottom: 16px; border-radius: 999px; padding: 8px 12px; background: rgba(183,146,42,.12); color: var(--gold-dark); font-weight: 900; font-size: .85rem; }
.terms-link-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.05; letter-spacing: -.03em; color: var(--ink); }
.terms-link-card p { margin: 18px 0 0; color: var(--muted); }

.accordion { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.accordion-button { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 22px 24px; text-align: left; cursor: pointer; font-weight: 900; position: relative; color: var(--ink); }
.accordion-button::after { content: "+"; position: absolute; right: 24px; color: var(--gold-dark); font-weight: 900; }
.accordion-button.active::after { content: "–"; }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .25s ease; border-bottom: 1px solid var(--line); }
.accordion-panel p { padding: 0 24px 22px; margin: 0; color: var(--muted); }

.contact { background: linear-gradient(135deg, #070707 0%, #191308 100%); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.contact-copy p { color: rgba(255,255,255,.7); font-size: 1.08rem; }
.contact-card { border: 1px solid rgba(183,146,42,.34); background: rgba(255,255,255,.06); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); }
.contact-card img { border-radius: 16px; margin-bottom: 20px; }
.contact-card .button + .button { margin-top: 12px; }

.site-footer { background: #030303; color: rgba(255,255,255,.62); padding: 28px 0; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .92rem; }
.footer-grid a { color: #d0af4d; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 82px; display: grid; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 16px 20px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .nav-button { border: 0; border-radius: 0; }
  .hero-grid, .split-grid, .contact-grid, .teaser-card { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { min-height: 600px; max-width: 620px; }
  .service-bar-grid, .featured-grid, .cards-grid, .digital-grid, .credibility-stats, .credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .examples-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section-pad { padding: 70px 0; }
  .brand img { width: 190px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: auto; display: grid; gap: 16px; }
  .portrait-card, .mini-card { position: static; width: 100%; }
  .portrait-card { height: 520px; }
  .mini-card { padding: 18px; }
  .service-bar-grid, .featured-grid, .cards-grid, .digital-grid, .process-grid, .credibility-stats, .credibility-grid, .examples-grid { grid-template-columns: 1fr; }
  .service-bar-grid div { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .pill-grid { grid-template-columns: 1fr; }
  .price-list div { flex-direction: column; gap: 6px; }
  .price-list strong { text-align: left; white-space: normal; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
