:root {
  --ink: #241829;
  --text: #403641;
  --muted: #817582;
  --line: #eadfe7;
  --paper: #fffdfb;
  --blush: #f9eef4;
  --rose: #d84f96;
  --rose-deep: #9d2f73;
  --plum: #a61b55;
  --sage: #6f8d82;
  --gold: #b99345;
  --white: #ffffff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Work Sans", "Akatab", "Segoe UI", Arial, sans-serif;
  line-height: 1.62;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 74px;
  padding: 14px clamp(22px, 4vw, 54px);
  background: rgba(255, 253, 251, .88);
  border-bottom: 1px solid rgba(234, 223, 231, .86);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 142px;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--plum);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.site-nav a:hover {
  background: rgba(216, 79, 150, .08);
  color: var(--rose);
}

.site-nav .nav-cta {
  margin-left: 6px;
  border: 1px solid var(--rose);
  background: var(--rose);
  color: var(--white);
}

.site-nav .nav-cta:hover {
  background: var(--plum);
  border-color: var(--plum);
  color: var(--white);
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 9px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--plum);
}

.hero {
  width: min(var(--max), calc(100% - 48px));
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 98px);
  margin: 0 auto;
  padding: 122px 0 62px;
}

.hero-copy {
  max-width: 540px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 540px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.03;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.06;
}

h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy p,
.lead {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  background: var(--rose);
  color: var(--white);
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.button:hover {
  background: var(--plum);
  border-color: var(--plum);
}

.secondary-button {
  border-color: var(--line);
  background: var(--white);
  color: var(--plum);
}

.secondary-button:hover {
  border-color: var(--plum);
  background: var(--plum);
  color: var(--white);
}

.text-link {
  color: var(--plum);
  font-size: 14px;
  font-weight: 780;
  text-decoration-color: var(--rose);
  text-underline-offset: 5px;
}

.hero-media {
  position: relative;
  padding: 18px;
  background: linear-gradient(135deg, var(--blush), #fff7ed);
  border-radius: 8px;
}

.hero-media img {
  width: 100%;
  height: min(58vh, 520px);
  min-height: 390px;
  object-fit: cover;
  border-radius: 6px;
}

.award-note {
  position: absolute;
  left: 42px;
  bottom: 42px;
  width: min(300px, calc(100% - 84px));
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(75, 40, 75, .16);
}

.award-note span {
  display: block;
  margin-bottom: 7px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.award-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.05;
}

.award-note small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 112px) 0;
}

.intro-layout,
.founders,
.tool,
.brand-experience {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 88px);
}

.intro-sticky img,
.founders-photo img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  border-radius: 8px;
}

.founders-photo img {
  object-position: 46% 42%;
}

.intro-copy {
  max-width: 650px;
}

.intro-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(32px, 5vw, 58px);
}

.intro-highlights article {
  min-height: 212px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}

.intro-highlights h3 {
  max-width: 270px;
  margin-bottom: 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
}

.intro-highlights p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.intro-copy p,
.founders-copy p,
.trips-copy > p,
.tool-copy p,
.brand-experience p,
.contact p,
address {
  color: var(--muted);
}

.founders {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  border-top: 1px solid var(--line);
}

.founders-copy {
  max-width: 620px;
}

.trips {
  position: relative;
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(36, 24, 41, .88), rgba(36, 24, 41, .66) 48%, rgba(36, 24, 41, .22)),
    url("assets/mosaico-horizontal.jpg") center / cover no-repeat;
  color: var(--white);
}

.trips-head {
  max-width: 720px;
}

.trips-head h2 {
  margin-bottom: 0;
  color: var(--white);
}

.trips-head .section-label {
  margin-bottom: 14px;
}

.trips-body {
  margin-top: clamp(28px, 4vw, 44px);
}

.trips-copy > p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.6vw, 20px);
}

.trips-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 34px auto 0;
}

.trips-points article {
  min-height: 168px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
}

.trips-points h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 18px;
}

.trips-points p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.48;
}

.tool {
  align-items: start;
}

.tool-copy {
  max-width: 510px;
}

.tool-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tool-list article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.tool-list span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 850;
}

.tool-list h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.tool-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.brand-experience {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  background: var(--blush);
  border-top: 1px solid var(--line);
}

.brand-experience img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--blush);
  padding: 18px;
}

.sustainability {
  border-top: 1px solid var(--line);
}

.sustainability-head {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.esg-grid article {
  min-height: 360px;
  padding: 30px;
  border-radius: 8px;
  background: var(--plum);
  color: var(--white);
}

.esg-grid article:nth-child(2) {
  background: var(--rose-deep);
}

.esg-grid article:nth-child(3) {
  background: var(--sage);
}

.esg-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 54px;
}

.esg-grid h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 24px;
}

.esg-grid p {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
}

.madrid-gp {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(300px, .82fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  border-top: 1px solid var(--line);
}

.madrid-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 24px 58px rgba(75, 40, 75, .12);
}

.madrid-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  pointer-events: none;
}

.madrid-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.madrid-copy {
  max-width: 540px;
}

.madrid-copy p {
  color: var(--muted);
  font-size: 17px;
}

