/* Take Time to BE YOU — rebuild
   Colours and fonts confirmed live from the real Weebly site on 18 August 2026.
   See projects/take-time-to-be-you/site-audit-2026-08-17.md for the source values.
   Glacial Indifference: SIL Open Font License, see assets/fonts/glacial-OFL-LICENSE.txt */

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacial-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacial-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --melon: #FFCAB4;
  --cream: #FEEEE8;
  --yellow: #FFF492;
  --sage: #D4E8D3;
  --sky: #D6E8F2;
  --coral: #F8A9A9;
  --lilac: #DCD2F0;
  --gold: #F0C05A;
  --apricot: #E8CBA8;
  --ink: #000000;
  --paper: #ffffff;
  --body-grey: #515151;
  --max-width: 1120px;
  --font-small: 'Glacial Indifference', 'Montserrat', sans-serif;
  --font-display: 'Montserrat', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-small);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--paper);
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
}

h2 { font-size: 28px; }
h3 { font-size: 20px; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 20;
  padding: 20px 24px;
  color: #fff;
  transition: background-color 250ms ease, color 250ms ease;
}

.site-header.is-scrolled,
.site-header.is-open,
body.page-light .site-header {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}

.logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

nav.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
  flex-shrink: 1;
}

nav.main-nav > a,
nav.main-nav > details > summary {
  display: inline-block;
  padding: 10px 10px;
  font-family: var(--font-small);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  border-radius: 3px;
  white-space: nowrap;
}

nav.main-nav > a:hover,
nav.main-nav > details > summary:hover {
  background: rgba(0,0,0,0.06);
}

body:not(.page-light) .site-header:not(.is-scrolled):not(.is-open) nav.main-nav > a:hover,
body:not(.page-light) .site-header:not(.is-scrolled):not(.is-open) nav.main-nav > details > summary:hover {
  background: rgba(255,255,255,0.15);
}

summary::-webkit-details-marker { display: none; }
summary { position: relative; }
summary:after { content: '▾'; margin-left: 6px; font-size: 10px; }

details.dropdown { position: relative; }

details.dropdown[open] summary {
  background: rgba(0,0,0,0.06);
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: #fff;
  color: var(--ink);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  overflow: hidden;
  padding: 6px 0;
}

.dropdown-panel a {
  display: block;
  padding: 12px 18px;
  font-family: var(--font-small);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.dropdown-panel a:hover { background: var(--cream); }

.nav-cta {
  background: var(--ink);
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 30px;
  margin-left: 6px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: inherit;
  font-size: 24px;
  cursor: pointer;
}

/* Hero */

.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #333 url('../images/1198347772.png') center / cover no-repeat;
}

.hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.35));
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 140px 24px 80px;
  text-align: center;
}

.hero-eyebrow {
  font-family: var(--font-small);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: clamp(40px, 7vw, 80px);
  line-height: 1.15;
  margin-bottom: 0;
}

/* Sections */

section { padding: 90px 0; }

.section-cream { background: var(--cream); }

.section-center { text-align: center; }

.quote {
  max-width: 720px;
  margin: 0 auto 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: clamp(24px, 3.5vw, 34px);
  line-height: 1.4;
}

.byline {
  font-family: var(--font-small);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--body-grey);
  margin-bottom: 40px;
}

.btn {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-small);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 40px;
  transition: opacity 200ms ease;
}

.btn:hover { opacity: 0.8; }

/* Path cards */

