/*
Theme Name: The Enchanted Explorer
Theme URI: https://theenchantedexplorer.com/
Description: A fast, mobile-first pastel child theme for Jelly Bean 2.9.
Author: Nicole Wetmore
Version: 1.4.1
Template: jelly-bean
Text Domain: enchanted-explorer
*/

:root {
  --tee-ink: #42415f;
  --tee-primary: #514f78;
  --tee-lavender: #ded2f1;
  --tee-blush: #f6d6df;
  --tee-blue: #cbe4f2;
  --tee-mint: #cfe8dc;
  --tee-butter: #f7e6a8;
  --tee-peach: #f8d8c2;
  --tee-cream: #fff9f5;
  --tee-gold: #dfb458;
  --tee-white: #ffffff;
  --tee-border: rgba(66, 65, 95, 0.12);
  --tee-shadow: 0 18px 55px rgba(81, 79, 120, 0.13);
  --tee-radius: 28px;
  --tee-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--tee-cream);
  color: var(--tee-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .tee-header {
  top: 32px;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--tee-primary);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: #343250;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--tee-gold);
  outline-offset: 4px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  background: var(--tee-white);
  clip: auto !important;
  clip-path: none;
  color: var(--tee-primary);
  display: block;
  height: auto;
  left: 1rem;
  padding: 0.85rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.tee-wrap {
  margin-inline: auto;
  max-width: var(--tee-width);
  padding-inline: clamp(1.1rem, 4vw, 2rem);
  width: 100%;
}

.tee-announcement {
  background: var(--tee-primary);
  color: var(--tee-white);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  padding: 0.48rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.tee-header {
  background: rgba(255, 249, 245, 0.94);
  border-bottom: 1px solid var(--tee-border);
  position: sticky;
  top: 0;
  z-index: 999;
}

@supports (backdrop-filter: blur(12px)) {
  .tee-header {
    backdrop-filter: blur(12px);
  }
}

.tee-header__inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 78px;
}

.tee-brand {
  align-items: center;
  color: var(--tee-primary);
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.7rem;
  text-decoration: none;
}

.tee-brand__mark {
  align-items: center;
  background: linear-gradient(135deg, var(--tee-lavender), var(--tee-blush));
  border: 1px solid rgba(81, 79, 120, 0.11);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.tee-brand__text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.24rem);
  font-weight: 700;
  line-height: 1.05;
  max-width: 180px;
}

.tee-brand .custom-logo {
  max-height: 58px;
  width: auto;
}

.tee-brand .custom-logo-link {
  display: flex;
}

.tee-nav .menu,
.tee-footer-menu .menu {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2vw, 1.65rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.tee-nav a {
  color: var(--tee-ink);
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
}

.tee-nav a:hover,
.tee-nav .current-menu-item > a {
  color: var(--tee-primary);
}

.tee-mobile-nav {
  display: none;
  position: relative;
}

.tee-mobile-nav summary {
  align-items: center;
  background: var(--tee-primary);
  border-radius: 999px;
  color: var(--tee-white);
  cursor: pointer;
  display: flex;
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  list-style: none;
  min-height: 44px;
  padding: 0.55rem 1rem;
}

.tee-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.tee-mobile-nav .menu {
  background: var(--tee-white);
  border: 1px solid var(--tee-border);
  border-radius: 18px;
  box-shadow: var(--tee-shadow);
  list-style: none;
  margin: 0;
  min-width: min(84vw, 300px);
  padding: 0.6rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.65rem);
}

.tee-mobile-nav a {
  border-radius: 12px;
  color: var(--tee-ink);
  display: block;
  font-weight: 700;
  min-height: 44px;
  padding: 0.7rem 0.8rem;
  text-decoration: none;
}

.tee-mobile-nav a:hover {
  background: var(--tee-lavender);
}

.site-content {
  min-height: 45vh;
}

.tee-home h1,
.tee-home h2,
.tee-home h3,
.tee-home p {
  margin-top: 0;
}

.tee-home h1,
.tee-home h2,
.tee-home h3 {
  color: var(--tee-primary);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.tee-home h1 {
  font-size: clamp(2.65rem, 7vw, 5.6rem);
  letter-spacing: -0.045em;
  margin-bottom: 1.25rem;
}

.tee-home h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.035em;
  margin-bottom: 1rem;
}

