:root{
  --hc-paper:#f6f1e6;
  --hc-paper-alt:#efe6d2;
  --hc-paper-card:#fbf7ee;
  --hc-ink:#241d16;
  --hc-ink-soft:#55483a;
  --hc-ink-faint:#8c7c66;
  --hc-accent:#a8461f;
  --hc-accent-dark:#7c3216;
  --hc-accent-soft:#e3c093;
  --hc-line:#ddceb0;
  --hc-shadow-sm:0 1px 2px rgba(36,29,22,.07), 0 1px 1px rgba(36,29,22,.05);
  --hc-shadow-md:0 10px 24px -8px rgba(36,29,22,.16), 0 4px 8px -4px rgba(36,29,22,.1);
  --hc-shadow-lg:0 26px 48px -16px rgba(36,29,22,.26), 0 10px 20px -10px rgba(36,29,22,.14);
  --hc-radius-sm:8px;
  --hc-radius-md:18px;
  --hc-radius-lg:30px;
  --hc-radius-pill:999px;
  --hc-section-py:clamp(3.5rem,7vw,6.5rem);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body.hc-body{
  margin:0;
  font-family:'Instrument Sans', sans-serif;
  color:var(--hc-ink);
  background-color:var(--hc-paper);
  background-image:
    radial-gradient(circle at 20% 10%, rgba(168,70,31,0.03), transparent 45%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.35'/></svg>");
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
  overflow-x:hidden;
}
.hc-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}
.hc-narrow{max-width:760px;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}

h1,h2,h3,h4{font-family:'Instrument Sans', sans-serif;color:var(--hc-ink);margin:0;font-weight:700;letter-spacing:-0.01em;}
.hc-h1{font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.08;margin-bottom:1rem;}
.hc-h1--light{color:var(--hc-paper);}
.hc-h2{font-size:clamp(1.9rem,3.6vw,2.7rem);line-height:1.14;margin-bottom:.75rem;}
.hc-h2--light{color:var(--hc-paper);}
.hc-h3{font-size:clamp(1.35rem,2.2vw,1.7rem);line-height:1.25;margin-bottom:.5rem;}
.hc-h4{font-size:1.1rem;line-height:1.3;margin-bottom:.4rem;}
.hc-body-text{font-size:1.05rem;color:var(--hc-ink-soft);margin:0 0 1.1rem;}
.hc-small-text{font-size:.92rem;color:var(--hc-ink-soft);}
.hc-section-lead{font-size:1.05rem;color:var(--hc-ink-soft);max-width:640px;}
.hc-eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--hc-accent-dark);font-weight:600;margin:0 0 .6rem;}
.hc-eyebrow--light{color:var(--hc-accent-soft);}

.hc-underline{position:relative;display:inline-block;color:inherit;}
.hc-underline::after{content:'';position:absolute;left:-.05em;right:-.05em;bottom:.06em;height:.32em;background:var(--hc-accent-soft);z-index:-1;opacity:.75;border-radius:3px;}
.hc-accent-text{color:var(--hc-accent);}

.hc-section{padding:var(--hc-section-py) 0;}
.hc-section-alt{background-color:var(--hc-paper-alt);padding:var(--hc-section-py) 0;}
.hc-section-head{max-width:680px;margin-bottom:2.5rem;}
.hc-narrow-section{padding-bottom:1rem;}


.hc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.7rem;border-radius:var(--hc-radius-pill);font-weight:600;font-size:.95rem;transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;cursor:pointer;border:1px solid transparent;min-height:44px;}
.hc-btn-primary{background-color:var(--hc-ink);color:var(--hc-paper);box-shadow:var(--hc-shadow-sm);}
.hc-btn-primary:hover{transform:translateY(-3px);box-shadow:var(--hc-shadow-md);background-color:var(--hc-accent-dark);}
.hc-btn-primary--onaccent{background-color:var(--hc-paper);color:var(--hc-ink);}
.hc-btn-primary--onaccent:hover{background-color:var(--hc-accent-soft);}
.hc-btn-secondary{background-color:transparent;color:var(--hc-ink);border-color:var(--hc-ink);}
.hc-btn-secondary:hover{transform:translateY(-3px);background-color:var(--hc-ink);color:var(--hc-paper);}
.hc-btn-secondary--light{color:var(--hc-paper);border-color:var(--hc-paper);}
.hc-btn-secondary--light:hover{background-color:var(--hc-paper);color:var(--hc-ink);}
.hc-btn-block{width:100%;}
.hc-btn-sm{padding:.6rem 1.2rem;font-size:.85rem;}
.hc-link-arrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--hc-accent-dark);transition:gap .25s ease;}
.hc-link-arrow:hover{gap:.8rem;}


