:root {
  --black: #080806;
  --onyx: #11110e;
  --charcoal: #1c1b17;
  --cream: #f4efe4;
  --paper: #fbf8f1;
  --gold: #c6a15b;
  --gold-light: #e3c985;
  --gold-deep: #866727;
  --muted-dark: #9f9a8e;
  --muted-light: #6c665d;
  --line-dark: rgba(244, 239, 228, .16);
  --line-light: rgba(8, 8, 6, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; left: 1rem; top: -5rem; background: var(--paper); color: var(--black); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.05rem clamp(1.2rem, 4vw, 4.5rem); transition: background .25s ease, padding .25s ease, border-color .25s ease; }
.site-header.scrolled { padding-block: .72rem; background: rgba(8,8,6,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line-dark); }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--cream); text-decoration: none; }
.brand-seal { display: grid; place-items: center; width: 2.55rem; height: 2.55rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { letter-spacing: .24em; font-size: .95rem; }
.brand-copy small { margin-top: .3rem; color: var(--muted-dark); font-size: .58rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav a, .header-cta { border: 0; background: none; color: var(--cream); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.main-nav a { padding: .5rem 0; border-bottom: 1px solid transparent; }
.main-nav a:hover { border-color: var(--gold); }
.header-cta { border: 1px solid var(--gold); padding: .72rem 1rem; color: var(--gold-light); }
.header-cta:hover { background: var(--gold); color: var(--black); }
.menu-button { display: none; border: 0; background: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 6vw; padding: 9rem clamp(1.2rem, 7vw, 8rem) 6rem; background: radial-gradient(circle at 78% 45%, #242013 0, #11110e 24%, var(--black) 54%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, black, transparent 90%); pointer-events: none; }
.hero-glow { position: absolute; width: 38vw; height: 38vw; right: -12vw; top: 5vw; border: 1px solid rgba(198,161,91,.25); border-radius: 50%; box-shadow: 0 0 90px rgba(198,161,91,.08); }
.hero-content, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section-head h2, .experience-copy h2, .consultation-panel h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.hero h1 { max-width: 850px; font-size: clamp(4.4rem, 8vw, 8rem); }
.hero h1 em, .section-head h2 em, .experience-copy h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 690px; margin: 2rem 0 0; color: #bbb5a8; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; border: 0; padding: 1rem 1.25rem; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--black); color: var(--cream); }
.text-link { border-bottom: 1px solid var(--gold); color: var(--cream); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.trust-row { display: flex; flex-wrap: wrap; gap: .8rem 1.8rem; margin-top: 3rem; color: #8e897f; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span::before { content: "◆"; margin-right: .55rem; color: var(--gold); font-size: .45rem; }

.hero-visual { min-height: 560px; display: grid; place-items: center; }
.foil-ring { position: absolute; border: 1px solid rgba(198,161,91,.33); border-radius: 50%; }
.ring-one { width: min(38vw, 520px); aspect-ratio: 1; animation: breathe 7s ease-in-out infinite; }
.ring-two { width: min(29vw, 390px); aspect-ratio: 1; border-style: dashed; animation: spin 35s linear infinite; }
.logo-showcase { position: relative; z-index: 2; width: min(440px, 82%); margin: 0; padding: 1rem; border: 1px solid rgba(227,201,133,.48); background: #030303; box-shadow: 0 35px 90px rgba(0,0,0,.55); transform: rotate(1.5deg); }
.logo-showcase::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(198,161,91,.14); pointer-events: none; }
.logo-showcase img { display: block; width: 100%; height: auto; }
.logo-showcase figcaption { position: absolute; left: 50%; bottom: -2rem; width: max-content; transform: translateX(-50%); color: var(--gold-light); font-size: .57rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.gold-seal { position: absolute; z-index: 3; right: 5%; bottom: 9%; display: grid; place-items: center; width: 112px; aspect-ratio: 1; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--gold); color: var(--black); box-shadow: 0 18px 40px rgba(0,0,0,.35); transform: rotate(-8deg); }
.gold-seal::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(8,8,6,.42); border-radius: 50%; }
.gold-seal span { position: relative; z-index: 1; font-size: .48rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.gold-seal strong { position: relative; z-index: 1; margin-block: -.4rem; font-family: var(--serif); font-size: 1.65rem; }
.hero-index { position: absolute; z-index: 2; right: clamp(1.2rem,4vw,4.5rem); bottom: 1.4rem; display: flex; gap: 2rem; color: #6f6a61; font-size: .58rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }

.services { padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 6vw, 7rem); background: var(--paper); color: var(--black); }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 6vw; }
.section-head .eyebrow { color: var(--gold-deep); }
.section-head h2 { font-size: clamp(3.4rem, 6vw, 6.6rem); }
.section-head > p { max-width: 580px; margin: 0 0 .7rem; color: var(--muted-light); font-size: 1.05rem; }
.pathway-row { display: grid; grid-template-columns: 1fr 1fr; margin-top: 4rem; border: 1px solid var(--line-light); }
.pathway-row a { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 1.2rem; padding: 1.6rem; color: var(--black); text-decoration: none; transition: background .2s ease, color .2s ease; }
.pathway-row a:first-child { border-right: 1px solid var(--line-light); }
.pathway-row a:hover { background: var(--black); color: var(--cream); }
.pathway-row span { grid-row: 1 / 3; color: var(--gold-deep); font-family: var(--serif); }
.pathway-row strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; line-height: 1; }
.pathway-row small { margin-top: .35rem; color: var(--muted-light); font-size: .62rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.pathway-row b { position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); color: var(--gold-deep); font-weight: 400; }
.service-filter { display: flex; flex-wrap: wrap; gap: .7rem; margin: 4rem 0 1.4rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line-light); }
.service-filter button { border: 1px solid var(--line-light); border-radius: 99px; padding: .6rem .9rem; background: transparent; color: var(--black); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.service-filter button.is-active, .service-filter button:hover { border-color: var(--black); background: var(--black); color: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { position: relative; min-height: 600px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: var(--paper); transition: background .25s ease, transform .25s ease, opacity .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); background: #f2ecdf; box-shadow: 0 18px 50px rgba(8,8,6,.08); }
.service-card.is-hidden { display: none; }
.service-card.featured { background: var(--black); color: var(--cream); }
.service-card.featured:hover { background: var(--charcoal); }
.service-card.service-luxe { background: linear-gradient(145deg, #dec27a, #a77f35); color: var(--black); }
.card-number { color: #9f988c; font-family: var(--serif); font-size: .9rem; }
.featured .card-number, .featured .card-label { color: var(--gold-light); }
.card-label { margin: 2.5rem 0 .65rem; color: var(--gold-deep); font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.price { display: flex; align-items: baseline; gap: .55rem; margin: 1.3rem 0 0; }
.price small { color: #736d63; font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.price span { font-family: var(--serif); font-size: 2rem; }
.featured .price { color: var(--gold-light); }.featured .price small { color: #a7a094; }
.card-copy { margin: 1.4rem 0; color: var(--muted-light); }
.featured .card-copy { color: #bdb6aa; }
.service-card ul { display: grid; gap: .55rem; margin: 0 0 2rem; padding: 0; list-style: none; color: #4f4a42; font-size: .86rem; }
.service-card li::before { content: "—"; margin-right: .55rem; color: var(--gold-deep); }
.featured ul { color: #cbc4b8; }.featured li::before { color: var(--gold-light); }
.featured li.consultation-credit { margin-top: .45rem; padding: .8rem 1rem; border-left: 2px solid var(--gold); background: rgba(198,161,91,.12); color: var(--cream); font-weight: 700; line-height: 1.5; }
.featured li.consultation-credit::before { content: none; }
.card-cta { align-self: flex-start; margin-top: auto; padding: .55rem 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: inherit; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.pricing-note { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4vw; margin-top: 1.5rem; padding: 1.4rem 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.pricing-note p { margin: 0; color: var(--muted-light); font-size: .82rem; }
.pricing-note strong { color: var(--black); }

.template-shop { scroll-margin-top: 5rem; margin-top: clamp(6rem, 10vw, 10rem); padding-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--line-light); }
.template-head { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 6vw; }
.template-head .eyebrow { color: var(--gold-deep); }
.template-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.template-head h2 em { color: var(--gold-deep); font-weight: 400; }
.template-head > div:last-child > p { max-width: 560px; margin: 0 0 1.2rem; color: var(--muted-light); }
.launch-badge { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid var(--gold-deep); border-radius: 99px; padding: .48rem .75rem; color: var(--gold-deep); font-size: .6rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.launch-badge::before { content: "◆"; font-size: .4rem; }
.template-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.template-card { min-height: 490px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: var(--paper); transition: background .25s ease, transform .25s ease; }
.template-card:hover { z-index: 2; background: #f2ecdf; transform: translateY(-5px); }
.template-art { position: relative; overflow: hidden; aspect-ratio: 1.25; display: flex; align-items: flex-end; justify-content: space-between; padding: 1rem; background: radial-gradient(circle at 75% 25%, #3b311d, #11110e 55%, #080806); color: var(--gold-light); }
.template-art::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; right: -22%; top: -35%; border: 1px solid rgba(227,201,133,.35); border-radius: 50%; }
.template-art span { position: relative; font-family: var(--serif); font-size: 2rem; letter-spacing: .08em; }
.template-art strong { position: relative; color: #777064; font-size: .6rem; letter-spacing: .14em; }
.template-card .card-label { margin-top: 1.5rem; }
.template-card h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.template-card > p:not(.card-label) { color: var(--muted-light); font-size: .88rem; }
.product-status { align-self: flex-start; margin-top: auto; border-bottom: 1px solid var(--gold-deep); padding: .4rem 0; color: var(--gold-deep); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.template-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; padding: 2rem; background: var(--gold); color: var(--black); }
.template-footer strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.template-footer p { margin: .3rem 0 0; font-size: .82rem; }
.template-footer .button { flex: 0 0 auto; }

.experience { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 7vw, 8rem); padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem) 2rem; background: var(--onyx); }
.experience::before { content: "TAJ"; position: absolute; left: -1vw; top: 5%; color: transparent; -webkit-text-stroke: 1px rgba(227,201,133,.05); font-family: var(--serif); font-size: 31vw; letter-spacing: -.08em; pointer-events: none; }
.experience-copy, .consultation-panel { position: relative; z-index: 2; }
.experience-copy h2 { font-size: clamp(3.4rem, 5.8vw, 6rem); }
.experience-lead { max-width: 710px; margin-top: 2rem; color: var(--cream) !important; font-family: var(--serif); font-size: 1.35rem; }
.experience-copy > p:not(.eyebrow) { max-width: 710px; color: #aaa397; }
.principles { display: grid; margin-top: 3.5rem; border-top: 1px solid var(--line-dark); }
.principles article { display: grid; grid-template-columns: 45px .8fr 1.2fr; gap: 1rem; align-items: baseline; padding: 1.3rem 0; border-bottom: 1px solid var(--line-dark); }
.principles span { color: var(--gold); font-size: .62rem; }
.principles h3 { margin: 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.principles p { margin: 0; color: #918a7f; font-size: .82rem; }
.consultation-panel { align-self: start; padding: clamp(2rem, 5vw, 4rem); background: var(--cream); color: var(--black); box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.panel-top { display: flex; justify-content: space-between; margin-bottom: 4rem; color: var(--gold-deep); font-size: .58rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.consultation-panel h2 { font-size: clamp(3rem, 4.8vw, 5.1rem); }
.consultation-panel > p { color: var(--muted-light); }
.call-details { display: grid; gap: .7rem; margin: 2rem 0; padding: 1.3rem 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-size: .78rem; font-weight: 750; }
.call-details span::before { content: "◆"; margin-right: .65rem; color: var(--gold-deep); font-size: .45rem; }
.consultation-panel .button { width: 100%; }
.consultation-panel small { display: block; margin-top: .85rem; color: #777064; font-size: .64rem; text-align: center; }
.panel-quote { margin-top: 4rem; color: var(--gold-deep); font-family: var(--serif); font-size: 1.15rem; font-style: italic; text-align: right; }
.site-footer { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin-top: 5rem; padding-top: 1.6rem; border-top: 1px solid var(--line-dark); color: #7d776d; font-size: .68rem; }
.site-footer p { margin: 0; }.site-footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes breathe { 0%,100%{transform:scale(1)}50%{transform:scale(1.04)} } @keyframes spin { to{transform:rotate(360deg)} }

@media (max-width: 1000px) {
  .hero, .experience { grid-template-columns: 1fr; }
  .hero { padding-top: 9rem; }
  .hero-visual { min-height: 520px; }
  .ring-one { width: min(70vw, 500px); }.ring-two { width: min(52vw, 380px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .template-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-copy { max-width: 800px; }
}

@media (max-width: 720px) {
  .site-header { padding-inline: 1.1rem; }.menu-button { position: relative; z-index: 2; display: grid; gap: 6px; padding: .6rem; }.menu-button i { display: block; width: 24px; height: 1px; background: var(--cream); transition: transform .2s ease; }.menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; visibility: hidden; opacity: 0; background: var(--black); transition: opacity .2s ease, visibility .2s ease; }.main-nav.open { visibility: visible; opacity: 1; }.main-nav a, .header-cta { border: 0; color: var(--cream); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hero { padding-inline: 1.25rem; }.hero h1 { font-size: clamp(4rem, 19vw, 6rem); }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-index { display: none; }.hero-visual { min-height: 430px; }.logo-showcase { width: min(330px, 82%); }.gold-seal { width: 90px; }
  .services, .experience { padding-inline: 1.25rem; }.section-head { grid-template-columns: 1fr; gap: 1.5rem; }.section-head h2 { font-size: 3.8rem; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 540px; }.pricing-note { grid-template-columns: 1fr; gap: 1rem; }
  .pathway-row { grid-template-columns: 1fr; }.pathway-row a:first-child { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .template-head { grid-template-columns: 1fr; gap: 1.5rem; }.template-head h2 { font-size: 3.8rem; }.template-grid { grid-template-columns: 1fr; }.template-card { min-height: 450px; }.template-footer { align-items: flex-start; flex-direction: column; }.template-footer .button { width: 100%; }
  .principles article { grid-template-columns: 35px 1fr; }.principles article p { grid-column: 2; }
  .consultation-panel { padding: 1.6rem; }.site-footer { grid-template-columns: 1fr; text-align: left; }.site-footer p:last-child { text-align: left; }
}

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