:root {
  --ink: #17171b;
  --paper: #fffdf8;
  --white: #ffffff;
  --blue: #3658f6;
  --blue-soft: #e9edff;
  --coral: #ff6b57;
  --lime: #dfff5b;
  --lavender: #eeeaff;
  --line: #dedee6;
  --muted: #656570;
  --radius: 26px;
  --shadow: 0 18px 55px rgba(24, 25, 40, .11);
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--lime); color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: .7rem; left: 1rem; padding: .7rem 1rem; background: var(--ink); color: white; border-radius: 12px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,248,.92); border-bottom: 1px solid rgba(23,23,27,.09); backdrop-filter: blur(18px); }
.header-inner { max-width: var(--max); min-height: 78px; margin: auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-size: .9rem; font-weight: 800; letter-spacing: .09em; white-space: nowrap; }
.brand b { color: var(--blue); }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 14px; background: var(--blue); color: white; font-size: .72rem; font-weight: 900; letter-spacing: -.04em; transform: rotate(-4deg); }
.site-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .9rem; font-weight: 700; }
.site-nav > a { padding: .6rem 0; }
.site-nav > a:hover, .site-nav > a:focus-visible, .site-nav > a[aria-current="page"] { color: var(--blue); }
.site-nav .nav-cta { padding: .75rem 1.05rem; border-radius: 999px; background: var(--ink); color: white; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible, .site-nav .nav-cta[aria-current="page"] { background: var(--blue); color: white; }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 0; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 6px auto; background: var(--ink); }

