:root {
  --ink: #151719;
  --ink-soft: #22262a;
  --on-ink: #f2f4f5;
  --paper: #f7f6f2;
  --paper-deep: #F6EFE2;
  --paper-soft: #F6EFE2;
  --text: #1d2023;
  --muted: #5b6065;
  --accent-text: #25120d;
  --accent-muted: #5b3027;
  --coral: #e9795d;
  --coral-deep: #b14334;
  --peach: #f3a06f;
  --gold: #f3c77d;
  --sage: #69a875;
  --line: rgba(28, 33, 38, .17);
  --shadow: 0 30px 80px rgba(22, 27, 32, .14);
  --radius-sm: .9rem;
  --radius: 1.5rem;
  --radius-lg: 2.5rem;
  --font-heading: "Sora", "Inter", Arial, sans-serif;
  --font-body: "Manrope", "Inter", Arial, sans-serif;
  --font-accent: "Cormorant Garamond", Georgia, serif;
  --sans: var(--font-body);
  --display: var(--font-heading);
  --shell: min(80vw, 1440px);
}

html[data-theme="dark"] {
  --paper: #121416;
  --paper-deep: #22262A;
  --paper-soft: #22262A;
  --text: #f2f4f5;
  --muted: #b5bbc1;
  --coral: var(--gold);
  --coral-deep: var(--gold);
  --peach: var(--gold);
  --line: rgba(235, 240, 245, .16);
  --shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { background: var(--paper); color-scheme: light; scroll-behavior: smooth; }
html[data-theme="dark"] { color-scheme: dark; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font: clamp(1rem, .96rem + .18vw, 1.1rem)/1.68 var(--sans);
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .23em; }
button, input, select, textarea { font: inherit; }
input, select, textarea { font-family: var(--font-body); }
button, .button, .wp-element-button { font-family: var(--font-heading); }
:where(input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]), select, textarea) { border: 1px solid var(--line); background: var(--paper-soft); color: var(--text); }
::placeholder { color: var(--muted); opacity: 1; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 790px; }
.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: 200; left: 1rem; top: -6rem; padding: .75rem 1rem; border-radius: .5rem; background: var(--text); color: var(--paper); }
.skip-link:focus { top: 1rem; }

h1, h2, h3 { margin-top: 0; font-family: var(--font-heading); font-weight: 500; line-height: .99; letter-spacing: -.02em; text-wrap: balance; }
h1, h2 { font-weight: 600; }
h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 500; }
h1 { font-size: clamp(3.4rem, 7.4vw, 7.5rem); }
h2 { font-size: clamp(2.7rem, 5.2vw, 5.25rem); }
h3 { font-size: clamp(1.45rem, 2.25vw, 2.15rem); }
p { margin: 0 0 1.1rem; }
strong, b { font-weight: 600; }
.accent-serif { font-family: var(--font-accent); font-style: italic; font-weight: 500; }
.lede { max-width: 62ch; color: var(--muted); font-size: clamp(1.12rem, 1rem + .45vw, 1.42rem); line-height: 1.55; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem; color: var(--coral-deep); font-family: var(--font-heading); font-size: .73rem; font-weight: 600; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
html[data-theme="dark"] .eyebrow { color: var(--gold); }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-head { max-width: 790px; margin-bottom: 3rem; }
.section-head > p:last-child { color: var(--muted); }
.offset-head { margin-left: clamp(0rem, 8vw, 7rem); }
.centered-head { margin-inline: auto; text-align: center; }
.centered-head .eyebrow { justify-content: center; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin: 2rem 0; }
.button, .wp-element-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 1.25rem; padding: .78rem 1.35rem; border: 1px solid var(--text); border-radius: 999px; background: var(--text); color: var(--paper) !important; font-size: .93rem; font-weight: 600; letter-spacing: .01em; text-decoration: none; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover, .wp-element-button:hover { transform: translateY(-2px); background: var(--coral); border-color: var(--coral); color: var(--accent-text) !important; }
.button.small { min-height: 44px; padding: .58rem 1rem; }
.button.ghost { background: transparent; color: var(--text) !important; border-color: var(--line); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--font-heading); font-size: .95rem; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--coral-deep); }

