/*
Theme Name: Arcana Marketing
Theme URI: https://arcanamarketing.co.uk
Author: Arcana Marketing
Description: Bespoke theme for Arcana Marketing — brand and marketing studio for luxury hospitality, residences and lifestyle.
Version: 1.0
*/

/* ── Reset & Root ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink:          #191614;
  --parch:        #F2EDE3;
  --bronze:       #9B7B54;
  --stone:        #8A8278;
  --stone-dark:   #9B8F89;
  --stone-light:  #625E5B;
  --muted-dark:   #9B8F89;
  --paper:        #FAFAF8;
  --rule-dark:    #2C2826;
  --rule-light:   #D6D0C4;
  --serif: 'Playfair Display', Garamond, 'Book Antiqua', Georgia, serif;
  --sans:  'Jost', 'Gill Sans MT', 'Century Gothic', Calibri, sans-serif;
}
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── Navigation ─────────────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--ink);
  border-bottom: .5px solid var(--rule-dark);
  transition: transform .4s ease;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 0 48px;
}
@media (max-width: 768px) { .nav-inner { padding: 0 24px; } }

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo-text {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .26em;
  color: var(--parch);
  text-transform: uppercase;
}
.nav-logo-sub {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--stone-dark);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
@media (max-width: 900px) { .nav-links { display: none; } }
.nav-links a {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--stone-dark);
  transition: color .2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: .5px;
  background: var(--bronze);
  transition: width .3s ease;
}
.nav-links a:hover { color: var(--parch); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--parch);
  border: .5px solid #5A5450;
  padding: 11px 22px;
  transition: border-color .2s, color .2s;
}
.nav-cta:hover { border-color: var(--bronze); color: var(--bronze); }

.nav-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-mobile-toggle span {
  display: block;
  width: 22px;
  height: .5px;
  background: var(--stone-dark);
}
@media (max-width: 900px) { .nav-mobile-toggle { display: flex; } }

.mobile-menu {
  display: none;
  position: fixed;
  top: 68px; left: 0; right: 0; bottom: 0;
  background: var(--ink);
  z-index: 999;
  padding: 48px 24px;
  flex-direction: column;
  gap: 0;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--stone-dark);
  padding: 22px 0;
  border-bottom: .5px solid var(--rule-dark);
  transition: color .2s;
}
.mobile-menu a:hover { color: var(--parch); }
.mobile-menu .mobile-cta {
  display: inline-block;
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--parch);
  border: .5px solid #5A5450;
  padding: 16px 24px;
  text-align: center;
}

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  background: var(--ink);
  padding-top: 68px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  padding: 80px 48px 110px;
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
  align-items: end;
}
@media (max-width: 1024px) { .hero-inner { grid-template-columns: 1fr; gap: 52px; padding: 64px 24px 90px; } }

.hero-eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--stone-dark);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: .5px;
  background: var(--bronze);
  flex-shrink: 0;
}
.hero-headline {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 300;
  color: var(--parch);
  line-height: 1.05;
  margin-bottom: 14px;
}
.hero-headline em { font-style: italic; color: var(--bronze); }

.hero-sub {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  font-style: italic;
  color: var(--parch);
  opacity: .75;
  margin-bottom: 36px;
  line-height: 1.4;
}
.hero-body {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--stone-dark);
  line-height: 1.9;
  max-width: 520px;
  margin-bottom: 48px;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--parch);
  border: .5px solid #5A5450;
  padding: 16px 28px;
  transition: border-color .25s, color .25s, gap .25s;
}
.hero-cta:hover { border-color: var(--bronze); color: var(--bronze); gap: 22px; }
.hero-cta-arrow { transition: transform .25s; }
.hero-cta:hover .hero-cta-arrow { transform: translateX(4px); }

.hero-aside { padding-bottom: 8px; }
.hero-stat {
  padding: 24px 0;
  border-top: .5px solid var(--rule-dark);
}
.hero-stat:last-child { border-bottom: .5px solid var(--rule-dark); }
.hero-stat-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted-dark);
  margin-bottom: 8px;
}
.hero-stat-value {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
  color: var(--stone-dark);
  line-height: 1.45;
}

.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.hero-scroll span {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.hero-scroll-line {
  width: .5px;
  height: 40px;
  background: linear-gradient(to bottom, var(--muted-dark), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .5; }
  50% { opacity: 1; }
}

/* ── Marquee ─────────────────────────────────────────────────────────────── */
.marquee-strip { background: var(--bronze); padding: 14px 0; overflow: hidden; }
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0 36px;
}
.marquee-track .dot { padding: 0 4px; }
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Work / Services ─────────────────────────────────────────────────────── */
.work {
  background: var(--parch);
  padding: 120px 48px;
}
@media (max-width: 768px) { .work { padding: 80px 24px; } }

.work-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 72px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) { .work-header { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; } }

.label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--stone-light);
  display: block;
  margin-bottom: 20px;
}
.label-dark {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--muted-dark);
  display: block;
  margin-bottom: 20px;
}

.work-headline {
  font-family: var(--serif);
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.15;
}
.work-body {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.9;
  padding-top: 8px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1160px;
  margin: 0 auto 72px;
}
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  background: var(--paper);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: background .3s;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 0;
  background: var(--bronze);
  transition: height .4s ease;
}
.service-card:hover { background: var(--parch); }
.service-card:hover::before { height: 100%; }

.service-num {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: var(--bronze);
  margin-bottom: 28px;
  display: block;
}
.service-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 16px;
}
.service-body {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.85;
  margin-bottom: 24px;
}
.service-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: .5px solid var(--rule-light);
}
.service-items li {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--stone-light);
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-items li::before {
  content: '';
  display: block;
  width: 16px;
  height: .5px;
  background: var(--bronze);
  flex-shrink: 0;
}

