:root { --landing-olive: #596044; --landing-olive-dark: #454b34; --landing-ochre: #b08a5a; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); line-height: 1.65; }
a { color: inherit; }
.page-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 20; padding: .7rem 1rem; background: var(--color-text); color: var(--color-surface); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
a:focus-visible { outline: 3px solid var(--landing-ochre); outline-offset: 4px; }
.site-header { padding: 26px 0 14px; }
.header-inner { display: flex; align-items: center; min-height: 40px; }
.wordmark { color: var(--landing-olive); font-family: var(--font-display); font-size: 1.18rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; }
.wordmark span { display: block; margin-top: -7px; font-family: var(--font-body); font-size: .49rem; font-weight: 600; letter-spacing: .32em; }
.eyebrow { margin: 0 0 12px; color: var(--color-accent-strong); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--color-text); font-family: var(--font-display); font-weight: 500; line-height: 1.02; }
.hero { position: relative; min-height: 570px; display: grid; align-items: center; padding-block: 54px 68px; }
.hero-photo { position: absolute; inset: 16px 0 22px; border-radius: 30px; background: url('/assets/images/journeys-landing/mallorca-coast-sunrise.jpg') 62% center / cover no-repeat; overflow: hidden; }
.hero-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--color-bg) 0%, rgba(248,245,241,.99) 9%, rgba(248,245,241,.94) 20%, rgba(248,245,241,.66) 36%, rgba(248,245,241,.24) 51%, rgba(248,245,241,0) 68%); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(248,245,241,.08), transparent 70%, rgba(248,245,241,.18)); }
.hero-copy { position: relative; z-index: 1; width: min(520px, 49%); padding-left: 18px; }
.hero h1 { max-width: 500px; font-size: clamp(3.25rem, 5.1vw, 5.2rem); letter-spacing: -.035em; }
.hero-lead { margin: 22px 0 10px; color: var(--landing-olive); font-family: var(--font-display); font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1.15; }
.hero-copy > p:last-child { max-width: 470px; margin: 0; color: var(--color-muted); font-size: .92rem; }
.access-panel { display: grid; grid-template-columns: 1.45fr .85fr; border: 1px solid var(--color-border); border-radius: 26px; background: rgba(255,253,249,.72); box-shadow: var(--shadow-soft); overflow: hidden; }
.access-section { padding: clamp(32px, 4vw, 54px); }
.access-section + .access-section { border-left: 1px solid var(--color-border); background: rgba(238,231,222,.44); }
.access-section h2 { max-width: 490px; font-size: clamp(2rem, 3vw, 3rem); }
.access-section > p:not(.eyebrow) { max-width: 570px; margin: 17px 0 0; color: var(--color-muted); font-size: .9rem; }
.url-examples { display: grid; gap: 8px; margin: 24px 0 0; }
.url-examples code { display: block; max-width: 100%; padding: 11px 14px; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-bg); color: var(--landing-olive-dark); font: 500 clamp(.68rem, 1vw, .79rem)/1.35 ui-monospace, SFMono-Regular, Consolas, monospace; overflow-wrap: anywhere; }
.supporting-copy { font-size: .78rem !important; }
.contact-help { display: flex; flex-direction: column; align-items: flex-start; }
.contact-help .andava-button { margin-top: auto; }
.andava-button--filled { border-color: var(--landing-olive); background: var(--landing-olive); }
.andava-button--filled:hover { background: var(--landing-olive-dark); }
.journey-types { padding-block: 86px 70px; }
.section-intro { margin-bottom: 26px; text-align: center; }
.section-intro h2, .studio-cta h2 { font-size: clamp(2.35rem, 4vw, 3.8rem); }
.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.journey-card { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; padding: 30px; border: 1px solid var(--color-border); border-radius: 18px; background: rgba(255,253,249,.5); }
.journey-card svg { width: 34px; fill: none; stroke: var(--landing-olive); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.journey-card h3 { font-size: 1.75rem; }
.journey-card p { margin: 9px 0 0; color: var(--color-muted); font-size: .86rem; }
.studio-cta { max-width: 760px; padding-block: 50px 100px; text-align: center; }
.studio-cta > p:not(.eyebrow) { max-width: 650px; margin: 18px auto 25px; color: var(--color-muted); font-size: .92rem; }
.site-footer { border-top: 1px solid var(--color-border); background: rgba(238,231,222,.42); }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 30px; }
.footer-inner strong { color: var(--landing-olive); font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.footer-inner p { margin: 3px 0 0; color: var(--color-muted); font-family: var(--font-display); font-size: 1rem; font-style: italic; }
.footer-inner address { display: grid; gap: 3px; text-align: right; font-size: .78rem; font-style: normal; }
.footer-inner address a { text-decoration: none; }
.footer-inner address a:hover { color: var(--landing-olive); }
@media (max-width: 900px) {
  .page-wrap { width: min(100% - 40px, 760px); }
  .hero { min-height: 650px; align-items: end; padding-bottom: 50px; }
  .hero-photo { inset: 8px 0 150px; }
  .hero-photo::before { background: linear-gradient(90deg, var(--color-bg), rgba(248,245,241,.88) 24%, rgba(248,245,241,.12) 68%); }
  .hero-copy { width: 68%; }
  .hero h1 { font-size: clamp(3rem, 8vw, 4.5rem); }
  .access-panel { grid-template-columns: 1fr 1fr; }
  .access-section { padding: 34px; }
}
@media (max-width: 700px) {
  .page-wrap { width: min(100% - 32px, 520px); }
  .site-header { padding-top: 19px; }
  .hero { min-height: 0; display: flex; flex-direction: column; padding: 10px 0 50px; }
  .hero-photo { position: relative; inset: auto; order: 1; width: 100%; height: clamp(300px, 79vw, 410px); border-radius: 22px; background-position: 62% center; }
  .hero-photo::before { background: linear-gradient(0deg, var(--color-bg) 0%, rgba(248,245,241,.93) 7%, rgba(248,245,241,.45) 20%, transparent 40%); }
  .hero-photo::after { background: linear-gradient(90deg, rgba(248,245,241,.16), transparent 30%); }
  .hero-copy { order: 2; width: 100%; margin-top: -48px; padding: 0 12px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 3.7rem); }
  .hero-lead { margin-top: 16px; font-size: 1.45rem; }
  .access-panel { grid-template-columns: 1fr; border-radius: 20px; }
  .access-section { padding: 30px 24px; }
  .access-section + .access-section { min-height: 310px; border-top: 1px solid var(--color-border); border-left: 0; }
  .contact-help .andava-button { width: 100%; }
  .journey-types { padding-block: 65px 45px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { padding: 24px; }
  .studio-cta { padding-block: 45px 75px; }
  .studio-cta .andava-button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-inner address { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

