@font-face {
  font-family: "Cormorant";
  src: url("/fonts/cormorant-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("/fonts/cormorant-500i.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("/fonts/cormorant-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("/fonts/outfit-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("/fonts/outfit-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f4efe6;
  --ink: #1c1712;
  --mute: #6f675c;
  --rule: rgba(28, 23, 18, 0.14);
  --gold: #b8893a;
  --hero: #d7cbb8;
}
.theme-marketing { --paper:#f3ead8; --ink:#1a1410; --mute:#74685a; --gold:#c4a05a; --hero:#3a2a1c; }
.theme-careers { --paper:#f3eee6; --ink:#1a2430; --mute:#5c6570; --gold:#2c4a6e; --hero:#c5cdd4; }
.theme-doctors { --paper:#f4f7f6; --ink:#173033; --mute:#5b7174; --gold:#0f6e6a; --hero:#d5e4e2; }
.theme-healthcare { --paper:#eef3ee; --ink:#1c2b22; --mute:#4f6357; --gold:#2f5d45; --hero:#c9d6cc; }
.theme-investment { --paper:#141210; --ink:#efe6d4; --mute:#9a907c; --gold:#c6a15b; --rule:rgba(198,161,91,.22); --hero:#0b0a09; }
.theme-marketplace { --paper:#f6eee6; --ink:#2a1c14; --mute:#6d5648; --gold:#8c3b1a; --hero:#c9b09a; }
.theme-artificialintelligence { --paper:#0c0c10; --ink:#ececf1; --mute:#8b8b97; --gold:#7ec8e8; --rule:rgba(126,200,232,.18); --hero:#07070a; }
.theme-payment { --paper:#101318; --ink:#e8edf2; --mute:#8b97a3; --gold:#3dba8c; --rule:rgba(61,186,140,.2); --hero:#0b0e12; }
.theme-payments { --paper:#0f1418; --ink:#e7eef2; --mute:#8a969e; --gold:#5ec2c2; --rule:rgba(94,194,194,.2); --hero:#0a0e12; }
.theme-watches { --paper:#161411; --ink:#f0e6d6; --mute:#a39480; --gold:#d7b17a; --rule:rgba(215,177,122,.22); --hero:#0e0c0a; }
.theme-held { --paper:#f4efe6; --ink:#1c1712; --mute:#6f675c; --gold:#7a6a52; }

* { box-sizing: border-box; }
html, body {
  margin: 0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.shell {
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  overflow: hidden;
}

.hero {
  position: relative;
  background: var(--hero);
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.04);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  background: linear-gradient(90deg, transparent 70%, color-mix(in srgb, var(--paper) 18%, transparent));
}

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  overflow: auto;
  padding: clamp(1.35rem, 3.2vh, 2.2rem) clamp(1.35rem, 3.4vw, 2.6rem) clamp(1.1rem, 2.4vh, 1.7rem);
}
.panel::before,
.panel::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--gold) 70%, var(--ink));
}
.panel::before { top: 1.05rem; left: 1.05rem; border-right: 0; border-bottom: 0; }
.panel::after { top: 1.05rem; right: 1.05rem; border-left: 0; border-bottom: 0; }
.corners {
  position: absolute;
  left: 1.05rem;
  right: 1.05rem;
  bottom: 1.05rem;
  height: 1rem;
  pointer-events: none;
}
.corners span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 1px solid color-mix(in srgb, var(--gold) 70%, var(--ink));
}
.corners span:first-child { left: 0; bottom: 0; border-right: 0; border-top: 0; }
.corners span:last-child { right: 0; bottom: 0; border-left: 0; border-top: 0; }

.mast {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .64rem;
  font-weight: 500;
  color: var(--gold);
}
.mast b { font-weight: 500; color: var(--ink); letter-spacing: .16em; }

.domain {
  font-family: Cormorant, ui-serif, Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.7rem, 2.2vw + 1.6vh, 2.7rem);
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: clamp(.7rem, 1.8vh, 1.25rem) 0 0;
  overflow-wrap: anywhere;
}

.rule {
  width: 3rem;
  height: 1px;
  background: var(--gold);
  margin: clamp(.7rem, 1.6vh, 1.15rem) 0 clamp(.75rem, 1.6vh, 1.2rem);
  border: 0;
}

h1 {
  font-family: Cormorant, ui-serif, Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.2rem, 1.4vw + 1vh, 1.72rem);
  line-height: 1.28;
  margin: 0 0 .55rem;
  max-width: 24ch;
}

.lede {
  color: var(--mute);
  font-size: .9rem;
  line-height: 1.5;
  max-width: 38rem;
  margin: 0;
}

.enquire {
  margin: .85rem 0 0;
  padding: .75rem 0 0;
  border-top: 1px solid var(--rule);
  flex: 0 0 auto;
}
.enquire .lbl,
.also .lbl {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 500;
  color: var(--gold);
  margin: 0 0 .4rem;
}
.cta {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  font-family: Cormorant, ui-serif, Georgia, serif;
  font-size: clamp(1.2rem, 1.8vh + .4vw, 1.42rem);
  font-weight: 500;
  border-bottom: 1px solid var(--gold);
  padding: .1rem 0 .12rem;
  line-height: 1.2;
}
.cta:hover, .cta:focus-visible {
  color: var(--gold);
  outline: none;
}
.hint {
  margin: .4rem 0 0;
  color: var(--mute);
  font-size: .74rem;
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.35rem;
  margin: .8rem 0 0;
  padding: .7rem 0 0;
  border-top: 1px solid var(--rule);
  max-width: none;
}
.facts div {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  padding: 0;
  border: 0;
  min-width: 6.2rem;
  font-size: .8rem;
}
.facts dt {
  margin: 0;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .58rem;
  font-weight: 500;
  color: var(--mute);
  padding: 0;
}
.facts dd { margin: 0; }

.also {
  margin-top: auto;
  padding-top: .85rem;
}
.also ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .15rem .85rem;
}
.also a {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  font-size: .78rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--rule);
  padding: .18rem 0;
}
.also a:hover, .also a:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
  outline: none;
}

.held-hero {
  min-height: 0;
  height: 100%;
  background:
    radial-gradient(ellipse at 30% 20%, color-mix(in srgb, var(--gold) 16%, transparent), transparent 55%),
    var(--paper);
  display: grid;
  place-items: center;
}
.monogram {
  font-family: Cormorant, Georgia, serif;
  font-size: 8rem;
  font-weight: 500;
  font-style: italic;
  color: color-mix(in srgb, var(--gold) 55%, var(--ink));
  opacity: .28;
  line-height: 1;
}

@media (max-width: 720px) {
  .shell {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(5.25rem, 16svh) minmax(0, 1fr);
  }
  .hero, .held-hero { height: 100%; }
  .hero::after { background: linear-gradient(180deg, transparent 40%, var(--paper)); }
  .panel {
    padding: 1rem 1.1rem 1.05rem;
  }
  .panel::before, .panel::after { top: .65rem; }
  .panel::before { left: .65rem; }
  .panel::after { right: .65rem; }
  .corners { left: .65rem; right: .65rem; bottom: .65rem; }
  h1 { max-width: none; }
  .domain { font-size: clamp(1.5rem, 7.6vw, 2rem); }
  .cta { padding: .22rem 0; }
  .also { padding-top: .65rem; }
  .also ul { gap: .05rem .7rem; }
  .also a { padding: .16rem 0; font-size: .74rem; }
}

@media (max-width: 720px) and (max-height: 700px) {
  .shell { grid-template-rows: minmax(4.6rem, 13svh) minmax(0, 1fr); }
  .panel { padding: .8rem 1rem .75rem; }
  .domain { margin-top: .4rem; }
  .rule { margin: .4rem 0 .45rem; }
  h1 { margin-bottom: .3rem; font-size: 1.14rem; }
  .lede { font-size: .82rem; line-height: 1.38; }
  .enquire { margin-top: .5rem; padding-top: .5rem; }
  .hint { display: none; }
  .facts { margin-top: .45rem; padding-top: .45rem; gap: .25rem 1rem; }
  .also { margin-top: .35rem; padding-top: .4rem; }
}

@media (max-width: 720px) and (orientation: landscape) {
  .shell {
    grid-template-columns: minmax(8rem, 34vw) minmax(0, 1fr);
    grid-template-rows: 1fr;
  }
  .hero::after { background: linear-gradient(90deg, transparent 70%, color-mix(in srgb, var(--paper) 18%, transparent)); }
}

@media (max-height: 700px) and (min-width: 721px) {
  .domain { font-size: clamp(1.5rem, 3.4vh, 2.15rem); }
  h1 { font-size: clamp(1.12rem, 2.6vh, 1.45rem); }
  .lede { font-size: .84rem; line-height: 1.42; }
}