.hc-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background-color .4s ease, box-shadow .4s ease, backdrop-filter .4s ease;background-color:transparent;}
.hc-header--solid{background-color:rgba(246,241,230,.94);backdrop-filter:blur(10px);box-shadow:var(--hc-shadow-sm);}
.hc-nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;}
.hc-logo-img{height:34px;}
.hc-nav-desktop ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0;}
.hc-nav-link{font-weight:600;font-size:.94rem;color:var(--hc-paper);position:relative;padding:.3rem 0;transition:color .3s ease;}
.hc-header--solid .hc-nav-link{color:var(--hc-ink);}
.hc-nav-link::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--hc-accent);transition:width .3s ease;}
.hc-nav-link:hover::after,.hc-nav-link--active::after{width:100%;}
.hc-nav-cta{display:inline-flex;align-items:center;padding:.6rem 1.3rem;border-radius:var(--hc-radius-pill);border:1.5px solid var(--hc-paper);color:var(--hc-paper);font-weight:600;font-size:.88rem;transition:all .3s ease;min-height:44px;}
.hc-header--solid .hc-nav-cta{border-color:var(--hc-ink);color:var(--hc-ink);}
.hc-nav-cta:hover{background-color:var(--hc-accent);border-color:var(--hc-accent);color:var(--hc-paper);}
.hc-menu-toggle{display:none;background:none;border:none;font-size:1.3rem;color:var(--hc-paper);cursor:pointer;min-width:44px;min-height:44px;}
.hc-header--solid .hc-menu-toggle{color:var(--hc-ink);}

@media (max-width:900px){
  .hc-nav-desktop,.hc-nav-cta{display:none;}
  .hc-menu-toggle{display:flex;align-items:center;justify-content:center;}
}

.hc-mobile-menu{max-height:0;overflow:hidden;transition:max-height .4s ease;background-color:rgba(246,241,230,.98);}
.hc-mobile-menu--open{max-height:640px;}
.hc-accordion{list-style:none;margin:0;padding:0.5rem 1.5rem 1rem;}
.hc-accordion-item{border-bottom:1px solid var(--hc-line);}
.hc-accordion-link{display:block;padding:.9rem 0;font-weight:600;color:var(--hc-ink);min-height:44px;}
.hc-accordion-toggle{width:100%;background:none;border:none;text-align:left;padding:.9rem 0;font-weight:600;font-size:1rem;color:var(--hc-ink);display:flex;justify-content:space-between;align-items:center;cursor:pointer;min-height:44px;}
.hc-accordion-toggle i{transition:transform .3s ease;font-size:.8rem;color:var(--hc-ink-faint);}
.hc-accordion-toggle[aria-expanded="true"] i{transform:rotate(180deg);}
.hc-accordion-panel{max-height:0;overflow:hidden;transition:max-height .35s ease;display:flex;flex-direction:column;}
.hc-accordion-panel a{padding:.6rem 0 .6rem 1rem;color:var(--hc-ink-soft);font-size:.93rem;border-left:2px solid var(--hc-line);min-height:40px;}


.hc-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.hc-hero-media{position:absolute;inset:0;z-index:0;}
.hc-hero-media img{width:100%;height:100%;object-fit:cover;}
.hc-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, rgba(36,29,22,.5) 0%, rgba(36,29,22,.68) 55%, rgba(36,29,22,.92) 100%);}
.hc-hero-content{position:relative;z-index:2;text-align:center;color:var(--hc-paper);max-width:840px;padding:0 1.5rem;}
.hc-hero-title{font-size:clamp(2.6rem,6vw,4.4rem);line-height:1.06;color:var(--hc-paper);margin-bottom:1.3rem;}
.hc-hero-text{font-size:1.15rem;color:rgba(246,241,230,.9);max-width:620px;margin:0 auto 2.2rem;}
.hc-hero-cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}


.hc-intro-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;}
@media (min-width:900px){.hc-intro-grid{grid-template-columns:1fr 1fr;gap:4rem;}}
.hc-rounded-img{border-radius:var(--hc-radius-lg);box-shadow:var(--hc-shadow-lg);width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;}


