:root{--espresso: #2B1B12;--espresso-soft: #3E2A1D;--clay: #6B5B4E;--cream: #FBF3E8;--latte: #F4E6D3;--white: #FFFFFF;--line: #E8DAC7;--amber: #C2703D;--amber-ink: #A85A2A;--amber-wash: #F7E4D0;--radius: 14px;--radius-sm: 10px;--radius-pill: 999px;--shadow: 0 2px 4px rgba(43, 27, 18, 0.04), 0 8px 24px rgba(43, 27, 18, 0.07);--shadow-lift: 0 4px 8px rgba(43, 27, 18, 0.06), 0 18px 44px rgba(43, 27, 18, 0.12);--measure: 68ch}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-size:1.125rem;line-height:1.65;color:var(--clay);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,.display{font-family:"Fraunces", Georgia, "Times New Roman", serif;font-variation-settings:"SOFT" 60, "WONK" 1;color:var(--espresso);line-height:1.12;letter-spacing:-0.015em;margin:0 0 0.5em;text-wrap:balance}.display{font-size:clamp(2.5rem, 6vw, 4.25rem);font-weight:400;line-height:1.04}h1{font-size:clamp(2.1rem, 5vw, 3.25rem);font-weight:400}h2{font-size:clamp(1.75rem, 3.6vw, 2.5rem);font-weight:400}h3{font-size:clamp(1.25rem, 2vw, 1.5rem);font-weight:500;line-height:1.25}h4{font-size:1.125rem;font-weight:600;line-height:1.35}p,ul,ol{margin:0 0 1.15em}p:last-child,ul:last-child,ol:last-child{margin-bottom:0}.accent{color:var(--amber);font-style:italic;font-variation-settings:"SOFT" 100, "WONK" 1}.eyebrow{font-family:"Inter", sans-serif;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.14em;color:var(--amber-ink);margin:0 0 1rem}.lead{font-size:clamp(1.1875rem, 2vw, 1.375rem);line-height:1.6;color:var(--clay);max-width:62ch}.prose{max-width:var(--measure)}.prose h2{margin-top:2.25em}.prose h3{margin-top:1.75em}.prose>:first-child{margin-top:0}.prose ul,.prose ol{padding-left:1.35em}.prose li{margin-bottom:0.5em}.prose li::marker{color:var(--amber)}blockquote{margin:1.75em 0;padding:0.25rem 0 0.25rem 1.5rem;border-left:3px solid var(--amber);font-family:"Fraunces", Georgia, serif;font-size:1.25rem;font-style:italic;font-variation-settings:"SOFT" 100, "WONK" 1;color:var(--espresso)}hr{border:0;border-top:1px solid var(--line);margin:3rem 0}a{color:var(--amber-ink);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--espresso)}:focus-visible{outline:3px solid var(--amber-ink);outline-offset:3px;border-radius:4px}.wrap{max-width:1140px;margin:0 auto;padding:0 clamp(1.25rem, 4vw, 2.5rem)}.wrap-sm{max-width:780px;margin:0 auto;padding:0 clamp(1.25rem, 4vw, 2.5rem)}section{padding:clamp(3.5rem, 8vw, 6.5rem) 0}.band-latte{background:var(--latte)}.band-white{background:var(--white)}.band-dark{background:var(--espresso);color:#E9DDD1}.band-dark h1,.band-dark h2,.band-dark h3,.band-dark h4{color:var(--cream)}.band-dark .eyebrow{color:#E0A272}.band-dark .lead{color:#D8C8B8}.band-dark a{color:#E8B98F}.band-dark a:hover{color:var(--white)}.center{text-align:center}.center .lead{margin-left:auto;margin-right:auto}.grid{display:grid;gap:clamp(1.25rem, 2.5vw, 2rem);grid-template-columns:repeat(auto-fit, minmax(min(300px, 100%), 1fr))}.grid-2{grid-template-columns:repeat(auto-fit, minmax(min(380px, 100%), 1fr))}.grid-2x2{grid-template-columns:1fr}@media (min-width: 760px){.grid-2x2{grid-template-columns:1fr 1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;min-height:52px;padding:0.85rem 1.75rem;border:2px solid transparent;border-radius:var(--radius-pill);font-family:"Inter", sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease}.btn-primary{background:var(--espresso);border-color:var(--espresso);color:var(--cream)}.btn-primary:hover{background:var(--espresso-soft);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lift)}.btn-ghost{background:transparent;border-color:var(--espresso);color:var(--espresso)}.btn-ghost:hover{background:var(--espresso);color:var(--cream);transform:translateY(-2px)}.band-dark .btn-primary{background:var(--cream);border-color:var(--cream);color:var(--espresso)}.band-dark .btn-primary:hover{background:var(--white);color:var(--espresso)}.band-dark .btn-ghost{border-color:#A98D75;color:var(--cream)}.band-dark .btn-ghost:hover{background:var(--cream);color:var(--espresso);border-color:var(--cream)}.btn-row{display:flex;flex-wrap:wrap;gap:0.875rem;margin-top:2rem}.center .btn-row{justify-content:center}@media (max-width: 600px){.btn-row{flex-direction:column;align-items:stretch}.btn-row .btn{width:100%}}.site-nav{position:sticky;top:0;z-index:50;background:rgba(251,243,232,0.92);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line)}.site-nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.brand{display:inline-flex;align-items:center;gap:0.6rem;font-family:"Fraunces", Georgia, serif;font-variation-settings:"SOFT" 60, "WONK" 1;font-size:1.5rem;font-weight:500;color:var(--espresso);text-decoration:none;letter-spacing:-0.02em}.brand:hover{color:var(--espresso)}.brand svg{width:30px;height:30px;flex:none}.nav-links{display:flex;align-items:center;gap:0.35rem;list-style:none;margin:0;padding:0}.nav-links a{display:inline-block;padding:0.6rem 0.9rem;border-radius:var(--radius-sm);font-size:1.0625rem;font-weight:500;color:var(--espresso);text-decoration:none}.nav-links a:hover{background:var(--amber-wash)}.nav-links a[aria-current="page"]{color:var(--amber-ink);font-weight:600}.nav-cta{margin-left:0.5rem}.nav-cta .btn{min-height:46px;padding:0.6rem 1.25rem;font-size:1rem}.nav-menu{display:flex;align-items:center;gap:1rem}.nav-toggle{display:none}@media (max-width: 900px){.site-nav{background:var(--cream);backdrop-filter:none}.site-nav .wrap{flex-direction:column;align-items:stretch;padding-top:0.75rem;padding-bottom:0.75rem;gap:0}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-toggle{display:inline-flex;align-items:center;gap:0.5rem;min-height:48px;padding:0.5rem 0.9rem 0.5rem 0.75rem;background:transparent;border:2px solid var(--line);border-radius:var(--radius-pill);font-family:"Inter", sans-serif;font-size:1rem;font-weight:600;color:var(--espresso);cursor:pointer}.nav-toggle:hover{background:var(--amber-wash);border-color:var(--amber-wash)}.nav-toggle-icon{width:22px;height:22px;flex:none}.nav-toggle .icon-close{display:none}.nav-toggle[aria-expanded="true"] .icon-open{display:none}.nav-toggle[aria-expanded="true"] .icon-close{display:block}.nav-toggle[aria-expanded="true"]{background:var(--amber-wash);border-color:var(--amber-wash)}.site-nav.js-enabled .nav-menu{display:none}.site-nav.js-enabled .nav-menu.is-open{display:flex}.nav-menu{flex-direction:column;align-items:stretch;gap:0;margin-top:0.75rem}.nav-links{flex-direction:column;align-items:stretch;gap:0}.nav-links a{display:flex;align-items:center;min-height:52px;padding:0.75rem 0.5rem;border-top:1px solid var(--line);border-radius:0;font-size:1.125rem}.nav-links li:last-child a{border-bottom:1px solid var(--line)}.nav-cta{margin:1rem 0 0.25rem}.nav-cta .btn{width:100%;min-height:52px;font-size:1.0625rem}}.hero{position:relative;overflow:hidden;padding:clamp(3.5rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5.5rem)}.hero::before{content:"";position:absolute;top:-28%;right:-12%;width:min(680px, 88vw);aspect-ratio:1;background:radial-gradient(circle, rgba(194,112,61,0.16), rgba(194,112,61,0) 68%);pointer-events:none}.hero .wrap{position:relative}.hero .display{max-width:20ch}.hero .lead{margin-top:1.5rem}.hero-split{display:grid;gap:clamp(2.25rem, 5vw, 3.5rem);align-items:center}@media (min-width: 900px){.hero-split{grid-template-columns:1.05fr 0.95fr}.hero-split .display{max-width:100%}}.hero-shot-caption{margin-top:1rem;font-size:0.9375rem;color:#7A6857;text-align:center}.hero-shot-caption strong{color:var(--espresso);font-weight:600}.frame-card{display:block;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lift);text-decoration:none;color:inherit}a.frame-card{transition:transform 0.18s ease, box-shadow 0.18s ease}a.frame-card:hover{transform:translateY(-3px);color:inherit}.hero-note{margin-top:1.75rem;font-size:1rem;color:var(--clay)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem, 3vw, 2rem);box-shadow:var(--shadow)}.card h3{margin-bottom:0.5rem}.card p:last-child{margin-bottom:0}.band-latte .card{background:var(--cream)}.band-dark .card{background:var(--espresso-soft);border-color:rgba(255,255,255,0.1);box-shadow:none}a.card{display:block;text-decoration:none;color:inherit;transition:transform 0.18s ease, box-shadow 0.18s ease}a.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift);color:inherit}a.card h3{color:var(--espresso)}.card-mark{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:1rem;border-radius:var(--radius-pill);background:var(--amber-wash);color:var(--amber-ink)}.card-mark svg{width:22px;height:22px}.quotes{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit, minmax(min(320px, 100%), 1fr))}.quote{position:relative;margin:0;padding:1.5rem 1.5rem 1.5rem 2.75rem;background:var(--cream);border:1px solid var(--line);border-left:3px solid var(--amber);border-radius:var(--radius-sm);font-family:"Fraunces", Georgia, serif;font-variation-settings:"SOFT" 100, "WONK" 1;font-size:1.1875rem;font-style:italic;line-height:1.45;color:var(--espresso)}.quote::before{content:"\201C";position:absolute;left:0.7rem;top:0.5rem;font-size:2.75rem;line-height:1;color:var(--amber);opacity:0.55}.band-latte .quote{background:var(--white)}.steps{counter-reset:step;display:grid;gap:clamp(1.5rem, 3vw, 2.5rem);grid-template-columns:repeat(auto-fit, minmax(min(280px, 100%), 1fr))}.step{counter-increment:step}.step::before{content:counter(step);display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:1.125rem;border-radius:var(--radius-pill);background:var(--amber);color:var(--white);font-family:"Fraunces", Georgia, serif;font-size:1.375rem;font-weight:600}.work-grid{display:grid;gap:clamp(1.5rem, 3vw, 2.25rem);grid-template-columns:repeat(auto-fit, minmax(min(340px, 100%), 1fr))}.work-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:transform 0.18s ease, box-shadow 0.18s ease}.work-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift);color:inherit}.frame{background:var(--latte);border-bottom:1px solid var(--line)}.frame-bar{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#EBDCC8}.frame-bar span{width:9px;height:9px;border-radius:50%;background:#C9B49B}.frame-bar em{margin-left:8px;overflow:hidden;font-family:"Inter", sans-serif;font-size:0.75rem;font-style:normal;color:#8A7259;white-space:nowrap;text-overflow:ellipsis}.frame img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:top center;background:var(--latte)}.frame-fallback{display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 10;padding:1.5rem;background:linear-gradient(150deg, var(--amber-wash), var(--latte));font-family:"Fraunces", Georgia, serif;font-variation-settings:"SOFT" 60, "WONK" 1;font-size:clamp(1.25rem, 3vw, 1.75rem);color:var(--espresso);text-align:center}.work-body{padding:1.5rem}.work-body h3{margin-bottom:0.35rem}.work-body p{font-size:1rem;margin-bottom:0}.tag-row{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:1rem}.tag{padding:0.3rem 0.7rem;border-radius:var(--radius-pill);background:var(--amber-wash);font-size:0.8125rem;font-weight:500;color:#8A4A20}.ba{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit, minmax(min(300px, 100%), 1fr));margin:2rem 0}.ba>div{padding:1.5rem;border-radius:var(--radius);border:1px solid var(--line)}.ba-before{background:var(--white)}.ba-after{background:var(--amber-wash);border-color:#E9C9A8}.ba h4{margin-bottom:0.75rem}.ba p:last-child,.ba ul:last-child{margin-bottom:0}.post-list{list-style:none;margin:0;padding:0}.post-list>li+li{margin-top:1rem}.post-item{display:block;padding:clamp(1.375rem, 3vw, 1.875rem)}.post-item h3{margin-bottom:0.4rem}.post-item p{font-size:1.0625rem;margin-bottom:0}.post-meta{font-family:"Inter", sans-serif;font-size:0.9375rem;color:#7A6857;margin-bottom:0.5rem}.divider{display:flex;align-items:center;gap:1rem;max-width:1140px;margin:0 auto;padding:0 clamp(1.25rem, 4vw, 2.5rem);color:var(--amber)}.divider::before,.divider::after{content:"";flex:1;height:1px;background:var(--line)}.divider svg{width:26px;height:26px;flex:none}.cta-block{text-align:center}.cta-block .display,.cta-block .lead{margin-left:auto;margin-right:auto}.cta-block .display{max-width:24ch}.cta-block .btn-row{justify-content:center}.calendly-inline-widget{min-width:320px;height:700px;margin-top:2rem;border-radius:var(--radius);overflow:hidden;background:var(--white)}@media (max-width: 640px){.calendly-inline-widget{height:900px}}.site-footer{background:var(--espresso);color:#C3B2A2;padding:clamp(3rem, 6vw, 4.5rem) 0 2rem;font-size:1rem}.site-footer a{color:#E8B98F;text-decoration:none}.site-footer a:hover{color:var(--white);text-decoration:underline}.site-footer .brand{display:flex;color:var(--cream);font-size:1.375rem}.site-footer .brand svg{width:24px;height:24px}.site-footer h4{color:var(--cream);font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.14em;font-family:"Inter", sans-serif;margin-bottom:0.875rem}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1.6fr 1fr 1fr;padding-bottom:2.5rem}@media (max-width: 780px){.footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:1 / -1}}@media (max-width: 460px){.footer-grid{grid-template-columns:1fr}}.footer-about p{margin-top:1rem;max-width:42ch}.footer-list{list-style:none;margin:0;padding:0}.footer-list li+li{margin-top:0.6rem}.footer-base{border-top:1px solid rgba(255,255,255,0.12);padding-top:1.75rem;font-size:0.9375rem;color:#A6947F}.has-motif{position:relative;overflow:hidden}.has-motif>.wrap,.has-motif>.wrap-sm{position:relative;z-index:1}.motif{position:absolute;z-index:0;width:clamp(240px, 34vw, 520px);aspect-ratio:1;color:var(--amber);opacity:0.07;pointer-events:none;user-select:none}.motif svg{display:block;width:100%;height:100%}.band-dark .motif,.site-footer .motif{color:var(--cream);opacity:0.06}.motif-top-right{top:-12%;right:-8%}.motif-top-left{top:-12%;left:-8%}.motif-bottom-right{bottom:-14%;right:-8%}.motif-bottom-left{bottom:-14%;left:-8%}.motif-right{top:50%;right:-10%;transform:translateY(-50%)}.motif-left{top:50%;left:-10%;transform:translateY(-50%)}.motif-lg{width:clamp(300px, 44vw, 660px)}.motif-xl{width:clamp(340px, 54vw, 820px)}.hero .motif-top-right,.hero .motif-top-left{top:-20%}@media (max-width: 700px){.motif,.band-dark .motif,.site-footer .motif{opacity:0.05}.motif-top-right,.motif-bottom-right{right:-30%}.motif-top-left,.motif-bottom-left{left:-30%}}@media print{.motif{display:none}}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:0.85rem 1.25rem;background:var(--espresso);color:var(--cream);border-radius:0 0 var(--radius-sm) 0;font-weight:600}.skip-link:focus{left:0;color:var(--cream)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.mt-0{margin-top:0}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}img{max-width:100%;height:auto}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important}.btn:hover,a.card:hover,.work-card:hover{transform:none}}@media print{.site-nav,.cta-block,.calendly-inline-widget{display:none}body{background:#fff;color:#000}}
