@import "tailwindcss";

:root { --black: #050505; --white: #f3f3f0; --grey: #a3a3a0; --line-dark: rgba(255,255,255,.22); --line-light: rgba(0,0,0,.24); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
svg { display: block; width: 1em; height: 1em; }

.header { position: absolute; inset: 0 0 auto; z-index: 10; height: 88px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); mix-blend-mode: difference; }
.logo { display: flex; align-items: center; gap: 12px; width: fit-content; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.logo svg { width: 34px; height: 34px; }
.header nav { display: flex; gap: clamp(24px, 4vw, 64px); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.header nav a { position: relative; padding: 10px 0; }
.header nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.header nav a:hover::after { width: 100%; }
.header-contact { justify-self: end; display: flex; align-items: center; gap: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }

.hero { position: relative; height: 100svh; min-height: 760px; overflow: hidden; background: #111; }
.hero > .hero-scratch { position: absolute; inset: 0; width: 100%; height: 100%; transform: scale(1.01); animation: heroReveal 1.8s cubic-bezier(.2,.75,.2,1) both; }
.hero-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.79), rgba(0,0,0,.03) 62%, rgba(0,0,0,.3)), linear-gradient(0deg, rgba(0,0,0,.62), transparent 48%); }
.hero-topline, .hero-title-wrap, .hero-tagline { pointer-events: none; }
@keyframes heroReveal { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.01); } }
.hero-topline { position: absolute; top: 115px; left: 4vw; right: 4vw; display: flex; justify-content: space-between; font-size: 8px; text-transform: uppercase; letter-spacing: .24em; }
.hero-title-wrap { position: absolute; left: 4vw; bottom: 10vh; }
.hero-title-wrap p { margin: 0 0 20px 7px; font-size: 9px; text-transform: uppercase; letter-spacing: .28em; }
.hero h1 { margin: 0; font-size: clamp(94px, 15vw, 240px); line-height: .67; letter-spacing: -.085em; text-transform: uppercase; font-weight: 900; }
.hero-tagline { position: absolute; right: 4vw; top: 45%; margin: 0; max-width: 430px; text-align: right; font-size: clamp(24px, 3.5vw, 58px); line-height: .92; letter-spacing: -.045em; text-transform: uppercase; font-weight: 800; }
.hero-tagline em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; }
.hero-scroll { position: absolute; right: 4vw; bottom: 5vh; display: flex; align-items: center; gap: 18px; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.hero-scroll svg { font-size: 23px; }
.hero-topline { animation: heroTextIn .8s .35s both cubic-bezier(.22,.7,.2,1); }
.hero-title-wrap p { animation: heroTextIn .75s .48s both cubic-bezier(.22,.7,.2,1); }
.hero h1 { animation: heroTitleIn 1s .28s both cubic-bezier(.16,.78,.18,1); }
.hero-tagline { animation: heroTextIn .9s .72s both cubic-bezier(.22,.7,.2,1); }
.hero-scroll { animation: heroTextIn .75s .95s both cubic-bezier(.22,.7,.2,1); }
@keyframes heroTextIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroTitleIn { from { opacity: 0; transform: translateY(44px); letter-spacing: -.12em; } to { opacity: 1; transform: translateY(0); letter-spacing: -.085em; } }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.motion-ready [data-reveal="scale"] { transform: translateY(22px) scale(.985); transition-duration: 1.05s; }
.motion-ready [data-reveal="image"] { transform: translateY(0); clip-path: inset(0 0 14% 0); transition: opacity 1s ease, clip-path 1.15s cubic-bezier(.22,.72,.18,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0) scale(1); }
.motion-ready [data-reveal="image"].is-visible { clip-path: inset(0); }

.section-index { margin: 0; font-size: 8px; text-transform: uppercase; letter-spacing: .24em; }
.statement { min-height: 800px; padding: 130px 6vw; position: relative; display: flex; flex-direction: column; justify-content: center; }
.statement .section-index { position: absolute; left: 6vw; top: 90px; color: #777; }
.statement h2 { margin: 0; font-size: clamp(55px, 8.5vw, 135px); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.statement h2 span { color: transparent; -webkit-text-stroke: 1px var(--white); }
.statement-copy { align-self: flex-end; max-width: 390px; margin: 50px 7vw 0 0; color: var(--grey); font-size: 14px; line-height: 1.7; }

.work { background: var(--white); color: var(--black); padding: 95px 4vw 140px; }
.section-bar { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-bottom: 20px; border-bottom: 1px solid var(--line-light); }
.section-bar h2 { margin: 0; text-align: center; text-transform: uppercase; font-size: 13px; letter-spacing: .14em; }
.section-bar > span { text-align: right; color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.flipbook-shell { padding-top: 65px; }
.flipbook-heading { width: min(1020px, 84vw); margin: 0 auto 28px; display: flex; align-items: end; justify-content: space-between; }
.flipbook-heading span, .flipbook-heading p { margin: 0; color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }
.flipbook-heading h3 { margin: 7px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4.2vw, 64px); font-weight: 400; font-style: italic; letter-spacing: -.04em; }
.spread { position: relative; width: min(1120px,91vw); height: min(760px,63vw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; background: #e8e8e5; box-shadow: 0 32px 65px rgba(0,0,0,.26); touch-action: pan-y; perspective: 1800px; }
.spread-left, .spread-right { position: relative; min-width: 0; overflow: hidden; background: #e8e8e5; }
.spread-left { padding: 18px 9px 18px 18px; }
.spread-right { padding: 18px 18px 0 9px; display: grid; grid-template-rows: minmax(0,1fr) auto; transform-origin: left center; animation: pageTurnIn .7s cubic-bezier(.22,.75,.28,1) both; }
@keyframes pageTurnIn { from { opacity: .35; transform: perspective(1800px) rotateY(-16deg); } to { opacity: 1; transform: perspective(1800px) rotateY(0); } }
.spread-left > .scratch-image, .spread-right > .scratch-image { width: 100%; height: 100%; min-height: 0; }
.book-gutter { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 10; width: 30px; transform: translateX(-50%); pointer-events: none; background: linear-gradient(90deg,rgba(0,0,0,.17),rgba(255,255,255,.22) 46%,rgba(0,0,0,.22)); mix-blend-mode: multiply; opacity: .65; }
.opening-note { display: grid; place-items: center; padding: clamp(35px,5vw,85px); background: #0b0b0b; color: #f3f3f0; }
.opening-copy > span { color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .22em; }
.opening-copy h4 { margin: 55px 0 38px; font-size: clamp(42px,5.3vw,78px); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.opening-copy h4 em { font-family: Georgia,'Times New Roman',serif; font-weight: 400; text-transform: none; }
.opening-copy > p { max-width: 370px; color: #999; font-family: Georgia,'Times New Roman',serif; font-size: 16px; line-height: 1.65; }
.opening-copy dl { margin: 55px 0 0; padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.opening-copy dt { margin-bottom: 8px; color: #666; font-size: 7px; text-transform: uppercase; letter-spacing: .2em; }
.opening-copy dd { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.left-photo-details { position: absolute; z-index: 4; left: 18px; right: 9px; bottom: 18px; padding: 36px 20px 20px; display: grid; grid-template-columns: 1fr auto auto; gap: 25px; align-items: end; color: #fff; background: linear-gradient(0deg,rgba(0,0,0,.86),transparent); pointer-events: none; }
.left-photo-details > span { font-size: 18px; text-transform: uppercase; }
.left-photo-details p { margin: 0; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.left-photo-details b { display: block; margin-bottom: 5px; color: #aaa; font-size: 7px; font-weight: 400; }
.page-caption { min-height: 95px; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-top: 1px solid rgba(0,0,0,.22); }
.page-caption > span, .page-caption p { color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.page-caption h4 { margin: 0 0 5px; font-size: clamp(22px, 2.7vw, 39px); line-height: 1; text-transform: uppercase; letter-spacing: -.05em; }
.page-caption p { margin: 0; }
.spread-right { will-change: transform, opacity; transform-style: preserve-3d; backface-visibility: hidden; transition: transform .48s cubic-bezier(.22,.72,.18,1), opacity .34s ease, filter .4s ease; }
.spread-right.turn-next { transform-origin: left center; }
.spread-right.turn-previous { transform-origin: right center; }
.spread-right.turn-next.is-turning { transform: rotateY(-8deg) translateX(-.7%) scale(.995); opacity: .35; filter: brightness(.9); }
.spread-right.turn-previous.is-turning { transform: rotateY(8deg) translateX(.7%) scale(.995); opacity: .35; filter: brightness(.9); }
.spread-right.is-settled { transform: rotateY(0) translateX(0); opacity: 1; }
.flipbook-controls { width: min(1020px, 84vw); margin: 32px auto 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.flipbook-controls button { padding: 18px 0; border: 0; background: transparent; cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.flipbook-controls button:last-child { text-align: right; }
.flipbook-controls button:disabled { opacity: .25; cursor: default; }
.flipbook-controls span { font-family: Georgia, 'Times New Roman', serif; font-size: 14px; }
.flipbook-hint { margin: 15px 0 0; text-align: center; color: #888; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.perth-studio-copy { margin-top: 140px; padding: 80px 0; display: grid; grid-template-columns: .65fr 1.35fr; gap: 6vw; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.perth-studio-copy h3 { grid-column: 2; margin: 0; font-size: clamp(48px,7vw,108px); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.perth-studio-copy h3 em { font-family: Georgia,'Times New Roman',serif; font-weight: 400; text-transform: none; }
.perth-studio-copy > div { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; }
.perth-studio-copy > div p { margin: 25px 0 0; color: #5f5f5c; font-size: 13px; line-height: 1.75; }
.creative-character { margin-top: 140px; min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: #080808; color: var(--white); }
.creative-character-image { min-height: 760px; overflow: hidden; }
.creative-character-image .scratch-image { width: 100%; height: 100%; }

.scratch-image { --scratch-x: 50%; --scratch-y: 50%; position: relative; isolation: isolate; overflow: hidden; touch-action: inherit; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
.scratch-image img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; user-select: none; -webkit-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; pointer-events: none; }
.scratch-base { z-index: 0; filter: grayscale(1) contrast(1.12); }
.hero-scratch .scratch-base { filter: grayscale(1) contrast(1.12) brightness(.7); }
.scratch-colour { z-index: 1; filter: contrast(1.04); clip-path: polygon(calc(var(--scratch-x) - 7%) 0, calc(var(--scratch-x) - 7%) 0, calc(var(--scratch-x) + 7%) 100%, calc(var(--scratch-x) + 7%) 100%); transition: clip-path .3s cubic-bezier(.2,.8,.2,1); }
.hero-scratch .scratch-colour, .hero-scratch .scratch-ripple { filter: contrast(1.05) brightness(.72); }
.scratch-image.is-scratching .scratch-colour { clip-path: polygon(calc(var(--scratch-x) - 12%) 0, calc(var(--scratch-x) + 1%) 0, calc(var(--scratch-x) + 13%) 100%, var(--scratch-x) 100%); transition: clip-path .08s linear; }
.scratch-ripple { z-index: 2; clip-path: circle(0 at var(--scratch-x) var(--scratch-y)); animation: scratchBubble 7s cubic-bezier(.22,.61,.36,1) both; }
.scratch-glint { position: absolute; z-index: 3; inset: 0; opacity: 0; pointer-events: none; background: linear-gradient(103deg, transparent calc(var(--scratch-x) - 2%), rgba(255,255,255,.3) var(--scratch-x), transparent calc(var(--scratch-x) + 3%)); mix-blend-mode: screen; transition: opacity .25s; }
.scratch-image.is-scratching .scratch-glint { opacity: .55; }
@keyframes scratchBubble { 0% { clip-path: circle(0 at var(--scratch-x) var(--scratch-y)); opacity: .95; } 43% { clip-path: circle(145% at var(--scratch-x) var(--scratch-y)); opacity: 1; } 71.5% { clip-path: circle(145% at var(--scratch-x) var(--scratch-y)); opacity: 1; } 100% { clip-path: circle(145% at var(--scratch-x) var(--scratch-y)); opacity: 0; } }
.creative-character-copy { padding: clamp(55px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.creative-character-copy .section-index { color: #777; }
.creative-character-copy h3 { margin: 60px 0 35px; font-size: clamp(60px,8vw,126px); line-height: .8; letter-spacing: -.075em; text-transform: uppercase; }
.creative-character-copy h3 em { font-family: Georgia,'Times New Roman',serif; font-weight: 400; text-transform: none; }
.creative-character-copy > p { max-width: 470px; color: #999; font-family: Georgia,'Times New Roman',serif; font-size: clamp(15px,1.3vw,20px); line-height: 1.7; }
.creative-character-copy > a { width: fit-content; margin-top: 45px; display: flex; align-items: center; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid #fff; font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }
.project { margin-bottom: 110px; }
.project:last-child { margin-bottom: 0; }
.project-image { overflow: hidden; width: 100%; height: min(72vw, 920px); background: #111; }
.project:nth-child(3n+2) .project-image { width: 75%; height: min(62vw, 810px); margin-left: auto; }
.project:nth-child(3n) .project-image { width: 82%; height: min(60vw, 760px); }
.project-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(1) contrast(1.12); transition: transform 1s cubic-bezier(.2,.8,.2,1), filter .5s; }
.project:first-child .project-image img { object-position: center 48%; filter: none; }
.project:nth-child(3n) .project-image img { object-position: center; }
.project:hover img { transform: scale(1.018); filter: grayscale(0) contrast(1.08); }
.project:first-child:hover img { filter: saturate(1.05) contrast(1.08); }
.project-caption { display: grid; grid-template-columns: 70px 1fr 1fr auto; gap: 20px; align-items: center; padding-top: 18px; border-top: 1px solid var(--line-light); }
.project-caption span, .project-caption p { font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
.project-caption h3 { margin: 0; font-size: clamp(33px, 5.5vw, 86px); line-height: 1; text-transform: uppercase; letter-spacing: -.06em; }
.project-caption p { margin: 0; text-align: right; color: #555; }
.project-caption svg { font-size: 24px; }

.services { padding: 105px 5vw 140px; background: var(--black); }
.section-bar.light { border-color: var(--line-dark); }
.service-rows { margin-top: 55px; border-top: 1px solid var(--line-dark); }
.service-rows article { min-height: 120px; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; border-bottom: 1px solid var(--line-dark); }
.service-rows article > span { color: #666; font-size: 9px; }
.service-rows h3 { margin: 0; text-transform: uppercase; font-size: clamp(34px, 5vw, 76px); letter-spacing: -.06em; }
.service-rows p { margin: 0; color: #777; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }

.kit { min-height: 410px; padding: 80px 5vw; background: var(--white); color: var(--black); display: flex; flex-direction: column; justify-content: space-between; }
.kit h2 { max-width: 1100px; margin: 40px 0; font-size: clamp(36px, 6vw, 94px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.kit > p:last-child { align-self: flex-end; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 24px; }

.contact { min-height: 760px; padding: 110px 5vw 35px; display: flex; flex-direction: column; justify-content: center; }
.contact > .section-index { color: #777; }
.contact h2 { margin: 70px 0 50px; font-size: clamp(62px, 10.5vw, 168px); line-height: .78; letter-spacing: -.08em; text-transform: uppercase; }
.contact h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; }
.contact-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.contact-actions a { width: fit-content; display: flex; align-items: center; gap: 15px; font-size: clamp(15px, 1.7vw, 25px); }
.contact-book { padding: 17px 23px; background: var(--white); color: var(--black); border: 1px solid var(--white); }
.contact-email { padding: 16px 0 8px; border-bottom: 1px solid var(--white); }
.contact-actions svg { width: 22px; }
.placeholder { margin: 10px 0 65px; color: #666; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.contact-foot { margin-top: auto; display: grid; grid-template-columns: 1fr auto auto 1fr; gap: 28px; align-items: center; padding-top: 25px; border-top: 1px solid var(--line-dark); color: #888; font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.contact-foot span:last-child { justify-self: end; }
.contact-foot .admin-link { color: #555; }
.home-booking-cta { position: relative; isolation: isolate; min-height: 630px; padding: 100px 5vw; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--black); color: var(--white); }
.home-booking-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.12) 48%, rgba(0,0,0,.45) 100%), linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 36%, rgba(0,0,0,.24) 100%); }
.home-booking-cta > *:not(.gear-collection-image) { position: relative; z-index: 1; }
.gear-collection-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .62; filter: grayscale(1) contrast(1.1); }
.home-booking-cta > .section-index { color: #777; }
.home-booking-cta h2 { margin: 70px 0 55px; font-size: clamp(70px, 11vw, 170px); line-height: .78; letter-spacing: -.08em; text-transform: uppercase; }
.home-booking-cta h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; }
.home-booking-cta a { width: fit-content; display: flex; align-items: center; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--white); font-size: clamp(14px, 1.7vw, 23px); }
.coming-soon { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin: 55px 0 5px; padding: 20px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); text-transform: uppercase; }
.coming-soon span { color: #777; font-size: 8px; letter-spacing: .2em; }
.coming-soon strong { font-size: clamp(20px,3vw,42px); letter-spacing: -.04em; }
.coming-soon em { font-family: Georgia,'Times New Roman',serif; font-size: 17px; text-transform: none; }
.selective-note { max-width: 640px; margin: -15px 0 52px auto; color: #a0a09c; font-family: Georgia,'Times New Roman',serif; font-size: clamp(15px,1.4vw,20px); line-height: 1.65; }

@media (max-width: 800px) {
  .header { height: 74px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .header nav { display: none; }
  .header-contact { font-size: 8px; }
  .hero { min-height: 720px; }
  .hero-topline { top: 94px; left: 20px; right: 20px; }
  .hero-topline span:last-child { display: none; }
  .hero-title-wrap { left: 20px; bottom: 14vh; }
  .hero h1 { font-size: clamp(58px, 17.5vw, 92px); line-height: .72; }
  .hero-tagline { right: 20px; top: 31%; font-size: clamp(23px, 7vw, 42px); }
  .hero-scroll { right: 20px; }
  .statement { min-height: 650px; padding: 110px 22px; }
  .statement .section-index { left: 22px; top: 60px; }
  .statement-copy { align-self: flex-start; margin: 45px 0 0; }
  .work { padding: 70px 20px 100px; }
  .section-bar { grid-template-columns: 1fr auto; }
  .section-bar h2 { text-align: right; }
  .section-bar > span { display: none; }
  .project-list { padding-top: 40px; }
  .flipbook-shell { padding-top: 40px; }
  .flipbook-heading { width: 100%; align-items: flex-start; }
  .flipbook-heading p { max-width: 130px; text-align: right; line-height: 1.5; }
  .spread { width: 100%; height: 132vw; max-height: 700px; display: block; background: transparent; box-shadow: 0 24px 45px rgba(0,0,0,.24); }
  .spread-left, .book-gutter { display: none; }
  .spread-right { width: 100%; height: 100%; padding: 10px 10px 0; }
  .spread-right { transform-origin: center center !important; transition: transform .4s cubic-bezier(.22,.72,.18,1), opacity .3s ease; }
  .spread-right.turn-next.is-turning { transform: translateX(-4%) scale(.992); opacity: .16; filter: none; }
  .spread-right.turn-previous.is-turning { transform: translateX(4%) scale(.992); opacity: .16; filter: none; }
  .page-caption { min-height: 75px; grid-template-columns: 34px 1fr; }
  .flipbook-controls { width: 100%; }
  .perth-studio-copy { margin-top: 90px; padding: 60px 0; display: block; }
  .perth-studio-copy h3 { margin: 38px 0; }
  .perth-studio-copy > div { display: block; }
  .creative-character { margin-top: 90px; min-height: 0; display: block; }
  .creative-character-image { min-height: 540px; height: 125vw; max-height: 680px; }
  .creative-character-copy { padding: 70px 28px 80px; }
  .creative-character-copy h3 { margin-top: 45px; }
  .project { margin-bottom: 75px; }
  .project-image, .project:nth-child(3n+2) .project-image, .project:nth-child(3n) .project-image { width: 100%; height: 125vw; max-height: 720px; margin-left: 0; }
  .project-caption { grid-template-columns: 34px 1fr auto; gap: 10px; }
  .project-caption p { display: none; }
  .services { padding: 80px 20px 100px; }
  .service-rows article { grid-template-columns: 37px 1fr; min-height: 100px; }
  .service-rows p { display: none; }
  .kit { min-height: 340px; padding: 60px 20px; }
  .kit > p:last-child { align-self: flex-start; }
  .contact { min-height: 700px; padding: 90px 20px 30px; }
  .contact h2 { margin-top: 55px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .contact-book { width: 100% !important; justify-content: space-between; padding: 17px 18px; }
  .contact-email { font-size: 14px !important; }
  .contact-foot { grid-template-columns: 1fr 1fr; gap: 18px; }
  .contact-foot a { justify-self: end; }
  .contact-foot span:last-child { display: none; }
  .home-booking-cta { min-height: 620px; padding: 80px 20px; }
  .gear-collection-image { object-position: 64% center; opacity: .46; }
  .home-booking-cta::after { background: linear-gradient(180deg, rgba(0,0,0,.38), rgba(0,0,0,.55) 48%, rgba(0,0,0,.9)); }
  .coming-soon { grid-template-columns: 1fr auto; }
  .coming-soon span { grid-column: 1 / -1; }
  .selective-note { margin: -5px 0 45px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } .motion-ready [data-reveal] { opacity: 1; transform: none; clip-path: none; } }

/* Booking page */
.booking-page { background: var(--white); color: var(--black); }
.booking-header { height: 82px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-light); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.booking-logo { font-size: 13px; font-weight: 900; }
.booking-hero { min-height: 690px; padding: 105px 5vw 55px; display: flex; flex-direction: column; justify-content: center; background: var(--black); color: var(--white); }
.booking-hero > p, .booking-form-intro > p:first-child, .booking-terms > p { margin: 0; color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .23em; }
.booking-hero h1 { margin: 70px 0 55px; font-size: clamp(70px, 11.5vw, 180px); line-height: .76; letter-spacing: -.08em; text-transform: uppercase; }
.booking-hero h1 em, .booking-form-intro h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; }
.booking-hero > div { max-width: 520px; display: flex; flex-direction: column; gap: 8px; margin-left: auto; color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.booking-hero > div strong { color: var(--white); font-weight: 400; }
.booking-hero > a { width: fit-content; margin-top: 50px; display: flex; align-items: center; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid var(--white); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.booking-package-section { padding: 90px 4vw 0; }
.booking-section-title { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 18px; border-bottom: 1px solid var(--line-light); align-items: end; }
.booking-section-title p, .booking-section-title span { margin: 0; font-size: 8px; text-transform: uppercase; letter-spacing: .19em; }
.booking-section-title h2 { margin: 0; text-align: center; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
.booking-section-title span { text-align: right; color: #777; }
.booking-packages { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line-light); margin-top: 55px; }
.booking-packages article { min-height: 570px; padding: 32px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.booking-packages article > p { margin: 0; color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }
.booking-packages h2 { margin: 45px 0 25px; font-size: clamp(39px, 4.8vw, 72px); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.booking-packages strong { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.booking-packages ul { list-style: none; margin: 45px 0; padding: 0; border-top: 1px solid var(--line-light); }
.booking-packages li { padding: 14px 0; border-bottom: 1px solid var(--line-light); color: #555; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.booking-packages button { margin-top: auto; padding: 17px 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); background: transparent; color: var(--black); cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.booking-form-section { margin: 120px -4vw 0; padding: 120px 5vw; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; background: var(--black); color: var(--white); }
.booking-form-intro { align-self: start; position: sticky; top: 40px; }
.booking-form-intro h2 { margin: 45px 0; font-size: clamp(55px, 7vw, 104px); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.booking-form-intro > p:last-child { max-width: 430px; color: #8d8d8a; font-size: 13px; line-height: 1.75; }
.booking-form { border-top: 1px solid var(--line-dark); }
.booking-form label { display: flex; flex-direction: column; gap: 11px; padding: 23px 0; border-bottom: 1px solid var(--line-dark); }
.booking-form label > span { color: #8c8c88; font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 0; outline: 0; border-radius: 0; background: transparent; color: var(--white); font: inherit; font-size: 17px; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #5f5f5b; }
.booking-form select { color-scheme: dark; }
.booking-form textarea { resize: vertical; line-height: 1.55; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.check-row { flex-direction: row !important; align-items: flex-start; gap: 13px !important; }
.check-row input { width: 16px; height: 16px; margin: 1px 0 0; flex: 0 0 auto; accent-color: #fff; }
.check-row span { line-height: 1.6; }
.submit-booking { width: 100%; margin-top: 35px; padding: 21px 20px; display: flex; justify-content: space-between; border: 1px solid var(--white); background: var(--white); color: var(--black); cursor: pointer; font-weight: 800; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.email-note { margin: 12px 0 0; color: #6d6d69; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-booking:disabled { opacity: .6; cursor: wait; }
.form-error { color: #fff; border: 1px solid #777; padding: 13px; font-size: 12px; }
.turnstile-wrap { padding: 23px 0 4px; min-height: 70px; }
.turnstile-wrap iframe { filter: grayscale(1); }
.booking-success { min-height: 520px; padding: 60px 0; border-top: 1px solid var(--line-dark); }
.booking-success > span { color: #888; font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }
.booking-success h3 { margin: 55px 0 35px; font-size: clamp(48px, 6vw, 88px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.booking-success p { max-width: 520px; color: #999; line-height: 1.7; }
.booking-success p strong { color: #fff; }
.booking-success button { margin-top: 35px; padding: 16px 0; border: 0; border-bottom: 1px solid #fff; background: transparent; color: #fff; cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.booking-terms { padding: 120px 5vw 140px; background: var(--white); color: var(--black); }
.booking-terms h2 { margin: 55px 0 75px; font-size: clamp(55px, 8vw, 122px); line-height: .83; letter-spacing: -.07em; text-transform: uppercase; }
.terms-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.terms-grid article { min-height: 280px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.terms-grid article > span { color: #777; font-size: 8px; }
.terms-grid h3 { margin: 65px 0 18px; text-transform: uppercase; font-size: 19px; letter-spacing: -.02em; }
.terms-grid p { margin: 0; color: #666; font-size: 12px; line-height: 1.65; }
.booking-footer { min-height: 180px; padding: 40px 5vw; display: flex; align-items: center; justify-content: space-between; background: var(--black); color: var(--white); }
.booking-footer > span { color: #777; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.booking-footer a { display: flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--white); font-size: clamp(16px, 2vw, 26px); }

@media (max-width: 800px) {
  .booking-header { height: 70px; padding: 0 20px; }
  .booking-hero { min-height: 650px; padding: 90px 20px 45px; }
  .booking-hero h1 { margin: 60px 0 45px; font-size: clamp(63px, 20vw, 105px); }
  .booking-section-title { grid-template-columns: 1fr auto; }
  .booking-section-title h2 { text-align: right; }
  .booking-section-title span { display: none; }
  .booking-package-section { padding: 70px 20px 0; }
  .booking-packages { grid-template-columns: 1fr; }
  .booking-packages article { min-height: 500px; border-bottom: 1px solid var(--line-light); }
  .booking-form-section { margin: 90px -20px 0; padding: 90px 20px; grid-template-columns: 1fr; gap: 70px; }
  .booking-form-intro { position: static; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
  .terms-grid { grid-template-columns: 1fr; }
  .booking-terms { padding: 90px 20px 100px; }
  .booking-footer { min-height: 180px; padding: 35px 20px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 25px; }
}

/* Private booking administration */
.admin-page { min-height: 100vh; padding: 55px 5vw 100px; background: #f3f3f0; color: #050505; }
.admin-page > header { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 30px; border-bottom: 1px solid rgba(0,0,0,.25); }
.admin-page header p, .admin-page header a { margin: 0 0 12px; font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
.admin-page h1 { margin: 0; font-size: clamp(45px, 7vw, 100px); letter-spacing: -.07em; text-transform: uppercase; }
.admin-calendar { margin: 42px 0 80px; }
.admin-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(0,0,0,.22); margin-bottom: 18px; }
.admin-summary div { padding: 18px 22px; display: flex; justify-content: space-between; align-items: baseline; border-right: 1px solid rgba(0,0,0,.18); }
.admin-summary div:last-child { border: 0; }
.admin-summary span, .calendar-toolbar p, .upcoming-panel > p, .admin-list-title p { font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.admin-summary strong { font-size: 28px; font-weight: 400; }
.calendar-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; border: 1px solid rgba(0,0,0,.22); background: #fff; }
.calendar-panel { padding: 24px; }
.calendar-toolbar { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 20px; }
.calendar-toolbar p, .calendar-toolbar h2 { margin: 0; }
.calendar-toolbar h2, .upcoming-panel h2, .admin-list-title h2 { font-size: clamp(28px, 3vw, 46px); letter-spacing: -.045em; font-weight: 500; }
.calendar-controls { display: flex; gap: 5px; }
.calendar-controls button, .calendar-filters button { border: 1px solid rgba(0,0,0,.2); background: transparent; color: #111; padding: 8px 11px; cursor: pointer; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.calendar-filters { display: flex; gap: 5px; margin-bottom: 14px; flex-wrap: wrap; }
.calendar-filters button.active { background: #111; color: #fff; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays span { padding: 8px 5px; text-align: right; font-size: 8px; text-transform: uppercase; color: #777; }
.calendar-day { min-height: 105px; padding: 8px; border-top: 1px solid rgba(0,0,0,.14); border-right: 1px solid rgba(0,0,0,.1); overflow: hidden; }
.calendar-day:nth-child(7n) { border-right: 0; }
.day-number { display: block; text-align: right; font-size: 10px; margin-bottom: 6px; }
.calendar-day.is-today .day-number { display: flex; margin-left: auto; align-items: center; justify-content: center; width: 23px; height: 23px; border-radius: 50%; background: #111; color: #fff; }
.calendar-event { margin-top: 5px; padding: 6px; border-left: 3px solid #777; background: #eee; font-size: 8px; }
.calendar-event strong, .calendar-event span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.calendar-event.status-approved, .calendar-event.status-deposit_received { background: #111; color: #fff; border-color: #111; }
.calendar-event.status-completed { opacity: .45; }
.upcoming-panel { border-left: 1px solid rgba(0,0,0,.2); padding: 24px; background: #0b0b0b; color: #fff; }
.upcoming-panel > p, .upcoming-panel h2 { margin: 0; }
.upcoming-panel article { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid #333; }
.upcoming-panel article:first-of-type { margin-top: 20px; }
.upcoming-panel time { font-size: 10px; text-transform: uppercase; }
.upcoming-panel strong, .upcoming-panel span { display: block; }
.upcoming-panel strong { font-size: 13px; margin-bottom: 4px; }
.upcoming-panel span { color: #999; font-size: 8px; text-transform: uppercase; }
.no-upcoming { display: block; color: #888; margin-top: 25px; font-size: 12px; }
.admin-list-title { margin: 0 0 20px; }
.admin-list-title p, .admin-list-title h2 { margin: 0; }
.admin-empty { min-height: 400px; display: grid; place-content: center; text-align: center; }
.admin-empty h2 { margin: 0; font-size: 42px; text-transform: uppercase; }
.admin-empty p { color: #777; }
.admin-list { display: grid; gap: 18px; margin-top: 40px; }
.admin-list article { padding: 28px; border: 1px solid rgba(0,0,0,.22); background: #fff; }
.admin-card-head { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 25px; border-bottom: 1px solid rgba(0,0,0,.18); }
.admin-card-head span, .admin-card-head p, .admin-list dt { color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.admin-card-head h2 { margin: 9px 0; font-size: 34px; text-transform: uppercase; }
.admin-card-head p { margin: 0; }
.admin-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.admin-actions select { padding: 9px; border: 1px solid #bbb; background: #fff; }
.status { padding: 7px 9px; border: 1px solid #999; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.status-approved, .status-deposit_received, .status-completed { border-color: #111; background: #111; color: #fff; }
.admin-list dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin: 28px 0 0; }
.admin-list dt { margin-bottom: 9px; }
.admin-list dd { margin: 0; font-size: 13px; line-height: 1.55; }
.admin-concept { grid-column: span 3; }
.booking-manager { margin-top: 28px; border-top: 1px solid rgba(0,0,0,.18); }
.booking-manager > .admin-actions { padding: 18px 0; flex-direction: row; align-items: center; justify-content: space-between; }
.booking-manager details { border-top: 1px solid rgba(0,0,0,.12); }
.booking-manager summary { display: flex; justify-content: space-between; padding: 18px 0; cursor: pointer; list-style: none; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.booking-manager summary::-webkit-details-marker { display: none; }
.booking-editor { padding: 7px 0 4px; }
.editor-fields { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 12px; }
.booking-editor label { display: flex; flex-direction: column; gap: 7px; }
.booking-editor label span { color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.booking-editor input, .booking-editor textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 0; background: #fafafa; color: #111; font: inherit; font-size: 13px; }
.editor-message { margin-top: 12px; }
.notes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.internal-note textarea { background: #efefe9; border-style: dashed; }
.client-note textarea { background: #fff; }
.calendar-actions { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 8px; margin-top: 16px; padding: 14px; background: #111; color: #fff; }
.calendar-actions > span { color: #aaa; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.calendar-actions button { padding: 10px 12px; border: 1px solid #666; background: transparent; color: #fff; cursor: pointer; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.calendar-actions button:disabled { opacity: .35; cursor: not-allowed; }
.editor-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.editor-buttons button { padding: 11px 14px; border: 1px solid #111; background: transparent; color: #111; cursor: pointer; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.editor-buttons button.primary { background: #111; color: #fff; }
.editor-buttons button.delete { margin-left: auto; border-color: #b9b9b5; color: #777; }
.editor-buttons button:disabled { opacity: .45; cursor: wait; }
.admin-notice { margin: 14px 0 0; padding: 10px; background: #eee; font-size: 11px; }
@media (max-width: 800px) { .admin-page { padding: 35px 20px 70px; }.admin-page > header { align-items: flex-start; flex-direction: column; gap: 20px; }.admin-card-head { flex-direction: column; }.admin-actions { align-items: flex-start; }.admin-list dl { grid-template-columns: 1fr 1fr; }.admin-concept { grid-column: span 2; }.calendar-layout { grid-template-columns: 1fr; }.upcoming-panel { border-left: 0; border-top: 1px solid rgba(0,0,0,.2); }.calendar-panel { padding: 15px 10px; }.calendar-toolbar { align-items: flex-start; gap: 15px; }.calendar-day { min-height: 65px; padding: 4px; }.calendar-event { padding: 3px; }.calendar-event span { display: none; }.admin-summary div { padding: 12px; flex-direction: column; gap: 5px; }.contact-foot { gap: 14px; }.contact-foot .admin-link { grid-column: 1 / -1; justify-self: center; } }
@media (max-width: 800px) { .editor-fields, .notes-grid { grid-template-columns: 1fr; }.calendar-actions { grid-template-columns: 1fr 1fr; }.calendar-actions > span { grid-column: 1 / -1; }.editor-buttons { flex-direction: column; }.editor-buttons button.delete { margin-left: 0; margin-top: 8px; }.booking-manager > .admin-actions { align-items: stretch; flex-direction: column; }.booking-manager > .admin-actions select { width: 100%; } }