.hc-bento{display:grid;grid-template-columns:1fr;gap:1.4rem;grid-auto-flow:dense;}
@media (min-width:820px){
  .hc-bento{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(170px,auto);}
  .hc-bento-2x2{grid-column:span 2;grid-row:span 2;}
  .hc-bento-2x1{grid-column:span 2;grid-row:span 1;}
  .hc-bento-1x1{grid-column:span 1;grid-row:span 1;}
}
.hc-bento-item{background-color:var(--hc-paper-card);border:1px solid var(--hc-line);border-radius:var(--hc-radius-md);overflow:hidden;box-shadow:var(--hc-shadow-sm);transition:transform .35s ease, box-shadow .35s ease;display:flex;flex-direction:column;}
.hc-bento-item:hover{transform:translateY(-6px);box-shadow:var(--hc-shadow-lg);}
.hc-bento-media{width:100%;height:180px;object-fit:cover;}
.hc-bento-2x2 .hc-bento-media{height:280px;}
.hc-bento-media--wide{height:200px;}
.hc-bento-body{padding:1.4rem;}
.hc-bento-body--tight{padding:1.1rem;}
.hc-bento-2x2 .hc-bento-body{padding:1.7rem;}
.hc-bento-icon{width:100%;height:90px;display:flex;align-items:center;justify-content:center;font-size:1.9rem;color:var(--hc-accent);background:var(--hc-accent-soft);opacity:.9;}
.hc-bento-item p{color:var(--hc-ink-soft);margin:0;font-size:.95rem;}
.hc-bento-item:not([class*="2x2"]) .hc-bento-body{padding:1.3rem;}


.hc-checklist-grid{display:grid;grid-template-columns:1fr;gap:.9rem 3rem;}
@media (min-width:720px){.hc-checklist-grid{grid-template-columns:1fr 1fr;}}
.hc-check-col{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem;}
.hc-check-item{display:flex;align-items:flex-start;gap:.9rem;font-size:1.02rem;color:var(--hc-ink);background:var(--hc-paper-card);border:1px solid var(--hc-line);border-radius:var(--hc-radius-sm);padding:.9rem 1.1rem;box-shadow:var(--hc-shadow-sm);transition:transform .25s ease, box-shadow .25s ease;}
.hc-check-item:hover{transform:translateX(4px);box-shadow:var(--hc-shadow-md);}
.hc-check-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--hc-accent);color:var(--hc-paper);display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-top:.15rem;}


.hc-phase-row{display:grid;grid-template-columns:1fr;gap:1.6rem;}
@media (min-width:900px){.hc-phase-row{grid-template-columns:repeat(4,1fr);}}
.hc-phase-item{background:var(--hc-paper-card);border:1px solid var(--hc-line);border-radius:var(--hc-radius-md);padding:1.6rem;box-shadow:var(--hc-shadow-sm);transition:transform .3s ease, box-shadow .3s ease;}
.hc-phase-item:hover{transform:translateY(-5px);box-shadow:var(--hc-shadow-md);}
.hc-phase-num{font-size:2rem;font-weight:700;color:var(--hc-accent-soft);display:block;margin-bottom:.6rem;}


.hc-teaser-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;}
@media (min-width:900px){.hc-teaser-grid{grid-template-columns:1fr 1fr;gap:4rem;}}


.hc-cta-banner{background:linear-gradient(135deg, var(--hc-ink) 0%, #362a1e 100%);padding:var(--hc-section-py) 0;}
.hc-cta-banner-inner{text-align:center;max-width:680px;margin:0 auto;}
.hc-cta-text{color:rgba(246,241,230,.85);font-size:1.05rem;margin:0 0 1.8rem;}


.hc-card{background:var(--hc-paper-card);border:1px solid var(--hc-line);border-radius:var(--hc-radius-md);box-shadow:var(--hc-shadow-sm);padding:1.8rem;transition:transform .3s ease, box-shadow .3s ease;}
.hc-card:hover{box-shadow:var(--hc-shadow-md);}


.hc-page-banner{position:relative;min-height:56vh;display:flex;align-items:center;overflow:hidden;margin-top:0;}
.hc-page-banner--sm{min-height:44vh;}
.hc-page-banner-media{position:absolute;inset:0;z-index:0;}
.hc-page-banner-media img{width:100%;height:100%;object-fit:cover;}
.hc-page-banner-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, rgba(36,29,22,.55) 0%, rgba(36,29,22,.85) 100%);}
.hc-page-banner-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:6rem 1.5rem 2rem;text-align:center;}


