/*
Theme Name: Coralshop CO UK Launch
Theme URI: https://coralshop.co.uk
Author: HomeInfra
Description: Luxury under-construction landing page for coralshop.co.uk.
Version: 1.0.0
Text Domain: coralshop-co-uk-launch
*/

:root {
  --landing-bg: #f4f0e8;
  --landing-bg-alt: #ebe4d7;
  --landing-panel: rgba(15, 18, 25, 0.92);
  --landing-panel-edge: rgba(255, 255, 255, 0.08);
  --landing-copy: rgba(244, 240, 232, 0.88);
  --landing-heading: #f7f4ee;
  --landing-muted: rgba(247, 244, 238, 0.58);
  --landing-accent: #c8a46a;
  --landing-accent-deep: #9e7642;
  --landing-line: rgba(200, 164, 106, 0.28);
  --landing-shadow: 0 28px 80px rgba(9, 11, 17, 0.22);
  --landing-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --landing-sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(216, 199, 173, 0.34), transparent 36%),
    radial-gradient(circle at 82% 0%, rgba(140, 168, 177, 0.18), transparent 28%),
    linear-gradient(135deg, var(--landing-bg) 0%, #f8f6f1 42%, var(--landing-bg-alt) 100%);
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #11151d;
  font-family: var(--landing-sans);
}

a {
  color: inherit;
}

.landing-shell {
  position: relative;
  min-height: 100vh;
  padding: 48px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.landing-shell::before,
.landing-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(18px);
}

.landing-shell::before {
  top: 8%;
  left: 10%;
  width: 220px;
  height: 220px;
  background: rgba(190, 206, 214, 0.34);
}

.landing-shell::after {
  right: 8%;
  bottom: 6%;
  width: 280px;
  height: 280px;
  background: rgba(203, 182, 146, 0.22);
}

.landing-stage {
  width: min(980px, 100%);
  display: block;
  position: relative;
  z-index: 1;
}

.landing-panel {
  position: relative;
  backdrop-filter: blur(14px);
  border: 1px solid var(--landing-panel-edge);
  box-shadow: var(--landing-shadow);
}

.landing-panel {
  background: linear-gradient(155deg, rgba(13, 16, 23, 0.97), rgba(9, 12, 17, 0.95));
  color: var(--landing-copy);
  border-radius: 32px;
  padding: 42px 42px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(200, 164, 106, 0.16);
  border-radius: 22px;
  pointer-events: none;
}

.landing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--landing-muted);
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.landing-kicker::before {
  content: "";
  width: 52px;
  height: 1px;
  background: var(--landing-line);
}

.landing-brand {
  font-family: var(--landing-display);
  font-size: clamp(3.4rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  color: var(--landing-heading);
  margin: 0;
  max-width: 8ch;
}

.landing-domain {
  display: block;
  margin-top: 10px;
  font-family: var(--landing-sans);
  font-size: 0.98rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--landing-muted);
}

.landing-copy-block {
  max-width: 640px;
}

.landing-copy-block p {
  margin: 18px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(247, 244, 238, 0.78);
}

.landing-construction-block {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 720px;
}

.landing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(244, 240, 232, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--landing-heading);
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.landing-subtitle {
  margin: 24px 0 0;
  font-family: var(--landing-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--landing-heading);
}

.landing-secondary-copy {
  max-width: 32rem;
}

.landing-secondary-copy strong {
  color: var(--landing-heading);
  font-weight: 700;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-accent), #e2c08d);
  color: #131820;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 38px rgba(201, 166, 112, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-button:hover,
.landing-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(201, 166, 112, 0.34);
}

.landing-note {
  font-size: 0.95rem;
  color: var(--landing-muted);
}

.landing-audience-consent {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(9, 12, 17, 0.94);
  border: 1px solid rgba(244, 240, 232, 0.1);
  box-shadow: 0 22px 52px rgba(9, 11, 17, 0.34);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.landing-audience-copy {
  max-width: 44rem;
}

.landing-audience-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--landing-accent);
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.landing-audience-kicker::before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(200, 164, 106, 0.42);
}

.landing-audience-title {
  margin: 14px 0 0;
  font-family: var(--landing-display);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--landing-heading);
}

.landing-audience-copy p {
  margin: 14px 0 0;
  color: rgba(247, 244, 238, 0.8);
  font-size: 0.98rem;
  line-height: 1.7;
}

.landing-audience-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-audience-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--landing-accent), #e2c08d);
  color: #131820;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(201, 166, 112, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.landing-audience-button:hover,
.landing-audience-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(201, 166, 112, 0.28);
}

.landing-audience-button-secondary {
  background: rgba(244, 240, 232, 0.08);
  color: var(--landing-heading);
  border: 1px solid rgba(244, 240, 232, 0.12);
  box-shadow: none;
}

.landing-audience-button-secondary:hover,
.landing-audience-button-secondary:focus {
  background: rgba(244, 240, 232, 0.12);
  box-shadow: none;
}

@media (max-width: 960px) {
  .landing-panel {
    border-radius: 26px;
  }

  .landing-audience-consent {
    width: min(720px, calc(100% - 48px));
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .landing-shell {
    padding: 20px 16px;
  }

  .landing-panel {
    padding: 28px 24px 24px;
  }

  .landing-panel::before {
    inset: 12px;
  }

  .landing-brand {
    max-width: none;
    font-size: clamp(2.8rem, 16vw, 4.2rem);
  }

  .landing-kicker {
    letter-spacing: 0.14em;
  }

  .landing-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-button {
    width: 100%;
  }

  .landing-construction-block {
    margin-top: 28px;
    padding-top: 22px;
  }

  .landing-audience-consent {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    padding: 18px 18px 20px;
    border-radius: 22px;
    gap: 16px;
  }

  .landing-audience-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .landing-audience-button {
    width: 100%;
  }
}
