:root {
  --cream: #faf8f2;
  --cream2: #eeeae0;
  --ink: #233f34;
  --ink2: #345344;
  --muted: #667169;
  --line: #dadfd4;
  --amber: #e8bd54;
  --green: #385b47;
  --card: #fffefa;
  --red: #a44637;
  --serif: "Lora", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  max-width: 100%;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h1,
h2 {
  font-family: var(--sans);
}
h1 {
  font-size: clamp(38px, 4.7vw, 64px);
}
h2 {
  font-size: clamp(28px, 3vw, 41px);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
}
h1 em,
h2 em,
.try-art em {
  font-family: var(--serif);
  font-weight: 400;
}
p {
  color: var(--muted);
}
.wrap {
  max-width: 1300px;
  padding: 0 48px;
  margin: auto;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.17em;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 20px;
}
.text-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid var(--ink);
  padding: 7px 0;
  white-space: normal;
}
.text-link:hover {
  color: #a45132;
  border-color: #a45132;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 24px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  color: var(--ink);
  transition: background 0.2s;
}
.btn.solid {
  background: var(--ink);
  color: white;
}
.btn.solid:hover {
  background: #41644e;
}
.btn.ghost:hover {
  background: #ebece1;
}
.btn.amber {
  background: var(--amber);
  border-color: var(--amber);
}
.btn.wide {
  width: 100%;
}
.btn.sm {
  padding: 9px 16px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
:focus-visible {
  outline: 3px solid #a9602b;
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 8px;
}
/* A quiet, usable shop header. */
nav {
  position: sticky;
  top: 0;
  background: var(--cream);
  z-index: 50;
  border-bottom: 1px solid var(--line);
}
.service-strip {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #f5f3e7;
  font-size: 10px;
  letter-spacing: 0.05em;
  position: relative;
}
.service-strip a {
  position: absolute;
  right: 48px;
  font-size: 10px;
}
.service-strip a:hover {
  text-decoration: underline;
}
nav > .wrap {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wordmark {
  font-size: 39px;
  letter-spacing: -0.09em;
  font-weight: 800;
  line-height: 1;
}
.brand-dot {
  color: #ad653c;
}
.brand-divider {
  height: 34px;
  width: 1px;
  background: #adb6a9;
}
.vision-word {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.vision-word small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.12em;
  margin-top: 3px;
}
.links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.links a {
  font-size: 12px;
  padding: 10px 0;
}
.links a:hover,
.links a[aria-current] {
  border-bottom: 1px solid var(--ink);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 22px;
}
.saved-link {
  font-size: 27px;
  line-height: 1;
}
.cart-link {
  position: relative;
  display: inline-flex;
  padding: 5px;
}
.cart-badge {
  position: absolute;
  right: -6px;
  top: -4px;
  font-size: 9px;
  background: var(--ink);
  color: white;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 24px;
  width: 44px;
  height: 44px;
}
/* Homepage. */
.editorial-hero {
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 570px;
}
.hero-copy {
  min-width: 0;
  padding: 77px 48px 38px max(48px, calc((100vw - 1204px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #eeefe4;
}
.hero-copy h1 {
  font-size: clamp(48px, 5.35vw, 78px);
  line-height: 1.035;
  letter-spacing: -0.055em;
  margin: 0 0 27px;
  white-space: nowrap;
}
.hero-copy h1 em {
  color: #56704e;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 15px;
  max-width: 330px;
  line-height: 1.8;
  color: #566254;
}
.hero-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero-actions .text-link {
  font-size: 11px;
}
.hero-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  font-size: 10px;
  color: #536550;
  line-height: 1.5;
}
.hero-foot b {
  font-weight: 500;
}
.tiny-glasses {
  width: 64px;
}
.hero-photo {
  position: relative;
  min-width: 0;
  background: #c87444;
  overflow: hidden;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  position: absolute;
  inset: 0;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 24px;
  left: 28px;
  color: white;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.photo-stamp {
  position: absolute;
  right: 30px;
  top: 28px;
  color: #fff4cf;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  transform: rotate(8deg);
  border: 1px solid #f3d7af;
  border-radius: 50%;
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.entry-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.entry-strip > a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.entry-strip > a:first-child {
  padding-left: 0;
}
.entry-strip > a:last-child {
  border: 0;
  padding-right: 0;
}
.entry-strip > a > span {
  font-family: var(--serif);
  font-size: 21px;
  color: #8a977d;
}
.entry-strip b {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.entry-strip small {
  font-size: 10px;
  color: var(--muted);
}
.entry-strip i {
  font-style: normal;
  margin-left: auto;
}
.entry-strip a:hover b {
  text-decoration: underline;
}
.collection-section {
  padding-top: 76px;
  padding-bottom: 65px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-end;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 34px;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.section-heading > p {
  font-size: 13px;
  flex-shrink: 0;
}
.section-heading > .text-link {
  flex-shrink: 0;
}
.age-links {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.age-links > span {
  font-size: 11px;
  margin-right: 6px;
  color: var(--muted);
}
.age-links a {
  font-size: 10px;
  border: 1px solid #ced3c5;
  padding: 9px 14px;
  border-radius: 2px;
}
.age-links a:hover {
  background: var(--cream2);
}
.age-links b {
  font-weight: 500;
  margin: 0 6px;
}
.home-products,
.fgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 21px;
}
.shop-card {
  min-width: 0;
}
.product-picture {
  position: relative;
  height: 205px;
  background: #ecebdf;
  overflow: hidden;
}
.product-picture > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.product-picture .frame-art {
  transition: transform 0.25s;
}
.product-picture:hover .frame-art {
  transform: rotate(-4deg) scale(1.05);
}
.tone-playful {
  background: #f0e4d2;
}
.tone-sporty {
  background: #e8ecdf;
}
.tone-classic {
  background: #e9e6e1;
}
.tone-minimal {
  background: #e9e6da;
}
.wish-button {
  border: 0;
  background: transparent;
  position: absolute;
  right: 12px;
  top: 9px;
  min-width: 36px;
  min-height: 36px;
  font-size: 23px;
}
.wish-button[aria-pressed="true"] {
  color: #ad553c;
}
.product-fit {
  position: absolute;
  bottom: 11px;
  left: 15px;
  font-size: 9px;
  color: #5f6b5a;
}
.product-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}
.product-caption h3 {
  font-family: var(--sans);
  font-size: 17px;
  letter-spacing: -0.02em;
}
.product-caption p {
  font-size: 10px;
  margin-top: 4px;
  text-transform: capitalize;
}
.product-caption > span {
  font-size: 12px;
  text-align: right;
}
.product-caption small {
  display: block;
  font-size: 8px;
  color: var(--muted);
}
.product-swatches {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.product-swatches i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #0001;
}
.catalog-note {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 22px;
  max-width: 760px;
}
.try-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 75px;
  gap: 0;
}
.try-art {
  min-height: 365px;
  background: #e9c67b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}
.try-art > .frame-art {
  transform: rotate(-10deg);
  filter: drop-shadow(4px 15px 6px #6f3e3828);
  width: 85%;
  height: auto;
  max-width: 380px;
}
.try-art > span {
  font-size: 38px;
  letter-spacing: -0.04em;
  margin: 8px 0 0;
}
.try-colours {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.try-colours i {
  width: 12px;
  height: 12px;
  background: #a85736;
  border-radius: 50%;
}
.try-colours i:nth-child(2) {
  background: #334e44;
}
.try-colours i:nth-child(3) {
  background: #c99098;
}
.try-colours i:nth-child(4) {
  background: #546877;
}
.try-copy {
  padding: 46px 55px;
  background: #f0eee5;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.try-copy h2 {
  font-size: 42px;
}
.try-copy p:not(.eyebrow) {
  font-size: 13px;
  max-width: 325px;
  margin: 20px 0 25px;
}
.try-copy small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 14px;
}
.care-section {
  padding: 76px 0;
  background: #e8ecdf;
  scroll-margin-top: 112px;
}
.care-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
.care-grid h2 {
  font-size: 39px;
  line-height: 1.2;
}
.care-grid > div > p:not(.eyebrow) {
  max-width: 370px;
  font-size: 13px;
  margin: 22px 0 26px;
}
.care-steps article {
  padding: 19px 0;
  border-bottom: 1px solid #c8d0bd;
}
.care-steps article:first-child {
  padding-top: 0;
}
.care-steps article:last-child {
  border: 0;
}
.care-steps span {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #6c795f;
}
.care-steps h3 {
  font-size: 22px;
  margin: 8px 0;
}
.care-steps p {
  font-size: 12px;
  max-width: 360px;
}
.lens-section {
  padding-top: 80px;
  padding-bottom: 70px;
}
.lens-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin: 36px 0 25px;
}
.lens-columns article {
  padding-right: 30px;
  border-right: 1px solid var(--line);
}
.lens-columns article:last-child {
  border: 0;
}
.lens-columns h3 {
  font-size: 21px;
  margin: 17px 0 12px;
}
.lens-columns p {
  font-size: 12px;
}
.lens-disc {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #acb9a8;
  background: #f2f4ed;
  box-shadow: inset 0 0 0 6px #ffffff70;
}
.sun-lens {
  background: linear-gradient(#6a6b57, #e0dfcd);
}
.care-lens {
  background: repeating-radial-gradient(
    circle,
    #edf0e7 0 6px,
    #c1ccba 7px,
    #edf0e7 8px
  );
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 75px;
  padding-top: 50px;
  padding-bottom: 80px;
  border-top: 1px solid var(--line);
}
.faq-section h2 {
  font-size: 33px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0;
  font-size: 13px;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 18px;
  font-weight: 400;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  padding: 0 30px 20px 0;
}
.closing-note {
  text-align: center;
  padding: 48px 24px 60px;
  background: #f1e3c9;
}
.closing-note p {
  font-size: 11px;
}
.closing-note h2 {
  font-size: 44px;
  margin: 15px 0 25px;
}
/* Product and parent tools. */
.page {
  padding-top: 48px;
  padding-bottom: 80px;
  min-height: 65vh;
}
.page > h1 {
  margin: 15px 0 22px;
}
.page-hero {
  padding: 42px 0 30px;
}
.page-hero h1 {
  margin: 12px 0 18px;
}
.page-hero p:not(.eyebrow):not(.crumb) {
  max-width: 640px;
}
.crumb {
  font-size: 11px;
  margin-bottom: 28px;
}
.crumb a {
  text-decoration: underline;
}
.page-intro {
  max-width: 700px;
  margin: 20px 0 35px;
}
.sec {
  padding: 30px 0 70px;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}
.card,
.summary {
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 4px;
  background: var(--card);
}
.card > h3 {
  margin-bottom: 20px;
}
.card > p {
  font-size: 14px;
  margin-bottom: 20px;
}
.card .text-link {
  margin-top: 15px;
}
.catalog-body {
  padding-bottom: 75px;
}
.catalog-toolbar {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: end;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.field {
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.in,
.sel {
  background: #fffefa;
  border: 1px solid #c1c9ba;
  border-radius: 3px;
  padding: 12px;
  min-height: 44px;
  width: 100%;
  font-size: 14px;
}
.saved-filter {
  font-size: 12px;
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  margin-bottom: 16px;
}
.saved-filter input {
  width: 18px;
  height: 18px;
  accent-color: var(--ink);
}
.cat-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 28px;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.fchip {
  border: 1px solid #cbd1c2;
  padding: 10px 16px;
  border-radius: 2px;
  background: transparent;
  font-size: 12px;
}
.fchip.on,
.fchip:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
#resultCount {
  font-size: 11px;
  white-space: nowrap;
}
.catalog-help {
  border-top: 1px solid var(--line);
  margin-top: 55px;
  padding-top: 30px;
}
.catalog-help h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.catalog-help p {
  font-size: 14px;
}
.empty {
  padding: 60px 25px;
  text-align: center;
  background: #f0f0e7;
  grid-column: 1/-1;
  margin-bottom: 25px;
}
.empty h2 {
  font-size: 28px;
}
.empty p {
  margin: 15px 0;
}
.pdp {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
}
.pdp .visual {
  background: #ebe8dd;
  min-height: 425px;
  display: grid;
  place-items: center;
  padding: 35px;
}
.pdp .visual svg {
  width: 100%;
  height: auto;
  max-width: 460px;
}
.pdp h1 {
  margin: 15px 0;
}
.pdp .price {
  font-size: 27px;
  margin: 20px 0 5px;
}
.pdp .save {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.includes {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 18px;
}
.opts {
  margin-top: 25px;
}
.opt-group {
  margin: 18px 0;
}
.opt-group h4 {
  font-size: 12px;
  margin-bottom: 12px;
}
.swatches {
  display: flex;
  gap: 13px;
  padding: 4px;
}
.sw {
  height: 30px;
  width: 30px;
  border: 3px solid var(--cream);
  border-radius: 50%;
}
.sw.on {
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}
.opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  border: 1px solid var(--line);
  background: white;
  border-radius: 3px;
  padding: 14px;
  gap: 16px;
  margin: 8px 0;
}
.opt.on {
  border-color: var(--ink);
  background: #edf0e6;
}
.opt b {
  font-size: 13px;
  font-weight: 500;
}
.opt small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px;
}
.op {
  font-size: 12px;
  white-space: nowrap;
}
.qty {
  display: inline-flex;
  border: 1px solid var(--line);
  align-items: center;
}
.qty button {
  width: 38px;
  height: 38px;
  background: transparent;
  border: 0;
  font-size: 18px;
}
.qty span {
  min-width: 32px;
  text-align: center;
  font-size: 13px;
}
.ctas {
  display: flex;
  gap: 12px;
  margin: 25px 0;
}
.rx-box {
  font-size: 12px;
  line-height: 1.8;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.rx-box a {
  text-decoration: underline;
}
.try-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.try-page h1 {
  margin-bottom: 20px;
}
.try-page > div > p:not(.eyebrow) {
  font-size: 14px;
}
.try-page .text-link {
  display: block;
  width: fit-content;
  margin-top: 18px;
}
.availability-note {
  border-left: 2px solid #c19753;
  background: #f1ecdd;
  padding: 20px;
  margin: 25px 0;
  font-size: 13px;
}
.availability-note p {
  font-size: 12px;
  margin-top: 7px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.form-grid .full {
  grid-column: 1/-1;
}
#rxForm .btn {
  margin: 15px 8px 0 0;
}
.cart-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: start;
}
.cart-item {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item .thumb {
  background: #ecebdc;
  padding: 10px;
  display: flex;
  align-items: center;
}
.cart-item h3 {
  font-size: 21px;
  margin-bottom: 7px;
}
.meta {
  font-size: 11px;
  color: var(--muted);
}
.cart-item .price {
  font-size: 17px;
}
.x {
  font-size: 11px;
  background: transparent;
  border: 0;
  text-decoration: underline;
}
.srow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  font-size: 13px;
}
.srow small {
  font-size: 11px;
  color: var(--muted);
}
.srow.total {
  font-size: 18px;
  border-bottom: 0;
  padding: 24px 0;
}
.summary h3 {
  margin-bottom: 10px;
}
.bring-heading {
  margin: 35px 0 15px;
}
.bring-list {
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
}
.bring-list li {
  margin-bottom: 12px;
}
.shopping-list {
  margin: 22px 0;
}
.shopping-list h3 {
  font-size: 20px;
}
.shopping-list .section-heading {
  margin-bottom: 15px;
}
.shopping-list .section-heading span {
  font-size: 12px;
}
.shopping-list p {
  margin-bottom: 8px;
}
.plans-heading {
  margin: 45px 0 20px;
}
#rxStatus,
#visitStatus {
  font-size: 12px;
  margin-top: 18px;
  color: var(--ink);
}
/* Footer. */
footer {
  background: var(--ink);
  color: #f8f6e9;
  padding: 55px 0 20px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr 1.2fr;
  gap: 45px;
  padding-bottom: 50px;
}
.footer-logo {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.055em;
}
.footer-logo span {
  font-size: 24px;
  font-weight: 400;
}
.footer-top h4 {
  font-size: 12px;
  font-weight: 500;
  margin: 8px 0 19px;
}
.footer-top p {
  font-size: 12px;
  line-height: 1.8;
  color: #c2cdbd;
  margin-top: 15px;
}
.footer-top > div > a:not(.footer-logo) {
  display: block;
  font-size: 11px;
  margin: 10px 0;
  color: #d4ddca;
}
.footer-top > div > a:hover {
  text-decoration: underline;
}
.footer-contact {
  padding-top: 10px;
}
.base {
  border-top: 1px solid #ffffff28;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #c2cdbd;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 12px);
  background: var(--ink);
  color: white;
  padding: 12px 22px;
  border-radius: 4px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  font-size: 13px;
  max-width: calc(100% - 32px);
  width: max-content;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1600px) {
  .hero-copy {
    padding-left: calc((1600px - 1204px) / 2);
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .links {
    gap: 20px;
  }
  .hero-copy {
    padding: 50px 30px;
  }
  .hero-copy h1 {
    font-size: 58px;
  }
  .editorial-hero {
    min-height: 535px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .btn {
    gap: 15px;
  }
  .care-grid {
    gap: 50px;
  }
  .try-copy {
    padding: 40px;
  }
  .product-picture {
    height: 185px;
  }
  .entry-strip > a {
    padding: 0 15px;
    gap: 10px;
  }
  .entry-strip b {
    font-size: 11px;
  }
  .footer-top {
    gap: 25px;
  }
  .pdp {
    gap: 35px;
  }
}
@media (max-width: 800px) {
  .service-strip a {
    display: none;
  }
  nav > .wrap {
    height: 72px;
  }
  .links {
    display: none;
    position: absolute;
    top: 102px;
    left: 0;
    right: 0;
    padding: 18px 30px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }
  .links.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .links a {
    padding: 15px 0;
    font-size: 14px;
  }
  .menu-toggle {
    display: block;
  }
  .nav-cta {
    gap: 13px;
  }
  .hero-copy h1 {
    font-size: 46px;
  }
  .hero-copy {
    padding: 40px 30px;
  }
  .editorial-hero {
    min-height: 510px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .hero-foot {
    margin-top: 30px;
  }
  .photo-stamp {
    width: 70px;
    height: 70px;
    font-size: 12px;
    right: 18px;
    top: 18px;
  }
  .entry-strip {
    grid-template-columns: 1fr;
  }
  .entry-strip > a,
  .entry-strip > a:first-child,
  .entry-strip > a:last-child {
    padding: 17px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .entry-strip > a:last-child {
    border-bottom: 0;
  }
  .entry-strip {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .entry-strip b {
    font-size: 13px;
  }
  .entry-strip small {
    font-size: 11px;
  }
  .entry-strip > a > span {
    width: 28px;
  }
  .home-products,
  .fgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .product-picture {
    height: 220px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .try-banner {
    gap: 0;
  }
  .try-art {
    min-height: 330px;
    padding: 25px;
  }
  .try-art > span {
    font-size: 30px;
  }
  .try-copy {
    padding: 30px;
  }
  .try-copy h2 {
    font-size: 33px;
  }
  .care-grid {
    gap: 35px;
  }
  .care-grid h2 {
    font-size: 30px;
  }
  .lens-columns {
    gap: 25px;
  }
  .lens-columns article {
    padding-right: 20px;
  }
  .faq-section {
    gap: 35px;
    grid-template-columns: 1fr 1.2fr;
  }
  .faq-section h2 {
    font-size: 28px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .catalog-toolbar {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }
  .pdp {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .pdp .visual {
    min-height: 280px;
    padding: 20px;
  }
  .pdp .ctas {
    flex-direction: column;
  }
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .try-page {
    gap: 30px;
  }
  .try-page h1 {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .wordmark {
    font-size: 33px;
  }
  .vision-word {
    font-size: 22px;
  }
  .vision-word small {
    font-size: 6px;
  }
  .brand {
    gap: 10px;
  }
  .brand-divider {
    height: 29px;
  }
  .saved-link {
    font-size: 25px;
  }
  .nav-cta {
    gap: 9px;
  }
  .editorial-hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 40px 26px 33px;
  }
  .hero-copy h1 {
    font-size: clamp(38px, 12.3vw, 53px);
    line-height: 1.07;
    margin-bottom: 20px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 14px;
    max-width: 340px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .btn {
    padding: 13px 18px;
    gap: 18px;
  }
  .hero-foot {
    display: none;
  }
  .hero-photo {
    height: 360px;
  }
  .hero-photo > img {
    object-position: 65% 40%;
  }
  .hero-photo figcaption {
    left: 22px;
    font-size: 10px;
  }
  .photo-stamp {
    right: 22px;
    top: 20px;
  }
  .collection-section {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .age-links {
    gap: 8px;
  }
  .age-links > span {
    width: 100%;
  }
  .age-links a {
    font-size: 9px;
    padding: 8px 10px;
  }
  .age-links a b {
    margin: 0 4px;
  }
  .home-products,
  .fgrid {
    gap: 27px 13px;
  }
  .product-picture {
    height: 155px;
  }
  .product-picture > a {
    padding: 12px;
  }
  .wish-button {
    right: 4px;
    top: 3px;
    font-size: 21px;
  }
  .product-fit {
    font-size: 8px;
    left: 10px;
  }
  .product-caption {
    gap: 6px;
    margin-top: 12px;
  }
  .product-caption h3 {
    font-size: 16px;
  }
  .product-caption > span {
    font-size: 11px;
  }
  .product-caption p {
    font-size: 9px;
  }
  .catalog-note {
    font-size: 10px;
  }
  .try-banner {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .try-art {
    min-height: 280px;
  }
  .try-art .frame-art {
    max-width: 280px;
  }
  .try-copy {
    padding: 30px;
  }
  .try-copy h2 {
    font-size: 36px;
  }
  .care-section {
    padding: 45px 0;
  }
  .care-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .care-grid h2 {
    font-size: 32px;
  }
  .care-steps p {
    font-size: 13px;
  }
  .lens-section {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .lens-columns {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 30px 0;
  }
  .lens-columns article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 25px 85px;
    position: relative;
  }
  .lens-disc {
    position: absolute;
    left: 0;
    top: 0;
  }
  .lens-columns h3 {
    margin-top: 0;
  }
  .lens-columns p {
    font-size: 13px;
  }
  .faq-section {
    padding-top: 35px;
    padding-bottom: 45px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .closing-note {
    padding: 35px 22px 40px;
  }
  .closing-note h2 {
    font-size: 36px;
  }
  .footer-top {
    gap: 28px 20px;
  }
  .footer-top > div:last-child {
    grid-column: 1/-1;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .base {
    flex-direction: column;
    gap: 10px;
  }
  .grid2,
  .pdp,
  .try-page {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page h1,
  .page-hero h1 {
    font-size: 37px;
  }
  .page-intro {
    font-size: 14px;
  }
  .card,
  .summary {
    padding: 24px;
  }
  .form-grid {
    gap: 0 14px;
  }
  .catalog-toolbar {
    gap: 0 12px;
  }
  .catalog-toolbar > .field:first-child {
    grid-column: 1/-1;
  }
  .catalog-toolbar .saved-filter {
    grid-column: 1/-1;
  }
  .cat-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .filters {
    gap: 6px;
  }
  .fchip {
    font-size: 11px;
    padding: 9px 12px;
  }
  .pdp .visual {
    min-height: 275px;
  }
  .pdp .ctas {
    flex-direction: row;
  }
  .cart-item {
    grid-template-columns: 75px 1fr;
    gap: 16px;
  }
  .cart-item > div:last-child {
    grid-column: 2;
    text-align: left !important;
  }
  .cart-item h3 {
    font-size: 19px;
  }
  .cart-item .price {
    font-size: 16px;
  }
  .try-page .try-art {
    min-height: 280px;
  }
  .try-page .try-art > span {
    font-size: 27px;
  }
  .page > .eyebrow {
    margin-top: 5px;
  }
  #rxForm .btn {
    width: 100%;
    margin-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Their interests lead; the frame and lens conversation follow. */
.persona-section {
  padding-top: 72px;
  padding-bottom: 10px;
  scroll-margin-top: 0;
}
.persona-section .section-heading {
  margin-bottom: 27px;
}
.persona-section .section-heading h2 {
  font-size: 42px;
}
.persona-section .section-heading > p {
  font-size: 13px;
  line-height: 1.8;
}
.persona-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #bfc9b6;
  margin-bottom: 24px;
}
.persona-tabs button {
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 15px 8px 17px;
  background: transparent;
  text-align: left;
  font-size: 14px;
  color: var(--muted);
  white-space: nowrap;
}
.persona-tab-number {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  margin-right: 15px;
  color: #859377;
}
.persona-tabs button[aria-selected="true"] {
  color: var(--ink);
  border-bottom-color: var(--ink);
  font-weight: 600;
}
.persona-tabs button:hover {
  background: #eef0e5;
}
.persona-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  background: #e9ecdf;
  min-height: 540px;
}
.persona-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #ccd0b4;
  touch-action: pan-y pinch-zoom;
}
.persona-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% center;
  user-select: none;
  -webkit-user-drag: none;
}
.persona-image figcaption {
  position: absolute;
  left: 25px;
  bottom: 21px;
  right: 25px;
  color: white;
  font-size: 11px;
  text-shadow: 0 1px 10px #0009;
  z-index: 1;
}
.persona-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(transparent, #12261a59);
  pointer-events: none;
}
.persona-image-label {
  position: absolute;
  right: 23px;
  top: 25px;
  border: 1px solid #fff9;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
  line-height: 1.12;
  transform: rotate(8deg);
  text-shadow: 0 1px 6px #0004;
}
.persona-story {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.persona-story > .eyebrow {
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.persona-story h3 {
  font-size: 35px;
  letter-spacing: -0.045em;
  line-height: 1.15;
  font-weight: 500;
}
.persona-intro {
  font-size: 13px;
  line-height: 1.8;
  margin: 17px 0 22px;
  max-width: 365px;
}
.persona-frame {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid #233f342b;
}
.persona-frame > div:first-child {
  display: flex;
  align-items: center;
}
.persona-spec-label {
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #52654d;
  font-weight: 600;
}
.persona-frame h4,
.persona-lens h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 4px 0;
}
.persona-frame p,
.persona-lens p {
  font-size: 11px;
  line-height: 1.75;
}
.persona-lens {
  padding-top: 15px;
  border-top: 1px solid #233f342b;
}
.persona-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-top: 23px;
}
.persona-actions .btn {
  padding: 13px 20px;
}
.persona-actions .text-link {
  font-size: 11px;
}
.persona-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0 0;
}
.persona-bottom > p {
  font-size: 11px;
}
.persona-controls {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.persona-controls button {
  width: 43px;
  height: 43px;
  border: 1px solid #c8d0bc;
  border-radius: 50%;
  background: transparent;
  font-size: 19px;
}
.persona-controls button:hover {
  background: var(--ink);
  color: white;
}
#persona-count {
  font-size: 11px;
  min-width: 42px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.persona-footnote {
  font-size: 10px;
  color: var(--muted);
  max-width: 830px;
  margin-top: 15px;
}
.palette-ochre {
  background: #f0e1c5;
}
.palette-rose {
  background: #f0e2dc;
}
.palette-moss {
  background: #dfe7d9;
}
.persona-pdp-note {
  font-size: 12px;
  background: #eaf0e2;
  border-left: 2px solid #688059;
  padding: 15px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .persona-story {
    padding: 30px;
  }
  .persona-story h3 {
    font-size: 30px;
  }
  .persona-slide {
    min-height: 570px;
  }
  .persona-tab-number {
    margin-right: 10px;
  }
  .persona-tabs button {
    font-size: 13px;
  }
  .persona-frame {
    grid-template-columns: 80px 1fr;
    gap: 12px;
  }
}
@media (max-width: 800px) {
  .persona-section {
    padding-top: 45px;
  }
  .persona-section .section-heading h2 {
    font-size: 35px;
  }
  .persona-story {
    padding: 26px;
  }
  .persona-story h3 {
    font-size: 28px;
  }
  .persona-tabs button {
    font-size: 12px;
  }
  .persona-tab-number {
    font-size: 11px;
    margin-right: 6px;
  }
  .persona-slide {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
  .persona-frame {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .persona-frame > div:first-child {
    display: none;
  }
  .persona-intro {
    font-size: 12px;
    margin: 14px 0 18px;
  }
  .persona-image-label {
    right: 16px;
    top: 18px;
    width: 64px;
    height: 64px;
    font-size: 10px;
  }
  .persona-image figcaption {
    font-size: 10px;
    left: 18px;
    right: 18px;
  }
}
@media (max-width: 560px) {
  .persona-section {
    padding-top: 43px;
  }
  .persona-section .section-heading h2 {
    font-size: 33px;
  }
  .persona-section .section-heading > p {
    font-size: 12px;
  }
  .persona-tabs {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    margin-bottom: 18px;
    scrollbar-width: thin;
  }
  .persona-tabs button {
    flex: none;
    font-size: 11px;
    padding: 13px 2px;
  }
  .persona-tab-number {
    display: none;
  }
  .persona-slide {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .persona-image {
    height: 330px;
  }
  .persona-image > img {
    object-position: center 38%;
  }
  .persona-story {
    padding: 27px;
  }
  .persona-story h3 {
    font-size: 32px;
  }
  .persona-intro {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .persona-frame {
    grid-template-columns: 83px 1fr;
    gap: 13px;
    padding: 14px 0;
  }
  .persona-frame > div:first-child {
    display: flex;
  }
  .persona-frame h4,
  .persona-lens h4 {
    font-size: 12px;
  }
  .persona-frame p,
  .persona-lens p {
    font-size: 12px;
  }
  .persona-actions {
    gap: 12px;
    margin-top: 22px;
  }
  .persona-actions .btn {
    width: 100%;
  }
  .persona-actions .text-link {
    font-size: 12px;
  }
  .persona-bottom {
    align-items: flex-start;
    gap: 16px;
  }
  .persona-bottom > p {
    font-size: 10px;
    max-width: 155px;
    padding-top: 5px;
  }
  .persona-controls {
    gap: 10px;
  }
  .persona-controls button {
    width: 37px;
    height: 37px;
  }
  .persona-footnote {
    font-size: 9px;
  }
  .persona-story > .eyebrow {
    font-size: 9px;
  }
  .collection-section {
    padding-top: 50px;
  }
}
@media (max-width: 360px) {
  .persona-tabs {
    gap: 12px;
  }
  .persona-tabs button {
    font-size: 10px;
  }
  .persona-image {
    height: 290px;
  }
  .persona-story {
    padding: 22px;
  }
  .persona-story h3 {
    font-size: 28px;
  }
  .persona-controls {
    gap: 6px;
  }
  .persona-bottom > p {
    max-width: 115px;
  }
}

/* The SKIDS promise: a child's potential comes first. */
.belief-strip {
  display: grid;
  grid-template-columns: 0.65fr 1fr 1.4fr;
  align-items: center;
  gap: 48px;
  padding-top: 65px;
  padding-bottom: 55px;
  border-bottom: 1px solid var(--line);
}
.belief-strip > .eyebrow {
  margin: 0;
}
.belief-strip h2 {
  font-size: 42px;
  line-height: 1.1;
}
.belief-strip h2 em {
  color: #738463;
}
.belief-strip > p:last-child {
  font-size: 14px;
  line-height: 1.85;
  max-width: 450px;
}
.persona-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.persona-tabs button {
  font-size: 13px;
}
.persona-tab-number {
  margin-right: 10px;
}
.palette-sky {
  background: #e3ebea;
}
/* From optical detail to their everyday world. */
.vision-story {
  background: #162d25;
  color: #edf0e4;
  padding: 82px 0 68px;
  scroll-margin-top: 0;
}
.vision-story .eyebrow {
  color: #c1ccae;
}
.vision-story-heading {
  text-align: center;
  margin-bottom: 45px;
}
.vision-story-heading h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.14;
}
.vision-story-heading h2 em {
  color: #bccd9e;
}
.vision-story-heading > p:last-child {
  font-size: 14px;
  line-height: 1.9;
  color: #aebdab;
  margin: 22px auto 0;
}
.vision-step-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #536850;
  max-width: 760px;
  margin: 0 auto 32px;
  gap: 20px;
}
.vision-step-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #a7b69f;
  background: transparent;
  padding: 18px 8px;
  text-align: center;
  font-size: 14px;
}
.vision-step-tabs small {
  font-size: 10px;
  color: #819779;
  margin-right: 14px;
}
.vision-step-tabs [aria-selected="true"] {
  border-color: #d1dfb8;
  color: #f2f5e7;
}
.vision-step-tabs button:hover {
  color: white;
  background: #ffffff05;
}
.vision-step {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 55px;
  align-items: center;
  min-height: 425px;
}
.vision-artwork {
  min-width: 0;
}
.vision-diagram {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.vision-artwork > p {
  font-size: 10px;
  color: #a4b39a;
  text-align: center;
  margin: 6px 20px;
}
.vision-explanation {
  padding: 25px 0;
  max-width: 410px;
}
.vision-explanation > .eyebrow {
  font-size: 9px;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
}
.vision-explanation h3 {
  font-size: 34px;
  line-height: 1.15;
  color: #f1f4e9;
}
.vision-explanation > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
  color: #aebdab;
  margin-top: 23px;
}
.vision-explanation .vision-takeaway {
  padding-top: 20px;
  border-top: 1px solid #ffffff20;
  color: #dae4cc;
}
.vision-explanation .text-link {
  font-size: 11px;
  color: #d3dfbc;
  border-color: #7f9473;
  margin-top: 18px;
}
.vision-next {
  display: block;
  padding: 13px 0 0;
  background: none;
  border: 0;
  font-size: 12px;
  color: #dce6c4;
  margin-top: 10px;
}
.vision-next:hover {
  text-decoration: underline;
}
.vision-life-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 18px 0;
}
.vision-life-grid figure {
  position: relative;
  height: 330px;
  overflow: hidden;
}
.vision-life-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}
.vision-life-grid figure:nth-child(2) {
  margin-top: 32px;
}
.vision-life-grid figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px 14px 18px;
  font-size: 11px;
  color: white;
  background: linear-gradient(transparent, #15231be0);
}
.whole-child-care {
  padding-top: 78px;
  padding-bottom: 70px;
}
.whole-child-care .section-heading h2 {
  font-size: 40px;
  line-height: 1.15;
}
.care-team-orbit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 45px;
  gap: 22px;
}
.care-team-orbit > span {
  font-size: 10px;
  letter-spacing: 0.13em;
}
.care-team-orbit i {
  width: 100px;
  height: 1px;
  background: var(--line);
}
.care-team-orbit b {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #e4e9d7;
  border: 1px solid #b9c7a6;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: 0 0 0 12px #f1f3e9;
}
.care-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
}
.care-team-grid article {
  padding-right: 30px;
  border-right: 1px solid var(--line);
}
.care-team-grid article:last-child {
  padding-right: 0;
  border: 0;
}
.care-role-number {
  font-family: var(--serif);
  font-style: italic;
  color: #93a180;
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
}
.care-team-grid h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.care-team-grid h4 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.care-team-grid p {
  font-size: 13px;
  line-height: 1.85;
}
.care-continuity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #eeefe5;
  margin-top: 45px;
  padding: 32px 38px;
}
.care-continuity > div {
  max-width: 620px;
}
.care-continuity .eyebrow {
  font-size: 9px;
  margin-bottom: 12px;
}
.care-continuity h3 {
  font-size: 27px;
}
.care-continuity p:last-child {
  font-size: 12px;
  margin-top: 13px;
}
.care-continuity .btn {
  flex-shrink: 0;
}
.care-source {
  display: inline-block;
  font-size: 10px;
  color: var(--muted);
  text-decoration: underline;
  margin-top: 23px;
}
/* A mobile-sized look preview, inspired by the Oculfit workflow. */
.mobile-preview {
  background: #e4d6b9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 25px;
  gap: 17px;
}
.preview-caption {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
}
.try-phone {
  width: 250px;
  border: 6px solid #284136;
  background: #faf9f1;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 12px 18px 32px #283b2c1c;
  max-width: 100%;
}
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 14px 13px;
}
.phone-top b {
  font-size: 18px;
  letter-spacing: -0.04em;
  line-height: 1;
}
.phone-top b span {
  font-size: 13px;
  font-weight: 400;
}
.phone-top small {
  font-size: 6px;
  letter-spacing: 0.08em;
  color: #75816d;
}
.phone-photo {
  height: 255px;
  position: relative;
  background: #d7ddc9;
  overflow: hidden;
}
.phone-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}
.phone-sample-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 8px;
  background: #faf8eae6;
  padding: 3px 9px;
  border-radius: 20px;
}
.phone-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
  font-size: 11px;
}
.phone-caption span {
  font-size: 9px;
  color: var(--muted);
}
.phone-home-bar {
  width: 64px;
  height: 3px;
  border-radius: 4px;
  background: #ccd0c3;
  margin: 0 auto 8px;
}
.mobile-try-banner .try-copy {
  padding: 45px 55px;
}
.mobile-try-banner .try-copy h2 {
  font-size: 45px;
}
.mobile-showroom {
  padding-top: 40px;
}
.showroom-heading {
  margin-bottom: 45px;
}
.showroom-heading h1 {
  font-size: 56px;
  line-height: 1.08;
}
.showroom-heading > p:last-child {
  font-size: 15px;
  line-height: 1.85;
  max-width: 570px;
  margin-top: 22px;
}
.showroom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.showroom-device {
  position: sticky;
  top: 145px;
  background: #e8e8dc;
  padding: 42px 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showroom-device .try-phone {
  width: 310px;
}
.showroom-device .phone-photo {
  height: 365px;
}
.showroom-device .phone-top {
  padding: 22px 18px 17px;
}
.showroom-device .phone-top b {
  font-size: 23px;
}
.showroom-device .phone-top b span {
  font-size: 16px;
}
.showroom-device .phone-top small {
  font-size: 7px;
}
.showroom-device > p {
  font-size: 10px;
  margin-top: 24px;
}
.showroom-options > .eyebrow {
  margin-bottom: 12px;
}
.showroom-options h2 {
  font-size: 31px;
}
.sample-looks {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}
.sample-looks button {
  min-width: 0;
  background: transparent;
  border: 1px solid #d0d6c7;
  padding: 4px;
  border-radius: 3px;
  text-align: center;
}
.sample-looks button[aria-pressed="true"] {
  border: 2px solid var(--ink);
  padding: 3px;
  background: #eaf0df;
}
.sample-looks img {
  height: 65px;
  width: 100%;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 1px;
}
.sample-looks span {
  font-size: 9px;
  display: block;
  padding: 7px 0 3px;
  line-height: 1.35;
  min-height: 33px;
}
.lens-explorer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 30px;
}
.lens-explorer > .eyebrow {
  font-size: 9px;
  margin-bottom: 18px;
}
.lens-explorer-body {
  display: grid;
  grid-template-columns: 115px 1fr;
  align-items: center;
  gap: 25px;
}
.lens-swatch-demo {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #e6ece0;
  border: 1px solid #bdc9b1;
  width: 115px;
  height: 115px;
  box-shadow: inset 0 0 0 4px white;
}
.lens-swatch-demo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.lens-swatch-demo i {
  position: absolute;
  inset: 0;
  background: #755025;
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 50%;
}
.lens-swatch-demo[data-finish="tint"] i {
  opacity: 0.43;
}
.finish-buttons {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}
.finish-buttons button {
  background: transparent;
  border: 1px solid #c6cdbd;
  font-size: 10px;
  padding: 7px 11px;
  border-radius: 20px;
}
.finish-buttons [aria-pressed="true"] {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.lens-explorer h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.lens-explorer-body p {
  font-size: 12px;
  line-height: 1.75;
}
.lens-explorer > small {
  display: block;
  font-size: 9px;
  margin-top: 17px;
  color: var(--muted);
}
.showroom-next {
  margin-top: 28px;
}
.showroom-next > .eyebrow {
  font-size: 9px;
}
.showroom-next > .text-link {
  margin-left: 15px;
  font-size: 12px;
}
.showroom-next > p[role="status"] {
  font-size: 12px;
  margin-top: 12px;
}
.showroom-status {
  border-left: 2px solid #9baa86;
  padding: 18px 20px;
  margin-top: 25px;
  background: #eef0e7;
  font-size: 12px;
}
.showroom-status p {
  font-size: 11px;
  line-height: 1.8;
  margin: 8px 0;
}
.showroom-status .text-link {
  font-size: 11px;
}
.phone-frame-only {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #e6e8db;
}
.phone-frame-only p {
  font-size: 11px;
  text-align: center;
}
@media (max-width: 1050px) {
  .belief-strip {
    gap: 30px;
    grid-template-columns: 0.7fr 1fr 1.4fr;
  }
  .belief-strip h2 {
    font-size: 36px;
  }
  .persona-tabs button {
    font-size: 11px;
  }
  .persona-tab-number {
    margin-right: 7px;
  }
  .vision-step {
    gap: 30px;
  }
  .vision-explanation h3 {
    font-size: 29px;
  }
  .care-team-grid {
    gap: 25px;
  }
  .care-team-grid article {
    padding-right: 22px;
  }
  .care-continuity {
    padding: 28px;
    gap: 25px;
  }
  .care-continuity h3 {
    font-size: 25px;
  }
  .mobile-try-banner .try-copy {
    padding: 35px;
  }
  .mobile-try-banner .try-copy h2 {
    font-size: 38px;
  }
  .showroom-grid {
    gap: 35px;
  }
  .showroom-next > .text-link {
    display: block;
    width: fit-content;
    margin: 12px 0 0;
  }
}
@media (max-width: 800px) {
  .belief-strip {
    grid-template-columns: 1fr 1.5fr;
    gap: 20px 35px;
  }
  .belief-strip > .eyebrow {
    grid-column: 1/-1;
  }
  .belief-strip > p:last-child {
    font-size: 13px;
  }
  .persona-tabs button {
    font-size: 11px;
  }
  .persona-tab-number {
    display: none;
  }
  .vision-story {
    padding: 55px 0 45px;
  }
  .vision-step {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .vision-artwork {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .vision-explanation {
    max-width: none;
    padding: 20px 20px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 35px;
  }
  .vision-explanation > .eyebrow,
  .vision-explanation > h3 {
    grid-column: 1/-1;
  }
  .vision-explanation > .eyebrow {
    margin-bottom: 0;
  }
  .vision-explanation > p:not(.eyebrow) {
    margin-top: 0;
  }
  .vision-explanation .vision-takeaway {
    border: 0;
    padding: 0;
  }
  .vision-explanation .text-link {
    margin-top: 0;
    width: fit-content;
  }
  .vision-explanation .vision-next {
    margin: 0;
    text-align: right;
    padding: 0;
  }
  .vision-life-grid {
    max-width: 450px;
    margin: auto;
  }
  .vision-life-grid figure {
    height: 290px;
  }
  .whole-child-care .section-heading h2 {
    font-size: 34px;
  }
  .care-team-grid h3 {
    font-size: 22px;
  }
  .care-team-grid p {
    font-size: 12px;
  }
  .care-continuity {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .showroom-grid {
    gap: 25px;
  }
  .showroom-device {
    padding: 28px 18px;
  }
  .showroom-device .phone-photo {
    height: 290px;
  }
  .sample-looks {
    grid-template-columns: repeat(3, 1fr);
  }
  .sample-looks img {
    height: 70px;
  }
  .sample-looks span {
    font-size: 9px;
    min-height: 28px;
  }
  .lens-explorer-body {
    grid-template-columns: 85px 1fr;
    gap: 14px;
  }
  .lens-swatch-demo {
    width: 85px;
    height: 85px;
  }
  .finish-buttons {
    flex-wrap: wrap;
  }
  .showroom-options h2 {
    font-size: 27px;
  }
  .showroom-heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .belief-strip {
    padding-top: 38px;
    padding-bottom: 35px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .belief-strip h2 {
    font-size: 40px;
  }
  .belief-strip h2 br {
    display: none;
  }
  .belief-strip h2 em:before {
    content: " ";
  }
  .belief-strip > .eyebrow {
    font-size: 9px;
  }
  .belief-strip > p:last-child {
    font-size: 13px;
    line-height: 1.9;
  }
  .persona-tabs {
    display: flex;
    gap: 16px;
  }
  .persona-tabs button {
    font-size: 11px;
  }
  .vision-story {
    padding: 43px 0 40px;
  }
  .vision-story-heading {
    margin-bottom: 25px;
    text-align: left;
  }
  .vision-story-heading h2 {
    font-size: 34px;
  }
  .vision-story-heading > p:last-child {
    font-size: 13px;
  }
  .vision-story-heading > p:last-child br {
    display: none;
  }
  .vision-step-tabs {
    gap: 4px;
    margin-bottom: 18px;
  }
  .vision-step-tabs button {
    font-size: 11px;
    padding: 13px 3px;
  }
  .vision-step-tabs small {
    display: block;
    font-size: 9px;
    margin: 0 0 5px;
  }
  .vision-artwork > p {
    font-size: 9px;
    margin: 0 5px;
  }
  .vision-explanation {
    display: block;
    padding: 23px 0 0;
  }
  .vision-explanation > .eyebrow {
    font-size: 8px;
    margin-bottom: 15px;
  }
  .vision-explanation h3 {
    font-size: 29px;
  }
  .vision-explanation > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 20px;
  }
  .vision-explanation .text-link {
    font-size: 10px;
    margin-top: 20px;
  }
  .vision-explanation .vision-next {
    text-align: left;
    margin-top: 20px;
  }
  .vision-life-grid {
    gap: 12px;
  }
  .vision-life-grid figure {
    height: 245px;
  }
  .vision-life-grid figcaption {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .whole-child-care {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .whole-child-care .section-heading h2 {
    font-size: 31px;
  }
  .care-team-orbit {
    gap: 13px;
    padding: 20px 0 35px;
  }
  .care-team-orbit i {
    width: 20px;
  }
  .care-team-orbit > span {
    font-size: 8px;
    letter-spacing: 0.03em;
    max-width: 70px;
    text-align: center;
  }
  .care-team-orbit b {
    width: 72px;
    height: 72px;
    font-size: 10px;
    flex: none;
    box-shadow: 0 0 0 8px #f1f3e9;
  }
  .care-team-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .care-team-grid article {
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 27px 43px;
    position: relative;
  }
  .care-role-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
  }
  .care-team-grid h3 {
    font-size: 26px;
  }
  .care-team-grid h4 {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .care-team-grid p {
    font-size: 13px;
  }
  .care-continuity {
    margin-top: 20px;
    padding: 25px;
  }
  .care-continuity h3 {
    font-size: 27px;
  }
  .care-continuity p:last-child {
    font-size: 13px;
  }
  .care-continuity .btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-try-banner .try-copy h2 {
    font-size: 37px;
  }
  .mobile-try-banner .try-copy {
    padding: 30px;
  }
  .mobile-preview {
    padding: 30px;
  }
  .try-phone {
    width: 228px;
  }
  .phone-photo {
    height: 230px;
  }
  .preview-caption {
    font-size: 17px;
  }
  .showroom-heading {
    margin-bottom: 28px;
  }
  .showroom-heading h1 {
    font-size: 39px;
  }
  .showroom-heading > p:last-child {
    font-size: 14px;
  }
  .showroom-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }
  .showroom-device {
    position: static;
    padding: 30px 25px 20px;
  }
  .showroom-device .try-phone {
    width: 255px;
  }
  .showroom-device .phone-photo {
    height: 280px;
  }
  .showroom-device .phone-top b {
    font-size: 19px;
  }
  .showroom-device .phone-top b span {
    font-size: 14px;
  }
  .showroom-device .phone-top small {
    font-size: 6px;
  }
  .showroom-device > p {
    font-size: 9px;
    margin-top: 18px;
  }
  .sample-looks {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }
  .sample-looks img {
    height: 65px;
  }
  .sample-looks span {
    font-size: 8px;
    min-height: 30px;
  }
  .showroom-options h2 {
    font-size: 28px;
  }
  .lens-explorer-body {
    grid-template-columns: 90px 1fr;
    gap: 20px;
  }
  .lens-swatch-demo {
    width: 90px;
    height: 90px;
  }
  .lens-explorer h3 {
    font-size: 19px;
  }
  .showroom-next > .btn {
    width: 100%;
  }
  .showroom-next > .text-link {
    margin-top: 12px;
  }
  .closing-note h2 {
    font-size: 33px;
  }
}
.mobile-try-banner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.mobile-preview,
.mobile-try-banner .try-copy {
  min-width: 0;
}
@media (max-width: 560px) {
  .mobile-try-banner {
    grid-template-columns: minmax(0, 1fr);
  }
}