.hc-founder-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;}
@media (min-width:900px){.hc-founder-grid{grid-template-columns:0.85fr 1.15fr;gap:4rem;}}


.hc-profile-grid{display:grid;grid-template-columns:1fr;gap:1.4rem;}
@media (min-width:720px){.hc-profile-grid{grid-template-columns:repeat(2,1fr);}}
@media (min-width:1080px){.hc-profile-grid{grid-template-columns:repeat(4,1fr);}}
.hc-profile-card{background:var(--hc-paper-card);border:1px solid var(--hc-line);border-radius:var(--hc-radius-md);padding:1.7rem;box-shadow:var(--hc-shadow-sm);transition:transform .3s ease, box-shadow .3s ease;}
.hc-profile-card:hover{transform:translateY(-6px);box-shadow:var(--hc-shadow-lg);}
.hc-profile-icon{width:52px;height:52px;border-radius:50%;background:var(--hc-accent-soft);color:var(--hc-accent-dark);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1rem;}


.hc-contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;}
@media (min-width:960px){.hc-contact-grid{grid-template-columns:1.2fr 1fr;}}
.hc-contact-form-card{padding:2.2rem;}
.hc-form-note{margin-bottom:1.4rem;}
.hc-field{margin-bottom:1.2rem;display:flex;flex-direction:column;gap:.4rem;}
.hc-field label{font-weight:600;font-size:.9rem;color:var(--hc-ink);}
.hc-field input,.hc-field textarea{border:1px solid var(--hc-line);border-radius:var(--hc-radius-sm);padding:.75rem .9rem;font-family:inherit;font-size:.98rem;background-color:var(--hc-paper);color:var(--hc-ink);transition:border-color .25s ease, box-shadow .25s ease;min-height:44px;}
.hc-field textarea{min-height:120px;resize:vertical;}
.hc-field input:focus,.hc-field textarea:focus{outline:none;border-color:var(--hc-accent);box-shadow:0 0 0 3px rgba(168,70,31,.15);}
.hc-field-error{border-color:#a13a2c !important;box-shadow:0 0 0 3px rgba(161,58,44,.15) !important;}
.hc-checkbox-row{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--hc-ink-soft);}
.hc-checkbox-row input{margin-top:.25rem;width:18px;height:18px;flex-shrink:0;}
.hc-checkbox-row a{color:var(--hc-accent-dark);font-weight:600;}
.hc-contact-info{display:flex;flex-direction:column;gap:1.2rem;}
.hc-info-card{padding:1.4rem 1.6rem;}
.hc-info-card h3{display:flex;align-items:center;gap:.6rem;}
.hc-info-card h3 i{color:var(--hc-accent);}
.hc-map-wrap{border-radius:var(--hc-radius-lg);overflow:hidden;box-shadow:var(--hc-shadow-lg);border:1px solid var(--hc-line);}


.hc-thanks-section{text-align:center;}
.hc-thanks-inner{display:flex;flex-direction:column;align-items:center;}
.hc-thanks-inner .hc-btn{margin-top:1.5rem;margin-bottom:3rem;}
.hc-jtimeline{width:100%;max-width:480px;margin:0 auto;text-align:left;display:flex;flex-direction:column;gap:0;}
.hc-jtimeline-item{display:flex;gap:1.1rem;position:relative;padding-bottom:2.2rem;}
.hc-jtimeline-item:not(:last-child)::before{content:'';position:absolute;left:15px;top:36px;bottom:0;width:2px;background:var(--hc-line);}
.hc-jtimeline-dot{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;background:var(--hc-line);color:var(--hc-ink-faint);}
.hc-jtimeline-item--done .hc-jtimeline-dot{background:var(--hc-ink);color:var(--hc-paper);}
.hc-jtimeline-item--current .hc-jtimeline-dot{background:var(--hc-accent);color:var(--hc-paper);}
.hc-jtimeline-item--upcoming{opacity:.6;}
.hc-jtimeline-text h3{margin-bottom:.2rem;}


