:root{color-scheme:dark;font-family:Patrick Hand,cursive;--bg: #0f0c09;--bg-soft: #17120e;--surface: rgba(26, 19, 14, .82);--surface-strong: #1d1611;--text: #f6efe6;--muted: #bba895;--border: rgba(215, 184, 138, .16);--accent: #d7b88a;--accent-soft: rgba(215, 184, 138, .18);--warm: #efe1cf;--shadow: 0 28px 96px rgba(8, 6, 4, .42);--brand-font-size: 24px;--brand-font-family: "Patrick Hand", cursive}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(215,184,138,.12),transparent 24%),radial-gradient(circle at 84% 18%,rgba(239,225,207,.08),transparent 18%),radial-gradient(circle at 76% 78%,rgba(215,184,138,.08),transparent 20%),linear-gradient(180deg,#0a0806,#110d0a 38%,#0f0c09);color:var(--text)}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}#root{min-height:100vh}.page-shell{position:relative;overflow:hidden}.page-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(246,239,230,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(246,239,230,.02) 1px,transparent 1px);background-size:140px 140px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 82%);pointer-events:none}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b0907bd;border-bottom:1px solid var(--border)}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.brand-mark{display:inline-flex;align-items:center;gap:12px}.brand-mark__icon{width:14px;height:14px;border-radius:4px;background:linear-gradient(135deg,var(--accent) 0%,#f2e7d8 100%);box-shadow:0 0 24px #d7b88a47}.brand-mark__text,.site-footer h2{font-family:var(--brand-font-family);font-size:var(--brand-font-size);font-weight:400;letter-spacing:-.03em;text-transform:lowercase}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a,.footer-columns a,.footer-socials a{color:var(--muted);font-size:.92rem;transition:color .16s ease,transform .16s ease}.nav-links a:hover,.footer-columns a:hover,.footer-socials a:hover{color:var(--warm);transform:translateY(-1px)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px)}.button--small{min-height:40px;padding:0 18px}.button--solid{background:linear-gradient(135deg,#cfa874,#ead7b9);color:#2c2015;box-shadow:0 10px 34px #cfa87438}.button--ghost{border-color:var(--border);color:var(--text);background:#f6efe605}.button--light{background:#f2e4d2;color:#3e2d1f}.hero-section{padding:44px 0 32px}.hero-grid,.feature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:end}.hero-media{position:relative;overflow:hidden;aspect-ratio:4 / 5;border-radius:36px;background:#18120d;box-shadow:var(--shadow);border:1px solid rgba(215,184,138,.12)}.hero-media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(10,8,6,.9))}.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.04) brightness(.86)}.hero-copy{padding-bottom:24px}.eyebrow{display:inline-block;margin-bottom:18px;color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-copy h1,.section-heading h2,.feature-copy h2{margin:0;font-family:Patrick Hand,cursive;font-weight:400;letter-spacing:-.04em;line-height:.94;white-space:pre-line}.hero-copy h1{max-width:560px;color:#f4e8d8;font-size:clamp(4rem,9vw,7.4rem)}.hero-copy p,.section-heading p,.feature-copy p,.story-card__body p,.service-card__description,.footer-brand p{color:var(--muted);line-height:1.82}.hero-copy p{max-width:540px;margin:24px 0 32px;font-size:1.02rem}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.stats-section{padding:12px 0 44px}.stats-grid,.service-grid{display:grid;gap:18px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card,.service-card{border:1px solid var(--border);background:linear-gradient(180deg,#1b140ff0,#120e0aeb);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stat-card{border-radius:30px;padding:30px}.stat-card strong{display:block;margin-bottom:8px;color:var(--accent);font-family:Patrick Hand,cursive;font-size:clamp(2.5rem,4vw,3.7rem);letter-spacing:-.05em}.stat-card span{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.content-section,.service-section,.feature-section{padding:78px 0}.section-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-heading{max-width:760px}.section-heading h2,.feature-copy h2{font-size:clamp(3rem,6vw,5rem);color:#f5ebdf}.section-heading p,.feature-copy p{max-width:650px;margin:16px 0 0}.carousel-controls{display:flex;gap:8px}.carousel-controls button,.service-card__body button{width:42px;height:42px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease,border-color .16s ease}.carousel-controls button:hover,.service-card__body button:hover{background:var(--accent);border-color:var(--accent);color:#2c2015;transform:translateY(-1px)}.story-strip{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.story-strip::-webkit-scrollbar{display:none}.story-card{min-width:min(100%,360px);border-radius:32px;overflow:hidden;background:var(--surface);border:1px solid var(--border)}.story-card__image{aspect-ratio:16 / 9;overflow:hidden}.story-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.story-card:hover .story-card__image img{transform:scale(1.05)}.story-card__body{padding:24px}.story-card__body h3,.service-card__body h3,.feature-cover h3,.footer-columns h3{margin:0;font-weight:700}.story-card__body h3,.service-card__body h3{color:#f6ede2;font-family:Patrick Hand,cursive;font-size:1.86rem;line-height:1.02}.story-card__body p{margin:10px 0 18px;font-size:.96rem}.story-card__metrics{display:flex;flex-wrap:wrap;gap:10px}.story-card__metrics span,.service-card__format,.feature-cover__eyebrow{color:var(--muted);font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}.story-card__metrics span{padding:8px 12px;border-radius:999px;background:#f6efe60a}.service-section{background:linear-gradient(180deg,rgba(215,184,138,.03),transparent)}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}.service-card{border-radius:32px;padding:16px}.service-card__image{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:24px;background:var(--surface-strong)}.service-card__image img{width:100%;height:100%;object-fit:cover}.service-card__tag{position:absolute;top:14px;right:14px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#cfa874,#efe1cf);color:#372618;font-size:.8rem;font-weight:800}.service-card__body{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 4px 10px}.service-card__format{display:block;margin-top:6px}.service-card__description{margin:0;padding:0 4px 6px}.feature-section{position:relative;isolation:isolate}.feature-glow{position:absolute;inset:12% 0 auto 0;height:72%;background:radial-gradient(circle at 22% 26%,rgba(215,184,138,.18),transparent 24%),radial-gradient(circle at 80% 50%,rgba(239,225,207,.12),transparent 28%);z-index:-1}.feature-copy{padding:30px 0}.feature-cover{justify-self:end;width:min(100%,360px);aspect-ratio:3 / 4;border-radius:38px;padding:28px;background:linear-gradient(180deg,#efe1cffa,#e2cfb5f5),linear-gradient(135deg,#d7b88a24,#efe1cf29);color:#4b3726;box-shadow:0 28px 72px #0b080652;transform:rotate(3deg);transition:transform .22s ease}.feature-cover:hover{transform:rotate(0) translateY(-4px)}.feature-cover h3{margin-top:18px;font-family:Patrick Hand,cursive;font-size:clamp(2.5rem,4vw,3.7rem);line-height:.96;letter-spacing:-.05em;white-space:pre-line}.feature-cover__line{width:88px;height:4px;margin-top:26px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--warm))}.site-footer{padding:88px 0 34px;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px}.footer-brand h2{margin:0 0 16px;font-size:clamp(3.2rem,6vw,5.6rem)}.footer-socials,.footer-columns{display:flex;gap:18px}.footer-socials{flex-wrap:wrap;margin-top:24px}.footer-columns{justify-content:space-between;gap:28px}.footer-columns div{display:flex;flex-direction:column;gap:14px}.footer-columns h3{color:var(--text);font-size:.88rem;letter-spacing:.14em;text-transform:uppercase}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:48px;padding-top:18px;border-top:1px solid rgba(246,239,230,.08);color:#f6efe67a;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}@media (max-width: 900px){.nav-links{display:none}.hero-grid,.feature-grid,.footer-grid,.stats-grid,.service-grid{grid-template-columns:1fr}.hero-copy h1{max-width:100%}.hero-media{order:-1}.section-row,.footer-bottom,.footer-columns{flex-direction:column;align-items:flex-start}.feature-cover{justify-self:start}}@media (max-width: 640px){.container{width:min(100% - 24px,1120px)}.site-header{position:static}.nav-shell{gap:12px}.button--small{padding:0 14px}.hero-section,.content-section,.service-section,.feature-section,.site-footer{padding-top:56px;padding-bottom:56px}.hero-copy p,.section-heading p,.feature-copy p{font-size:.96rem}.story-card{min-width:88%}}