.site-header { position: fixed; z-index: 90; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: var(--line); background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 86px; align-items: center; gap: 1.2rem; }
.brand { flex: 0 0 auto; }
.brand-lockup { display: inline-flex; align-items: center; gap: .62rem; color: var(--text); font-family: var(--font-heading); font-weight: 600; text-decoration: none; }
.brand-lockup img { width: 34px; height: 46px; object-fit: contain; }
.brand-lockup span { white-space: nowrap; }
.brand-lockup em { color: var(--coral-deep); font: italic 500 1.28em var(--font-accent); }
html[data-theme="dark"] .brand-lockup em { color: var(--peach); }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 160px; max-height: 56px; object-fit: contain; }
.site-nav { margin-inline: auto; }
.site-nav ul { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.65rem); margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--muted); font-family: var(--font-heading); font-size: .88rem; font-weight: 500; letter-spacing: 0; text-decoration: none; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.menu-toggle { display: inline-grid; width: 44px; min-width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-soft); color: var(--text); cursor: pointer; }
.theme-toggle { position: relative; display: block; width: 80px; min-width: 80px; height: 44px; padding: 0; overflow: hidden; border: 1px solid color-mix(in srgb, var(--gold) 34%, var(--line)); border-radius: 999px; background: linear-gradient(135deg, #1a1d20, #2a2e32); color: var(--gold); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 6px 18px rgba(0, 0, 0, .12); cursor: pointer; isolation: isolate; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.theme-toggle::before, .theme-toggle::after { position: absolute; z-index: 1; top: 50%; transform: translateY(-52%); font-family: Georgia, serif; line-height: 1; pointer-events: none; transition: opacity .25s ease, color .25s ease; }
.theme-toggle::before { content: "☼"; left: 9px; color: var(--coral-deep); font-size: 1.45rem; opacity: .25; }
.theme-toggle::after { content: "☾"; right: 10px; color: var(--gold); font-size: 1.35rem; opacity: 1; }
.theme-toggle:hover { border-color: color-mix(in srgb, var(--peach) 75%, var(--line)); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .28), 0 7px 22px color-mix(in srgb, var(--peach) 18%, transparent); }
.theme-label { position: absolute; clip: rect(0, 0, 0, 0); }
.theme-icon { position: absolute; z-index: 2; top: 3px; left: 3px; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 50%; background: #f7f6f2; box-shadow: 0 3px 12px rgba(0, 0, 0, .28), inset 0 0 12px rgba(243, 199, 125, .12); transform: translateX(0); transition: transform .32s cubic-bezier(.22,.72,.18,1), background .25s ease, border-color .25s ease, box-shadow .25s ease; }
html[data-theme="light"] .theme-toggle { border-color: color-mix(in srgb, var(--coral) 30%, var(--line)); background: linear-gradient(135deg, #f0efeb, #eadfd4); color: var(--text); box-shadow: inset 0 1px 3px rgba(37, 18, 13, .1), 0 6px 18px rgba(55, 35, 27, .09); }
html[data-theme="light"] .theme-toggle::before { opacity: 1; }
html[data-theme="light"] .theme-toggle::after { color: var(--muted); opacity: .2; }
html[data-theme="light"] .theme-icon { border-color: #303438; background: #1a1d20; box-shadow: 0 3px 12px rgba(37, 18, 13, .22), inset 0 0 12px rgba(243, 160, 111, .08); transform: translateX(38px); }
.menu-toggle { display: none; }

.hero { position: relative; display: flex; width: 100%; height: 100vh; height: 100svh; min-height: 0; flex-direction: column; overflow: hidden; padding: clamp(8rem, 12vh, 10rem) 0 0; background: var(--paper); isolation: isolate; }
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s ease; }
html[data-theme="dark"] .hero-video-dark,
html[data-theme="light"] .hero-video-light { opacity: 1; visibility: visible; }
.hero-layout { position: relative; z-index: 3; display: grid; min-height: 0; flex: 1 1 auto; grid-template-columns: minmax(0, 780px); align-items: center; }
.hero-copy { max-width: 780px; padding-bottom: 2rem; }
.hero-copy h1 { max-width: 900px; margin-bottom: .25em; }
.hero-copy .lede { max-width: 720px; }
.availability { display: inline-grid; min-width: 340px; grid-template-columns: 54px minmax(0, 1fr) 22px; align-items: center; gap: .85rem; margin-bottom: 2rem; padding: .58rem 1.05rem .58rem .58rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-soft); box-shadow: 0 10px 32px rgba(55, 35, 27, .12); }
.availability-photo, .availability-monogram { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; object-fit: cover; background: var(--ink-soft); color: var(--on-ink); font: 500 1.45rem var(--font-heading); }
.availability-copy { min-width: 0; }
.availability .status { position: relative; width: 1.25rem; height: 1.25rem; justify-self: end; margin-right: 1.1rem; border-radius: 50%; background: #65bb78; box-shadow: 0 0 15px rgba(101, 187, 120, .92); animation: status-core 2.2s ease-in-out infinite; }
.availability .status::after { content: ""; position: absolute; inset: -.42rem; border: 2px solid rgba(101, 187, 120, .62); border-radius: inherit; animation: status-halo 2.2s cubic-bezier(.22, .61, .36, 1) infinite; }
.availability strong, .availability small { display: block; line-height: 1.35; }
.availability strong { font-size: 1rem; }
.availability small { color: var(--muted); font-size: .84rem; }
.hero-ticker { position: relative; z-index: 3; width: 100%; flex: 0 0 auto; margin-top: auto; overflow: hidden; border-top: 1px solid color-mix(in srgb, var(--gold) 34%, var(--line)); border-bottom: 1px solid color-mix(in srgb, var(--gold) 18%, var(--line)); background: color-mix(in srgb, var(--paper-soft) 91%, transparent); box-shadow: 0 -12px 35px rgba(0, 0, 0, .08); backdrop-filter: blur(14px); }
.hero-ticker-track { display: flex; width: max-content; will-change: transform; animation: hero-ticker-scroll 34s linear infinite; }
.hero-ticker-group { display: flex; flex-shrink: 0; align-items: center; }
.hero-ticker span { display: inline-flex; align-items: center; gap: clamp(1.4rem, 2.5vw, 2.8rem); padding: clamp(.85rem, 1.3vw, 1.05rem) clamp(1.4rem, 2.8vw, 3rem); color: var(--text); font-family: var(--font-heading); font-size: clamp(.76rem, .68rem + .18vw, .9rem); font-weight: 600; letter-spacing: .13em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.hero-ticker i { color: var(--coral-deep); font-family: var(--font-accent); font-size: 1rem; font-style: normal; text-shadow: 0 0 14px color-mix(in srgb, var(--coral) 60%, transparent); }
html[data-theme="dark"] .hero-ticker i { color: var(--gold); text-shadow: 0 0 14px rgba(243, 199, 125, .56); }
@keyframes hero-ticker-scroll { to { transform: translateX(-50%); } }
.proof-line { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: auto; }
.proof-line span { padding: 1rem; color: var(--muted); font-family: var(--font-heading); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.perspective-section { background: var(--paper); color: var(--text); }
.perspective-section .eyebrow { color: var(--coral-deep); }
html[data-theme="dark"] .perspective-section .eyebrow { color: var(--gold); }
.split-intro { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.split-intro h2 { margin-bottom: 0; }
.split-copy { padding-bottom: .6rem; }
.perspective-section .split-copy p { color: var(--muted); }

.services-section { background: var(--paper); }
.services-bento { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1rem; }
.service-tile { position: relative; display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-soft); transition: transform .25s ease, box-shadow .25s ease; }
.service-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-tile:nth-child(3n), .service-tile:nth-child(4) { background: var(--paper-soft); }
.service-featured { grid-row: span 2; min-height: 516px; background: var(--paper-soft); color: var(--text); }
.service-tile > * { position: relative; z-index: 1; }
.service-tile h3 { margin-bottom: .65rem; }
.service-tile p { max-width: 35ch; color: var(--muted); }
.service-featured p { color: var(--muted); }
.tile-number { align-self: flex-start; padding: .25rem .6rem; border: 1px solid currentColor; border-radius: 999px; font-size: .72rem; }
.service-tile > a { align-self: flex-end; font-size: 1.35rem; text-decoration: none; }

.work-section { background: var(--paper); }
.work-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 2rem; }
.work-heading h2 { margin-bottom: 0; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; }
.project-card, .project-placeholder { position: relative; min-height: 340px; padding: 1.5rem; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper-deep); }
.project-card:first-child, .project-placeholder-large { grid-row: span 2; min-height: 696px; }
.project-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 1.4rem; }
.project-placeholder { display: flex; flex-direction: column; justify-content: space-between; }
.project-placeholder > span { font-family: var(--font-heading); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.project-placeholder h3 { position: relative; z-index: 2; max-width: 13ch; margin-bottom: 0; }
.project-placeholder-large { background: var(--paper-soft); color: var(--text); border: 1px solid var(--line); }
.palette-dots { display: flex; align-self: center; }
.palette-dots i { width: 104px; height: 104px; margin-left: -24px; border-radius: 50%; background: var(--coral); }
.palette-dots i:nth-child(2) { background: var(--peach); }
.palette-dots i:nth-child(3) { background: var(--gold); }
.mini-window { display: grid; width: 80%; aspect-ratio: 1.6; align-self: center; padding: 1rem; gap: .65rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper-soft); box-shadow: var(--shadow); }
.mini-window b { display: block; border-radius: .35rem; background: var(--paper-deep); }
.mini-window b:first-child { width: 35%; background: var(--coral); }

.process-section { background: var(--paper); }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 75px 1fr; gap: 1.5rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--coral-deep); font: 500 2.35rem var(--font-heading); }
.process-list h3 { margin-bottom: .5rem; }
.process-list p { max-width: 50ch; color: var(--muted); }

.pricing-preview { background: var(--paper); }
.pricing-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; align-items: stretch; }
.price-card { display: flex; min-height: 360px; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-soft); }
.price-card h3 { margin-top: 1.5rem; }
.price-card > p:not(.price, .package-time) { color: var(--muted); }
.price-card .price { margin-top: auto; padding-top: 1.5rem; font: 500 clamp(1.35rem, 2vw, 2rem) var(--display); }
.price-card > a { font-family: var(--font-heading); font-size: .85rem; font-weight: 600; }
.featured-package { color: var(--text); background: var(--paper-soft); border-color: var(--line); transform: translateY(-1rem); box-shadow: var(--shadow); }
.featured-package > p:not(.price, .package-time) { color: var(--muted); }
.package-time { align-self: flex-start; padding: .28rem .62rem; border: 1px solid currentColor; border-radius: 999px; font-family: var(--font-heading); font-size: .7rem; font-weight: 600; }
.timeline-note { max-width: 760px; margin: 2.2rem 0 0; color: var(--muted); font-size: .82rem; text-align: left; }

