:root {
  color-scheme: dark;
  --ink: #25191c;
  --paper: #f4d79d;
  --yellow: #f0a33a;
  --coral: #df5a3f;
  --mint: #efc56b;
  --teal: #2f7ea3;
  --magenta: #c73562;
  --line: rgb(244 215 157 / 28%);
  --s1: 8px;
  --s2: 13px;
  --s3: 21px;
  --s4: 34px;
  --s5: 55px;
  --s6: 89px;
  font-family: "Avenir Next", Avenir, "Trebuchet MS", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { background: #183a50; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100svh; color: var(--paper); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hero { --origin-x: 50%; --origin-y: 50%; position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; background: radial-gradient(circle at var(--origin-x) var(--origin-y), rgb(239 130 56 / 88%) 0, rgb(169 53 72 / 76%) 24%, transparent 53%), linear-gradient(180deg, #9f3949 0%, #613144 52%, #1d4a65 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .075; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.68'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero::after { content: ""; position: absolute; z-index: 0; left: var(--origin-x); top: var(--origin-y); width: 300vmax; height: 300vmax; pointer-events: none; background: repeating-conic-gradient(from -8deg at 50% 50%, rgb(240 163 58 / 25%) 0 8deg, rgb(199 53 98 / 20%) 8deg 18deg, transparent 18deg 28deg, rgb(47 126 163 / 20%) 28deg 36deg, transparent 36deg 48deg); transform: translate(-50%, -50%); transform-origin: 50% 50%; animation: atmosphere-turn 90s linear infinite; }
@keyframes atmosphere-turn { to { transform: translate(-50%, -50%) rotate(360deg); } }
.intro { position: absolute; z-index: 10; left: 50%; top: 50%; width: min(760px, calc(100vw - 42px)); padding: var(--s4); transform: translate(-50%, -50%); text-align: center; }
.display-brand { display: flex; align-items: baseline; justify-content: center; margin: 0; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.8rem, 7.2vw, 7rem); font-weight: 700; line-height: .8; letter-spacing: -.075em; }
.display-brand small { align-self: flex-end; margin: 0 0 .08em .15em; color: var(--yellow); font-family: "Avenir Next", Avenir, sans-serif; font-size: .18em; font-weight: 800; letter-spacing: .04em; }
.brand-vortex { position: relative; z-index: 12; display: inline-block; flex: 0 0 1.14em; width: 1.14em; height: 1.14em; margin-right: -.06em; translate: 0 .18em; border-radius: 50%; background: radial-gradient(circle, #120e10 0 18%, #6f2945 19% 34%, #25191c 35%); box-shadow: inset 0 0 0 2px var(--paper), 0 0 34px rgb(240 163 58 / 66%), 0 0 76px rgb(199 53 98 / 34%); }
.vortex-ring { position: absolute; display: block; inset: 50%; aspect-ratio: 1; translate: -50% -50%; border-radius: 45% 55% 62% 38% / 54% 42% 58% 46%; }
.vortex-outer { width: 88%; border: .055em solid var(--coral); animation: vortex-spin 5s linear infinite; }
.vortex-middle { width: 62%; border: .045em solid var(--magenta); animation: vortex-spin 3.2s linear infinite reverse; }
.vortex-inner { width: 30%; background: var(--yellow); box-shadow: 0 0 13px var(--yellow); animation: vortex-pulse 1.8s ease-in-out infinite; }
@keyframes vortex-spin { to { transform: rotate(360deg); } }
@keyframes vortex-pulse { 50% { transform: scale(.68); opacity: .72; } }
.strapline { margin: var(--s3) 0 0; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-style: italic; letter-spacing: .01em; }
.centre-actions { display: grid; grid-template-columns: 1.618fr 1fr; gap: var(--s2); margin-top: var(--s4); }
.search-wrap { position: relative; min-width: 0; }
.search { display: flex; align-items: center; gap: var(--s2); width: 100%; margin: 0; padding: 11px var(--s2); border: 1px solid rgb(242 230 201 / 48%); border-radius: 4px; background: rgb(33 31 27 / 72%); box-shadow: 5px 5px 0 rgb(201 93 54 / 30%); transition: border .2s, background .2s; }
.search:focus-within { border-color: var(--yellow); background: rgb(255 255 255 / 11%); }
.search svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--paper); font-size: 1rem; }
.search input::placeholder { color: rgb(247 245 239 / 52%); }
kbd { border: 1px solid var(--line); border-radius: 7px; padding: 4px 8px; color: rgb(247 245 239 / 55%); background: rgb(0 0 0 / 18%); font-size: .75rem; }
.search-status { position: absolute; top: calc(100% + 9px); left: 2px; margin: 0; color: var(--paper); font-size: .85rem; }
.search-popover { position: absolute; z-index: 30; top: calc(100% + 34px); right: 0; left: 0; max-height: 36svh; overflow-y: auto; padding: 6px; color: var(--ink); background: var(--paper); box-shadow: 8px 8px 0 rgb(37 25 28 / 30%); text-align: left; }
.search-popover[hidden], .search-results[hidden], .search-empty[hidden], .search-more[hidden] { display: none; }
.search-option { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 10px 12px; cursor: pointer; overflow-wrap: anywhere; font-size: .95rem; line-height: 1.3; }
.search-option + .search-option { border-top: 1px solid rgb(37 25 28 / 12%); }
.search-option:hover, .search-option[aria-selected="true"] { background: rgb(223 90 63 / 18%); }
.search-option small { flex: 0 0 auto; color: rgb(37 25 28 / 60%); font-size: .7rem; }
.search-empty { margin: 8px 12px; font-size: .9rem; line-height: 1.4; }
.search-more { display: block; width: 100%; border: 0; border-top: 1px solid rgb(37 25 28 / 16%); padding: 12px; color: #792e41; background: transparent; cursor: pointer; font-weight: 800; text-align: left; }
.hero.searching .domain-field { opacity: .12; pointer-events: none; }
.contact-bar { display: flex; align-items: center; justify-content: space-between; min-width: 0; border: 0; border-radius: 4px; padding: 11px var(--s3); color: var(--ink); background: var(--yellow); box-shadow: 5px 5px 0 var(--teal); cursor: pointer; font-size: .86rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: translate .2s, box-shadow .2s; }
.contact-bar:hover, .contact-bar:focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; translate: 2px 2px; box-shadow: 3px 3px 0 var(--teal); }

.domain-field { position: absolute; z-index: 4; inset: 0; }
.domain-cloud { position: absolute; inset: 0; }
.domain-pill { --x: 50%; --y: 50%; position: absolute; z-index: 3; left: var(--x); top: var(--y); display: flex; align-items: center; justify-content: center; width: calc(100vw / 9 - var(--s1)); height: calc(100svh / 9 - 4px); overflow: hidden; padding: 4px 6px; color: var(--paper); text-align: center; text-decoration: none; overflow-wrap: anywhere; font-size: clamp(.78rem, .86vw, .94rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.08; white-space: normal; transform: translate(-50%, -50%); transition: opacity .3s, color .2s, filter .3s; will-change: transform, opacity; }
.domain-pill::before { content: ""; position: absolute; z-index: -1; inset: 2px 0; border-radius: 3px 9px 4px 8px; background: var(--accent, var(--yellow)); opacity: .2; transform: rotate(var(--splash-rotate, -3deg)); transition: opacity .2s, transform .2s; }
.domain-pill:nth-child(3n + 1) { font-family: Georgia, "Times New Roman", serif; font-size: clamp(.88rem, 1.02vw, 1.08rem); font-style: italic; font-weight: 400; }
.domain-pill:nth-child(3n + 2) { letter-spacing: .025em; text-transform: lowercase; }
.domain-pill:nth-child(4n) { font-weight: 500; }
.domain-pill.long-domain { padding: 2px 4px; font-size: .75rem; letter-spacing: -.035em; line-height: 1; }
.domain-pill:hover, .domain-pill:focus-visible, .domain-pill.active { z-index: 8; outline: none; color: #fff; transform: translate(calc(-50% + var(--hover-shift-x, 0px)), calc(-50% + var(--hover-shift-y, 0px))) scale(1.618); animation: domain-breathe 3.6s ease-in-out infinite; }
.domain-pill:hover::before, .domain-pill:focus-visible::before, .domain-pill.active::before { opacity: .88; transform: rotate(var(--splash-rotate, -3deg)) scale(1.08); animation: domain-pulse 3.6s ease-in-out infinite; }
@keyframes domain-breathe { 0%, 100% { transform: translate(calc(-50% + var(--hover-shift-x, 0px)), calc(-50% + var(--hover-shift-y, 0px))) scale(1.54); } 50% { transform: translate(calc(-50% + var(--hover-shift-x, 0px)), calc(-50% + var(--hover-shift-y, 0px))) scale(1.618); } }
@keyframes domain-pulse { 0%, 100% { filter: brightness(1); opacity: .7; } 50% { filter: brightness(1.25); opacity: 1; } }
.domain-cloud.calm .domain-pill:not(.active) { opacity: .28; filter: blur(.6px); }
.domain-cloud .domain-pill.collision-muted { opacity: 0 !important; pointer-events: none; }
.domain-pill.hidden { opacity: .06 !important; pointer-events: none; }
.domain-pill.unplaced, .domain-pill.reduced-hidden { display: none; }
.flying-domain, .flight-signal { position: absolute; z-index: 4; left: var(--x); top: var(--y); pointer-events: none; transform: translate(-50%, -50%); will-change: transform, opacity; }
.flying-domain { display: flex; align-items: center; justify-content: center; width: calc(100vw / 9 - var(--s1)); height: calc(100svh / 9 - 4px); padding: 4px 6px; overflow: hidden; color: var(--paper); text-align: center; overflow-wrap: anywhere; font-size: clamp(.78rem, .86vw, .94rem); font-weight: 700; line-height: 1.08; }
.flight-signal { width: 18px; height: 18px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 13px var(--accent), 0 0 28px var(--accent); }
.domain-cloud.calm .flying-domain, .domain-cloud.calm .flight-signal { opacity: 0; }

.motion-toggle { position: static; border: 0; padding: 0; color: rgb(244 215 157 / 66%); background: none; cursor: pointer; font: inherit; letter-spacing: inherit; white-space: nowrap; }
.motion-toggle span { color: var(--yellow); margin-right: 7px; }
.mini-footer { position: absolute; z-index: 10; right: 15px; bottom: 12px; left: 15px; display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: var(--s3); color: rgb(244 215 157 / 58%); font-size: .75rem; letter-spacing: .025em; white-space: nowrap; }
.footer-links { display: flex; align-items: center; gap: 6px; min-width: 0; }
.mini-footer i { opacity: .45; font-style: normal; }
.mini-footer button:not(.motion-toggle) { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; font: inherit; letter-spacing: inherit; }
.mini-footer a { color: inherit; text-decoration: none; }
.mini-footer a:hover, .mini-footer a:focus-visible { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.mini-footer button:hover, .mini-footer button:focus-visible { color: var(--paper); outline: none; text-decoration: underline; text-underline-offset: 3px; }

.detail { position: fixed; z-index: 51; top: 0; right: 0; width: 61.8vw; max-width: 100%; height: 100dvh; padding: clamp(28px, 5vw, 72px); color: var(--ink); background: var(--paper); border-left: 8px solid var(--coral); transform: translateX(105%); transition: transform .48s cubic-bezier(.2,.75,.15,1); overflow-y: auto; }
.detail.open { transform: translateX(0); }
.detail-close { position: absolute; top: 24px; right: 24px; width: 42px; height: 42px; border: 1px solid rgb(16 18 27 / 15%); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; font-size: 1.8rem; line-height: 1; }
.detail-inner { width: min(100%, 560px); margin: min(13vh, 110px) auto 0; }
.detail h2 { margin: 0 0 34px; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4.4rem); font-weight: 400; line-height: 1; overflow-wrap: anywhere; }
.enquiry-form { display: grid; gap: 10px; }
.enquiry-form label { font-size: .9rem; font-weight: 800; }
.enquiry-form input, .enquiry-form textarea { width: 100%; margin-bottom: 12px; padding: 13px 15px; border: 1px solid rgb(37 25 28 / 34%); border-radius: 4px; outline: none; color: var(--ink); background: rgb(255 255 255 / 45%); font: inherit; font-size: 1rem; }
.enquiry-form textarea { min-height: 116px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgb(223 90 63 / 16%); }
.enquire { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 5px; padding: 17px 20px; border: 0; border-radius: 4px; color: var(--ink); background: var(--yellow); box-shadow: 5px 5px 0 var(--coral); cursor: pointer; font: inherit; font-weight: 800; }
.enquire:disabled { cursor: wait; opacity: .65; }
.enquiry-privacy { margin: 8px 0 0; color: rgb(37 25 28 / 72%); font-size: .85rem; line-height: 1.45; }
.enquiry-privacy a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.fine-print { margin: 8px 0 0; color: rgb(37 25 28 / 58%); font-size: .8rem; }
.scrim { position: fixed; z-index: 50; inset: 0; border: 0; background: rgb(0 0 0 / 58%); backdrop-filter: blur(3px); }

.privacy-page { color: var(--ink); background: linear-gradient(135deg, #9f3949 0%, #df5a3f 62%, #f0a33a 100%); }
.privacy-shell { width: min(100% - 42px, 900px); margin: 0 auto; padding: clamp(34px, 6vw, 89px) 0; }
.privacy-back { display: inline-block; margin-bottom: var(--s4); color: var(--paper); font-size: .95rem; font-weight: 700; text-decoration: none; }
.privacy-back:hover, .privacy-back:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.privacy-content { padding: clamp(27px, 5vw, 72px); background: var(--paper); box-shadow: 10px 10px 0 rgb(37 25 28 / 18%); }
.privacy-kicker { margin: 0 0 var(--s2); color: #8a3444; font-size: .85rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.privacy-content h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; }
.privacy-updated { margin: var(--s2) 0 var(--s4); color: rgb(37 25 28 / 65%); font-size: .9rem; }
.privacy-content h2 { margin: var(--s4) 0 var(--s2); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.5vw, 1.8rem); }
.privacy-content p:not(.privacy-kicker):not(.privacy-updated) { max-width: 65ch; font-size: 1rem; line-height: 1.65; }
.privacy-content a { color: #792e41; text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }

@media (max-width: 820px) {
  .hero { min-height: 100svh; }
  .intro { position: relative; left: auto; top: auto; width: 100%; padding: clamp(54px, 12svh, 90px) 24px 30px; transform: none; }
  .display-brand { font-size: clamp(3.15rem, 13.2vw, 4.9rem); }
  .brand-vortex { flex-basis: 1.08em; width: 1.08em; height: 1.08em; }
  .strapline { max-width: 28ch; margin: var(--s3) auto 0; font-size: 1.12rem; line-height: 1.35; }
  .centre-actions { grid-template-columns: 1fr; gap: var(--s2); margin-top: var(--s4); }
  .search { min-height: 48px; padding: 12px 14px; }
  .search kbd { display: none; }
  .search-status { position: static; margin: 8px 0 0; text-align: left; }
  .search-status:empty { display: none; }
  .search-popover { top: calc(100% + 8px); max-height: min(45svh, 370px); }
  .search-option small { display: none; }
  .hero.searching .contact-bar { visibility: hidden; }
  .contact-bar { min-height: 48px; font-size: .84rem; }
  .domain-field { position: relative; inset: auto; padding: 12px 20px 34px; }
  .domain-cloud { position: relative; inset: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .domain-pill, .domain-pill.long-domain, .domain-pill:nth-child(3n + 1) { position: relative; left: auto; top: auto; width: 100%; height: 64px; padding: 6px 9px; font-size: clamp(.875rem, 3.6vw, .95rem); font-weight: 700; font-style: normal; line-height: 1.12; letter-spacing: -.015em; transform: none; will-change: opacity; }
  .domain-pill::before { inset: 2px; opacity: .3; }
  .domain-pill.unplaced { display: flex; visibility: hidden; }
  .domain-pill:hover, .domain-pill:focus-visible, .domain-pill.active { outline: 2px solid var(--paper); outline-offset: -2px; transform: none; animation: none; }
  .domain-pill:hover::before, .domain-pill:focus-visible::before, .domain-pill.active::before { animation: none; }
  .domain-pill.arriving { animation: mobile-arrive .65s ease-out both; }
  .domain-pill.replacing { opacity: .15; }
  .flying-domain, .flight-signal { display: none; }
  .mini-footer { position: relative; right: auto; bottom: auto; left: auto; padding: 8px 20px max(20px, env(safe-area-inset-bottom)); gap: var(--s2); font-size: .75rem; }
  .footer-links { flex-wrap: wrap; }
  .detail { width: 100%; border-left: 0; padding: 28px 24px max(28px, env(safe-area-inset-bottom)); }
  .detail-inner { margin-top: 64px; }
  .detail h2 { margin-bottom: 28px; font-size: clamp(2.1rem, 9vw, 3rem); }
  .privacy-shell { width: min(100% - 30px, 900px); }
  .privacy-content { padding: 25px; }
}

@keyframes mobile-arrive { from { opacity: 0; transform: translateY(7px) scale(.97); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-toggle { display: none; }
  .vortex-ring { animation: none; }
}