.hc-legal-section{padding-top:8rem;}
.hc-legal-updated{margin-bottom:2rem;}
.hc-legal h2{margin-top:2.2rem;margin-bottom:.8rem;font-size:1.35rem;}
.hc-legal p{color:var(--hc-ink-soft);margin-bottom:1rem;}
.hc-table{width:100%;border-collapse:collapse;margin:1.2rem 0 1.8rem;font-size:.92rem;}
.hc-table th,.hc-table td{border:1px solid var(--hc-line);padding:.7rem .9rem;text-align:left;vertical-align:top;}
.hc-table th{background:var(--hc-paper-alt);font-weight:700;}
.hc-table td{background:var(--hc-paper-card);color:var(--hc-ink-soft);}
.hc-deflist dt{font-weight:700;margin-top:1rem;color:var(--hc-ink);}
.hc-deflist dd{margin:.2rem 0 0;color:var(--hc-ink-soft);}


.hc-footer{background-color:var(--hc-ink);color:var(--hc-paper);padding-top:4rem;margin-top:auto;}
.hc-footer-grid{display:grid;grid-template-columns:1fr;gap:2.2rem;padding-bottom:3rem;}
@media (min-width:820px){.hc-footer-grid{grid-template-columns:1.4fr 1fr 1.3fr 1fr;}}
.hc-footer-logo{height:30px;filter:brightness(0) invert(1);margin-bottom:1rem;}
.hc-footer-brand p{color:rgba(246,241,230,.7);}
.hc-footer-heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--hc-accent-soft);margin-bottom:1rem;}
.hc-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;font-size:.92rem;color:rgba(246,241,230,.78);}
.hc-footer-links a{transition:color .25s ease;}
.hc-footer-links a:hover{color:var(--hc-accent-soft);}
.hc-footer-links i{margin-right:.4rem;color:var(--hc-accent-soft);}
.hc-footer-bottom{border-top:1px solid rgba(246,241,230,.15);padding:1.4rem 1.5rem;text-align:center;font-size:.82rem;color:rgba(246,241,230,.6);}

body.hc-body{display:flex;flex-direction:column;min-height:100vh;}
main{flex:1;}


.hc-cookie{position:fixed;left:50%;bottom:1.2rem;transform:translateX(-50%);width:min(700px,92vw);z-index:9999;opacity:0;pointer-events:none;transition:opacity .35s ease, transform .35s ease;}
.hc-cookie--visible{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);}
.hc-cookie-card{background:var(--hc-paper-card);border:1px solid var(--hc-line);border-radius:var(--hc-radius-lg);box-shadow:var(--hc-shadow-lg);display:grid;grid-template-rows:auto 0fr;transition:grid-template-rows .45s ease;overflow:hidden;}
.hc-cookie-card--expanded{grid-template-rows:auto 1fr;}
.hc-cookie-compact{padding:1.3rem 1.6rem;display:flex;flex-direction:column;gap:1rem;}
.hc-cookie-text{font-size:.88rem;color:var(--hc-ink-soft);margin:0;}
.hc-cookie-text a{color:var(--hc-accent-dark);font-weight:600;}
.hc-cookie-actions{display:flex;gap:.7rem;justify-content:flex-end;}
.hc-cookie-panel{min-height:0;}
.hc-cookie-panel-inner{padding:0 1.6rem 1.5rem;border-top:1px solid var(--hc-line);}
.hc-cookie-panel-inner h3{margin-top:1.2rem;margin-bottom:.8rem;}
.hc-cookie-category{padding:.7rem 0;border-bottom:1px solid var(--hc-line);}
.hc-cookie-category-head{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:.3rem;}
.hc-cookie-panel-actions{display:flex;gap:.7rem;justify-content:flex-end;margin-top:1.2rem;}
.hc-switch{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0;}
.hc-switch input{opacity:0;width:0;height:0;}
.hc-switch-slider{position:absolute;cursor:pointer;inset:0;background-color:var(--hc-line);transition:.3s;border-radius:var(--hc-radius-pill);}
.hc-switch-slider::before{position:absolute;content:'';height:18px;width:18px;left:3px;bottom:3px;background-color:var(--hc-paper-card);transition:.3s;border-radius:50%;box-shadow:var(--hc-shadow-sm);}
.hc-switch input:checked + .hc-switch-slider{background-color:var(--hc-accent);}
.hc-switch input:checked + .hc-switch-slider::before{transform:translateX(18px);}
.hc-switch input:disabled + .hc-switch-slider{opacity:.6;cursor:not-allowed;}

@media (max-width:640px){
  .hc-cookie-actions,.hc-cookie-panel-actions{flex-direction:column;}
  .hc-cookie-actions .hc-btn,.hc-cookie-panel-actions .hc-btn{width:100%;}
}