:root {
  --bg: #fcfaf8;
  --bg-alt: #f7f2ec;
  --ink: #3a312a;
  --muted: #7a6d62;
  --line: #e8dfd5;
  --white: #ffffff;
  --orange: #e07a3d;
  --orange-deep: #c96a32;
  --orange-soft: #f6ebe3;
  --orange-mid: #d98952;
  --marquee-bg: #4a4038;
  --marquee-text: #f4efe9;
  --marquee-dot: #e07a3d;
  --shell: min(1100px, calc(100% - 2rem));
  --font: "Source Sans 3", "Segoe UI", sans-serif;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --radius: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  background: var(--bg);
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
.brand-text strong,
.hero-brand,
.num,
.footer-brand,
.footer-label {
  font-family: var(--display);
  letter-spacing: 0.01em;
  line-height: 1.15;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  padding: 0.6rem 0.9rem;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(252, 250, 248, 0.95);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(10px);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.97);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.brand-text strong {
  font-size: 1.15rem;
  white-space: nowrap;
}

.brand-text span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--orange-deep);
}

.nav-cta {
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  background: var(--orange);
  color: #fff !important;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--orange-deep);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  z-index: 2;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1rem;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(2.4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-2.4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-veil {
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(252, 250, 248, 0.18) 0%,
      rgba(252, 250, 248, 0.78) 58%,
      var(--bg) 100%
    ),
    linear-gradient(
      105deg,
      rgba(252, 250, 248, 0.94) 0%,
      rgba(252, 250, 248, 0.5) 48%,
      rgba(224, 122, 61, 0.1) 100%
    );
}

.hero-copy {
  padding: 6.5rem 0 3.5rem;
  max-width: 36rem;
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-deep);
}

.hero-brand {
  margin: 0 0 0.7rem;
  font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: 0.95;
  color: var(--ink);
}

.hero h1 {
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  font-weight: 600;
  max-width: 22ch;
  margin-bottom: 0.85rem;
  color: var(--muted);
}

.lead,
.section-lead {
  color: var(--muted);
  max-width: 38rem;
}

.lead {
  margin-bottom: 1.4rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.15rem;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.98rem;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--orange-deep);
}

.btn-call {
  background: var(--white);
  color: var(--orange-deep);
  border: 1px solid var(--orange-mid);
}

.btn-call:hover,
.btn-call:focus-visible {
  background: var(--orange-soft);
}

.hero-phone,
.call-line {
  margin-top: 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.hero-phone a,
.call-line a {
  color: var(--orange-deep);
}

.nav-call {
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  border: 1px solid var(--orange-mid);
  color: var(--orange-deep) !important;
}

.marquee-band {
  overflow: hidden;
  background: var(--marquee-bg);
  padding: 0.95rem 0;
  border-block: 1px solid #5a5048;
}

.marquee-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee-track span {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--marquee-text);
  white-space: nowrap;
}

.marquee-track span::after {
  content: "·";
  margin-left: 2rem;
  color: var(--marquee-dot);
}

.section {
  padding: 4.25rem 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section-head,
.inquiry-head,
.faq-intro {
  margin-bottom: 1.75rem;
  max-width: 40rem;
}

.label {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange-deep);
}

.section h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  margin-bottom: 0.65rem;
}

/* Inquiry form */
.inquiry {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(58, 49, 42, 0.06);
}

.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.field {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.field-full {
  margin-top: 0.95rem;
}

.field label {
  font-size: 0.88rem;
  font-weight: 700;
}

.field label span {
  font-weight: 500;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fcfaf8;
  padding: 0.78rem 0.85rem;
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange-mid);
  box-shadow: 0 0 0 3px rgba(224, 122, 61, 0.14);
}

.field textarea {
  resize: vertical;
  min-height: 96px;
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: #c2410c;
}

.inquiry-actions {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.55rem;
}

.inquiry-submit {
  width: 100%;
  min-height: 3.1rem;
  font-size: 1.05rem;
}

.inquiry-hint,
.inquiry-status {
  font-size: 0.9rem;
  color: var(--muted);
}

.inquiry-status {
  min-height: 1.2rem;
  color: var(--orange-deep);
  margin-top: 0.4rem;
}

.split,
.locale-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.75rem;
  align-items: start;
}

.stock-panels,
.info-blocks {
  display: grid;
  gap: 0.75rem;
}

