:root {
  --hcww-ink: #24160d;
  --hcww-muted: #604b3a;
  --hcww-panel: #fffaf2;
  --hcww-panel-strong: #fff3df;
  --hcww-amber: #d98119;
  --hcww-amber-dark: #9c5411;
  --hcww-green: #1f7a48;
  --hcww-brown: #4c2e1c;
  --hcww-cream: #fff6e8;
  --hcww-border: rgba(109, 70, 34, 0.18);
  --hcww-shadow: 0 24px 60px rgba(58, 34, 13, 0.2);
  --hcww-shadow-soft: 0 14px 36px rgba(58, 34, 13, 0.14);
  --hcww-radius: 28px;
  --hcww-radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .85), transparent 42%),
    radial-gradient(circle at bottom right, rgba(204, 147, 76, .35), transparent 52%),
    linear-gradient(180deg, #fff6e8 0%, #f4dec0 52%, #cca06e 100%);
  color: var(--hcww-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.hcww-site-shell { min-height: 100vh; overflow-x: hidden; }
.hcww-container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.hcww-skip-link { position:absolute; left:-999px; top:auto; }
.hcww-skip-link:focus { left: 16px; top: 16px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 10px; }

/* Header */
.hcww-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(255, 241, 218, .96), rgba(232, 185, 124, .92));
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(76, 46, 28, .1);
  box-shadow: 0 10px 30px rgba(42, 24, 9, .1);
}
.hcww-header-inner {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.hcww-brand-wrap { display: flex; align-items: center; gap: 10px; min-width: 0; }
.custom-logo-link { display: inline-flex; align-items: center; flex-shrink: 0; }
.custom-logo { width: 68px; max-height: 68px; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,.22)); }
.hcww-brand-text { text-decoration: none; color: var(--hcww-ink); display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.hcww-brand-text strong { font-family: Georgia, "Times New Roman", serif; letter-spacing: .08em; text-transform: uppercase; font-size: clamp(1rem, 2.2vw, 1.35rem); }
.hcww-brand-kicker { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--hcww-muted); }
.hcww-primary-nav { display: flex; align-items: center; }
.hcww-nav-list { list-style: none; display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; }
.hcww-nav-list a { text-decoration: none; font-size: .92rem; font-weight: 700; color: var(--hcww-brown); position: relative; }
.hcww-nav-list a::after { content:""; position: absolute; left:0; bottom:-6px; width:0; height:2px; border-radius: 999px; background: linear-gradient(90deg, var(--hcww-amber), var(--hcww-amber-dark)); transition: width .2s ease; }
.hcww-nav-list a:hover::after { width:100%; }
.hcww-nav-toggle { display: none; width: 72px; height: 38px; border-radius: 999px; border: 1px solid rgba(76, 46, 28, .22); background: rgba(255,255,255,.88); align-items:center; justify-content:center; gap:4px; cursor: pointer; box-shadow: 0 8px 18px rgba(42,24,9,.12); }
.hcww-nav-toggle span { width: 18px; height: 2px; background: var(--hcww-brown); border-radius: 999px; display:block; transition: transform .18s ease, opacity .18s ease; }