.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero { max-width: var(--max); min-height: 690px; margin: auto; padding: 3.5rem 1.5rem 2.5rem; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,6vw,6rem); align-items: center; }
.hero-copy { padding-block: 2rem; }
.hero h1, .page-title h1, .about-copy h1, .contact-intro h1 { margin: 0; max-width: 800px; font-size: clamp(3.35rem,7vw,6.8rem); line-height: .96; letter-spacing: -.065em; }
.hero h1 span, .page-title h1 span, .about-copy h1 span, .contact-intro h1 span { color: var(--blue); }
.hero-lede { max-width: 610px; margin: 1.7rem 0 0; color: #3d3d46; font-size: clamp(1.08rem,1.6vw,1.3rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { min-height: 52px; padding: .82rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; font-size: .86rem; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(23,23,27,.15); }
.button-primary { background: var(--blue); border-color: var(--blue); color: white; }
.button-quiet { background: transparent; }
.button-light { background: white; border-color: white; color: var(--ink); }
.hero-visual { min-height: 570px; margin: 0; position: relative; isolation: isolate; }
.hero-shape { position: absolute; inset: 8% 3% 2%; z-index: -2; border-radius: 46% 54% 30% 70% / 42% 30% 70% 58%; background: linear-gradient(145deg,var(--blue),#7858ff); transform: rotate(4deg); }
.hero-visual::before { content: ""; position: absolute; right: 1%; top: 10%; z-index: -1; width: 150px; height: 150px; border-radius: 50%; background: var(--lime); }
.hero-visual img { position: absolute; left: 50%; bottom: 0; height: 100%; width: auto; max-width: none; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 20px 22px rgba(24,25,40,.18)); }
.hero-visual figcaption { position: absolute; right: 0; bottom: 1.5rem; z-index: 3; max-width: 235px; padding: .8rem 1rem; border-radius: 14px; background: var(--ink); color: white; font-size: .7rem; font-weight: 850; letter-spacing: .1em; box-shadow: 7px 7px 0 var(--coral); }

.quick-services, .featured-section, .social-section, .service-cards, .work-grid { max-width: var(--max); margin: auto; padding: clamp(4.5rem,8vw,8rem) 1.5rem; }
.section-intro { max-width: 760px; margin-bottom: 2.6rem; }
.section-intro h2 { margin: 0; font-size: clamp(2.25rem,4.6vw,4.6rem); line-height: 1.05; letter-spacing: -.05em; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 50px 1fr 36px; gap: 1rem; align-items: center; padding: 1.65rem .25rem; border-bottom: 1px solid var(--line); transition: padding .2s, color .2s; }
.service-row:hover, .service-row:focus-visible { padding-inline: 1rem; color: var(--blue); }
.service-row > span { color: var(--muted); font-size: .73rem; font-weight: 800; }
.service-row h3 { margin: 0; font-size: clamp(1.35rem,2.5vw,2rem); letter-spacing: -.025em; }
.service-row p { margin: .25rem 0 0; color: var(--muted); }
.service-row b { font-size: 1.4rem; }
.audience-band { padding: 4rem max(1.5rem,calc((100vw - var(--max))/2 + 1.5rem)); background: var(--blue-soft); text-align: center; }
.audience-band .eyebrow { margin-bottom: 1.5rem; }
.audience-band > div { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.audience-band span, .skill-tags span { padding: .65rem .95rem; border: 1px solid rgba(23,23,27,.15); border-radius: 999px; background: white; font-weight: 700; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.feature-card { min-height: 330px; padding: 1.7rem; display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.feature-card:hover, .feature-card:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card > span { font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.feature-card h3 { margin: auto 0 .6rem; font-size: clamp(2rem,3.5vw,3.3rem); line-height: 1; letter-spacing: -.045em; }
.feature-card p { margin: 0; }
.feature-media { padding: 0; background: var(--ink); color: white; }
.feature-media-banner { width: 100%; height: 155px; object-fit: cover; }
.feature-media > span { margin: 1rem 1.7rem 0; }
.feature-media > h3 { margin: auto 1.7rem .6rem; }
.feature-media > p { margin: 0 1.7rem 1.7rem; }
.feature-music { background: var(--coral); }
.feature-live { background: var(--lime); }
.social-section { padding-top: 1rem; }
.social-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.social-card { min-height: 250px; padding: clamp(1.4rem,3vw,2rem); display: grid; grid-template-columns: 58px 1fr; grid-template-rows: 1fr auto; gap: 1.2rem; border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.social-card:hover, .social-card:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); }
.social-taylor { background: var(--blue-soft); }
.social-media-drop { background: var(--ink); color: white; }
.social-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--blue); color: white; font-size: .78rem; font-weight: 900; letter-spacing: -.04em; transform: rotate(-4deg); }
.social-media-drop .social-icon { background: var(--lime); color: var(--ink); }
.social-card h3 { margin: 0; font-size: clamp(1.7rem,3vw,2.7rem); line-height: 1; letter-spacing: -.04em; }
.social-card div > p:last-child { margin: .7rem 0 0; color: var(--muted); }
.social-media-drop .eyebrow, .social-media-drop > b { color: var(--lime); }
.social-media-drop div > p:last-child { color: rgba(255,255,255,.68); }
.social-card > b { grid-column: 2; font-size: .86rem; }
.social-card-with-photo { grid-template-columns: minmax(112px,.72fr) 1.28fr; }
.social-card-photo { width: 100%; height: 100%; min-height: 185px; grid-row: 1 / 3; align-self: stretch; border-radius: 20px; object-fit: cover; object-position: center 30%; }
.social-logo-photo { background: #050505; object-fit: contain; object-position: center; }
.social-more-grid { margin-top: 1rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.social-more-card { min-height: 310px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s, box-shadow .2s; }
.social-more-card:hover, .social-more-card:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); }
.social-more-card > div { position: relative; z-index: 2; padding: 1.4rem; background: white; }
.social-more-card h3 { margin: 0; font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1; letter-spacing: -.04em; }
.social-more-card p { margin: .55rem 0 0; color: var(--blue); font-weight: 800; }
.social-more-card .eyebrow { margin: 0 0 .55rem; }
.social-more-badge { margin: auto; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 32px; background: var(--blue); color: white; font-size: .88rem; font-weight: 900; transform: rotate(-4deg); }
.social-photo-card > img { width: 100%; height: 245px; object-fit: cover; object-position: center 32%; }
.social-photo-card:nth-child(3) > img { object-position: center 25%; }
.social-logo-card > img { padding: .5rem; background: #050505; object-fit: contain; object-position: center; }
.cta-band { padding: clamp(3rem,6vw,5rem) max(1.5rem,calc((100vw - var(--max))/2 + 1.5rem)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--ink); color: white; }
.cta-band .eyebrow { color: var(--lime); }
.cta-band h2 { max-width: 800px; margin: 0; font-size: clamp(2rem,4.4vw,4.2rem); line-height: 1.08; letter-spacing: -.045em; }

.page-title { max-width: var(--max); margin: auto; padding: clamp(4.5rem,9vw,8rem) 1.5rem 3.5rem; }
.page-title > p:last-child { max-width: 570px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.15rem; }
.service-cards { padding-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.detail-card { min-height: 420px; padding: clamp(1.5rem,3vw,2.4rem); display: grid; grid-template-columns: 38px 1fr; grid-template-rows: 1fr auto; gap: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.detail-card:nth-child(2), .detail-card:nth-child(5) { background: var(--blue-soft); }
.detail-card:nth-child(3) { background: #fff0ed; }
.detail-card:nth-child(6) { background: #f6ffd5; }
.detail-number { color: var(--blue); font-size: .75rem; font-weight: 900; }
.detail-card h2 { margin: 0; font-size: clamp(2rem,3vw,3rem); line-height: 1; letter-spacing: -.045em; }
.detail-card div > p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.detail-card ul { margin: 1.2rem 0 0; padding-left: 1.15rem; }
.detail-card li + li { margin-top: .35rem; }
.detail-card > a { grid-column: 2; width: fit-content; color: var(--blue); font-weight: 850; }

.work-grid { padding-top: 1rem; display: grid; gap: 1.2rem; }
.work-card { min-height: 510px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.work-image { min-height: 510px; position: relative; overflow: hidden; }
.work-image > img { position: absolute; left: 50%; bottom: 0; height: 94%; width: auto; max-width: none; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 16px 18px rgba(24,25,40,.15)); }
.work-blue { background: linear-gradient(145deg,var(--blue-soft),#bdc9ff); }
.work-coral { background: linear-gradient(145deg,#fff1ed,#ffb4a8); }
.work-lime { background: linear-gradient(145deg,#f5ffce,var(--lime)); }
.work-copy { position: relative; padding: clamp(2rem,5vw,5rem); display: flex; flex-direction: column; justify-content: center; }
.media-drop-logo { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 130px; height: 130px; object-fit: cover; border: 0; border-radius: 0; box-shadow: none; }
.media-drop-copy > .eyebrow, .media-drop-copy > h2 { max-width: calc(100% - 130px); }
.work-copy h2 { margin: 0; font-size: clamp(2.5rem,5vw,5.2rem); line-height: .98; letter-spacing: -.055em; }
.work-copy > p:not(.eyebrow) { max-width: 570px; margin: 1.2rem 0; color: var(--muted); font-size: 1.08rem; }
.work-copy a { width: fit-content; color: var(--blue); font-weight: 850; }
.text-project { background: var(--ink); color: white; }
.project-monogram { display: grid; place-items: center; min-height: 510px; background: var(--coral); color: var(--ink); font-size: clamp(6rem,15vw,14rem); font-weight: 950; letter-spacing: -.12em; }
.text-project .work-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.text-project .work-copy a { color: var(--lime); }

.about-hero { max-width: var(--max); min-height: 710px; margin: auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.about-photo { min-height: 590px; position: relative; isolation: isolate; }
.about-photo > div { position: absolute; inset: 5% 0 0; z-index: -1; border-radius: 45% 45% 26% 26%; background: linear-gradient(145deg,var(--lavender),#afa2ff); }
.about-photo img { position: absolute; left: 50%; bottom: 0; height: 100%; width: auto; max-width: none; transform: translateX(-50%); object-fit: contain; }
.about-copy h1 { font-size: clamp(3rem,5.7vw,5.8rem); }
.about-lede { margin: 1.5rem 0 0; font-size: clamp(1.08rem,1.6vw,1.25rem); }
.about-copy > p:not(.eyebrow):not(.about-lede) { color: var(--muted); }
.skill-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.6rem 0 2rem; }
.skill-tags span { font-size: .86rem; }
.experience-strip { max-width: var(--max); margin: 0 auto 6rem; padding: 0 1.5rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.experience-strip > div { min-height: 170px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 22px; background: var(--blue-soft); }
.experience-strip > div:nth-child(2) { background: var(--coral); }
.experience-strip > div:nth-child(3) { background: var(--lime); }
.experience-strip strong { font-size: 1.65rem; }
.experience-strip span { margin-top: .25rem; }

.contact-layout { max-width: var(--max); margin: auto; padding: clamp(4rem,8vw,7rem) 1.5rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.contact-intro h1 { font-size: clamp(3.2rem,5.8vw,5.8rem); }
.contact-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.contact-links { margin-top: 2rem; display: grid; gap: .7rem; }
.contact-links a { padding: 1rem 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.contact-links small { color: var(--muted); }
.booking-form { padding: clamp(1.5rem,4vw,3rem); display: grid; gap: 1rem; border-radius: var(--radius); background: var(--blue-soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.booking-form label { display: grid; gap: .45rem; font-size: .84rem; font-weight: 800; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: .9rem 1rem; border: 1px solid #cfd3e6; border-radius: 12px; background: white; color: var(--ink); }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 3px solid rgba(54,88,246,.2); border-color: var(--blue); }
.booking-form .button { width: fit-content; margin-top: .4rem; }
.form-status { min-height: 1.5em; margin: 0; color: var(--blue); font-weight: 700; }
.service-note { max-width: 900px; margin: 0 auto 5rem; padding: 0 1.5rem; color: var(--muted); font-size: .84rem; text-align: center; }

.site-footer { padding: 3rem max(1.5rem,calc((100vw - var(--max))/2 + 1.5rem)); display: grid; grid-template-columns: 1fr auto; gap: 1.5rem 3rem; align-items: center; background: #101014; color: white; }
.footer-brand b { color: var(--lime); }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
.site-footer > p { margin: 0; color: rgba(255,255,255,.65); text-align: right; }
.site-footer > div { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.site-footer > div a { position: relative; z-index: 2; display: inline-flex; min-height: 44px; align-items: center; color: var(--lime); font-weight: 700; pointer-events: auto; touch-action: manipulation; }
.site-footer > div a:hover { text-decoration: underline; text-underline-offset: .22em; }
.site-footer > div a:focus-visible { outline: 3px solid var(--lime); outline-offset: 5px; border-radius: 3px; }
.social-card[href*="instagram.com"], .social-more-card, .contact-links a, a[href^="mailto:taylorvanae@gmail.com"] { position: relative; z-index: 2; pointer-events: auto; touch-action: manipulation; }
.site-footer small { color: rgba(255,255,255,.5); text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal-delay { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 78px 0 auto; padding: 1rem 1.5rem 1.5rem; display: none; flex-direction: column; align-items: stretch; gap: .25rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(23,23,27,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: .8rem; }
  .site-nav .nav-cta { text-align: center; }
  .hero, .about-hero, .contact-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 2.2rem; }
  .hero-visual { min-height: 500px; }
  .feature-grid { grid-template-columns: 1fr; }
  .social-card-grid, .social-more-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .feature-media { min-height: 300px; }
  .feature-media-banner { height: 150px; }
  .service-cards { grid-template-columns: 1fr; }
  .work-card { grid-template-columns: 1fr; }
  .work-image, .project-monogram { min-height: 410px; }
  .about-photo { min-height: 520px; order: 2; }
  .about-copy { order: 1; }
}
@media (max-width: 620px) {
  .header-inner { min-height: 70px; }
  .site-nav { top: 70px; }
  .hero { min-height: auto; }
  .hero h1, .page-title h1, .about-copy h1, .contact-intro h1 { font-size: clamp(3rem,15vw,4.5rem); }
  .hero-visual { min-height: 430px; }
  .hero-visual figcaption { right: .25rem; max-width: 205px; }
  .service-row { grid-template-columns: 38px 1fr 28px; }
  .service-row p { font-size: .92rem; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .detail-card { min-height: 390px; grid-template-columns: 30px 1fr; }
  .work-image, .project-monogram { min-height: 360px; }
  .media-drop-logo { width: 118px; height: 118px; }
  .media-drop-copy > .eyebrow, .media-drop-copy > h2 { max-width: calc(100% - 118px); }
  .media-drop-copy h2 { font-size: clamp(2.35rem,10.5vw,3rem); }
  .work-copy { padding: 2rem 1.4rem 2.4rem; }
  .experience-strip { grid-template-columns: 1fr; }
  .experience-strip > div { min-height: 140px; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p, .site-footer small { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