.stock-panels article,
.info-blocks article,
.timeline li,
.faq-item {
  padding: 1.15rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  min-width: 0;
}

.info-blocks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-blocks h3,
.stock-panels h3,
.timeline h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.info-blocks p,
.stock-panels p,
.timeline p {
  color: var(--muted);
}

.timeline {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.timeline .num {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1rem;
  color: var(--orange-deep);
}

.timeline li {
  border-top: 3px solid var(--orange);
}

.after-cta {
  margin-top: 1.75rem;
}

.faq-wrap {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.faq-list {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.faq-item {
  padding: 0 1rem;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 700;
  padding: 0.95rem 1.75rem 0.95rem 0;
  position: relative;
  word-break: break-word;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange-deep);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  color: var(--muted);
  padding: 0 0 1rem;
  word-break: break-word;
}

.locale-copy {
  min-width: 0;
}

.facts {
  margin: 1.25rem 0 1.35rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.25rem;
}

.facts div {
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
  min-width: 0;
}

.facts dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin-bottom: 0.15rem;
}

.facts dd {
  margin: 0;
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 700;
  word-break: break-word;
}

.map-embed {
  min-width: 0;
  display: grid;
  gap: 0.75rem;
}

.map-embed iframe {
  width: 100%;
  min-height: 280px;
  height: 320px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-alt);
}

.map-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--orange-deep);
  font-size: 0.95rem;
}

.map-open:hover,
.map-open:focus-visible {
  text-decoration: underline;
}

.legal-section .legal-block {
  max-width: 820px;
}

.legal-content {
  margin-top: 1rem;
  color: var(--muted);
}

.legal-content p {
  margin-bottom: 0.9rem;
}

.legal-content ul {
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.legal-content li {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  word-break: break-word;
}

.legal-content strong {
  color: var(--ink);
}

.site-footer {
  padding: 2.5rem 0 1.5rem;
  background: #4a4038;
  color: rgba(244, 239, 233, 0.88);
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-brand,
.footer-label {
  display: block;
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer-brand {
  font-size: 1.25rem;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.3rem;
}

.footer-grid a:hover,
.footer-grid a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.wa-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 22px rgba(58, 49, 42, 0.22);
}

.wa-float svg {
  width: 1.45rem;
  height: 1.45rem;
}

.wa-float:hover,
.wa-float:focus-visible {
  background: var(--orange-deep);
}

.mobile-bar {
  display: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .inquiry-grid,
  .info-blocks,
  .timeline,
  .split,
  .locale-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(1100px, calc(100% - 1.25rem));
  }

  body {
    padding-bottom: 4.6rem;
  }

  .mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom));
    background: rgba(252, 250, 248, 0.97);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(58, 49, 42, 0.1);
    backdrop-filter: blur(10px);
  }

  .mobile-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.9rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.92rem;
  }

  .mobile-bar svg {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
  }

  .mobile-bar-call {
    background: var(--white);
    color: var(--orange-deep);
    border: 1px solid var(--orange-mid);
  }

  .mobile-bar-wa {
    background: var(--orange);
    color: #fff;
  }

  .wa-float {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.7rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    max-width: 100%;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.7rem 0.75rem;
    border-radius: 6px;
  }

  .nav-cta,
  .nav-call {
    text-align: center;
  }

  .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: calc(100% - 5.5rem);
  }

  .brand-text {
    align-items: center;
  }

  .brand-text strong {
    font-size: 1.3rem;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-copy {
    padding: 5.8rem 0 2.4rem;
    text-align: center;
    margin-inline: auto;
  }

  .hero-brand {
    font-size: clamp(2.6rem, 11vw, 3.4rem);
  }

  .hero h1,
  .lead {
    margin-inline: auto;
  }

  .cta-row {
    justify-content: center;
  }

  .cta-row .btn {
    width: 100%;
  }

  .section {
    padding: 3.25rem 0;
  }

  .section-head,
  .inquiry-head,
  .faq-intro,
  .section h2,
  .section-lead {
    text-align: center;
    margin-inline: auto;
  }

  .inquiry {
    padding: 1rem;
  }

  .inquiry-grid,
  .facts,
  .timeline,
  .info-blocks {
    grid-template-columns: 1fr;
  }

  .after-cta .btn,
  .inquiry-submit {
    width: 100%;
  }

  .map-embed iframe {
    min-height: 240px;
    height: 260px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    padding-bottom: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
  }
}
