:root {
  --ink: #18212c;
  --muted: #66717d;
  --paper: #fffaf4;
  --surface: #ffffff;
  --soft: #f4efe7;
  --line: #e4d9cc;
  --coal: #141414;
  --tomato: #ff6a00;
  --saffron: #ff9f1c;
  --olive: #557047;
  --steel: #53606a;
  --shadow: 0 18px 45px rgba(30, 24, 18, 0.14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

body.is-editing {
  padding-top: 58px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.editor-toolbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px clamp(14px, 3vw, 34px);
  color: #ffffff;
  background: #141414;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.24);
}

body.is-editing .editor-toolbar {
  display: flex;
}

.editor-toolbar strong {
  color: var(--saffron);
}

.editor-toolbar span {
  color: rgba(255, 255, 255, 0.78);
  margin-right: auto;
  font-size: 0.92rem;
}

.editor-toolbar button,
.editor-toolbar a {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.editor-toolbar button:first-of-type {
  border-color: var(--tomato);
  background: var(--tomato);
}

[contenteditable="true"] {
  outline: 2px dashed rgba(216, 149, 38, 0.72);
  outline-offset: 4px;
  cursor: text;
}

[contenteditable="true"]:focus {
  outline: 3px solid var(--saffron);
  background: rgba(255, 250, 244, 0.1);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 58px);
  color: #ffffff;
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.78), rgba(16, 16, 16, 0.18));
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.1);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--tomato);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: currentColor;
  opacity: 0.72;
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 30px);
  font-weight: 700;
  font-size: 0.92rem;
}

.site-nav a {
  text-decoration: none;
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--saffron);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  color: inherit;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 92svh;
  overflow: hidden;
  color: #ffffff;
  background: var(--coal);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.76), rgba(12, 12, 12, 0.28) 48%, rgba(12, 12, 12, 0.04)),
    linear-gradient(0deg, rgba(12, 12, 12, 0.55), rgba(12, 12, 12, 0.05) 46%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin: 0 clamp(18px, 8vw, 112px) clamp(46px, 11vh, 96px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--saffron);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 9vw, 8rem);
  line-height: 0.88;
  font-weight: 700;
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 14px 28px rgba(255, 106, 0, 0.34);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 159, 28, 0.88);
  background: rgba(255, 106, 0, 0.18);
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 6vw, 88px);
}

.split {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(30px, 7vw, 86px);
  background: var(--surface);
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  max-width: 860px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  color: var(--coal);
}

h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.prose p,
.section-heading p,
.story-panel p,
.offers p {
  color: var(--muted);
  font-size: 1.04rem;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--tomato);
  font-weight: 800;
}