.about-preview { overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.portrait-frame { position: relative; }
.founder-portrait, .portrait-placeholder { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; overflow: hidden; border-radius: 48% 52% 45% 55% / 38% 43% 57% 62%; background: var(--paper-deep); object-fit: cover; }
.portrait-placeholder { display: grid; place-items: center; }
.portrait-placeholder img { width: 62%; opacity: .7; }
.portrait-placeholder span { position: absolute; bottom: 1.2rem; max-width: 15rem; padding: .5rem .8rem; border-radius: 999px; background: var(--paper-soft); color: var(--muted); font-size: .68rem; text-align: center; }
.about-copy h2 { max-width: 12ch; }
.principles { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.6rem 0 2rem; padding: 0; list-style: none; }
.principles li { padding: .4rem .75rem; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; }

.faq-section { background: var(--paper); color: var(--text); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-heading .eyebrow { color: var(--coral-deep); }
html[data-theme="dark"] .faq-heading .eyebrow { color: var(--gold); }
.faq { border-top: 1px solid color-mix(in srgb, currentColor 25%, transparent); }
.faq:last-child { border-bottom: 1px solid color-mix(in srgb, currentColor 25%, transparent); }
.faq h3 { margin: 0; font-family: var(--font-heading); letter-spacing: 0; }
.faq button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; border: 0; background: transparent; color: inherit; font-weight: 500; text-align: left; cursor: pointer; }
.faq button i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid currentColor; border-radius: 50%; }
.faq button i::before, .faq button i::after { content: ""; position: absolute; width: 10px; height: 1px; left: 8px; top: 13px; background: currentColor; }
.faq button i::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-panel { padding: 0 3rem 1.35rem 0; color: color-mix(in srgb, currentColor 72%, transparent); }

.final-cta { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; background: var(--paper); color: var(--text); border-top: 1px solid var(--line); }
.final-cta-inner { position: relative; z-index: 2; max-width: 960px; padding-left: clamp(0rem, 10vw, 9rem); }
.final-cta h2 { max-width: 14ch; }
.final-cta-copy > p:not(.eyebrow) { max-width: 48ch; color: var(--muted); }
.final-cta .eyebrow { color: var(--coral-deep); }
html[data-theme="dark"] .final-cta .eyebrow { color: var(--gold); }
.light-button { background: var(--text); color: var(--paper) !important; border-color: var(--text); }
.light-link { color: var(--text); }

