:root {
  --pink: #ff1493;
  --pink-dark: #c80b70;
  --pink-soft: #fff0f8;
  --gold: #d4af37;
  --gold-soft: #f7efd3;
  --ink: #101014;
  --muted: #66616a;
  --line: #e8e2e6;
  --white: #fff;
  --surface: #fbf9fa;
  --shadow: 0 22px 60px rgba(25, 14, 21, .10);
  --radius: 1.35rem;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2.5rem), var(--content)); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--pink-dark); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 7vw, 5.9rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 4.5vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: 1.5rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 43rem; }
.accent { color: var(--pink-dark); font-style: italic; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--pink-dark); box-shadow: 0 12px 28px rgba(200, 11, 112, .22); }
.btn-primary:hover { background: #aa075e; }
.btn-secondary { color: var(--ink); background: white; border-color: var(--line); }
.btn-secondary:hover { border-color: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(232,226,230,.85); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; flex-shrink: 0; }
.brand-logo { width: 3.6rem; height: 3.6rem; object-fit: contain; border-radius: .5rem; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.brand-copy small { color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; }
.site-nav a { position: relative; color: #4f4a51; font-size: .82rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--pink); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav .btn { color: white; padding: .65rem 1rem; min-height: 2.65rem; }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; background: white; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 1.2rem; height: 2px; margin: 4px auto; background: var(--ink); transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; overflow: clip; padding: clamp(5rem, 10vw, 8.5rem) 0 5rem; background: linear-gradient(125deg, #fff 0 55%, #fff3f9 55% 100%); }
.hero::before { content: ""; position: absolute; width: 28rem; aspect-ratio: 1; right: -7rem; top: -12rem; border: 1px solid rgba(212,175,55,.4); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(212,175,55,.045), 0 0 0 10rem rgba(255,20,147,.025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(25rem, .9fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.hero .lead { margin-top: 1.5rem; }
.hero-note { position: relative; padding: 3rem 2.4rem; color: white; background: var(--ink); border-radius: 8rem 8rem var(--radius) var(--radius); box-shadow: var(--shadow); }
.hero-note::before { content: ""; position: absolute; inset: .85rem; border: 1px solid rgba(212,175,55,.55); border-radius: inherit; pointer-events: none; }
.hero-note .gold-line { width: 3rem; height: 2px; margin: 0 auto 2rem; background: var(--gold); }
.hero-note blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.25; text-align: center; }
.hero-note p { margin-top: 1.5rem; color: #c8c4c7; font-size: .82rem; font-weight: 800; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.hero-logo-card { position: relative; width: 100%; max-width: 34rem; justify-self: end; padding: .8rem; background: white; border: 1px solid var(--line); border-radius: 2rem; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-logo-card::before { content: ""; position: absolute; inset: -.65rem .7rem .7rem -.65rem; z-index: -1; border: 1px solid var(--gold); border-radius: inherit; }
.hero-logo-card img { width: 100%; border-radius: 1.2rem; }
.trust-strip { border-block: 1px solid var(--line); background: white; }
.trust-list { min-height: 5.2rem; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-list span { padding: .5rem 1rem; border-right: 1px solid var(--line); color: var(--muted); font-size: .77rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.trust-list span:last-child { border: 0; }

.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.section-soft { background: var(--surface); }
.section-dark { color: white; background: var(--ink); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-head .lead { max-width: 34rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { position: relative; min-height: 27rem; display: flex; flex-direction: column; padding: 2rem; overflow: hidden; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; box-shadow: 0 10px 30px rgba(25,14,21,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(212,175,55,.65); box-shadow: var(--shadow); }
.card-number { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.service-card-logo { width: min(72%, 13rem); aspect-ratio: 1; margin: .25rem auto .65rem; object-fit: contain; }
.service-card h3 { margin-top: auto; font-size: 2rem; }
.service-card p { margin: 1rem 0 1.5rem; color: var(--muted); }
.card-link { color: var(--pink-dark); font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.card-orbit { position: absolute; width: 11rem; aspect-ratio: 1; right: -3rem; top: -3rem; border: 1px solid var(--gold); border-radius: 50%; opacity: .35; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.statement { padding-left: 2rem; border-left: 3px solid var(--gold); }
.statement h2 { margin-bottom: 1.5rem; }
.statement p + p { margin-top: 1rem; }
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.value { padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: 1rem; }
.value-icon { width: 2.8rem; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 1rem; color: white; background: var(--pink-dark); border-radius: 50%; font-family: var(--serif); }
.value h3 { font-size: 1.25rem; }
.value p { margin-top: .5rem; color: var(--muted); font-size: .9rem; }
.community-panel { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 28rem; overflow: hidden; background: var(--pink-dark); border-radius: 2rem; }
.community-copy { padding: clamp(2.5rem, 7vw, 5rem); color: white; }
.community-copy .eyebrow { color: #ffd9ee; }
.community-copy .lead { margin-top: 1.4rem; color: #ffeaf5; }
.community-art { position: relative; min-height: 20rem; background: var(--gold); overflow: hidden; }
.community-art::before, .community-art::after { content: ""; position: absolute; border: 2px solid white; border-radius: 50%; }
.community-art::before { width: 26rem; height: 26rem; left: -5rem; top: 2rem; }
.community-art::after { width: 14rem; height: 14rem; right: -2rem; bottom: -3rem; box-shadow: 0 0 0 3rem rgba(255,255,255,.18), 0 0 0 6rem rgba(255,255,255,.1); }

.page-hero { padding: clamp(4.5rem, 10vw, 8rem) 0; background: linear-gradient(140deg, #fff 0 68%, var(--pink-soft) 68%); border-bottom: 1px solid var(--line); }
.page-hero .lead { margin-top: 1.5rem; }
.page-hero .tagline { margin-top: 2.2rem; color: var(--pink-dark); font-family: var(--serif); font-size: clamp(1.2rem, 2.4vw, 1.65rem); font-style: italic; }
.service-banner { margin: 0; overflow: hidden; background: var(--ink); border-bottom: 5px solid var(--gold); }
.service-banner img { width: 100%; height: auto; }
.home-banner { border-bottom-color: var(--pink-dark); }
.service-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.sticky-intro { position: sticky; top: 8rem; }
.sticky-intro .lead { margin-top: 1.3rem; }
.service-list { display: grid; gap: 1rem; }
.service-item { display: grid; grid-template-columns: 3.4rem 1fr; gap: 1.2rem; padding: 1.6rem; background: white; border: 1px solid var(--line); border-radius: 1rem; }
.service-item .index { width: 3rem; height: 3rem; display: grid; place-items: center; color: var(--pink-dark); background: var(--pink-soft); border-radius: 50%; font-family: var(--serif); font-weight: 700; }
.service-item h3 { font-size: 1.25rem; }
.service-item p { margin-top: .4rem; color: var(--muted); font-size: .93rem; }
.notice { margin-top: 2rem; padding: 1.25rem 1.4rem; background: var(--gold-soft); border-left: 4px solid var(--gold); border-radius: .6rem; color: #493f22; font-size: .9rem; }
.process { counter-reset: process; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.process-step { counter-increment: process; padding: 2rem; border-top: 1px solid var(--line); }
.process-step::before { content: "0" counter(process); color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.process-step h3 { margin-top: 1.4rem; }
.process-step p { margin-top: .7rem; color: var(--muted); }

.story-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.2rem; }
.portrait-abstract { min-height: 34rem; position: relative; overflow: hidden; background: var(--ink); border-radius: 10rem 10rem var(--radius) var(--radius); }
.portrait-abstract::before { content: "NTS"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: 9rem; }
.portrait-abstract::after { content: ""; position: absolute; width: 19rem; height: 19rem; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 3.8rem rgba(212,175,55,.1), 0 0 0 7.6rem rgba(255,20,147,.08); }
.story-copy { padding: clamp(2rem, 5vw, 4rem); background: var(--surface); border-radius: var(--radius); }
.story-copy p { color: var(--muted); }
.story-copy p + p { margin-top: 1rem; }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 2rem; }
.credential { padding: 1rem; background: white; border: 1px solid var(--line); border-radius: .8rem; font-size: .86rem; font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 6rem); }
.contact-details { display: grid; gap: .8rem; margin-top: 2rem; }
.contact-detail { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-detail small { display: block; color: var(--pink-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail a { font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.contact-form { padding: clamp(1.5rem, 5vw, 3rem); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field-full { grid-column: 1 / -1; }
label { font-size: .82rem; font-weight: 800; }
input, textarea, select { width: 100%; padding: .85rem 1rem; color: var(--ink); background: white; border: 1px solid #d9d2d6; border-radius: .65rem; }
textarea { min-height: 9rem; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--pink); outline: 2px solid rgba(255,20,147,.14); }
.form-note { margin-top: 1rem; color: var(--muted); font-size: .78rem; }
.calendly-heading { max-width: 45rem; margin-bottom: 2.2rem; }
.calendly-heading .lead { margin-top: 1.2rem; }
.calendly-shell { overflow: hidden; min-height: 700px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.calendly-inline-widget { width: 100%; }

.cta { padding: 4rem 0; background: var(--gold-soft); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.site-footer { padding: 4rem 0 1.5rem; color: #d6d2d5; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(2, .65fr); gap: 3rem; }
.site-footer .brand-copy strong { color: white; }
.site-footer .brand-copy small, .site-footer p { color: #a9a4a7; }
.footer-note { max-width: 25rem; margin-top: 1.3rem; font-size: .9rem; }
.footer-col h3 { margin-bottom: 1rem; color: white; font-family: var(--sans); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin: .45rem 0; color: #bdb8bb; font-size: .86rem; text-decoration: none; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #302c2f; color: #858084; font-size: .75rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 1rem 1.25rem 1.5rem; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .75rem 0; font-size: .95rem; }
  .site-nav a:not(.btn)::after { display: none; }
  .site-nav .btn { margin-top: .5rem; }
  .hero-grid, .split, .service-layout, .story-panel, .contact-grid { grid-template-columns: 1fr; }
  .hero-logo-card { justify-self: center; }
  .hero-note { max-width: 34rem; }
  .cards { grid-template-columns: 1fr; }
  .service-card { min-height: 20rem; }
  .sticky-intro { position: static; }
  .community-panel { grid-template-columns: 1fr; }
  .community-art { min-height: 14rem; }
  .portrait-abstract { min-height: 27rem; max-width: 31rem; width: 100%; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 1.5rem), var(--content)); }
  .brand-copy small { display: none; }
  .brand-logo { width: 3rem; height: 3rem; }
  .hero { padding-top: 4.5rem; }
  .hero-grid { gap: 2.5rem; }
  .hero-note { padding: 3rem 1.8rem; border-radius: 6rem 6rem 1.2rem 1.2rem; }
  .hero-logo-card { max-width: 25rem; margin-inline: auto; padding: .8rem; border-radius: 1.2rem; }
  .trust-list { grid-template-columns: repeat(2, 1fr); padding: .75rem 0; }
  .trust-list span { min-height: 3rem; display: grid; place-items: center; }
  .trust-list span:nth-child(2) { border-right: 0; }
  .section-head, .cta-inner { align-items: start; flex-direction: column; }
  .values, .process, .credentials, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .service-item { grid-template-columns: 2.7rem 1fr; padding: 1.25rem; }
  .service-item .index { width: 2.5rem; height: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .calendly-shell { min-height: 760px; margin-inline: -.25rem; border-radius: 1rem; }
  .calendly-inline-widget { height: 760px !important; }
}