.madrid-date {
  display: grid;
  gap: 4px;
  margin: 26px 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.madrid-date span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.madrid-date strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.contact {
  width: 100%;
  background: linear-gradient(180deg, var(--paper), var(--blush));
  border-top: 1px solid var(--line);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 88px);
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 112px) 0;
  align-items: start;
}

.contact-inner > div,
.contact-form {
  align-self: start;
}

address {
  max-width: 440px;
  font-style: normal;
}

.contact-phone {
  margin-bottom: 8px;
}

.contact-phone a {
  color: var(--plum);
  font-weight: 780;
  text-decoration-color: var(--rose);
  text-underline-offset: 5px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--plum);
  font-size: 12px;
  font-weight: 780;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(216, 79, 150, .13);
}

.privacy {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted) !important;
  font-weight: 520 !important;
}

.privacy input {
  margin-top: 3px;
}

.privacy a {
  display: inline-block;
  color: var(--rose-deep);
  font-weight: 780;
  white-space: nowrap;
}

.policy-page {
  background: linear-gradient(180deg, var(--blush), var(--paper) 360px);
}

.policy-hero,
.policy-content {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
}

.policy-hero {
  padding: 136px 0 46px;
}

.policy-hero h1 {
  max-width: 720px;
  font-size: clamp(36px, 5vw, 56px);
}

.policy-hero p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}

.policy-content {
  padding: 24px 0 96px;
}

.policy-card {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}

.policy-card section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.policy-card h2 {
  margin-bottom: 12px;
  font-family: "Work Sans", "Akatab", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 780;
  line-height: 1.2;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
}

.policy-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.policy-card a {
  color: var(--rose-deep);
  font-weight: 780;
}

.docs-page {
  background: linear-gradient(180deg, var(--blush), var(--paper) 390px);
}

.docs-hero {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 136px 0 38px;
}

.docs-hero h1 {
  max-width: 760px;
}

.docs-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.docs-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: clamp(26px, 4vw, 54px);
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 96px;
}

.docs-sidebar {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 16px;
}

.docs-sidebar-block {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
}

.docs-sidebar-block p {
  margin: 0 0 10px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.docs-sidebar-block a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid rgba(234, 223, 231, .74);
  color: var(--plum);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.docs-sidebar-block a:hover {
  color: var(--rose);
}

.docs-content {
  display: grid;
  gap: 22px;
}

.doc-panel {
  scroll-margin-top: 98px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
}

.doc-panel:target {
  border-color: rgba(216, 79, 150, .55);
  box-shadow: 0 18px 50px rgba(75, 40, 75, .1);
}

.doc-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.doc-panel h2 {
  margin-bottom: 14px;
}

.doc-panel h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.doc-panel section {
  scroll-margin-top: 98px;
}

.doc-panel section + section {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.doc-panel p,
.doc-panel li {
  color: var(--muted);
}

.doc-panel ol,
.doc-panel ul {
  margin: 12px 0 0;
  padding-left: 21px;
}

.doc-panel li + li {
  margin-top: 8px;
}

.doc-panel a {
  color: var(--rose-deep);
  font-weight: 780;
}

.doc-direct-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--rose-deep);
  font: inherit;
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.doc-direct-link:hover,
.doc-direct-link.is-copied {
  border-color: var(--rose);
  background: var(--rose);
  color: var(--white);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(var(--max), calc(100% - 48px));
  margin: clamp(52px, 7vw, 86px) auto;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--blush);
}

.final-cta h2 {
  max-width: 680px;
  margin-bottom: 12px;
  font-size: clamp(28px, 3.4vw, 42px);
}

.final-cta p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(24px, 5vw, 64px);
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
}

.site-footer img {
  width: 124px;
}

.site-footer p {
  margin-bottom: 6px;
}

.site-footer a {
  color: var(--plum);
  font-size: 13px;
  font-weight: 780;
  text-decoration-color: var(--rose);
  text-underline-offset: 5px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 24px 24px;
    background: rgba(255, 253, 251, .98);
    border-bottom: 1px solid var(--line);
  }

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

  .site-nav a {
    padding: 12px 0;
    border-radius: 0;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin: 10px 0 0;
    padding: 11px 16px;
    border-radius: 999px;
  }

  .hero,
  .intro-layout,
  .founders,
  .trips-head,
  .trips-body,
  .tool,
  .brand-experience,
  .madrid-gp,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-media img {
    height: auto;
  }

  .tool-list,
  .esg-grid,
  .intro-highlights,
  .trips-points,
  .docs-shell {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    position: static;
  }

}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    padding: 13px 18px;
  }

  .brand img {
    width: 128px;
  }

  .hero,
  .section,
  .contact-inner,
  .docs-hero,
  .docs-shell {
    width: calc(100% - 36px);
  }

  .hero {
    padding: 104px 0 46px;
  }

  h1 {
    font-size: clamp(34px, 11vw, 43px);
  }

  h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .hero-media {
    padding: 12px;
  }

  .hero-media img {
    min-height: 300px;
  }

  .award-note {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .tool-list article,
  .intro-highlights article,
  .contact-form,
  .doc-panel {
    padding: 22px;
  }

  .doc-panel-head {
    display: block;
  }

  .doc-direct-link {
    margin-top: 8px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
