:root {
  color-scheme: light;
  --paper: #faf9f6;
  --ink: #222b2e;
  --muted: #646b70;
  --blue: #1e5f9e;
  --line: #e4e5df;
  --white: #fff;
  --sky: #00aaff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
a:hover {
  color: var(--blue);
}
p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h1 {
  font-size: clamp(54px, 6.4vw, 88px);
  letter-spacing: -5px;
  line-height: 1.06;
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.15;
  letter-spacing: -1.8px;
  margin-bottom: 24px;
}
h3 {
  font-size: 26px;
  letter-spacing: -0.7px;
  margin-bottom: 14px;
}
.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 750;
  font-size: 29px;
  letter-spacing: -1.2px;
  color: #233849;
}
.brand-dot {
  color: var(--sky);
}
.brand-mark {
  position: relative;
  font-size: 29px;
  letter-spacing: -5px;
  font-weight: 800;
  margin-right: 19px;
  color: #1e3a8a;
}
.brand-mark > span {
  color: var(--sky);
}
.brand-mark i {
  position: absolute;
  border-top: 2px solid var(--sky);
  border-radius: 50%;
  height: 10px;
  width: 20px;
  top: 0;
  right: -10px;
  transform: rotate(-20deg);
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
nav a {
  font-size: 14px;
  color: #545a5d;
  padding: 13px 0;
}
nav a[aria-current="page"] {
  color: var(--blue);
}
nav a[aria-current="page"]:not(:last-child) {
  box-shadow: 0 2px var(--blue);
}
nav a:last-child {
  border: 1px solid #b6c9d7;
  border-radius: 100px;
  padding: 12px 20px;
  color: var(--blue);
}
nav a:last-child span {
  margin-left: 20px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 5;
  padding: 12px;
  background: white;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  align-items: center;
  gap: 40px;
  min-height: 625px;
  padding-block: 70px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #617078;
}
.tiny-star {
  color: var(--blue);
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.accent {
  color: var(--blue);
}
.handwritten {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -4px;
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  max-width: 440px;
  margin-bottom: 30px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 17px 24px;
  border-radius: 100px;
  background: var(--blue);
  color: var(--white);
  font-size: 14px;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #194b7c;
  color: white;
  transform: translateY(-2px);
}
.text-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  margin: 33px 0 0;
  color: #797f7d;
}
.small-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #739a7e;
}
.possibility {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 500px;
  isolation: isolate;
}
.orbit {
  position: absolute;
  border: 1px dashed #cddbe1;
  border-radius: 50%;
  inset: 8%;
  transform: rotate(-18deg);
}
.orbit-two {
  inset: 17% -1%;
  height: 62%;
  transform: rotate(-29deg);
  top: 21%;
  border-style: solid;
  border-color: #e2e8e8;
}
.core {
  position: absolute;
  inset: 27%;
  border-radius: 45%;
  background: linear-gradient(135deg, #fff, #eff7fc);
  box-shadow:
    0 15px 65px #719bb019,
    0 0 0 14px #fff8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-8deg);
  border: 1px solid #e6edf0;
}
.core strong {
  font-size: 29px;
  letter-spacing: -1px;
  color: #244868;
}
.core > span:last-child {
  font-size: 10px;
  color: #748a99;
  letter-spacing: 2px;
  margin-top: 8px;
}
.core-icon {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: -12px;
  color: #1e3a8a;
  line-height: 1.2;
  margin-left: -10px;
}
.core-icon span {
  color: var(--sky);
}
.orbit-label {
  display: flex;
  gap: 14px;
  align-items: center;
  position: absolute;
  background: white;
  border: 1px solid #eaeeed;
  box-shadow: 0 9px 30px #34495708;
  border-radius: 16px;
  font-size: 13px;
  padding: 16px 19px;
  z-index: 1;
}
.orbit-label > span {
  font-size: 25px;
  color: var(--blue);
}
.label-one {
  top: 10%;
  left: 8%;
  transform: rotate(-8deg);
}
.label-two {
  right: -1%;
  top: 42%;
  transform: rotate(8deg);
}
.label-three {
  bottom: 12%;
  left: 4%;
  transform: rotate(-5deg);
}
.label-three > span {
  color: #6a876e;
}
.spark {
  position: absolute;
  color: var(--blue);
}
.spark-one {
  top: 14%;
  right: 17%;
  font-size: 32px;
}
.spark-two {
  bottom: 17%;
  right: 18%;
  font-size: 48px;
  color: #9bb49b;
}
.little-note {
  position: absolute;
  bottom: 0;
  right: 10%;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #708592;
  transform: rotate(-6deg);
}
.intro-band {
  background: #f1f2ed;
  border-block: 1px solid #e8e9e2;
}
.intro-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 28px;
  gap: 45px;
}
.intro-inner > p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  white-space: nowrap;
}
.intro-inner strong {
  color: #3b4545;
  font-weight: 500;
}
.industry-list {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  color: #707976;
  font-size: 15px;
}
.industry-list span:last-child {
  color: var(--blue);
  font-style: italic;
  font-family: Georgia, serif;
}
.section {
  padding-block: 86px;
}
.story-preview {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid var(--line);
  gap: 50px;
}
.story-preview > .eyebrow {
  margin-top: 8px;
}
.story-preview > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.story-preview h2 {
  grid-row: span 2;
  font-size: 36px;
}
.story-preview p:not(.eyebrow) {
  font-size: 15px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 35px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > .text-link {
  margin-bottom: 8px;
  color: var(--blue);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  scroll-margin-top: 30px;
}
.product-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1.3px;
  margin-bottom: 12px;
}
.product-card > p:not(.eyebrow) {
  font-size: 14px;
  margin-bottom: 28px;
}
.product-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  font-size: 30px;
  margin-bottom: 34px;
  background: #eaf3fc;
  color: #3576b6;
}
.green .product-icon {
  background: #edf2e8;
  color: #658265;
}
.pink .product-icon {
  background: #f6eeee;
  color: #a77987;
}
.sand .product-icon {
  background: #f8f0e1;
  color: #927440;
}
.product-card > .text-link {
  margin-top: auto;
  color: var(--blue);
  font-size: 12px;
}
.contact-banner {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  padding: 52px 55px;
  background: #edf3f6;
  border-radius: 24px;
  margin-bottom: 85px;
}
.contact-banner h2 {
  margin-bottom: 0;
  font-size: 38px;
}
.contact-banner .eyebrow {
  margin-bottom: 16px;
}
.banner-star {
  font-size: 92px;
  color: #7095b1;
  font-family: Georgia, serif;
  font-weight: 400;
}
.contact-banner > div {
  flex: 1;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.footer-brand {
  font-size: 27px;
}
.site-footer p {
  font-size: 12px;
  margin: 12px 0;
}
.footer-links {
  display: flex;
  gap: 30px;
  font-size: 12px;
}
.copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-block: 24px 30px;
  font-size: 10px;
  color: #7b827f;
}
.page-hero {
  padding-block: 85px 65px;
}
.page-hero .lead {
  max-width: 590px;
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.about-art {
  background: #edf1e8;
  border-radius: 100px 100px 24px 24px;
  min-height: 420px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
}
.about-art > span {
  font-size: 115px;
  color: #78916f;
}
.about-art p {
  font-family: Georgia, serif;
  font-size: 35px;
  line-height: 1.3;
  color: #40563e;
  margin: 15px 0 25px;
}
.about-art small {
  font-size: 10px;
  letter-spacing: 2px;
  color: #6b7a67;
}
.about-story h2 {
  font-size: 36px;
}
.about-story p {
  font-size: 15px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 45px;
}
.values-grid article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.value-number {
  font-size: 12px;
  color: var(--blue);
  display: block;
  margin-bottom: 27px;
}
.values-grid p {
  font-size: 14px;
}
.directory {
  row-gap: 25px;
}
.directory h2 {
  font-size: 28px;
  margin-bottom: 14px;
}
.product-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  gap: 15px;
}
.family-tag {
  font-size: 9px;
  color: #7b8584;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 6px 8px;
  margin-top: 12px;
}
.directory-note {
  font-size: 13px;
  margin: 26px 0 65px;
  max-width: 650px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
  margin-bottom: 100px;
}
.email-card {
  padding: 42px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
}
.email-card .product-icon {
  margin-bottom: 28px;
}
.email-card h2 {
  font-size: 35px;
}
.email-address {
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: -0.8px;
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 7px;
  overflow-wrap: anywhere;
}
.email-card p:not(.eyebrow) {
  margin-top: 25px;
  font-size: 14px;
}
.email-card small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 19px;
  line-height: 1.7;
}
.conversation-topics article {
  display: flex;
  gap: 22px;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
}
.conversation-topics article > span {
  font-size: 12px;
  color: var(--blue);
  padding-top: 5px;
}
.conversation-topics h3 {
  font-size: 23px;
  margin-bottom: 8px;
}
.conversation-topics article p {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 1450px) {
  .hero {
    min-height: 680px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 20px;
    min-height: 560px;
  }
  h1 {
    font-size: 65px;
  }
  .industry-list {
    gap: 24px;
  }
  .story-preview {
    grid-template-columns: 1fr 2.4fr;
    gap: 30px;
  }
  .story-preview > div {
    gap: 25px;
  }
  .product-card {
    padding: 24px;
  }
  .contact-banner {
    padding: 40px;
  }
  .banner-star {
    font-size: 70px;
  }
  .contact-grid,
  .about-story {
    gap: 40px;
  }
  .orbit-label {
    padding: 12px;
    font-size: 11px;
  }
  .label-two {
    right: -3%;
  }
  .family-tag {
    font-size: 8px;
  }
  .contact-banner h2 {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 115px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding-block: 20px;
  }
  nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  nav a {
    font-size: 12px;
    padding: 8px 0;
  }
  nav a:last-child {
    padding: 8px 13px;
  }
  nav a:last-child span {
    margin-left: 4px;
  }
  .brand {
    font-size: 26px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 52px 38px;
    gap: 5px;
  }
  .hero h1 {
    font-size: clamp(56px, 11vw, 78px);
    letter-spacing: -3px;
  }
  .hero-copy {
    max-width: 550px;
  }
  .handwritten {
    letter-spacing: -2px;
  }
  .lead {
    font-size: 16px;
  }
  .actions {
    gap: 23px;
  }
  .possibility {
    max-width: 390px;
    margin: auto;
  }
  .orbit-label {
    font-size: 12px;
    padding: 14px;
  }
  .label-two {
    right: 0;
  }
  .orbit-two {
    left: 7%;
    right: 7%;
  }
  .core-icon {
    font-size: 59px;
  }
  .core strong {
    font-size: 24px;
  }
  .intro-inner {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .intro-inner > p br {
    display: none;
  }
  .intro-inner > p strong {
    margin-left: 5px;
  }
  .industry-list {
    gap: 18px;
    font-size: 12px;
  }
  .section {
    padding-block: 55px;
  }
  .story-preview {
    display: block;
  }
  .story-preview > div {
    display: block;
  }
  .story-preview h2 {
    font-size: 35px;
  }
  .story-preview .text-link {
    margin-top: 10px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .product-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    padding: 28px;
  }
  .product-icon {
    margin-bottom: 25px;
  }
  .product-card > p:not(.eyebrow) {
    max-width: 450px;
  }
  .contact-banner {
    margin-bottom: 55px;
    padding: 32px;
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
  .banner-star {
    display: none;
  }
  .contact-banner h2 {
    font-size: 32px;
  }
  .site-footer {
    align-items: start;
    gap: 20px;
  }
  .footer-links {
    gap: 20px;
    padding-top: 8px;
  }
  .copyright {
    gap: 12px;
    flex-direction: column;
    font-size: 10px;
  }
  .page-hero {
    padding-block: 55px 30px;
  }
  .page-hero h1 {
    font-size: clamp(48px, 9vw, 65px);
    letter-spacing: -2.5px;
  }
  .about-story,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .about-art {
    min-height: 320px;
  }
  .values-grid {
    gap: 25px;
    margin-top: 30px;
  }
  .value-number {
    margin-bottom: 20px;
  }
  .directory-note {
    margin-bottom: 40px;
  }
  .contact-grid {
    margin-bottom: 55px;
  }
  .email-card {
    padding: 28px;
  }
  .email-card h2 {
    font-size: 30px;
  }
  .family-tag {
    font-size: 10px;
  }
  .product-top .product-icon {
    margin-bottom: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Website-specific legal page composition. */
.legal-copy {
  max-width: 800px;
  padding-bottom: 70px;
}
.legal-copy section {
  margin-bottom: 36px;
}
.legal-copy h2 {
  font-size: 26px;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
.legal-copy a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.legal-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}
.legal-links a,
.legal-links a:last-child {
  font-size: 12px;
  border: 0;
  border-radius: 0;
  padding: 8px 0;
  color: var(--muted);
}
.legal-links a:hover,
.legal-links a[aria-current="page"] {
  color: var(--blue);
}
.legal-links a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 4px;
  box-shadow: none;
}