.path-intro { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.path-intro h2 { margin-bottom: 12px; }
.path-intro p { color: var(--body-grey); }

.path-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.path-card {
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.path-card p { flex-grow: 1; margin: 0; color: var(--body-grey); }

.path-card .btn {
  align-self: flex-start;
  background: none;
  color: var(--ink);
  padding: 0 0 6px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  transition: border-color 200ms ease, opacity 200ms ease;
}

.path-card .btn:hover { opacity: 0.6; }

.path-card.melon .btn { border-bottom-color: var(--melon); }
.path-card.sage .btn { border-bottom-color: var(--sage); }
.path-card.yellow .btn { border-bottom-color: var(--yellow); }
.path-card.sky .btn { border-bottom-color: var(--sky); }

/* Intro photo */

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.intro-grid img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.intro-grid p + p { margin-top: 20px; }

.intro-heading {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: none;
  letter-spacing: 0;
}

/* Handwritten accent — use sparingly, for warmth, never for long copy */

.handwritten {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.3;
  color: var(--ink);
}

@media (max-width: 640px) {
  .intro-grid { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .intro-grid img { max-width: 320px; margin: 0 auto; }
}

/* Ecosystem */

.ecosystem-primary {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.ecosystem-primary h2 { margin-bottom: 16px; }
.ecosystem-primary p { color: var(--body-grey); }

.ecosystem {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: stretch;
  max-width: 860px;
  margin: 0 auto;
}

.ecosystem > div {
  display: flex;
  flex-direction: column;
}

.ecosystem h3 { margin-bottom: 12px; }
.ecosystem p { color: var(--body-grey); margin-bottom: 16px; flex-grow: 1; }
.ecosystem .btn { align-self: flex-start; margin-top: auto; }

/* Promise */

.promise {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.promise p { color: var(--body-grey); margin-bottom: 24px; }

/* Footer */

footer {
  background: var(--ink);
  color: #fff;
  padding: 56px 0 32px;
  text-align: center;
}

footer .foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 28px;
  font-family: var(--font-small);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

footer .foot-nav a:hover { opacity: 0.7; }

footer .foot-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

footer .foot-social a {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-small);
  font-weight: 700;
  font-size: 13px;
}

footer .foot-social a:hover { background: rgba(255,255,255,0.1); }

footer .copyright {
  font-family: var(--font-small);
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

/* Mobile */

@media (max-width: 1040px) {
  nav.main-nav {
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: 280px;
    background: #fff;
    color: var(--ink);
    flex-direction: column;
    align-items: stretch;
    padding: 90px 24px 24px;
    transform: translateX(100%);
    transition: transform 250ms ease;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
  }

  .site-header.is-open nav.main-nav { transform: translateX(0); }

  nav.main-nav > a,
  nav.main-nav > details > summary { color: var(--ink); }

  .dropdown-panel { position: static; box-shadow: none; padding-left: 12px; }

  .nav-toggle { display: block; }

  .nav-cta { margin-top: 12px; text-align: center; }

  section { padding: 60px 0; }

  .hero-inner { padding: 120px 20px 60px; }
}

/* Inner offer pages */

.page-hero {
  padding: 160px 0 80px;
  text-align: center;
}

.page-hero .hero-eyebrow { color: var(--body-grey); }

.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 0;
}

.page-hero.melon { background: var(--melon); }
.page-hero.yellow { background: var(--yellow); }
.page-hero.sage { background: var(--sage); }
.page-hero.sky { background: var(--sky); }
.page-hero.coral { background: var(--coral); }
.page-hero.lilac { background: var(--lilac); }
.page-hero.gold { background: var(--gold); }
.page-hero.apricot { background: var(--apricot); }
.page-hero.cream { background: var(--cream); }

.page-hero.dark { background: var(--ink); color: #fff; }
.page-hero.dark .hero-eyebrow { color: rgba(255,255,255,0.7); }

.page-hero.white { background: var(--paper); color: var(--ink); }

.calendly-fallback {
  text-align: center;
  color: var(--body-grey);
  font-size: 15px;
  margin-top: 16px;
}

.content { max-width: 760px; margin: 0 auto; }
.content-wide { max-width: 980px; margin: 0 auto; }

.content p, .content li,
.content-wide p, .content-wide li { color: var(--body-grey); margin-bottom: 20px; }

.content h2, .content-wide h2 { margin-top: 8px; }

.content ul, .content-wide ul, ul.dot-list { list-style: none; margin: 0 0 20px; padding: 0; }

.content ul li, .content-wide ul li, ul.dot-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: var(--body-grey);
}

.content ul li:before, .content-wide ul li:before, ul.dot-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent, var(--melon));
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.two-col.align-top {
  align-items: start;
}

.two-col img { border-radius: 16px; width: 100%; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

@media (max-width: 760px) {
  .two-col { grid-template-columns: 1fr; }
  .two-col.reverse { direction: ltr; }
}

.pricing-box {
  max-width: 620px;
  margin: 40px auto 0;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
}

.pricing-box .price {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 8px;
}

.pricing-box p { color: var(--body-grey); }

.pull-quote {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.4;
}

.pull-quote cite {
  display: block;
  font-family: var(--font-small);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--body-grey);
  margin-top: 16px;
}

/* Values grid */

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 980px;
  margin: 0 auto;
}

.values-grid h3 { margin-bottom: 10px; }
.values-grid p { color: var(--body-grey); margin: 0; }

.values-stacked {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.values-stacked h3 {
  font-family: var(--font-small);
  font-style: italic;
  font-weight: 700;
  font-size: 19px;
  margin: 28px 0 6px;
}

.values-stacked h3:first-child { margin-top: 0; }

.values-stacked p { color: var(--body-grey); margin: 0 0 6px; }

.values-stacked .closing {
  margin-top: 32px;
  font-weight: 700;
  color: var(--ink);
}

/* Badge row */

.badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
}

.badge-row img { height: 48px; width: auto; }

/* Press features */

.press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  max-width: 980px;
  margin: 0 auto;
}

.press-card { text-align: center; }
.press-card img { border-radius: 12px; margin-bottom: 20px; }
.press-card p { color: var(--body-grey); margin-bottom: 16px; }
.press-card a { text-decoration: underline; font-weight: 600; }

/* Testimonials */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-card {
  background: #fff;
  border-left: 4px solid var(--accent, var(--melon));
  border-radius: 8px;
  padding: 28px 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.testimonial-card p {
  color: var(--body-grey);
  font-style: italic;
  margin-bottom: 16px;
}

.testimonial-card cite {
  display: block;
  font-style: normal;
  font-family: var(--font-small);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-card cite span {
  display: block;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--body-grey);
  margin-top: 2px;
}

/* Featured freebie */

.featured-freebie {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 40px;
  background: var(--paper);
  border: 2px solid var(--melon);
  border-radius: 16px;
}

.featured-freebie > .hero-eyebrow,
.featured-freebie > h2 {
  text-align: center;
}

.featured-freebie h2 {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(28px, 4vw, 40px);
  margin: 8px 0 40px;
}

.featured-freebie-text p { color: var(--body-grey); margin-bottom: 16px; }
.featured-freebie-text .btn { margin-top: 8px; }

.featured-freebie-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.featured-freebie-videos .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
  border-radius: 12px;
  overflow: hidden;
}

.featured-freebie-videos .video-caption {
  text-align: center;
  font-size: 13px;
  color: var(--body-grey);
  margin: 8px 0 0;
}

.featured-freebie-videos .video-caption a { color: var(--body-grey); }

.featured-freebie-videos .video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Freebies */

.freebie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: 32px;
  row-gap: 72px;
  max-width: 1080px;
  margin: 0 auto;
}

.freebie-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.freebie-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.freebie-card .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.freebie-card .video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.freebie-card-body { padding: 22px 24px; flex-grow: 1; display: flex; flex-direction: column; }
.freebie-card h3 { margin-bottom: 8px; font-size: 18px; }
.freebie-card p { color: var(--body-grey); margin-bottom: 16px; flex-grow: 1; }
.freebie-card a.btn { align-self: flex-start; padding: 12px 24px; font-size: 12px; }

/* Lightbox */

.lightbox-trigger { cursor: zoom-in; }

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.lightbox-overlay.is-open { display: flex; }

.lightbox-overlay img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
}