/* Hero */
.hcww-hero-section { padding: clamp(48px, 7vw, 88px) 0 44px; position: relative; }
.hcww-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(32px, 5vw, 68px); align-items: center; }
.hcww-eyebrow { display:inline-flex; align-items:center; gap:8px; margin: 0 0 14px; font-size:.78rem; letter-spacing:.17em; text-transform:uppercase; color: var(--hcww-amber-dark); font-weight: 900; }
.hcww-eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--hcww-amber); box-shadow: 0 0 0 6px rgba(217,129,25,.15); }
.hcww-hero-copy h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 5.7vw, 5.35rem); line-height: .95; letter-spacing:-.05em; margin: 0 0 18px; max-width: 880px; }
.hcww-lead { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--hcww-muted); max-width: 680px; line-height: 1.7; }
.hcww-hero-actions { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 24px; }
.hcww-btn { display:inline-flex; align-items:center; justify-content:center; min-height: 46px; padding: 12px 20px; border-radius: 999px; text-decoration:none; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.hcww-btn:hover { transform: translateY(-2px); }
.hcww-btn-primary { color: #fff; background: linear-gradient(135deg, var(--hcww-amber), var(--hcww-amber-dark)); box-shadow: 0 15px 34px rgba(156,84,17,.32); }
.hcww-btn-secondary { color: var(--hcww-ink); background: rgba(255,255,255,.85); border: 1px solid rgba(76,46,28,.15); box-shadow: 0 12px 28px rgba(58,34,13,.12); }
.hcww-proof-row { display:flex; flex-wrap:wrap; gap:8px; margin-top: 20px; }
.hcww-proof-row span { font-size:.8rem; color: var(--hcww-muted); padding: 6px 10px; background: rgba(255,255,255,.68); border: 1px solid rgba(109,70,34,.12); border-radius:999px; }
.hcww-hero-art { position:relative; min-height: 500px; }
.hcww-hero-card { border-radius: var(--hcww-radius); background: linear-gradient(180deg, #fff, #f7dfbe); padding: 10px; box-shadow: var(--hcww-shadow); }
.hcww-card-main { transform: rotate(2deg); }
.hcww-card-main img { border-radius: 22px; aspect-ratio: 1 / .86; object-fit: cover; width: 100%; }
.hcww-card-caption { display:flex; justify-content:space-between; gap:12px; align-items:center; padding: 12px 8px 4px; color: var(--hcww-muted); font-size:.9rem; }
.hcww-card-caption strong { color: var(--hcww-ink); }
.hcww-floating-card { position:absolute; width: 190px; border-radius: 22px; background: rgba(255,255,255,.95); border: 1px solid rgba(109,70,34,.16); box-shadow: var(--hcww-shadow-soft); padding: 8px; }
.hcww-floating-card img { border-radius: 16px; aspect-ratio: 1.2 / 1; object-fit: cover; width:100%; }
.hcww-floating-card span { display:block; padding: 8px 2px 2px; font-size:.82rem; font-weight:900; color: var(--hcww-brown); }
.hcww-floating-one { right: -12px; top: -20px; transform: rotate(-5deg); }
.hcww-floating-two { left: -22px; bottom: 0; transform: rotate(-4deg); }

/* Shared sections */
.hcww-paths-section, .hcww-process-section, .hcww-file-guide-section, .hcww-gallery-section, .hcww-form-section, .hcww-faq-section { padding: clamp(38px, 6vw, 72px) 0; }
.hcww-section-heading { max-width: 720px; margin-bottom: 24px; }
.hcww-section-heading h2, .hcww-guide-card h2, .hcww-process-grid h2, .hcww-faq-grid h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.02; letter-spacing: -.035em; margin: 0 0 10px; }
.hcww-section-heading p, .hcww-guide-card p, .hcww-process-grid p { color: var(--hcww-muted); line-height: 1.65; }

/* Path cards */
.hcww-path-grid { display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.hcww-path-card { display:flex; flex-direction:column; background: var(--hcww-panel); border: 1px solid var(--hcww-border); border-radius: 24px; overflow:hidden; text-decoration:none; box-shadow: var(--hcww-shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.hcww-path-card:hover { transform: translateY(-5px); box-shadow: var(--hcww-shadow); }
.hcww-path-card img { width:100%; aspect-ratio: 1.22/1; object-fit:cover; }
.hcww-path-card div { padding: 14px; }
.hcww-path-card strong { display:block; color: var(--hcww-ink); margin-bottom: 6px; }
.hcww-path-card span { color: var(--hcww-muted); font-size:.9rem; line-height: 1.45; }

/* Process */
.hcww-process-section { background: rgba(255,255,255,.28); border-top: 1px solid rgba(109,70,34,.1); border-bottom: 1px solid rgba(109,70,34,.1); }
.hcww-process-grid { display:grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 28px; align-items: start; }
.hcww-steps { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.hcww-step { background: rgba(255,250,242,.9); border: 1px solid var(--hcww-border); border-radius: 22px; padding: 18px; box-shadow: var(--hcww-shadow-soft); }
.hcww-step span { display:inline-flex; width: 34px; height:34px; align-items:center; justify-content:center; border-radius: 50%; color:#fff; background: var(--hcww-brown); font-weight:900; margin-bottom: 12px; }
.hcww-step strong { display:block; font-size: 1.08rem; margin-bottom: 6px; }
.hcww-step p { margin:0; color: var(--hcww-muted); line-height: 1.55; }

/* Guide */
.hcww-guide-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.hcww-guide-card { border-radius: var(--hcww-radius); background: var(--hcww-panel); border: 1px solid var(--hcww-border); padding: clamp(22px, 4vw, 34px); box-shadow: var(--hcww-shadow-soft); }
.hcww-guide-card ul { margin: 18px 0 0; padding-left: 1.2rem; color: var(--hcww-muted); line-height: 1.75; }
.hcww-guide-card-dark { color: #fff; background: radial-gradient(circle at top left, #a65d17, var(--hcww-brown)); }
.hcww-guide-card-dark h2, .hcww-guide-card-dark p { color: #fff7ea; }

/* Gallery */
.hcww-gallery-strip { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.hcww-gallery-item { margin:0; border-radius: 22px; overflow:hidden; background: var(--hcww-panel); border: 1px solid var(--hcww-border); box-shadow: var(--hcww-shadow-soft); }
.hcww-gallery-item img { width:100%; aspect-ratio: 1.15/1; object-fit:cover; }
.hcww-gallery-item figcaption { padding: 10px 12px; font-weight:900; color: var(--hcww-brown); }

/* Form shell + plugin integration */
.hcww-form-section { background: rgba(255,255,255,.25); }
.hcww-form-shell { border-radius: 32px; background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,243,223,.72)); border: 1px solid rgba(109,70,34,.14); box-shadow: var(--hcww-shadow); overflow:hidden; }
.hcww-form-shell .hcww-es-wrap { padding: clamp(20px, 4vw, 38px) !important; max-width: 1120px !important; }
.hcww-form-missing { background: var(--hcww-panel); border: 1px solid var(--hcww-border); border-radius: var(--hcww-radius); padding: 34px; box-shadow: var(--hcww-shadow-soft); }

/* FAQ */
.hcww-faq-grid { display:grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 24px; align-items:start; }
.hcww-faq-list { display:grid; gap: 12px; }
.hcww-faq { border-radius: 18px; background: rgba(255,250,242,.9); border: 1px solid var(--hcww-border); box-shadow: var(--hcww-shadow-soft); padding: 14px 18px; }
.hcww-faq summary { cursor:pointer; font-weight:900; color: var(--hcww-brown); }
.hcww-faq p { color: var(--hcww-muted); margin: 10px 0 0; line-height: 1.6; }

/* Basic pages */
.hcww-basic-page { padding: 56px 0; }
.hcww-page-card { background: var(--hcww-panel); border: 1px solid var(--hcww-border); border-radius: var(--hcww-radius); padding: clamp(24px, 5vw, 48px); box-shadow: var(--hcww-shadow-soft); }
.hcww-page-card h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); margin: 0 0 18px; }
.hcww-page-content { color: var(--hcww-muted); line-height: 1.75; }

/* Footer */
.hcww-footer { background: radial-gradient(circle at top, #a76022, #4c2e1c 74%); color: #fff4e5; box-shadow: 0 -20px 50px rgba(39,20,6,.35); }
.hcww-footer-inner { width: min(1120px, calc(100% - 32px)); margin:0 auto; padding: 38px 0 26px; display:grid; grid-template-columns: 1.25fr .9fr .75fr; gap: 24px; }
.hcww-footer .custom-logo { width: 58px; max-height: 58px; background: rgba(255,255,255,.1); border-radius: 10px; }
.hcww-footer-brand { display:flex; gap: 12px; align-items:flex-start; }
.hcww-footer strong { display:block; color:#fff; margin-bottom: 6px; }
.hcww-footer p { color: #f8dcc1; line-height: 1.55; margin:0; }
.hcww-footer h2 { font-family: Georgia, "Times New Roman", serif; margin:0 0 10px; font-size: 1.15rem; color:#fff; }
.hcww-footer a { color:#fff5e8; text-decoration: underline; text-underline-offset: 3px; }
.hcww-footer-contact p + p { margin-top: 5px; }
.hcww-footer-links { display:flex; flex-direction:column; gap: 8px; }
.hcww-footer-bottom { width: min(1120px, calc(100% - 32px)); margin:0 auto; border-top: 1px solid rgba(255,255,255,.2); padding: 16px 0 22px; display:flex; justify-content:space-between; gap: 18px; align-items:center; color:#f7dcc2; font-size:.86rem; }
.hcww-moose { display:inline-flex; align-items:center; gap:8px; }
.hcww-moose img { width: 24px; height:24px; border-radius:50%; background:#fff; }

/* Reveal */
.hcww-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.hcww-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .hcww-reveal, .hcww-btn, .hcww-path-card, .hcww-nav-list a::after { transition: none !important; } }

/* Responsive */
@media (max-width: 960px) {
  .hcww-hero-grid, .hcww-process-grid, .hcww-guide-grid, .hcww-faq-grid { grid-template-columns: 1fr; }
  .hcww-hero-art { min-height: 420px; max-width: 620px; margin: 0 auto; width:100%; }
  .hcww-path-grid, .hcww-gallery-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hcww-footer-inner { grid-template-columns: 1fr; }
  .hcww-footer-bottom { flex-direction: column; align-items:flex-start; }
}
@media (max-width: 820px) {
  .hcww-header-inner { min-height: 72px; }
  .custom-logo { width: 62px; max-height:62px; }
  .hcww-nav-toggle { display:flex; }
  .hcww-primary-nav { position:absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 8px); width: min(520px, calc(100vw - 28px)); max-height: 0; overflow:hidden; opacity:0; pointer-events:none; border-radius: 20px; background: rgba(255,246,232,.98); box-shadow: var(--hcww-shadow); border: 1px solid rgba(109,70,34,.16); transition: max-height .24s ease, opacity .18s ease; }
  .nav-is-open .hcww-primary-nav { max-height: 460px; opacity:1; pointer-events:auto; }
  .hcww-nav-list { width:100%; flex-direction:column; align-items:flex-start; gap:0; padding: 12px; }
  .hcww-nav-list li { width:100%; }
  .hcww-nav-list a { display:block; width:100%; padding: 12px 10px; border-radius: 12px; }
  .hcww-nav-list a:hover { background: rgba(217,129,25,.12); }
  .hcww-brand-text strong { font-size: 1.05rem; }
}
@media (max-width: 640px) {
  .hcww-container { width: min(100% - 24px, 1120px); }
  .hcww-header-inner { width: min(100% - 18px, 1120px); gap: 8px; }
  .custom-logo { width: 54px; max-height: 54px; }
  .hcww-brand-kicker { display:none; }
  .hcww-brand-text strong { font-size:.86rem; letter-spacing:.06em; }
  .hcww-hero-section { padding-top: 34px; }
  .hcww-hero-copy h1 { font-size: clamp(2.55rem, 14vw, 4.05rem); }
  .hcww-hero-art { min-height: 390px; }
  .hcww-floating-card { width: 155px; }
  .hcww-floating-one { right: -2px; top: -12px; }
  .hcww-floating-two { left: 0; bottom: 0; }
  .hcww-path-grid, .hcww-gallery-strip, .hcww-steps { grid-template-columns: 1fr; }
  .hcww-card-caption { flex-direction: column; align-items:flex-start; gap: 3px; }
  .hcww-form-shell .hcww-es-grid { grid-template-columns: 1fr !important; }
}
