:root {
  --ink: #121212;
  --paper: #f2f0e9;
  --line: rgba(18,18,18,.16);
  --ease: cubic-bezier(.22,.8,.24,1);
}

* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); }
body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.wall-page { min-height: 100vh; background: #0f0f10; overflow-x: hidden; }
.experience-shell { min-height: 100vh; padding: 14px; display: grid; grid-template-rows: 1fr auto; gap: 10px; }
.mosaic {
  width: 100%;
  min-height: calc(100vh - 62px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(170px, 1fr));
  grid-template-areas:
    "brand brand booking sea"
    "mountain mission mission who"
    "surprise thought contact last";
  gap: 7px;
}

.tile {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 14px;
  padding: clamp(20px, 2vw, 32px);
  isolation: isolate;
  transition: transform 500ms var(--ease), filter 500ms var(--ease), background-color 700ms var(--ease), color 700ms var(--ease);
}
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: inherit;
  z-index: 20;
}
.tile-link { display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; }
.tile-link:hover, .tile-link:focus-visible { transform: translateY(-5px) scale(.995); outline: none; }
.tile-link:focus-visible { box-shadow: 0 0 0 4px #fff, 0 0 0 8px #111; }
.tile-kicker { position: relative; z-index: 3; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tile strong { position: relative; z-index: 3; font-size: clamp(30px, 3.7vw, 66px); line-height: .88; letter-spacing: -.055em; font-weight: 800; }
.arrow { position: relative; z-index: 3; align-self: flex-end; font-size: clamp(38px, 4vw, 70px); line-height: .8; }
.icon-wrap { position: relative; z-index: 3; width: clamp(52px, 5vw, 80px); height: clamp(52px, 5vw, 80px); display: grid; place-items: center; }
.icon-wrap svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.tile-brand { grid-area: brand; background: #f3f0e7; color: #141414; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.brand-lockup h1 { margin: 0; font-size: clamp(54px, 8vw, 132px); line-height: .74; letter-spacing: -.075em; font-weight: 800; }
.brand-lockup p { margin: 18px 0 0; max-width: 34ch; font-size: clamp(12px, 1.15vw, 17px); font-weight: 700; letter-spacing: .04em; }
.sound-toggle { position: relative; z-index: 5; flex: 0 0 auto; border: 0; border-radius: 999px; background: #141414; color: white; padding: 12px 15px; display: inline-flex; gap: 9px; align-items: center; cursor: pointer; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; }
.sound-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff665e; box-shadow: 0 0 0 0 rgba(255,102,94,.5); }
.sound-toggle[aria-pressed="true"] .sound-dot { background: #73ff75; animation: pulse 1.8s infinite; }

.tile-booking { grid-area: booking; background: #ff6f5b; color: #101010; }
.tile-sea { grid-area: sea; }
.tile-mountain { grid-area: mountain; }
.tile-mission { grid-area: mission; background: #5e50f5; color: white; }
.tile-who { grid-area: who; background: #a4ead4; color: #10251e; }
.tile-surprise { grid-area: surprise; }
.tile-thought { grid-area: thought; background: #ef9ee4; color: #161116; display: flex; flex-direction: column; justify-content: space-between; }
.tile-thought strong { font-size: clamp(28px, 3vw, 52px); max-width: 9ch; }
.tile-contact { grid-area: contact; background: #7cccf4; color: #101820; }
.tile-last { grid-area: last; }

.tile-visual { cursor: pointer; padding: 0; background: #e7e7e7; }
.tile-visual::before { content: "tap / change"; position: absolute; z-index: 7; left: 16px; bottom: 14px; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: currentColor; opacity: .7; }
.visual-scene { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; transition: opacity 420ms ease, transform 520ms var(--ease); }
.tile.is-changing .visual-scene { opacity: 0; transform: scale(.96); }
.visual-scene svg { width: 72%; max-height: 76%; overflow: visible; }
.visual-scene .label { position: absolute; top: 17px; left: 18px; z-index: 3; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.scene-sea { background: #70c6ff; color: #0b3450; }
.scene-sea .sun { fill: #fff55c; stroke: #0b3450; stroke-width: 1.6; }
.scene-sea .wave { fill: none; stroke: #0b3450; stroke-width: 2.4; }
.scene-sun { background: #ffb62e; color: #421a05; }
.scene-sun circle { fill: #f7f15e; stroke: #421a05; stroke-width: 2; }
.scene-sun path { stroke: #421a05; stroke-width: 2.3; }
.scene-mountain { background: #cadc79; color: #243011; }
.scene-mountain path { fill: none; stroke: #243011; stroke-width: 2.4; }
.scene-boat { background: #b7dcff; color: #102942; }
.scene-boat path, .scene-boat line { fill: none; stroke: #102942; stroke-width: 2.4; }
.scene-digger { background: #ffd544; color: #1b1b1b; }
.scene-digger path, .scene-digger circle, .scene-digger rect { fill: none; stroke: #1b1b1b; stroke-width: 2.4; }
.scene-dog { background: #f7a9a4; color: #351616; }
.scene-dog path, .scene-dog circle { fill: none; stroke: #351616; stroke-width: 2.4; }
.scene-rain { background: #4769dd; color: #f7f7f1; }
.scene-rain path, .scene-rain line { fill: none; stroke: #f7f7f1; stroke-width: 2.1; }
.scene-winter { background: #ecf2f4; color: #25353b; }
.scene-winter path, .scene-winter line { fill: none; stroke: #25353b; stroke-width: 2; }
.scene-abstract { background: #ff845d; color: #3b1020; }
.scene-abstract path { fill: none; stroke: #3b1020; stroke-width: 2.2; }
.scene-eye { background: #d2a7ff; color: #211231; }
.scene-eye path, .scene-eye circle { fill: none; stroke: #211231; stroke-width: 2.3; }

.legal-rail { color: rgba(255,255,255,.56); min-height: 28px; padding: 0 5px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.legal-rail nav { display: flex; gap: 14px; }

/* Subpages */
.subpage { min-height: 100vh; background: #f2f0e9; color: #151515; padding: 16px; }
.sub-shell { min-height: calc(100vh - 32px); border: 1px solid #151515; border-radius: 28px; padding: clamp(24px, 5vw, 72px); display: grid; grid-template-rows: auto 1fr auto; gap: 36px; }
.sub-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.back-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.sub-content { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 7vw, 110px); align-items: end; }
.sub-number { align-self: start; font-size: clamp(82px, 17vw, 260px); line-height: .7; letter-spacing: -.09em; font-weight: 800; opacity: .13; }
.sub-copy h1 { margin: 0; font-size: clamp(58px, 9vw, 150px); line-height: .76; letter-spacing: -.075em; }
.sub-copy p { max-width: 42ch; margin: 30px 0 0; font-size: clamp(17px, 1.6vw, 25px); line-height: 1.35; }
.sub-action { margin-top: 36px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid #151515; border-radius: 999px; padding: 14px 20px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.sub-foot { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.subpage.booking { background: #ff6f5b; }
.subpage.mission { background: #5e50f5; color: #fff; }
.subpage.mission .sub-shell, .subpage.mission .sub-action { border-color: #fff; }
.subpage.who { background: #a4ead4; }
.subpage.contact { background: #7cccf4; }

@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(115,255,117,.5); } 50% { box-shadow: 0 0 0 7px rgba(115,255,117,0); } }

@media (max-width: 900px) {
  .experience-shell { padding: 10px; }
  .mosaic {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(180px, auto);
    grid-template-areas:
      "brand brand"
      "booking sea"
      "mission mission"
      "mountain who"
      "surprise thought"
      "contact last";
  }
  .tile-brand { min-height: 240px; }
  .brand-lockup h1 { font-size: clamp(62px, 18vw, 128px); }
  .sub-content { grid-template-columns: 1fr; align-items: end; }
  .sub-number { font-size: 120px; }
}

@media (max-width: 560px) {
  .experience-shell { padding: 8px; gap: 8px; }
  .mosaic { gap: 8px; grid-auto-rows: 154px; }
  .tile { border-radius: 17px; padding: 17px; }
  .tile-brand { min-height: 220px; grid-column: 1 / -1; }
  .brand-lockup h1 { font-size: clamp(56px, 18vw, 88px); }
  .brand-lockup p { font-size: 11px; max-width: 24ch; }
  .sound-toggle { position: absolute; top: 15px; right: 15px; padding: 10px 12px; }
  .tile strong { font-size: clamp(25px, 8.5vw, 41px); }
  .tile-kicker { font-size: 8px; }
  .icon-wrap { width: 45px; height: 45px; }
  .tile-thought strong { font-size: clamp(24px, 7vw, 34px); }
  .legal-rail { align-items: flex-start; flex-direction: column; padding: 5px 2px 10px; gap: 6px; }
  .subpage { padding: 8px; }
  .sub-shell { min-height: calc(100vh - 16px); border-radius: 19px; padding: 22px; }
  .sub-copy h1 { font-size: clamp(52px, 18vw, 86px); }
  .sub-copy p { font-size: 17px; }
  .sub-foot { flex-direction: column; }
}



/* Professional art-direction pass — stock-led rotating tiles */
.wall-page { background: #090909; }
.experience-shell { padding: 7px; gap: 7px; }
.tile { box-shadow: inset 0 0 0 1px rgba(15,15,15,.04); }
.tile::after { border-color: rgba(255,255,255,.10); }
.tile-kicker,
.visual-scene .label,
.legal-rail { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.tile-kicker { font-size: 10px; letter-spacing: .18em; }
.brand-lockup h1 { font-weight: 750; letter-spacing: -.08em; }
.brand-lockup p { font-weight: 500; letter-spacing: -.01em; opacity: .72; }
.sound-toggle { background: rgba(14,14,14,.92); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.10); }
.tile-link { overflow: hidden; }
.tile-link::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(145deg, rgba(255,255,255,.22), transparent 45%); transition: opacity 420ms var(--ease); }
.tile-link:hover::before, .tile-link:focus-visible::before { opacity: 1; }
.tile-link:hover, .tile-link:focus-visible { transform: translateY(-3px); }
.icon-wrap { width: clamp(46px, 4.2vw, 68px); height: clamp(46px, 4.2vw, 68px); }
.icon-wrap svg { stroke-width: 1.8; }

.scene-photo { background-size: cover; background-position: center; color: white; place-items: stretch; }
.scene-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.02) 42%, rgba(0,0,0,.38) 100%); }
.scene-photo-ocean { background-image: url('./stock/ocean.jpg'); background-position: 50% 52%; }
.scene-photo-sunset { background-image: url('./stock/sunset.jpg'); background-position: 50% 55%; }
.scene-photo-mountain { background-image: url('./stock/mountain.jpg'); background-position: 50% 48%; }
.scene-photo-sail { background-image: url('./stock/sail.jpg'); background-position: 50% 58%; }
.scene-photo-construction { background-image: url('./stock/construction.jpg'); background-position: 50% 48%; }
.scene-photo .label-photo { color: white; text-shadow: 0 1px 10px rgba(0,0,0,.35); }
.photo-caption { position: absolute; z-index: 4; left: 18px; right: 18px; bottom: 34px; color: white; font-size: clamp(18px, 2vw, 34px); line-height: .92; letter-spacing: -.045em; font-weight: 700; text-transform: lowercase; text-shadow: 0 2px 18px rgba(0,0,0,.30); }
.tile-visual::before { color: white; text-shadow: 0 1px 8px rgba(0,0,0,.35); opacity: .72; }
.scene-sun, .scene-rain, .scene-winter, .scene-abstract, .scene-eye, .scene-dog { background-image: radial-gradient(circle at 78% 16%, rgba(255,255,255,.32), transparent 34%); }

.tile-mission strong { max-width: 7ch; }
.tile-thought { cursor: pointer; }
.tile-thought strong { font-weight: 720; letter-spacing: -.055em; }
.legal-rail { color: rgba(255,255,255,.48); }

@media (max-width: 560px) {
  .experience-shell { padding: 6px; gap: 6px; }
  .mosaic { gap: 6px; }
  .tile { border-radius: 11px; }
  .photo-caption { left: 14px; right: 14px; bottom: 29px; font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* Monthly COLOURlovers theme engine */
.wall-page { background: var(--theme-shell, #090909); transition: background-color 900ms var(--ease); }
.tile-brand { background: var(--theme-brand, #f3f0e7); color: var(--theme-brand-text, #111); }
.tile-booking { background: var(--theme-1, #ff6f5b); color: var(--theme-1-text, #111); }
.tile-mission { background: var(--theme-2, #5e50f5); color: var(--theme-2-text, #fff); }
.tile-who { background: var(--theme-3, #a4ead4); color: var(--theme-3-text, #111); }
.tile-thought { background: var(--theme-4, #ef9ee4); color: var(--theme-4-text, #111); }
.tile-contact { background: var(--theme-5, #7cccf4); color: var(--theme-5-text, #111); }

.scene-rain { background-color: var(--theme-1); color: var(--theme-1-text); }
.scene-winter { background-color: var(--theme-2); color: var(--theme-2-text); }
.scene-abstract { background-color: var(--theme-4); color: var(--theme-4-text); }
.scene-eye { background-color: var(--theme-3); color: var(--theme-3-text); }
.scene-rain path, .scene-rain line,
.scene-winter path, .scene-winter line,
.scene-abstract path,
.scene-eye path, .scene-eye circle { stroke: currentColor; }
.tile-visual::after { border-color: color-mix(in srgb, var(--theme-photo-accent, #fff) 32%, transparent); }

.subpage.booking { background: var(--theme-1); color: var(--theme-1-text); }
.subpage.mission { background: var(--theme-2); color: var(--theme-2-text); }
.subpage.who { background: var(--theme-3); color: var(--theme-3-text); }
.subpage.contact { background: var(--theme-5); color: var(--theme-5-text); }
.subpage .sub-shell, .subpage .sub-action { border-color: currentColor; }
.subpage.mission .sub-shell, .subpage.mission .sub-action { border-color: currentColor; }
