:root {
  --orange: #E8782A;
  --orange-light: #F5A05A;
  --orange-dark: #C45F10;
  --charcoal: #2A2A2A;
  --cream: #FAF7F2;
  --sage: #8DAF8A;
  --sage-light: #B5CDB2;
  --sage-dark: #5E7D5C;
  --white: #fff;
  --muted: #68635e;
  --shadow: 0 24px 60px rgba(42, 42, 42, 0.14);
  --radius: 24px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--cream) url('assets/white-cream-paper.png') repeat;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 1rem; z-index: 1000; background: var(--charcoal); color: white; padding: .75rem 1rem; border-radius: 10px; }
.skip-link:focus { left: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(42, 42, 42, 0.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; padding: 8px 0; }
.brand-logo-wide {
  display: block;
  width: clamp(184px, 20.8vw, 288px);
  height: auto;
  max-height: 86px;
  object-fit: contain;
}
.nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: .94rem; font-weight: 700; }
.nav a { text-decoration: none; color: rgba(42,42,42,.76); }
.nav a:hover { color: var(--orange-dark); }
.nav-cta { text-decoration: none; background: var(--charcoal); color: white; padding: 12px 18px; border-radius: 999px; font-weight: 800; box-shadow: 0 10px 20px rgba(42,42,42,.12); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(42,42,42,.12); border-radius: 999px; background: rgba(255,255,255,.7); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--charcoal); border-radius: 99px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav-cta { display: none; }


.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(circle at 12% 15%, rgba(245, 160, 90, .34), transparent 28%),
    linear-gradient(150deg, #fff 0%, var(--cream) 55%, #eef4ec 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/white-cream-paper.png') repeat;
  opacity: .62;
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .72fr; gap: 54px; align-items: center; padding: 98px 0 160px; }
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .79rem; font-weight: 900; }
h1, h2, h3 { line-height: 1.04; margin: 0; }
h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(48px, 70px, 90px); letter-spacing: -.055em; max-width: 760px; }
h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.15rem, 4.2vw, 60px); letter-spacing: -.045em; }
h3 { font-size: 1.32rem; letter-spacing: -.02em; }
.hero-lede { margin: 24px 0 0; font-size: clamp(1.15rem, 2vw, 1.55rem); max-width: 690px; color: #4f4a46; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border-radius: 999px; text-decoration: none; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(42,42,42,.14); }
.button-dark { background: var(--charcoal); color: white; }
.button-light { background: white; color: var(--charcoal); border: 1px solid rgba(42,42,42,.1); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-row span { background: rgba(141,175,138,.17); border: 1px solid rgba(94,125,92,.18); padding: 9px 13px; border-radius: 999px; font-size: .88rem; font-weight: 800; color: var(--sage-dark); }
.launch-card {
  position: relative;
  background: var(--orange) url('assets/orange-paper.jpg') repeat;
  color: white;
  border-radius: 34px;
  padding: 34px;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
  overflow: hidden;
}
.launch-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; pointer-events: none; }
.launch-card > * { position: relative; }
.card-logo { width: 82px; height: 82px; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 28px; }
.small-title { margin: 0 0 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; }
.launch-card h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); letter-spacing: -.05em; }
.launch-card ul { list-style: none; padding: 0; margin: 26px 0; }
.launch-card li { position: relative; padding-left: 25px; margin: 12px 0; font-weight: 750; }
.launch-card li::before { content: "→"; position: absolute; left: 0; top: 0; }
.price-pill { display: inline-flex; align-items: baseline; gap: 12px; background: rgba(42,42,42,.92); border-radius: 999px; padding: 12px 17px 12px 20px; }
.price-pill strong { font-size: 2.1rem; line-height: 1; }
.price-pill span { font-weight: 900; }
.skyline { position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background-image: url('assets/japan-skyline.png'); background-repeat: repeat-x; background-position: bottom center; background-size: auto 130px; opacity: .84; }