/* ── Approach ────────────────────────────────────────────────────────────── */
.approach {
  background: var(--ink);
  padding: 120px 48px;
}
@media (max-width: 768px) { .approach { padding: 80px 24px; } }

.approach-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 100px;
  align-items: start;
}
@media (max-width: 1024px) { .approach-inner { grid-template-columns: 1fr; gap: 56px; } }

.approach-headline {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  color: var(--parch);
  line-height: 1.15;
  position: sticky;
  top: 90px;
}
@media (max-width: 1024px) { .approach-headline { position: static; } }
.approach-headline em { font-style: italic; color: var(--bronze); display: block; }

.principles { display: flex; flex-direction: column; }
.principle {
  padding: 36px 0;
  border-bottom: .5px solid var(--rule-dark);
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 24px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
.principle.visible { opacity: 1; transform: translateY(0); }
.principle:first-child { border-top: .5px solid var(--rule-dark); }

.principle-num {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: var(--bronze);
  padding-top: 2px;
}
.principle-title {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 300;
  color: var(--parch);
  line-height: 1.3;
  margin-bottom: 10px;
}
.principle-body {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--stone-dark);
  line-height: 1.9;
}

/* ── Statement ───────────────────────────────────────────────────────────── */
.statement {
  background: var(--paper);
  padding: 120px 48px;
  text-align: center;
}
@media (max-width: 768px) { .statement { padding: 80px 24px; } }

.statement-inner { max-width: 860px; margin: 0 auto; }

.statement-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--stone-light);
  margin-bottom: 40px;
  display: block;
}
.statement-quote {
  font-family: var(--serif);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1.45;
  margin-bottom: 40px;
}
.statement-attribution {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--stone-light);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.statement-attribution::before,
.statement-attribution::after {
  content: '';
  display: block;
  width: 32px; height: .5px;
  background: var(--bronze);
}

/* ── Context ─────────────────────────────────────────────────────────────── */
.context {
  background: var(--parch);
  padding: 120px 48px;
}
@media (max-width: 768px) { .context { padding: 80px 24px; } }

.context-inner { max-width: 1160px; margin: 0 auto; }
.context-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 64px;
}
@media (max-width: 768px) { .context-header { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; } }

.context-headline {
  font-family: var(--serif);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.18;
}
.context-body {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.9;
  padding-top: 8px;
}
.context-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 768px) { .context-grid { grid-template-columns: 1fr; } }

.context-card {
  background: var(--paper);
  padding: 40px 36px;
}
.context-card-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 16px;
  display: block;
}
.context-card-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 14px;
}
.context-card-body {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.85;
}

/* ── Contact ─────────────────────────────────────────────────────────────── */
.contact {
  background: var(--ink);
  padding: 140px 48px;
}
@media (max-width: 768px) { .contact { padding: 80px 24px; } }

.contact-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 100px;
  align-items: center;
}
@media (max-width: 1024px) { .contact-inner { grid-template-columns: 1fr; gap: 56px; } }

.contact-headline {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  color: var(--parch);
  line-height: 1.15;
  margin-bottom: 22px;
}
.contact-headline em { font-style: italic; color: var(--bronze); display: block; }

.contact-body {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--stone-dark);
  line-height: 1.9;
  max-width: 440px;
  margin-bottom: 40px;
}
.contact-email-link {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
  color: var(--parch);
  border-bottom: .5px solid #3A3530;
  padding-bottom: 12px;
  display: inline-block;
  transition: color .2s, border-color .2s;
}
.contact-email-link:hover { color: var(--bronze); border-color: var(--bronze); }

/* Contact form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.form-group {
  display: flex;
  flex-direction: column;
  border-bottom: .5px solid #4A4542;
}
.form-group label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted-dark);
  padding: 20px 0 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--parch);
  background: transparent;
  border: none;
  outline: none;
  padding: 8px 0 20px;
  resize: none;
  -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #7A7470;
}
.form-group select { cursor: pointer; }
.form-group select option { background: var(--ink); color: var(--parch); }
.form-group textarea { min-height: 96px; }

.form-submit {
  margin-top: 36px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--parch);
  background: transparent;
  border: .5px solid #5A5450;
  padding: 16px 32px;
  cursor: pointer;
  transition: border-color .2s, color .2s;
  align-self: flex-start;
}
.form-submit:hover { border-color: var(--bronze); color: var(--bronze); }

.form-note {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--muted-dark);
  line-height: 1.7;
  margin-top: 20px;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */
.footer {
  background: var(--ink);
  border-top: .5px solid var(--rule-dark);
  padding: 52px 48px;
}
@media (max-width: 768px) { .footer { padding: 40px 24px; } }

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) { .footer-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; } }

.footer-logo { display: flex; flex-direction: column; gap: 7px; }
.footer-logo-name {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .28em;
  color: var(--parch);
  text-transform: uppercase;
}
.footer-logo-tagline {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted-dark);
}

.footer-mark { display: flex; align-items: center; justify-content: center; }

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) { .footer-right { align-items: center; } }

.footer-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin-bottom: 6px;
}
.footer-links a {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--stone-dark);
  transition: color .2s;
}
.footer-links a:hover { color: var(--parch); }

.footer-email {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  color: var(--stone-dark);
  transition: color .2s;
}
.footer-email:hover { color: var(--bronze); }

.footer-copy {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .06em;
  color: var(--muted-dark);
}

/* ── Scroll animations ───────────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ── Nav hide on scroll ──────────────────────────────────────────────────── */
.nav.hidden { transform: translateY(-100%); }