.band {
  background: var(--soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  margin-bottom: 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.feature-grid article {
  overflow: hidden;
  min-height: 260px;
  padding: 0;
  background: var(--paper);
}

.feature-grid img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.feature-grid span {
  display: block;
  margin: 22px clamp(20px, 3vw, 30px) 18px;
  color: var(--tomato);
  font-weight: 900;
}

.feature-grid h3,
.feature-grid p {
  margin-left: clamp(20px, 3vw, 30px);
  margin-right: clamp(20px, 3vw, 30px);
}

.feature-grid p,
.product-columns li {
  color: var(--muted);
}

.feature-grid p {
  margin-bottom: clamp(22px, 3vw, 30px);
}

.products-section {
  background: var(--surface);
}

.product-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-columns > div {
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  box-shadow: 0 12px 28px rgba(30, 24, 18, 0.06);
}

.product-columns img {
  width: calc(100% + clamp(44px, 6vw, 60px));
  max-width: none;
  height: 210px;
  margin: calc(clamp(22px, 3vw, 30px) * -1) calc(clamp(22px, 3vw, 30px) * -1) 22px;
  object-fit: cover;
}

.product-columns p {
  margin: 0 0 16px;
  color: var(--muted);
}

.product-columns ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.product-cta {
  margin-top: 26px;
}

.story {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(26px, 6vw, 82px);
  align-items: center;
  color: #ffffff;
  background: var(--coal);
}

.story h2,
.story p {
  color: #ffffff;
}

.story-panel p {
  opacity: 0.84;
}

.stats {
  display: grid;
  gap: 14px;
}

.stats div {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.stats strong {
  display: block;
  color: var(--saffron);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.offers {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(280px, 1fr) auto;
  gap: clamp(24px, 6vw, 70px);
  align-items: center;
  background: var(--olive);
}

.offers h2,
.offers p {
  color: #ffffff;
}

.offers p {
  margin: 0;
  font-size: 1.12rem;
  opacity: 0.88;
}

.offers-cta {
  white-space: nowrap;
}

.full-text {
  background: #fffdf9;
}

.full-text .section-heading p {
  max-width: 760px;
}

.text-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.text-library article {
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(30, 24, 18, 0.06);
}

.text-library img {
  width: calc(100% + clamp(44px, 6vw, 60px));
  max-width: none;
  height: 118px;
  margin: calc(clamp(22px, 3vw, 30px) * -1) calc(clamp(22px, 3vw, 30px) * -1) 18px;
  object-fit: cover;
}

.text-library article:nth-child(3n + 1) {
  border-top: 4px solid var(--tomato);
}

.text-library article:nth-child(3n + 2) {
  border-top: 4px solid var(--saffron);
}

.text-library article:nth-child(3n) {
  border-top: 4px solid var(--olive);
}

.text-library h3 {
  margin-bottom: 12px;
}

.text-library p {
  margin: 0;
  color: var(--muted);
}

.text-library p + p {
  margin-top: 12px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1.15fr);
  gap: clamp(26px, 6vw, 76px);
  background: var(--surface);
}

address {
  margin: 22px 0;
  font-style: normal;
  color: var(--muted);
}

dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

dl div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin: 3px 0 0;
  font-weight: 800;
}

dd a {
  text-decoration-color: rgba(183, 67, 47, 0.35);
  text-underline-offset: 3px;
}

.legal-line {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  box-shadow: var(--shadow);
}

.reserve-page {
  background: #fffaf4;
}

.reserve-hero {
  display: grid;
  align-items: end;
  min-height: 46svh;
  padding: 130px clamp(18px, 6vw, 88px) 54px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(20, 20, 20, 0.78), rgba(20, 20, 20, 0.38)),
    url("assets/hero-plancha.png") center / cover;
}

.reserve-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
}

.reserve-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.reserve-section {
  background: var(--surface);
}

.reserve-card {
  max-width: 680px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  box-shadow: var(--shadow);
}

.access-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.download-area[hidden],
.reserve-card[hidden] {
  display: none;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.download-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  box-shadow: 0 12px 28px rgba(30, 24, 18, 0.06);
}

.download-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.download-grid h3 {
  margin: 0 18px 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.download-grid .button {
  width: calc(100% - 36px);
  margin: 14px 18px 12px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-weight: 800;
  font-size: 0.92rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid #d8cabc;
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(216, 149, 38, 0.25);
  border-color: var(--saffron);
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--olive);
  font-weight: 800;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 6vw, 88px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--coal);
}

.footer p {
  margin: 0;
}

.footer a {
  color: #ffffff;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .feature-grid,
  .product-columns,
  .text-library,
  .download-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading,
  .split,
  .story,
  .offers,
  .contact {
    grid-template-columns: 1fr;
  }

  .offers-cta {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  body.is-editing {
    padding-top: 116px;
  }

  body.is-editing .editor-toolbar {
    flex-wrap: wrap;
  }

  .editor-toolbar span {
    flex-basis: 100%;
    order: 2;
  }

  .site-header {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    background: rgba(255, 250, 244, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero img {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 34px;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  .feature-grid,
  .product-columns,
  .text-library,
  .download-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: 220px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }
}