section { position: relative; }
.intro-section, .process-section, .faq-section { padding: 96px 0; }
.split { display: grid; grid-template-columns: .9fr 1fr; gap: 70px; align-items: start; }
.copy-block { font-size: 1.14rem; color: #504b47; }
.copy-block p:first-child { margin-top: 0; }
.copy-block p:last-child { margin-bottom: 0; }

.mistakes-section { background: var(--charcoal); color: white; padding: 136px 0 100px; overflow: hidden; }
.mistakes-section .container { position: relative; z-index: 1; }
.mistakes-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 86px; background-image: url('assets/hutscape-dark-skyline.png'); background-repeat: repeat-x; background-size: auto 86px; opacity: .7; transform: translateY(-1px); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p:not(.eyebrow) { font-size: 1.12rem; color: var(--muted); margin: 18px 0 0; }
.mistakes-section .section-head p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.trap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.trap-grid article { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); padding: 28px; }
.trap-grid span { color: var(--orange-light); font-weight: 950; letter-spacing: .08em; }
.trap-grid h3 { margin-top: 18px; }
.trap-grid p { color: rgba(255,255,255,.72); margin-bottom: 0; }

.offer-section { background: var(--sage-light) url('assets/sage-green-paper.png') repeat; padding: 104px 0 128px; }
.offer-section .section-head p:not(.eyebrow) { color: var(--sage-dark); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { background: var(--cream) url('assets/white-cream-paper.png') repeat; border-radius: var(--radius); padding: 30px; min-height: 290px; border: 1px solid rgba(94,125,92,.18); box-shadow: 0 16px 40px rgba(94,125,92,.12); }
.number { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--orange); color: white; font-weight: 950; margin-bottom: 30px; }
.offer-card p { color: #59534e; margin-bottom: 0; }
.torn-edge { position: absolute; left: 0; right: 0; bottom: -1px; height: 18px; background-image: url('assets/green-torn-edge.png'); background-repeat: repeat-x; background-size: auto 18px; }

.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.process-copy p:not(.eyebrow) { color: #504b47; font-size: 1.1rem; }
.timeline { counter-reset: item; list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.timeline li { position: relative; background: white; border: 1px solid rgba(42,42,42,.08); border-radius: 20px; padding: 22px 24px 22px 78px; box-shadow: 0 12px 34px rgba(42,42,42,.07); }
.timeline li::before { counter-increment: item; content: counter(item, decimal-leading-zero); position: absolute; left: 22px; top: 20px; color: var(--orange); font-weight: 950; }
.timeline strong { display: block; font-size: 1.12rem; }
.timeline span { color: var(--muted); }

.pricing-section { padding: 100px 0; background: var(--orange) url('assets/orange-paper.jpg') repeat; color: white; }
.pricing-card { display: grid; grid-template-columns: 1.1fr .72fr; gap: 38px; align-items: stretch; }
.pricing-copy { padding: 32px 0; }
.pricing-copy .eyebrow { color: white; opacity: .95; }
.pricing-copy p:not(.eyebrow) { max-width: 670px; font-size: 1.12rem; color: rgba(255,255,255,.82); }
.price-box { background: white; color: var(--charcoal); border-radius: 30px; padding: 34px; box-shadow: var(--shadow); }
.price-main { font-size: clamp(4.6rem, 8vw, 7rem); font-weight: 950; line-height: .9; letter-spacing: -.07em; }
.price-main span { font-size: .45em; vertical-align: super; letter-spacing: 0; }
.price-box p { color: var(--muted); }
.monthly { background: rgba(141,175,138,.18); color: var(--sage-dark); border-radius: 18px; padding: 15px; font-size: 1.08rem; }
.fine-print { font-size: .92rem; }
.price-box .button { width: 100%; margin-top: 12px; }

.fit-section { padding: 96px 0; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fit-card { border-radius: 28px; padding: 36px; border: 1px solid rgba(42,42,42,.08); }
.fit-card.good { background: white; }
.fit-card.not { background: rgba(42,42,42,.92); color: white; }
.fit-card h2 { font-size: clamp(2rem, 3vw, 3rem); }
.fit-card ul { padding-left: 1.2rem; margin-bottom: 0; }
.fit-card li { margin: 13px 0; }
.fit-card.good li { color: #55504b; }
.fit-card.not li { color: rgba(255,255,255,.75); }

.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
details { background: white; border-radius: 18px; border: 1px solid rgba(42,42,42,.08); padding: 0 22px; }
summary { cursor: pointer; padding: 20px 4px; font-weight: 900; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--orange); font-size: 1.25rem; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin-top: 0; padding-bottom: 20px; }

.contact-section { padding: 40px 0 110px; }
.contact-card { display: grid; grid-template-columns: 1fr .72fr; gap: 38px; align-items: center; background: var(--sage) url('assets/sage-green-paper.png') repeat; border-radius: 34px; padding: 44px; box-shadow: var(--shadow); }
.contact-card p:not(.eyebrow) { font-size: 1.12rem; max-width: 640px; color: #324430; }
.contact-panel { background: var(--cream) url('assets/white-cream-paper.png') repeat; border-radius: 26px; padding: 30px; }
.contact-panel h3 { margin-bottom: 12px; }
.contact-panel p { color: var(--muted) !important; font-size: 1rem !important; }
.contact-panel .button { width: 100%; }
.contact-panel small { display: block; color: #837d77; margin-top: 14px; }

.site-footer { background: var(--charcoal); color: white; padding-top: 68px; position: relative; overflow: hidden; }
.footer-skyline { position: absolute; top: 0; left: 0; right: 0; height: 84px; background-image: url('assets/hutscape-dark-skyline.png'); background-repeat: repeat-x; background-size: auto 84px; opacity: .65; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 30px; align-items: end; padding: 42px 0; }
.footer-grid img { width: 76px; height: auto; filter: brightness(0) invert(1); opacity: .8; }
.footer-grid p, .footer-grid span, .footer-grid a { color: rgba(255,255,255,.68); display: block; margin: 8px 0 0; text-decoration: none; }
.footer-grid strong { display: block; }

@media (max-width: 920px) {
  .nav-wrap { position: relative; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    margin-left: 0;
    padding: 18px;
    border-radius: 22px;
    background: rgba(250,247,242,.98);
    box-shadow: 0 24px 60px rgba(42,42,42,.16);
    border: 1px solid rgba(42,42,42,.08);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    z-index: 100;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 14px; border-radius: 14px; }
  .nav a:hover { background: rgba(232,120,42,.09); }
  .mobile-nav-cta { display: block; background: var(--charcoal); color: white !important; text-align: center; font-weight: 900; margin-top: 8px; }
  .nav-cta { display: none; }
  .hero-grid, .split, .process-grid, .pricing-card, .fit-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 66px; gap: 34px; }
  .launch-card { transform: none; }
  .trap-grid, .offer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, var(--max)); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 70px; }
  .nav-cta { padding: 10px 13px; font-size: .85rem; }
  h1 { font-size: 48px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 46px 0 120px; }
  .hero-actions .button { width: 100%; }
  .trap-grid, .offer-grid { grid-template-columns: 1fr; }
  .intro-section, .mistakes-section, .offer-section, .process-section, .pricing-section, .fit-section, .faq-section { padding: 70px 0; }
  .mistakes-section { padding: 126px 0 70px; }
  .launch-card, .contact-card, .fit-card, .price-box { padding: 24px; border-radius: 24px; }
  .offer-card { min-height: auto; }
}

@media (max-width: 560px) {
  .brand-logo-wide { width: 176px; max-height: 67px; }
}

.signup-form { display: grid; gap: 11px; margin-top: 18px; }
.signup-form label { font-weight: 900; color: var(--charcoal); font-size: .94rem; }
.signup-form label span { color: var(--orange-dark); }
.signup-form label em { color: #837d77; font-style: normal; font-weight: 700; }
.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="tel"],
.signup-form input[type="url"],
.signup-form input[type="number"],
.signup-form select,
.signup-form textarea {
  width: 100%;
  border: 1px solid rgba(42,42,42,.14);
  border-radius: 15px;
  background: rgba(255,255,255,.86);
  color: var(--charcoal);
  font: inherit;
  padding: 13px 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.signup-form textarea { resize: vertical; min-height: 96px; }
.signup-form input:focus,
.signup-form select:focus,
.signup-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(232,120,42,.16); background: white; }
.signup-form .check-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-weight: 750; color: #59534e; line-height: 1.35; margin: 5px 0; }
.signup-form .check-row input { margin-top: 3px; accent-color: var(--orange); }
.signup-form .button { width: 100%; border: 0; cursor: pointer; font: inherit; font-weight: 900; }
.form-status { display: none; margin: 4px 0 0 !important; padding: 13px 14px; border-radius: 15px; background: rgba(141,175,138,.2); color: var(--sage-dark) !important; font-size: .95rem !important; }
.form-status.is-error { display: block; background: rgba(232,120,42,.13); color: #8d3e13 !important; }
.form-status.is-success { display: block; }
.next-step-link { display: none; margin-top: 3px; color: var(--orange-dark); font-weight: 900; }
.next-step-link.is-visible { display: inline-flex; }
.questionnaire-section { padding: 78px 0 110px; }
.questionnaire-card { background: var(--cream) url('assets/white-cream-paper.png') repeat; border-radius: 34px; padding: 44px; box-shadow: var(--shadow); border: 1px solid rgba(42,42,42,.08); }
.questionnaire-intro { max-width: 820px; margin-bottom: 34px; }
.questionnaire-intro p:not(.eyebrow) { color: #504b47; font-size: 1.14rem; }
.questionnaire-form { grid-template-columns: repeat(2, 1fr); column-gap: 18px; row-gap: 12px; }
.questionnaire-form .full { grid-column: 1 / -1; }
.questionnaire-form h3 { grid-column: 1 / -1; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(42,42,42,.08); }
.checkbox-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; background: rgba(141,175,138,.12); border-radius: 18px; padding: 16px; }
.checkbox-grid .check-row { margin: 0; }
@media (max-width: 720px) {
  .questionnaire-card { padding: 24px; border-radius: 24px; }
  .questionnaire-form { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
}


/* Legal pages */
.legal-hero { padding: 104px 0 58px; background: var(--cream) url('assets/white-cream-paper.png') repeat; }
.legal-hero h1 { max-width: 900px; }
.legal-hero p:not(.eyebrow) { color: var(--muted); font-weight: 800; }
.legal-section { padding: 70px 0 110px; }
.legal-card { background: white; border: 1px solid rgba(42,42,42,.08); border-radius: 30px; padding: 44px; box-shadow: 0 18px 50px rgba(42,42,42,.08); }
.legal-card h2 { font-size: clamp(1.75rem, 2.8vw, 2.7rem); margin-top: 34px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #504b47; font-size: 1.04rem; }
.legal-card a { color: var(--orange-dark); font-weight: 850; }
.legal-table { width: 100%; border-collapse: collapse; margin: 20px 0 28px; overflow: hidden; border-radius: 18px; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; padding: 14px; border: 1px solid rgba(42,42,42,.1); color: #504b47; }
.legal-table th { background: rgba(141,175,138,.16); color: var(--charcoal); }
.legal-table code { white-space: nowrap; }
.legal-links a, .legal-links button { color: rgba(255,255,255,.68); display: block; margin: 8px 0 0; text-decoration: none; }
.footer-cookie-button { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; text-align: left; }
.footer-cookie-button:hover, .footer-grid a:hover { color: white; }
.footer-grid { grid-template-columns: 1.25fr .62fr .75fr .78fr; }
.signup-form .check-row a { color: var(--orange-dark); font-weight: 900; }

/* Cookie modal */
.cookie-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: flex-end; justify-content: center; padding: 18px; background: rgba(20,20,20,.22); }
.cookie-modal[hidden] { display: none; }
.cookie-box { width: min(1040px, 100%); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: var(--cream) url('assets/white-cream-paper.png') repeat; border: 1px solid rgba(42,42,42,.12); border-radius: 24px; padding: 24px; box-shadow: 0 24px 80px rgba(0,0,0,.26); }
.cookie-box h2 { font-size: 2rem; margin-bottom: 8px; }
.cookie-box p { color: #504b47; margin: 0; max-width: 720px; }
.cookie-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.cookie-actions .button { border: 0; cursor: pointer; font: inherit; font-weight: 900; white-space: nowrap; }
.cookie-actions a { color: var(--orange-dark); font-weight: 900; text-decoration: none; white-space: nowrap; }
@media (max-width: 920px) {
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-box { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .legal-hero { padding: 64px 0 42px; }
  .legal-card { padding: 24px; border-radius: 24px; }
  .legal-table { display: block; overflow-x: auto; }
  .cookie-actions .button { width: 100%; }
}

.about-hero h1 { max-width: 900px; }
.about-hero p:not(.eyebrow) { max-width: 760px; margin-top: 22px; font-size: clamp(1.12rem, 2vw, 1.36rem); color: #4f4a46; }
.about-card { max-width: 920px; }
.about-highlight { margin: 36px 0 10px; padding: 28px; border-radius: 24px; background: rgba(232, 120, 42, .11); border: 1px solid rgba(196, 95, 16, .18); }
.about-highlight p { margin: 0 0 10px; }
.about-highlight p:last-child { margin-bottom: 0; }
.about-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.nav a[aria-current="page"] { color: var(--orange-dark); }
