/* -----------------------------------------
   Annabel Shaw — annabel-shaw.com
   Stylesheet
   ----------------------------------------- */

/* -- TOKENS -- */
:root {
  --ink:        #1a1a1a;
  --gold:       #C9A96E;
  --gold-light: #E8D5B0;
  --cream:      #F7F5F2;
  --mid:        #888888;
  --rule:       #E5E2DD;
  --white:      #ffffff;
}

/* -- RESET -- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* -- BASE -- */
body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

p { margin-bottom: 18px; color: #444; }
p:last-child { margin-bottom: 0; }

h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: 24px;
  line-height: 1.2;
}

h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: 10px;
}

h4 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 10px;
}

/* -- LAYOUT -- */
.wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}

/* -- HEADER / LOGO -- */
header {
  padding: 52px 0 40px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 72px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
}

.logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.12em;
  color: var(--ink);
  line-height: 1;
}

.logo-rule {
  width: 100%;
  height: 1px;
  background: var(--gold);
  margin: 7px 0;
}

.logo-tagline {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid);
}

/* -- HERO -- */
.hero {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 60px;
  align-items: start;
  margin-bottom: 72px;
}

.hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 20px;
}

.hero-text h1 em {
  font-style: italic;
  color: var(--mid);
  font-size: 0.7em;
  display: block;
  letter-spacing: 0.18em;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-text .standfirst {
  font-size: 17px;
  color: #444;
  margin-bottom: 12px;
  line-height: 1.65;
}

.hero-text .availability {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 32px;
}

.btn-primary {
  display: inline-block;
  background: var(--ink);
  color: var(--white);
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  transition: background 0.2s ease;
}

.btn-primary:hover {
  background: var(--gold);
  color: var(--white);
}

.hero-image img {
  width: 100%;
  display: block;
  filter: grayscale(20%);
}

.hero-image-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: #E8E5E0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-placeholder span {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #bbb;
}

/* -- SECTION DIVIDER -- */
.section-divider {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 64px 0;
}

/* -- SECTION LABEL -- */
.section-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

/* -- ABOUT -- */
.about { margin-bottom: 0; }

/* -- WHAT I DO -- */
.services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 0;
}

.service-item {
  border-top: 1px solid var(--rule);
  padding-top: 24px;
}

.service-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  color: var(--ink);
}

.service-item p {
  font-size: 14px;
  line-height: 1.7;
}

/* -- TWO COL -- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

/* -- CASE STUDIES -- */
.case-study {
  border-left: 2px solid var(--gold);
  padding-left: 24px;
  margin-bottom: 40px;
}

.case-study:last-child { margin-bottom: 0; }

.case-study h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--ink);
}

.case-study .role {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.case-study p { font-size: 14px; }

/* -- TESTIMONIALS -- */
.testimonial {
  background: var(--white);
  padding: 32px 36px;
  margin-bottom: 24px;
  border-top: 2px solid var(--gold);
}

.testimonial blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.65;
  color: #333;
  margin-bottom: 16px;
}

.testimonial cite {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  font-style: normal;
}

/* -- PRIVATE NOTE -- */
.private-note {
  background: var(--ink);
  color: var(--cream);
  padding: 36px 40px;
  margin-top: 40px;
}

.private-note h4 {
  color: var(--gold);
  margin-bottom: 14px;
}

.private-note p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.75;
}

/* -- HOW -- */
.how { margin-bottom: 0; }

/* -- HOW IT WORKS -- */
.how-step {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  align-items: flex-start;
}

.how-step:last-of-type { margin-bottom: 0; }

.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: 0.06em;
  line-height: 1;
  flex-shrink: 0;
  padding-top: 2px;
  min-width: 32px;
}

.step-body strong {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}

.step-body p {
  font-size: 14px;
  margin-bottom: 0;
}

.rates-note {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

/* -- CTA -- */
.cta-section {
  text-align: center;
  padding: 72px 0;
}

.cta-section h2 {
  font-size: 38px;
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 480px;
  margin: 0 auto 32px;
  font-size: 15px;
}

.cta-note {
  color: var(--mid);
  font-size: 14px !important;
}

.cta-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.cta-email {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid);
  text-decoration: none;
}

.cta-email:hover { color: var(--gold); }

.cta-phone {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--mid);
}

.cta-phone a {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--mid);
  text-decoration: none;
  transition: color 0.2s;
}

.cta-phone a:hover { color: var(--gold); }

.cta-whatsapp {
  display: inline-flex;
  align-items: center;
  color: var(--mid);
  transition: color 0.2s;
}

.cta-whatsapp svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  display: block;
}

/* -- LINKEDIN -- */
.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: var(--mid);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.linkedin-link:hover { color: var(--gold); }

.linkedin-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}

/* -- FOOTER -- */
footer {
  border-top: 1px solid var(--rule);
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #bbb;
}

/* -- F1 NUMERAL FIX -- */
.f1 {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

/* -- SCROLL TOP -- */
.scroll-top {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  background: var(--white);
  border: 1px solid var(--rule);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, color 0.2s;
  color: var(--mid);
}

.scroll-top.visible { opacity: 1; pointer-events: auto; }
.scroll-top svg { fill: currentColor; }
.scroll-top svg:hover { color: var(--gold); }

/* -- THEME TOGGLE -- */
.theme-toggle {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: flex;
  gap: 2px;
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 6px 8px;
}

.theme-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  padding: 4px 8px;
  transition: color 0.2s;
}

.theme-btn:hover,
.theme-btn.active { color: var(--gold); }

/* -- DARK MODE -- */
.dark-active                    { background: #1C1C1C; }
.dark-active body               { background: #1C1C1C; color: #F0EDE8; }
.dark-active p                  { color: #bbb; }
.dark-active .logo-name,
.dark-active h2,
.dark-active h3,
.dark-active .hero-text h1      { color: #F0EDE8; }
.dark-active header             { border-color: #333; }
.dark-active footer             { border-color: #333; }
.dark-active .footer-copy       { color: #555; }
.dark-active .section-divider   { background: #C9A96E; }
.dark-active .service-item      { border-color: #333; }
.dark-active .testimonial       { background: #242424; }
.dark-active .testimonial blockquote { color: #ccc; }
.dark-active .private-note      { background: #111; }
.dark-active .btn-primary       { background: #C9A96E; color: #1a1a1a; }
.dark-active .theme-toggle      { background: #242424; border-color: #333; }
.dark-active .section-label     { color: #C9A96E; }
.dark-active .case-study .role  { color: #C9A96E; }
.dark-active .logo-tagline      { color: #888; }
.dark-active .availability      { color: #888; }
.dark-active .linkedin-link     { color: #888; }
.dark-active .cta-email         { color: #888; }
.dark-active .cta-phone         { color: #888; }
.dark-active .cta-phone a       { color: #888; }
.dark-active .cta-note          { color: #666; }
.dark-active .step-body strong  { color: #F0EDE8; }
.dark-active .rates-note        { border-color: #333; }
.dark-active .scroll-top        { background: #242424; border-color: #333; color: #888; }

/* -- RESPONSIVE -- */
@media (max-width: 768px) {
  .hero                { grid-template-columns: 1fr; }
  .hero-image          { order: -1; max-width: 180px; }
  .services            { grid-template-columns: 1fr; }
  .two-col             { grid-template-columns: 1fr; gap: 48px; }
  .hero-text h1        { font-size: 36px; }
  footer               { flex-direction: column; gap: 16px; text-align: center; padding-bottom: 80px; }
}