.page-hero { padding: 11rem 0 3rem; }
.page-hero h1 { margin-bottom: .2em; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; color: var(--muted); font-size: .82rem; }
.entry-content { padding-bottom: 6rem; }
.front-page-blocks { padding-top: 86px; }
.entry-content > :where(p, h2, h3, ul, ol, blockquote) { max-width: 790px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { width: var(--shell); max-width: none; }
.grid { display: grid; gap: 1rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { padding: clamp(1.3rem, 2.4vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-soft); }
.card p { color: var(--muted); }
.price { color: var(--coral-deep); font: 500 clamp(1.5rem, 3vw, 2.45rem) var(--display); }
.meta, .tag { color: var(--muted); font-size: .8rem; }
.tag { display: inline-block; padding: .25rem .6rem; border: 1px solid var(--line); border-radius: 999px; }
.notice { margin-top: 1.5rem; padding: 1rem 1.2rem; border-left: 3px solid var(--coral); background: var(--paper-deep); }
.archive-grid { padding: 2rem 0 7rem; }
.filters { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.filters button { min-height: 44px; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-soft); color: var(--text); cursor: pointer; }
.filters button[aria-pressed="true"] { background: var(--coral); color: var(--accent-text); border-color: transparent; }
.calendar iframe { width: 100%; height: 720px; border: 0; background: var(--paper-soft); }

.site-footer { padding: 5rem 0 1.5rem; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 3rem; }
.footer-intro > p { max-width: 36ch; margin-top: 1rem; color: var(--muted); }
.footer-brand img { width: 42px; height: 56px; }
.footer-label { margin-bottom: 1rem; color: var(--muted); font-family: var(--font-heading); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .35rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--coral-deep); }
.footer-call { font: 500 clamp(1.35rem, 2.5vw, 2rem) var(--display); }
.socials { display: flex; gap: 1rem; margin-top: 1.2rem; font-size: .85rem; }
.legal { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.legal a:last-child { margin-left: auto; }
@keyframes status-core {
  0%, 100% { transform: scale(.94); box-shadow: 0 0 8px rgba(101, 187, 120, .62); }
  50% { transform: scale(1.12); box-shadow: 0 0 16px rgba(101, 187, 120, .98); }
}
@keyframes status-halo {
  0% { opacity: .72; transform: scale(.48); }
  62%, 100% { opacity: 0; transform: scale(1.35); }
}

@media (max-width: 1050px) {
  .site-nav ul { gap: .8rem; }
  .site-nav a { font-size: .82rem; }
  .pricing-row { grid-template-columns: repeat(2, 1fr); }
  .featured-package { transform: none; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}


@keyframes soulsite-menu-drop {
  from { opacity: 0; transform: translateY(-12px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-grid; margin-left: auto; }
  .menu-lines { position: relative; width: 18px; height: 12px; }
  .menu-lines i { position: absolute; left: 0; width: 18px; height: 1.5px; background: currentColor; transition: transform .2s ease, top .2s ease; }
  .menu-lines i:first-child { top: 2px; }
  .menu-lines i:last-child { top: 9px; }
  .menu-toggle[aria-expanded="true"] i:first-child { top: 6px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-child { top: 6px; transform: rotate(-45deg); }
  .site-nav {
    display: none;
    position: fixed;
    z-index: 89;
    inset: 86px 0 0;
    align-items: flex-start;
    justify-content: center;
    padding: .75rem clamp(1rem, 4vw, 2rem) 2rem;
    overflow-y: auto;
    background: transparent;
  }
  .site-nav.open { display: flex; }
  .site-nav ul {
    width: min(100%, 420px);
    align-items: center;
    flex-direction: column;
    gap: .35rem;
    margin: 0 auto;
    padding: clamp(1.5rem, 6vw, 2.35rem);
    transform-origin: top center;
    animation: soulsite-menu-drop .22s ease-out both;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--paper);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
    text-align: center;
  }
  .site-nav li { width: 100%; }
  .site-nav a {
    display: block;
    width: 100%;
    padding: .55rem .75rem;
    color: var(--text);
    font: 500 clamp(1.55rem, 6vw, 2.1rem) var(--font-heading);
    line-height: 1.2;
  }
  .site-nav a:hover,
  .site-nav .current-menu-item > a { color: var(--coral-deep); }
  html[data-theme="dark"] .site-nav a:hover,
  html[data-theme="dark"] .site-nav .current-menu-item > a { color: var(--gold); }
  .header-actions .button { display: none; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .split-intro, .process-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .services-bento { grid-template-columns: repeat(2, 1fr); }
  .service-featured { grid-row: auto; min-height: 300px; grid-column: span 2; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:first-child, .project-placeholder-large { grid-row: auto; min-height: 540px; }
  .portrait-frame { max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: span 2; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .header-inner { min-height: 76px; }
  .brand-lockup span { font-size: .9rem; }
  .brand-lockup img { width: 29px; height: 39px; }
  .site-nav { inset: 76px 0 0; padding-top: .65rem; }
  .hero { padding-top: clamp(5.8rem, 14vh, 7.8rem); }
  .availability { min-width: 0; width: min(100%, 330px); grid-template-columns: 48px minmax(0, 1fr) 20px; gap: .7rem; padding: .5rem .9rem .5rem .5rem; }
  .availability-photo, .availability-monogram { width: 48px; height: 48px; }
  .availability .status { margin-right: .65rem; }
  .availability strong { font-size: .93rem; }
  .availability small { font-size: .76rem; }
  .proof-line { grid-template-columns: 1fr; }
  .offset-head { margin-left: 0; }
  .services-bento, .pricing-row, .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .service-featured { grid-column: auto; }
  .service-tile { min-height: 230px; }
  .work-heading { display: block; }
  .work-heading .text-link { margin-top: 1rem; }
  .project-card:first-child, .project-placeholder-large { min-height: 450px; }
  .process-list li { grid-template-columns: 52px 1fr; gap: .8rem; }
  .palette-dots i { width: 78px; height: 78px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .legal { flex-direction: column; }
  .legal a:last-child { margin-left: 0; }
  .final-cta { min-height: 680px; }
}

@media (max-width: 620px) and (max-height: 760px) {
  .hero { padding-top: 5rem; }
  .hero .availability { margin-bottom: .75rem; transform: scale(.88); transform-origin: left center; }
  .hero-copy .eyebrow { margin-bottom: .5rem; }
  .hero-copy h1 { margin-bottom: .2rem; font-size: clamp(1.65rem, 7.5vw, 2rem); }
  .hero-intro { font-size: .82rem; line-height: 1.4; }
  .hero-intro p { margin-block: .35rem; }
  .hero-copy .actions { margin-block: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .hero-video { display: none; }
  .hero-ticker-track { transform: none; }
}

/* Responsive readability scale: 1rem follows the visitor's browser default (normally 16px). */
body { font-size: 1.125rem; line-height: 1.65; }

h1, h2, h3, h4, h5, h6 { letter-spacing: -.02em; }
h1, h2 { line-height: 1.08; }
h3, h4, h5, h6 { line-height: 1.2; }
h1, .hero-copy h1 { font-size: 3rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.375rem; }
h5 { font-size: 1.125rem; font-weight: 500; }
h6 { font-size: .875rem; line-height: 1.3; }

.lede { font-size: 1.125rem; line-height: 1.65; }
.eyebrow { font-size: .875rem; line-height: 1.3; }
.button, .wp-element-button { font-size: 1.1875rem; font-weight: 600; line-height: 1.25; }
.text-link, .footer-call, .price-card > a { font-size: 1rem; line-height: 1.4; }
.site-nav a { font-family: var(--font-heading); font-size: 1rem; font-weight: 500; line-height: 1.35; }
label, legend { font-family: var(--font-heading); font-size: 1rem; font-weight: 500; line-height: 1.4; }
blockquote { font-size: 1.5rem; line-height: 1.55; }

:where(
  .availability strong,
  .tile-number,
  .project-placeholder > span,
  .package-time,
  .tag,
  .footer-label,
  .home-card-number,
  .home-package-price,
  .home-process-list > li > span
) { font-family: var(--font-heading); }

:where(
  .availability strong,
  .availability small,
  .proof-line span,
  .tile-number,
  .project-placeholder > span,
  .package-time,
  .timeline-note,
  .portrait-placeholder span,
  .principles li,
  .breadcrumbs,
  .meta,
  .tag,
  .footer-label,
  .socials,
  .legal
) { font-size: .8125rem; line-height: 1.55; }

@media (max-width: 1023px) {
  body { font-size: 1.0625rem; }
  h1, .hero-copy h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.0625rem; }
  h6, .eyebrow { font-size: .8125rem; }
  .lede { font-size: 1.0625rem; }
  .button, .wp-element-button { font-size: 1.0625rem; }
  .text-link, .footer-call, .price-card > a { font-size: .9375rem; }
  .site-nav a { font-size: 1rem; }
  label, legend { font-size: .9375rem; }
  blockquote { font-size: 1.375rem; }
  :where(
    .availability strong,
    .availability small,
    .proof-line span,
    .tile-number,
    .project-placeholder > span,
    .package-time,
    .timeline-note,
    .portrait-placeholder span,
    .principles li,
    .breadcrumbs,
    .meta,
    .tag,
    .footer-label,
    .socials,
    .legal
  ) { font-size: .75rem; }
}

@media (max-width: 767px) {
  body { font-size: 1rem; }
  h1, .hero-copy h1 { font-size: 2.25rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.375rem; }
  h4 { font-size: 1.125rem; }
  h5 { font-size: 1rem; }
  h6, .eyebrow { font-size: .75rem; }
  .lede { font-size: 1rem; }
  .button, .wp-element-button { font-size: 1rem; }
  .text-link, .footer-call, .price-card > a { font-size: .875rem; }
  .site-nav a { font-family: var(--font-heading); font-size: 1.125rem; font-weight: 500; line-height: 1.35; }
  label, legend { font-size: .875rem; }
  blockquote { font-size: 1.25rem; }
}

/* Homepage v1.29: new layouts using the existing type scale, spacing rhythm, and shell. */
.hero-intro { max-width: 720px; color: var(--muted); }
.hero-intro p { margin-bottom: .75rem; }
.home-cta-microcopy { margin-top: 1.35rem; color: var(--muted); }

.home-section-heading { max-width: 760px; }
.home-section-intro { max-width: 850px; margin-bottom: 3rem; }
.home-section-intro.centered-head { margin-inline: auto; text-align: center; }
.home-section-intro.centered-head .eyebrow { justify-content: center; }
.home-section-intro > p:not(.eyebrow),
.home-long-copy,
.home-service-content > p:not(.home-card-lede),
.home-package-card > p,
.home-process-intro > p:not(.eyebrow),
.home-process-list li p:not(.eyebrow),
.home-about-copy > p:not(.eyebrow),
.home-why-grid p { color: var(--muted); }
.home-long-copy p:last-child,
.home-section-intro > p:last-child,
.home-about-copy > p:last-of-type { margin-bottom: 0; }

#services, #packages, #work, #process, #about, #faqs, #contact { scroll-margin-top: 86px; }

.home-problem-layout { display: block; }
.home-problem .home-long-copy { width: 70%; max-width: none; margin-top: 2rem; }
.home-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.home-value-grid article { min-height: 290px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-soft); }
.home-value-grid article:nth-child(2), .home-value-grid article:nth-child(3) { background: var(--paper-soft); }
.home-value-grid h3 { max-width: 16ch; }

.home-illustrated-card { overflow: hidden; }
.home-card-visual { position: relative; height: clamp(140px, 15vw, 205px); background: var(--ink-soft); }
.home-card-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-card-content { padding: clamp(1.5rem, 2.5vw, 2.1rem); padding-top: clamp(1.8rem, 2.8vw, 2.4rem); }
.home-card-content p:last-child { margin-bottom: 0; }

.home-services { background: var(--paper); }
.home-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.home-service-card { display: flex; min-height: min(39vh, 430px); flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); }
.home-service-card:nth-child(3n + 2), .home-service-card:nth-child(3n) { background: var(--paper-soft); }
.home-service-visual { position: relative; flex: 0 0 clamp(105px, 12vh, 140px); background: var(--ink-soft); }
.home-service-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-card-number { position: absolute; z-index: 1; left: clamp(1rem, 1.6vw, 1.35rem); bottom: 0; margin: 0; padding: .28rem .65rem; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; background: rgba(18, 20, 22, .82); color: var(--on-ink); box-shadow: 0 8px 22px rgba(0, 0, 0, .24); transform: translateY(50%); }
.home-service-content { display: flex; flex: 1; flex-direction: column; padding: clamp(1rem, 1.35vw, 1.35rem); padding-top: clamp(1.5rem, 1.8vw, 1.75rem); font-size: clamp(.78rem, .72rem + .1vw, .86rem); line-height: 1.45; }
.home-service-content p { margin-bottom: .7rem; }
.home-service-card h3 { max-width: 18ch; margin-bottom: .65rem; font-size: clamp(1.05rem, .95rem + .22vw, 1.25rem); line-height: 1.16; }
.home-card-lede { max-width: 52ch; color: var(--text); font-weight: 500; }
.home-service-card .text-link { margin-top: auto; padding-top: .5rem; font-size: .78rem; }

.home-packages { background: var(--paper); }
.home-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.home-package-card { position: relative; display: flex; min-height: 100%; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.6rem); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); isolation: isolate; transition: border-color .3s ease; }
.home-package-card::before { content: ""; position: absolute; z-index: 0; inset: 0; border-radius: inherit; opacity: 0; background: radial-gradient(circle at 82% 8%, rgba(243, 199, 125, .25), transparent 38%), radial-gradient(circle at 8% 92%, color-mix(in srgb, var(--coral) 20%, transparent), transparent 42%); box-shadow: inset 0 0 42px color-mix(in srgb, var(--peach) 12%, transparent), inset 0 0 84px rgba(243, 199, 125, .08); transition: opacity .35s ease; pointer-events: none; }
.home-package-card::after { content: ""; position: absolute; z-index: 0; top: -30%; left: -38%; width: 24%; height: 160%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .62), rgba(255, 224, 174, .45), transparent); filter: blur(4px); transform: skewX(-18deg) translateX(0); pointer-events: none; }
.home-package-card > * { position: relative; z-index: 1; }
.home-package-card:hover,
.home-package-card:focus-within { border-color: color-mix(in srgb, var(--gold) 55%, var(--line)); }
.home-package-card:hover::before,
.home-package-card:focus-within::before { opacity: 1; }
html[data-theme="light"] .home-package-card { transition: border-color .3s ease, background-color .3s ease; }
html[data-theme="light"] .home-package-card::before { background: radial-gradient(circle at 84% 10%, rgba(233, 121, 93, .46), transparent 36%), radial-gradient(circle at 12% 88%, rgba(243, 199, 125, .54), transparent 43%), radial-gradient(circle at 52% 48%, rgba(243, 160, 111, .2), transparent 58%); box-shadow: inset 0 0 0 1px rgba(196, 91, 54, .34), inset 0 0 38px rgba(233, 121, 93, .2), inset 0 0 86px rgba(243, 199, 125, .2); }
html[data-theme="light"] .home-package-card:hover,
html[data-theme="light"] .home-package-card:focus-within { border-color: rgba(196, 91, 54, .72); background-color: #fff7e9; }
html[data-theme="light"] .home-package-card:hover::after,
html[data-theme="light"] .home-package-card:focus-within::after { animation: package-light-sweep .95s cubic-bezier(.2, .7, .2, 1); }
@keyframes package-light-sweep {
  0% { opacity: 0; transform: skewX(-18deg) translateX(0); }
  24% { opacity: .82; }
  100% { opacity: 0; transform: skewX(-18deg) translateX(590%); }
}
.home-package-card.is-featured { padding-top: clamp(2.6rem, 4vw, 3.6rem); background: var(--paper-soft); border-color: color-mix(in srgb, var(--gold) 34%, var(--line)); }
html[data-theme="light"] .home-package-card.is-featured { border: 2px solid #cf7d42; box-shadow: inset 0 0 0 1px rgba(243, 199, 125, .32); }
.package-recommended { position: absolute; z-index: 2; top: 0; left: 50%; padding: .38rem .9rem .42rem; border-radius: 0 0 .75rem .75rem; background: linear-gradient(135deg, var(--coral), var(--gold)); color: #17140f; font-family: var(--font-heading); font-size: .7rem; font-weight: 700; letter-spacing: .09em; line-height: 1; text-transform: uppercase; box-shadow: 0 6px 22px color-mix(in srgb, var(--coral) 18%, transparent); transform: translateX(-50%); }
.package-star { display: inline-block; margin-left: .25rem; color: var(--coral-deep); font-family: var(--font-accent); font-size: .82em; line-height: 1; text-shadow: 0 0 14px color-mix(in srgb, var(--coral) 44%, transparent); transform: translateY(-.08em); }
html[data-theme="dark"] .package-star { color: var(--gold); text-shadow: 0 0 16px rgba(243, 199, 125, .58); }
.home-package-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.home-package-top .package-time { margin: 0; }
.home-package-price { margin: 0; color: var(--coral-deep); font-family: var(--font-heading); font-weight: 600; }
html[data-theme="dark"] .home-package-price { color: var(--gold); }
.home-package-card h3 { max-width: 18ch; }
.home-package-card h4 { margin: 1rem 0 .75rem; }
.home-package-summary { max-width: 50ch; color: var(--text) !important; }
.home-package-card ul { margin: 0 0 2rem; padding-left: 1.2rem; color: var(--muted); }
.home-package-card li { margin: 0 0 .55rem; break-inside: avoid; }
.home-package-card .button { align-self: flex-start; margin-top: auto; }
.home-custom-quote { max-width: 760px; margin-top: 3rem; }
.home-custom-quote > p:not(.home-package-summary) { color: var(--muted); }
.home-custom-quote .button { margin-top: .35rem; }

.home-work-heading { margin-bottom: clamp(3rem, 6vw, 5rem); }
.home-work-heading .home-long-copy { width: 70%; max-width: none; margin-top: 2rem; text-align: left; }
.home-work { padding-bottom: 0; }
.home-work-intro { margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.boho-featured-project { --boho-depth: 0px; position: relative; display: flex; min-height: 90vh; align-items: center; overflow: clip; isolation: isolate; padding: clamp(6rem, 10vw, 10rem) 0; color: var(--text); background: linear-gradient(to bottom, var(--paper) 0%, rgba(247, 246, 242, .72) 7%, transparent 21%, transparent 79%, rgba(247, 246, 242, .72) 93%, var(--paper) 100%), linear-gradient(110deg, #eee8d8, #f2d8c4); }
.boho-featured-project::before,
.boho-featured-project::after { display: none; }
.boho-featured-grid { position: relative; z-index: 1; display: grid; width: var(--shell); min-height: min(760px, 78vh); margin-inline: auto; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: clamp(3rem, 6vw, 8rem); align-items: center; }
.boho-project-copy { max-width: 540px; }
.boho-project-copy .eyebrow { margin-bottom: 1.25rem; color: var(--coral-deep); }
html[data-theme="dark"] .boho-featured-project .boho-project-copy .eyebrow { color: var(--gold); }
html[data-theme="dark"] .boho-featured-project {
  color: var(--text);
  background: linear-gradient(to bottom, var(--paper) 0%, rgba(18, 20, 22, .78) 7%, transparent 21%, transparent 79%, rgba(18, 20, 22, .78) 93%, var(--paper) 100%), linear-gradient(110deg, #202522, #4a362f);
}
html[data-theme="dark"] .boho-project-description,
html[data-theme="dark"] .boho-project-services { color: var(--text); }
html[data-theme="dark"] .boho-project-button { border-color: #f7f6f2; background: #f7f6f2; color: #181a1c !important; }
html[data-theme="dark"] .boho-project-button:hover { border-color: var(--gold); background: var(--gold); color: #181a1c !important; }
.boho-project-copy h3 { max-width: 12ch; margin-bottom: 1.5rem; font-size: clamp(2.7rem, 5.2vw, 5.25rem); line-height: 1.02; }
.boho-project-description { max-width: 46ch; color: #403b32; }
.boho-project-services { max-width: 48ch; margin: 1.75rem 0 2rem; color: #666347; font-family: var(--font-heading); font-size: .82rem; font-weight: 600; letter-spacing: .04em; line-height: 1.65; }
.boho-project-button { border-color: #2f3028; background: #2f3028; color: #f8f2e7 !important; }
.boho-project-button:hover { border-color: #9b4e37; background: #9b4e37; color: #fffaf1 !important; }
.boho-device-stage { position: relative; width: 100%; max-width: 1020px; min-height: clamp(520px, 65vh, 720px); justify-self: end; }
.boho-work-preview { position: relative; width: 100%; max-width: 1020px; min-width: 0; min-height: clamp(520px, 65vh, 720px); justify-self: end; }
.boho-device { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(74, 65, 48, .2); background: #f8f3e8; box-shadow: 0 36px 90px rgba(74, 57, 35, .24), 0 10px 28px rgba(74, 57, 35, .14); }
.boho-device img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.boho-device-desktop { top: 4%; right: 0; z-index: 1; width: 92%; border-radius: clamp(1rem, 2vw, 1.7rem); }
.boho-device-bar { display: flex; height: 30px; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(74, 65, 48, .16); background: #ede4d2; }
.boho-device-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #b78265; }
.boho-device-bar > span:nth-child(2) { background: #d0ad69; }
.boho-device-bar > span:nth-child(3) { background: #87906f; }
.boho-device-screen { position: relative; }
.boho-device-desktop .boho-device-screen { overflow: hidden; aspect-ratio: 16 / 9; background: #e8dfcf; }
.boho-homepage-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.boho-homepage-interface { position: absolute; inset: 0; z-index: 2; color: #352f27; pointer-events: none; transition: color .35s ease; }
.boho-preview-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 3.2% 4%; font-family: var(--font-heading); font-size: clamp(.32rem, .52vw, .7rem); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.boho-preview-brand { font-family: var(--font-accent); font-size: 1.45em; font-style: italic; text-transform: none; }
.boho-preview-navigation { opacity: .78; }
.boho-preview-hero-copy { width: 58%; margin: 10% 0 0 8%; }
.boho-preview-hero-copy > span { display: block; margin-bottom: 1.4em; color: #8a4a33; font-family: var(--font-heading); font-size: clamp(.28rem, .43vw, .58rem); font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.boho-preview-hero-copy strong { display: block; font-family: var(--font-accent); font-size: clamp(1.2rem, 2.35vw, 3.1rem); font-weight: 500; line-height: .98; }
.boho-preview-hero-copy p { max-width: 48ch; margin: 1.2em 0; font-size: clamp(.3rem, .52vw, .7rem); line-height: 1.55; }
.boho-preview-hero-copy i { display: inline-block; margin: 0 .5em .5em 0; padding: .75em 1.1em; border: 1px solid currentColor; border-radius: 999px; font-family: var(--font-heading); font-size: clamp(.25rem, .4vw, .54rem); font-style: normal; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.boho-featured-project[data-preview-theme="dark"] .boho-homepage-interface { color: #f2e8d6; }
.boho-featured-project[data-preview-theme="dark"] .boho-preview-hero-copy > span { color: #d6ad68; }
.boho-preview-theme-toggle { position: relative; display: inline-flex; width: 44px; height: 24px; flex: 0 0 auto; align-items: center; margin-left: auto; padding: 2px; border: 1px solid rgba(61, 54, 42, .3); border-radius: 999px; background: rgba(255, 250, 239, .72); cursor: pointer; box-shadow: 0 4px 12px rgba(45, 39, 31, .12); }
.boho-preview-theme-toggle::after { content: ""; position: absolute; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #d39046; box-shadow: 0 2px 6px rgba(45, 39, 31, .24); transition: transform .28s ease, background .28s ease; }
.boho-preview-theme-toggle[aria-pressed="true"] { border-color: rgba(241, 231, 210, .4); background: rgba(27, 28, 25, .82); }
.boho-preview-theme-toggle[aria-pressed="true"]::after { background: #f3dfad; transform: translateX(20px); }
.boho-preview-theme-toggle:focus-visible { outline: 3px solid var(--coral-deep); outline-offset: 3px; }
.boho-preview-theme-icon { width: 1px; height: 1px; overflow: hidden; }
.boho-device-tablet { bottom: 0; left: 0; z-index: 2; width: 34%; padding: 8px; border-radius: clamp(1rem, 2vw, 1.6rem); transform: rotate(-2deg); }
.boho-device-tablet .boho-device-screen { overflow: hidden; aspect-ratio: 4 / 5; border-radius: calc(clamp(1rem, 2vw, 1.6rem) - 8px); }
.boho-device-mobile { right: 3%; bottom: -1%; z-index: 3; width: 17%; padding: 6px; border-radius: clamp(1.2rem, 2.4vw, 2rem); transform: rotate(2deg); }
.boho-device-mobile .boho-device-screen { overflow: hidden; aspect-ratio: 9 / 19; border-radius: calc(clamp(1.2rem, 2.4vw, 2rem) - 6px); }
.boho-preview-shot { position: absolute; inset: 0; opacity: 1; transition: opacity .35s ease; }
.boho-device .boho-preview-shot-dark { height: auto; min-height: 100%; opacity: 0; object-fit: initial; transform: translateY(-1%); }
.boho-device-mobile .boho-preview-shot-dark { transform: translateY(-1.25%); }
.boho-featured-project[data-preview-theme="dark"] .boho-preview-shot-light { opacity: 0; }
.boho-featured-project[data-preview-theme="dark"] .boho-preview-shot-dark { opacity: 1; }
.boho-preview-theme-toggle-overlay { position: absolute; z-index: 4; top: .55rem; right: .55rem; width: 38px; height: 22px; transform: none; }
.boho-preview-theme-toggle-overlay::after { width: 14px; height: 14px; }
.boho-preview-theme-toggle-overlay[aria-pressed="true"]::after { transform: translateX(16px); }
.project-carousel-section { margin-top: clamp(5rem, 10vw, 9rem); padding: clamp(3rem, 5vw, 5rem) 0 clamp(6rem, 10vw, 10rem); border-top: 1px solid var(--line); }
.featured-work-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.featured-work-toolbar h3 { margin-bottom: 0; }
.featured-carousel-controls { display: inline-flex; align-items: center; gap: .65rem; }
.featured-carousel-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-soft); color: var(--text); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.featured-carousel-controls button:hover { transform: translateY(-2px); border-color: var(--coral); background: color-mix(in srgb, var(--paper-soft) 82%, var(--coral)); }
.featured-carousel-controls button:focus-visible,
.featured-carousel-pagination button:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.featured-carousel-controls [data-carousel-status] { min-width: 3.6rem; color: var(--muted); font-family: var(--font-heading); font-size: .8rem; font-weight: 600; text-align: center; }
.featured-project-carousel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-soft); touch-action: pan-y; }
.featured-project-track { display: flex; transition: transform .55s cubic-bezier(.22, .72, .18, 1); will-change: transform; }
.featured-project-slide { display: grid; min-width: 100%; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); }
.featured-project-media { position: relative; display: grid; min-height: clamp(380px, 48vw, 650px); place-items: center; overflow: hidden; background: radial-gradient(circle at 62% 38%, rgba(243, 199, 125, .38), transparent 24%), radial-gradient(circle at 35% 62%, color-mix(in srgb, var(--coral) 38%, transparent), transparent 28%), linear-gradient(135deg, #1a1d20, #2b3034); }
.featured-project-media::before { content: ""; position: absolute; width: 62%; aspect-ratio: 16 / 10; border: 1px solid rgba(255, 255, 255, .22); border-radius: 1.3rem; background: linear-gradient(145deg, rgba(246, 239, 226, .14), rgba(255, 255, 255, .03)); box-shadow: 0 40px 90px rgba(0, 0, 0, .34); transform: rotate(-4deg); }
.featured-project-media::after { content: ""; position: absolute; width: 42%; aspect-ratio: 4 / 3; border: 1px solid rgba(243, 199, 125, .3); border-radius: 1rem; background: linear-gradient(145deg, color-mix(in srgb, var(--peach) 18%, transparent), rgba(18, 20, 22, .18)); transform: translate(28%, 15%) rotate(5deg); }
.featured-project-slide:nth-child(2) .featured-project-media { background: radial-gradient(circle at 38% 34%, rgba(105, 168, 117, .34), transparent 25%), radial-gradient(circle at 66% 66%, color-mix(in srgb, var(--peach) 42%, transparent), transparent 28%), linear-gradient(135deg, #171a1d, #292d31); }
.featured-project-slide:nth-child(3) .featured-project-media { background: radial-gradient(circle at 60% 36%, color-mix(in srgb, var(--coral) 42%, transparent), transparent 24%), radial-gradient(circle at 30% 70%, rgba(243, 199, 125, .34), transparent 30%), linear-gradient(135deg, #181a1c, #303438); }
.featured-project-media > span { position: relative; z-index: 2; padding: .55rem .85rem; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; background: rgba(18, 20, 22, .7); color: var(--on-ink); font-family: var(--font-heading); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.featured-project-media.has-image::before,
.featured-project-media.has-image::after { display: none; }
.featured-project-media.has-image > a { position: absolute; z-index: 1; inset: 0; display: block; }
.featured-project-media.has-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .55s ease, filter .55s ease; }
.featured-project-media.has-image:hover img { transform: scale(1.025); filter: saturate(1.04); }
.featured-project-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 4rem); }
.featured-project-copy .meta { color: var(--coral-deep); }
html[data-theme="dark"] .featured-project-copy .meta { color: var(--gold); }
.featured-project-number { margin: clamp(2rem, 4vw, 4rem) 0 2rem; color: var(--muted); font-family: var(--font-heading); font-size: .8rem; font-weight: 600; letter-spacing: .12em; }
.featured-project-copy h3 { margin-bottom: .75rem; }
.featured-project-copy > p:not(.meta) { color: var(--muted); }
.featured-project-copy .text-link { align-self: flex-start; margin-top: auto; padding-top: 2rem; }
.featured-carousel-pagination { display: flex; justify-content: center; gap: .55rem; padding: 1.2rem; border-top: 1px solid var(--line); }
.featured-carousel-pagination button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: color-mix(in srgb, var(--muted) 45%, transparent); cursor: pointer; transition: width .25s ease, background .25s ease; }
.featured-carousel-pagination button[aria-current="true"] { width: 26px; border-radius: 999px; background: var(--coral); }
.home-section-cta { margin-top: 2rem; }

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .boho-project-copy,
  .motion-ready .boho-device { opacity: 0; transition: opacity .8s cubic-bezier(.22, .72, .18, 1), transform .8s cubic-bezier(.22, .72, .18, 1); }
  .motion-ready .boho-project-copy { transform: translate3d(0, 32px, 0); }
  .motion-ready .boho-device-desktop { transform: translate3d(0, 30px, 0) scale(.985); }
  .motion-ready .boho-device-tablet { transform: translate3d(0, 36px, 0) rotate(-2deg); }
  .motion-ready .boho-device-mobile { transform: translate3d(0, 42px, 0) rotate(2deg); }
  .motion-ready .boho-featured-project.is-visible .boho-project-copy { opacity: 1; transform: translate3d(0, 0, 0); }
  .motion-ready .boho-featured-project.is-visible .boho-device { opacity: 1; }
  .motion-ready .boho-featured-project.is-visible .boho-device-desktop { transform: translate3d(0, 0, 0) scale(1); transition-delay: .12s; }
  .motion-ready .boho-featured-project.is-visible .boho-device-tablet { transform: rotate(-2deg); transition-delay: .25s; }
  .motion-ready .boho-featured-project.is-visible .boho-device-mobile { transform: rotate(2deg); transition-delay: .36s; }
}

.home-process-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.home-process-intro { position: sticky; top: 130px; }
.home-process-intro .text-link { margin-top: 1rem; }
.home-process-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.home-process-list li { display: block; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-soft); }
.home-process-list .home-card-visual { height: clamp(175px, 18vw, 245px); }
.home-process-list .eyebrow { margin-bottom: .65rem; }

.home-about-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.home-about .portrait-frame { position: sticky; top: 120px; }
.home-about-copy { max-width: 760px; }
.home-about-copy .button { margin-top: 1rem; }

.home-why-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.home-why-grid article { min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-soft); }
.home-why-grid article:nth-child(2),
.home-why-grid article:nth-child(3) { background: var(--paper-soft); }

.home-faq-layout { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.home-faq-heading { position: sticky; top: 130px; }
.home-faqs .faq-panel p { margin-bottom: .8rem; }
.home-faqs .faq-panel p:last-child { margin-bottom: 0; }

.home-final-cta { min-height: clamp(720px, 78vh, 900px); }
.home-final-cta .final-cta-inner { display: block; max-width: none; padding-left: 0; }
.home-final-cta .final-cta-copy { width: min(52%, 760px); }
.home-final-cta .final-cta-copy > p:not(.eyebrow) { max-width: 62ch; }
.final-cta-background { position: absolute; z-index: 0; inset: 0; background-color: #17140f; background-image: url("../images/final-cta/final-cta-portal.webp"), linear-gradient(180deg, #11100d 0%, #17140f 48%, #2d2a26 100%); background-position: right center, center; background-size: auto clamp(720px, 78vh, 900px), cover; background-repeat: no-repeat; background-attachment: fixed, scroll; pointer-events: none; }
.home-final-cta::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(246, 239, 226, .98) 0%, rgba(246, 239, 226, .93) 39%, rgba(246, 239, 226, .62) 58%, rgba(246, 239, 226, .12) 100%), linear-gradient(180deg, rgba(246, 239, 226, .16), rgba(246, 239, 226, .28)); pointer-events: none; }
html[data-theme="dark"] .home-final-cta::after { background: linear-gradient(90deg, rgba(18, 20, 22, .98) 0%, rgba(18, 20, 22, .94) 39%, rgba(18, 20, 22, .7) 58%, rgba(18, 20, 22, .18) 100%), linear-gradient(180deg, rgba(18, 20, 22, .18), rgba(18, 20, 22, .36)); }

@media (max-width: 1050px) {
  .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .boho-featured-grid { grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 4vw, 4rem); }
  .boho-device-stage { width: 100%; min-height: 540px; }
  .boho-work-preview { width: 100%; min-height: 540px; }
}

@media (max-width: 900px) {
  .home-problem-layout,
  .home-process-layout,
  .home-about-layout,
  .home-faq-layout { grid-template-columns: 1fr; }
  .home-process-intro,
  .home-about .portrait-frame,
  .home-faq-heading { position: static; }
  .home-value-grid { grid-template-columns: 1fr; }
  .home-problem .home-long-copy { width: 100%; }
  .home-package-grid { grid-template-columns: 1fr; }
  .home-value-grid article { min-height: 0; }
  .home-about .portrait-frame { max-width: 560px; }
  .home-final-cta .final-cta-copy { width: min(68%, 700px); }
  .home-work-heading .home-long-copy { width: 100%; }
  .boho-featured-project { min-height: auto; }
  .boho-featured-grid { grid-template-columns: 1fr; }
  .boho-project-copy { max-width: 660px; }
  .boho-device-stage { width: 100%; min-height: clamp(500px, 72vw, 650px); justify-self: stretch; }
  .boho-work-preview { width: 100%; min-height: clamp(500px, 72vw, 650px); justify-self: stretch; }
  .featured-project-slide { grid-template-columns: 1fr; }
  .featured-project-media { min-height: clamp(300px, 58vw, 500px); }
}

@media (max-width: 767px) {
  .home-service-grid,
  .home-package-grid,
  .home-why-grid { grid-template-columns: 1fr; }
  .home-service-card,
  .home-why-grid article { min-height: 0; }
  .boho-featured-project { padding: clamp(5rem, 18vw, 7rem) 0; }
  .boho-featured-grid { gap: 3.5rem; }
  .boho-device-stage { min-height: clamp(360px, 104vw, 510px); }
  .boho-work-preview { min-height: clamp(360px, 104vw, 510px); }
  .boho-device-desktop { position: relative; top: auto; right: auto; width: 100%; }
  .boho-device-tablet { bottom: -10%; left: 3%; width: 34%; }
  .boho-device-mobile { right: 2%; bottom: -8%; width: 20%; }
  .boho-preview-theme-toggle-overlay { top: .3rem; right: .3rem; transform: scale(.78); transform-origin: top right; }
  .featured-work-toolbar { align-items: flex-end; }
  .featured-work-toolbar h3 { max-width: 10ch; }
  .featured-project-copy { min-height: 320px; }
  .home-package-card ul { columns: 1; }
  .home-card-visual,
  .home-process-list .home-card-visual { height: clamp(165px, 48vw, 240px); }
  .home-final-cta { min-height: auto; padding: clamp(5rem, 15vw, 7rem) 0; }
  .home-final-cta .final-cta-copy { width: 100%; }
  .final-cta-background { background-position: center, center; background-size: auto 100%, cover; background-attachment: scroll; }
  .home-final-cta::after { background: rgba(246, 239, 226, .82); }
  html[data-theme="dark"] .home-final-cta::after { background: rgba(18, 20, 22, .8); }
}

@media (prefers-reduced-motion: reduce) {
  .boho-project-copy,
  .boho-device,
  .boho-device-desktop img,
  .boho-featured-project::before { opacity: 1 !important; transform: none !important; transition: none !important; }
  .final-cta-background { background-attachment: scroll; }
}