.tee-home h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
  margin-bottom: 0.65rem;
}

.tee-eyebrow {
  color: var(--tee-primary);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.tee-script {
  color: #7b6898;
  display: block;
  font-style: italic;
  font-weight: 400;
}

.tee-hero {
  background:
    radial-gradient(circle at 10% 12%, rgba(222, 210, 241, 0.76), transparent 26rem),
    radial-gradient(circle at 90% 85%, rgba(203, 228, 242, 0.84), transparent 28rem),
    var(--tee-cream);
  overflow: hidden;
  padding-block: clamp(3.6rem, 8vw, 7.2rem);
  position: relative;
}

.tee-hero::before,
.tee-hero::after {
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.tee-hero::before {
  background: var(--tee-butter);
  height: 13px;
  left: 6%;
  top: 22%;
  width: 13px;
}

.tee-hero::after {
  background: var(--tee-blush);
  bottom: 12%;
  height: 32px;
  right: 7%;
  width: 32px;
}

.tee-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
}

.tee-hero__copy {
  max-width: 670px;
}

.tee-hero__lead {
  font-size: clamp(1.06rem, 2vw, 1.25rem);
  max-width: 620px;
}

.tee-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.tee-button {
  align-items: center;
  border: 2px solid var(--tee-primary);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.tee-button:hover {
  box-shadow: 0 8px 24px rgba(81, 79, 120, 0.18);
  transform: translateY(-2px);
}

.tee-button--primary {
  background: var(--tee-primary);
  color: var(--tee-white);
}

.tee-button--primary:hover,
.tee-button--primary:focus-visible {
  color: var(--tee-white);
}

.tee-button--secondary {
  background: rgba(255, 255, 255, 0.55);
  color: var(--tee-primary);
}

.tee-plan-card {
  background: var(--tee-white);
  border: 1px solid rgba(81, 79, 120, 0.1);
  border-radius: 34px;
  box-shadow: var(--tee-shadow);
  padding: clamp(1.35rem, 4vw, 2rem);
  position: relative;
  transform: rotate(1.2deg);
}

.tee-plan-card::before {
  background: var(--tee-blush);
  border-radius: 12px;
  content: "";
  height: 46px;
  left: 45%;
  opacity: 0.72;
  position: absolute;
  top: -22px;
  transform: rotate(-4deg);
  width: 92px;
}

.tee-plan-card__top {
  align-items: center;
  border-bottom: 1px dashed rgba(81, 79, 120, 0.22);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
}

.tee-plan-card__title {
  color: var(--tee-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.tee-plan-card__badge {
  background: var(--tee-butter);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 0.38rem 0.65rem;
  text-transform: uppercase;
}

.tee-itinerary {
  display: grid;
  gap: 0.72rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tee-itinerary li {
  align-items: center;
  background: var(--tee-cream);
  border-radius: 16px;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 42px 1fr;
  padding: 0.7rem;
}

.tee-itinerary__icon {
  align-items: center;
  border-radius: 12px;
  display: flex;
  font-size: 1.15rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.tee-itinerary li:nth-child(1) .tee-itinerary__icon { background: var(--tee-lavender); }
.tee-itinerary li:nth-child(2) .tee-itinerary__icon { background: var(--tee-blue); }
.tee-itinerary li:nth-child(3) .tee-itinerary__icon { background: var(--tee-mint); }
.tee-itinerary li:nth-child(4) .tee-itinerary__icon { background: var(--tee-peach); }

.tee-itinerary strong,
.tee-itinerary small {
  display: block;
}

.tee-itinerary small {
  color: rgba(66, 65, 95, 0.72);
  font-size: 0.78rem;
}

.tee-trust {
  background: var(--tee-primary);
  color: var(--tee-white);
  padding-block: 1rem;
}

.tee-trust__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  justify-content: center;
}

.tee-trust span {
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tee-trust span::before {
  color: var(--tee-butter);
  content: "✦";
  margin-right: 0.55rem;
}

.tee-section {
  padding-block: clamp(4.2rem, 8vw, 7rem);
}

@supports (content-visibility: auto) {
  .tee-section {
    contain-intrinsic-size: auto 700px;
    content-visibility: auto;
  }
}

.tee-section--lavender { background: #f4effb; }
.tee-section--blue { background: #edf7fb; }
.tee-section--cream { background: var(--tee-cream); }

.tee-section-heading {
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  max-width: 690px;
}

.tee-section-heading p:last-child {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.tee-path-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tee-path-card {
  border: 1px solid var(--tee-border);
  border-radius: var(--tee-radius);
  color: var(--tee-ink);
  min-height: 245px;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tee-path-card:hover {
  box-shadow: var(--tee-shadow);
  color: var(--tee-ink);
  transform: translateY(-5px);
}

.tee-path-card:nth-child(1) { background: var(--tee-lavender); }
.tee-path-card:nth-child(2) { background: var(--tee-blush); }
.tee-path-card:nth-child(3) { background: var(--tee-blue); }
.tee-path-card:nth-child(4) { background: var(--tee-mint); }

.tee-path-card__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  display: flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 2rem;
  width: 48px;
}

.tee-path-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.tee-card-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tee-guide-card,
.tee-service-card {
  background: var(--tee-white);
  border: 1px solid var(--tee-border);
  border-radius: var(--tee-radius);
  box-shadow: 0 9px 30px rgba(81, 79, 120, 0.07);
  overflow: hidden;
}

.tee-guide-card {
  display: flex;
  flex-direction: column;
}

.tee-guide-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--tee-lavender), var(--tee-blue));
  overflow: hidden;
}

.tee-guide-card:nth-child(2) .tee-guide-card__media {
  background: linear-gradient(135deg, var(--tee-blush), var(--tee-peach));
}

.tee-guide-card:nth-child(3) .tee-guide-card__media {
  background: linear-gradient(135deg, var(--tee-mint), var(--tee-butter));
}

.tee-guide-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tee-guide-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.tee-guide-card__body p {
  font-size: 0.91rem;
}

.tee-card-meta {
  color: #74668d;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.tee-text-link {
  font-size: 0.89rem;
  font-weight: 850;
  margin-top: auto;
  text-decoration: none;
}

.tee-text-link::after {
  content: " →";
}

.tee-center-action {
  margin-top: 2rem;
  text-align: center;
}

.tee-services {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1.05fr 0.95fr;
}

.tee-service-card {
  padding: clamp(1.6rem, 4vw, 2.5rem);
}

.tee-service-card:first-child {
  background: linear-gradient(145deg, var(--tee-lavender), #f1e9fb);
}

.tee-service-card:last-child {
  background: linear-gradient(145deg, var(--tee-peach), #fff2e9);
}

.tee-service-card__number {
  align-items: center;
  background: var(--tee-white);
  border-radius: 50%;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 54px;
}

.tee-service-list {
  list-style: none;
  margin: 1.25rem 0 1.65rem;
  padding: 0;
}

.tee-service-list li {
  margin-block: 0.45rem;
}

.tee-service-list li::before {
  color: var(--tee-primary);
  content: "✓";
  font-weight: 900;
  margin-right: 0.55rem;
}

.tee-newsletter {
  background: var(--tee-primary);
  color: var(--tee-white);
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 6rem);
  position: relative;
}

.tee-newsletter::before {
  background: var(--tee-lavender);
  border-radius: 50%;
  content: "";
  height: 280px;
  left: -130px;
  opacity: 0.18;
  position: absolute;
  top: -130px;
  width: 280px;
}

.tee-newsletter__inner {
  align-items: center;
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  position: relative;
}

.tee-newsletter h2,
.tee-newsletter h3 {
  color: var(--tee-white);
}

.tee-newsletter .tee-eyebrow {
  color: var(--tee-butter);
}

.tee-newsletter p:last-child {
  margin-bottom: 0;
}

.tee-newsletter__action {
  background: var(--tee-white);
  border-radius: var(--tee-radius);
  color: var(--tee-ink);
  padding: 1.4rem;
}

.tee-newsletter__action .tee-button {
  width: 100%;
}

.tee-newsletter__action input:not([type="submit"]),
.tee-newsletter__action select,
.tee-newsletter__action textarea {
  border: 1px solid var(--tee-border);
  border-radius: 12px;
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.tee-newsletter__action input[type="submit"],
.tee-newsletter__action button {
  background: var(--tee-primary);
  border: 0;
  border-radius: 999px;
  color: var(--tee-white);
  cursor: pointer;
  font-weight: 800;
  min-height: 48px;
  padding: 0.7rem 1.2rem;
}

.tee-customizer-note {
  background: var(--tee-butter);
  border-radius: 10px;
  color: var(--tee-ink);
  font-size: 0.75rem;
  margin-top: 0.8rem;
  padding: 0.55rem 0.7rem;
}

.tee-about {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.tee-about__portrait {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.8), transparent 22%),
    linear-gradient(145deg, var(--tee-lavender), var(--tee-blush) 52%, var(--tee-peach));
  border: 12px solid var(--tee-white);
  border-radius: 48% 48% 44% 44% / 38% 38% 58% 58%;
  box-shadow: var(--tee-shadow);
  display: grid;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.tee-about__portrait img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tee-about__initials {
  color: rgba(81, 79, 120, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-style: italic;
}

.tee-about__content {
  max-width: 620px;
}

.tee-footer {
  background: #37354f;
  color: rgba(255, 255, 255, 0.78);
  padding-block: 3.5rem 1.5rem;
}

.tee-footer__top {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
}

.tee-footer h2 {
  color: var(--tee-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  margin: 0 0 0.5rem;
}

.tee-footer p {
  margin: 0;
  max-width: 520px;
}

.tee-footer-menu .menu {
  align-items: flex-end;
  flex-direction: column;
  gap: 0.45rem;
}

.tee-footer-menu a {
  color: var(--tee-white);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.tee-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.77rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}

.tee-footer__disclaimer {
  color: rgba(255, 255, 255, 0.68);
  margin: 0.65rem 0 0;
  max-width: 820px;
}

/* Keep regular Jelly Bean posts and pages comfortably readable. */
body:not(.home) .site-content,
body.blog .site-content,
body.archive .site-content,
body.search .site-content {
  margin-inline: auto;
  max-width: var(--tee-width);
  padding: clamp(2rem, 5vw, 4rem) clamp(1.1rem, 4vw, 2rem);
}

body:not(.home) .site-content h1,
body:not(.home) .site-content h2,
body:not(.home) .site-content h3 {
  color: var(--tee-primary);
  font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 960px) {
  .tee-nav {
    display: none;
  }

  .tee-mobile-nav {
    display: block;
  }

  .tee-hero__grid,
  .tee-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .tee-plan-card {
    margin-inline: auto;
    max-width: 560px;
    transform: none;
    width: 100%;
  }

  .tee-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tee-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tee-guide-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.625rem);
  }
}

@media (max-width: 782px) {
  body.admin-bar .tee-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .tee-announcement {
    font-size: 0.68rem;
  }

  .tee-header__inner {
    gap: 0.55rem;
    min-height: 68px;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1.55rem, calc(env(safe-area-inset-right) + 0.8rem));
  }

  .tee-header__inner > .tee-brand {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .tee-brand .custom-logo-link {
    max-width: 100%;
    min-width: 0;
  }

  .tee-brand .custom-logo {
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .tee-mobile-nav {
    flex: 0 0 auto;
    margin-right: 0.15rem;
  }

  .tee-mobile-nav summary {
    padding-inline: 0.9rem;
  }

  .tee-brand__mark {
    height: 38px;
    width: 38px;
  }

  .tee-brand__text {
    max-width: 145px;
  }

  .tee-hero {
    padding-block: 3.7rem 4.5rem;
  }

  .tee-home h1 {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .tee-actions,
  .tee-button {
    width: 100%;
  }

  .tee-path-grid,
  .tee-card-grid,
  .tee-services,
  .tee-about,
  .tee-footer__top {
    grid-template-columns: 1fr;
  }

  .tee-guide-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .tee-path-card {
    min-height: 210px;
  }

  .tee-about__portrait {
    margin-inline: auto;
    max-width: 360px;
    width: 100%;
  }

  .tee-footer-menu .menu {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* About page */
body.tee-about-page-active .site-content {
  margin: 0;
  max-width: none;
  padding: 0;
}

.tee-about-page {
  background: var(--tee-cream);
}

.tee-about-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 214, 223, 0.78), transparent 24rem),
    radial-gradient(circle at 91% 78%, rgba(203, 228, 242, 0.82), transparent 28rem),
    var(--tee-cream);
  overflow: hidden;
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.tee-about-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
}

.tee-about-hero__portrait {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.8), transparent 22%),
    linear-gradient(145deg, var(--tee-lavender), var(--tee-blush) 52%, var(--tee-peach));
  border: 12px solid var(--tee-white);
  border-radius: 48% 48% 44% 44% / 38% 38% 58% 58%;
  box-shadow: var(--tee-shadow);
  display: grid;
  max-width: 450px;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.tee-about-hero__portrait::after {
  border: 1px solid rgba(81, 79, 120, 0.14);
  border-radius: inherit;
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.tee-about-hero__portrait img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tee-about-hero__copy {
  max-width: 680px;
}

.tee-about-page h1,
.tee-about-page h2,
.tee-about-page h3 {
  color: var(--tee-primary);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.tee-about-page h1 {
  font-size: clamp(2.7rem, 7vw, 5.35rem);
  letter-spacing: -0.045em;
  margin: 0 0 1.25rem;
}

.tee-about-page h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.035em;
  margin: 0 0 1rem;
}

.tee-about-page h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  margin: 0 0 0.65rem;
}

.tee-about-hero__lead {
  font-size: clamp(1.08rem, 2vw, 1.26rem);
  margin-bottom: 1.6rem;
}

.tee-about-hero__note {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tee-about-hero__note span {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--tee-border);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.45rem 0.75rem;
}

.tee-about-story {
  background: #f4effb;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.tee-about-story__grid {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
}

.tee-about-story__content {
  background: var(--tee-white);
  border: 1px solid var(--tee-border);
  border-radius: 32px;
  box-shadow: 0 12px 40px rgba(81, 79, 120, 0.08);
  padding: clamp(1.5rem, 5vw, 3.4rem);
}

.tee-about-story__content > *:first-child {
  margin-top: 0;
}

.tee-about-story__content > *:last-child {
  margin-bottom: 0;
}

.tee-about-story__content p,
.tee-about-story__content li {
  font-size: 1.02rem;
}

.tee-about-story__content ul,
.tee-about-story__content ol {
  padding-left: 1.35rem;
}

.tee-about-story__content li {
  margin-block: 0.55rem;
  padding-left: 0.25rem;
}

.tee-about-story__aside {
  background: var(--tee-butter);
  border: 1px solid var(--tee-border);
  border-radius: 26px;
  padding: 1.5rem;
  position: sticky;
  top: 118px;
  transform: rotate(1deg);
}

.tee-about-story__aside p {
  margin-bottom: 0;
}

.tee-about-story__sparkle {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}

.tee-about-values {
  background: var(--tee-cream);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.tee-about-values__heading {
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  max-width: 700px;
}

.tee-about-values__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tee-about-value {
  border: 1px solid var(--tee-border);
  border-radius: 28px;
  min-height: 240px;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.tee-about-value:nth-child(1) { background: var(--tee-lavender); }
.tee-about-value:nth-child(2) { background: var(--tee-blue); }
.tee-about-value:nth-child(3) { background: var(--tee-mint); }

.tee-about-value__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 16px;
  display: flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 1.6rem;
  width: 48px;
}

.tee-about-value p {
  font-size: 0.94rem;
  margin-bottom: 0;
}

.tee-about-cta {
  background: var(--tee-primary);
  color: var(--tee-white);
  padding-block: clamp(2.75rem, 5vw, 4rem);
  text-align: center;
}

.tee-about-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 760px;
}

.tee-about-cta h2 {
  color: var(--tee-white);
}

.tee-about-cta p {
  font-size: 1.08rem;
  margin-inline: auto;
  max-width: 650px;
}

.tee-about-cta .tee-actions {
  justify-content: center;
}

.tee-about-cta .tee-button--primary {
  background: var(--tee-white);
  border-color: var(--tee-white);
  color: var(--tee-primary);
}

.tee-about-cta .tee-button--primary:hover,
.tee-about-cta .tee-button--primary:focus-visible {
  color: var(--tee-primary);
}

.tee-about-cta .tee-button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--tee-white);
}

@media (max-width: 900px) {
  .tee-about-hero__grid,
  .tee-about-story__grid {
    grid-template-columns: 1fr;
  }

  .tee-about-hero__portrait {
    margin-inline: auto;
    width: min(100%, 430px);
  }

  .tee-about-story__aside {
    position: static;
    transform: none;
  }

  .tee-about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tee-about-value:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .tee-about-values__grid {
    grid-template-columns: 1fr;
  }

  .tee-about-value:last-child {
    grid-column: auto;
  }

  .tee-about-value {
    min-height: 0;
  }
}
