@font-face {
  font-family: Display;
  src: url("assets/fonts/display.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Body;
  src: url("assets/fonts/body.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Note;
  src: url("assets/fonts/note.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Arabic;
  src: url("assets/fonts/NotoSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Arabic;
  src: url("assets/fonts/NotoSansArabic-Bold.ttf") format("truetype");
  font-weight: 600 800;
  font-display: swap;
}
@font-face {
  font-family: Devanagari;
  src: url("assets/fonts/NotoSansDevanagari-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Devanagari;
  src: url("assets/fonts/NotoSansDevanagari-Bold.ttf") format("truetype");
  font-weight: 600 800;
  font-display: swap;
}
:root {
  --ink: #102e6b;
  --body: #2d5286;
  --paper: #fdfdfb;
  --aqua: #407d94;
  font-family: Body, Arial, sans-serif;
  color: var(--body);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #138999;
  outline-offset: 5px;
}
p,
h1,
h2,
figure {
  margin: 0;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2 {
  font-family: Display, Georgia, serif;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.038em;
  line-height: 0.96;
}
h1 {
  font-size: clamp(54px, 7.8vw, 92px);
  overflow-wrap: break-word;
  hyphens: auto;
}
h2 {
  font-size: clamp(42px, 5.8vw, 66px);
}
p {
  font-size: clamp(18px, 2.25vw, 25px);
  line-height: 1.4;
}
.shell {
  width: 79%;
  max-width: 1180px;
  margin-inline: auto;
}
.hero-paper {
  background: var(--paper);
}
.site-header {
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 1;
}
.brand {
  transform: translateY(25px);
  width: 260px;
  height: 73px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.brand img {
  position: absolute;
  height: auto;
  width: 320px;
  max-width: none;
  left: -29px;
  top: -44px;
}
.signoff {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  line-height: 1.8;
}
.header-languages {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  color: var(--ink);
  font-size: 14px;
  text-align: end;
}
.header-languages summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 48px;
  padding: 9px 14px;
  cursor: pointer;
  list-style: none;
  border: 1px solid #cfe4e8;
  border-radius: 999px;
  background: #fdfdfbd9;
  box-shadow: 0 4px 13px #224c6712;
}
.header-languages summary::-webkit-details-marker {
  display: none;
}
.header-languages summary::marker {
  content: "";
}
.header-languages summary::after {
  content: "";
  margin-inline-start: 8px;
  display: block;
  width: 17px;
  height: 17px;
  flex: none;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath d='m4.5 6.5 4 4 4-4' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.15s ease;
}
.header-languages[open] summary::after {
  transform: rotate(180deg);
}
.header-languages:not([open]) nav {
  display: none;
}
.header-languages[open] nav {
  position: absolute;
  inset-block-start: calc(100% + 8px);
  inset-inline-end: 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 220px;
  max-width: calc(100vw - 32px);
  max-height: min(390px, 55vh);
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #cfe4e8;
  border-radius: 10px;
  background: #fdfdfb;
  box-shadow: 0 12px 30px #224c6730;
  text-align: start;
}
.header-languages a {
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
}
.header-languages a[aria-current] {
  font-weight: 700;
}
.header-languages a:hover,
.header-languages a:focus-visible {
  background: #eaf7f8;
}
.hero-paper {
  background-image: url("assets/paper-shore.webp");
  background-repeat: no-repeat;
  background-size: 100% clamp(880px, 95vw, 1280px);
  background-position: center top;
}
.hero {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 3%;
  padding-top: 32px;
  padding-bottom: 95px;
  align-items: start;
}
.hero-copy {
  padding-top: 32px;
}
.flourish {
  width: 160px;
  height: 20px;
  margin-top: 15px;
  background: url("assets/underline.webp") center/100% auto no-repeat;
}
.lede {
  margin-top: 20px;
  max-width: 480px;
}
.hero-screen {
  aspect-ratio: 0.51;
  margin-top: -55px;
  background: #f5fbfc;
  box-shadow: 0 10px 34px #284f6920;
  border: 1px solid #e1eff2;
  overflow: hidden;
}
.hero-screen img {
  width: 100%;
  height: auto;
}
.store-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.store-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #103565;
  color: white;
  border-radius: 10px;
  padding: 9px 16px;
  min-height: 59px;
  min-width: 176px;
  text-decoration: none;
  box-shadow: 0 3px 7px #16345e12;
  transition:
    background 0.15s,
    transform 0.15s;
}
.store-link:hover {
  background: #1b497c;
  transform: translateY(-2px);
}
.store-link img {
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
.store-link small {
  font-family: Body, Arial, sans-serif;
  display: block;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.store-link strong {
  display: block;
  font-family: Body, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
}
.handwritten {
  font-family: Note, Body, cursive;
  color: #437d96;
  font-size: 31px;
  line-height: 1.05;
  transform: rotate(-10deg);
}
.hero-note {
  margin-top: 68px;
  margin-inline-start: 90px;
  width: 190px;
  text-align: center;
}
.rhythm {
  background: #edf8fa url("assets/whale-waterline.webp") center bottom/cover
    no-repeat;
  min-height: 350px;
}
.rhythm-inner {
  min-height: 350px;
  position: relative;
  padding-block: 45px;
}
.rhythm-copy {
  width: 46%;
  max-width: 460px;
}
.rhythm-copy p {
  margin-top: 17px;
  font-size: clamp(18px, 2.15vw, 24px);
}
.rhythm-copy p + p {
  margin-top: 10px;
}
.pace-note {
  position: absolute;
  inset-block-start: 53px;
  inset-inline-end: 5%;
  text-align: center;
}
.closing {
  background: url("assets/paper-shore.webp") center bottom/100% auto no-repeat;
  min-height: 420px;
  text-align: center;
  padding: 56px 0 75px;
}
.closing-inner > p:not(.signoff) {
  max-width: 590px;
  margin: 16px auto 0;
}
.closing .store-links {
  justify-content: center;
  margin-top: 24px;
}
.signoff {
  margin-top: 39px;
  color: #315789;
}
.site-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding-block: 15px 25px;
  font-size: 12px;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.site-footer a {
  padding-block: 6px;
}
.skip-link {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  transform: translateY(-150%);
  z-index: 10;
  padding: 12px;
  background: white;
  color: var(--ink);
}
.skip-link:focus {
  transform: none;
}
:lang(ar) {
  font-family: Arabic, Arial, sans-serif;
}
:lang(ar) h1,
:lang(ar) h2 {
  font-family: Arabic, serif;
  letter-spacing: 0;
  line-height: 1.35;
}
:lang(ar) h1 {
  font-size: clamp(42px, 6vw, 72px);
}
:lang(ar) h2 {
  font-size: clamp(32px, 4.8vw, 52px);
}
:lang(ar) .handwritten {
  font-family: Arabic, sans-serif;
  transform: none;
  font-size: 23px;
  line-height: 1.5;
}
:lang(ar) .signoff {
  letter-spacing: 0;
  font-size: 13px;
}
:lang(ar) .header-languages,
:lang(hi) .header-languages {
  letter-spacing: 0;
}
:lang(ar) .rhythm {
  background-position: center bottom;
}
:lang(ar) .rhythm-copy {
  margin-inline-start: 54%;
  width: 46%;
}
:lang(ar) .pace-note {
  inset-inline-end: auto;
  left: auto;
  right: 4%;
}
:lang(ar) .store-link small {
  font-family: Arabic, Arial, sans-serif;
}
:lang(hi) {
  font-family: Devanagari, Arial, sans-serif;
}
:lang(hi) h1,
:lang(hi) h2 {
  font-family: Devanagari, serif;
  line-height: 1.3;
  letter-spacing: 0;
}
:lang(hi) h1 {
  font-size: clamp(42px, 6vw, 68px);
}
:lang(hi) h2 {
  font-size: clamp(32px, 4.8vw, 52px);
}
:lang(hi) .handwritten {
  font-family: Devanagari, sans-serif;
  font-size: 23px;
  line-height: 1.5;
  transform: none;
}
:lang(hi) .signoff {
  letter-spacing: 0;
  font-size: 12px;
}
:lang(hi) .store-link small {
  font-family: Devanagari, sans-serif;
  font-size: 10px;
}
@media (min-width: 1300px) {
  .site-header {
    height: 180px;
  }
  .hero {
    padding-top: 45px;
  }
  .hero-note {
    margin-top: 84px;
  }
  .rhythm-inner {
    padding-block: 74px;
  }
  .closing {
    padding-block: 70px 85px;
  }
}
@media (max-width: 1050px) and (min-width: 701px) {
  .store-links {
    gap: 16px;
  }
  .store-link {
    min-width: 176px;
    padding: 9px 12px;
    gap: 9px;
  }
  .store-link strong {
    font-size: 19px;
  }
  .store-link small {
    font-size: 10px;
  }
  .store-link img {
    width: 27px;
  }
  .hero-note {
    margin-top: 55px;
  }
  .hero-screen {
    margin-top: -50px;
  }
  .site-header {
    height: 145px;
  }
}
@media (max-width: 700px) {
  .shell {
    width: 88%;
  }
  .site-header {
    height: 115px;
    gap: 16px;
  }
  .brand {
    transform: none;
    width: 185px;
    height: 58px;
  }
  .brand img {
    width: 220px;
    left: -20px;
    top: -28px;
  }
  .header-languages {
    font-size: 11px;
  }
  .header-languages summary {
    min-height: 36px;
    padding-inline: 8px;
  }
  .hero-paper {
    background-size: auto 760px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 10px;
    padding-bottom: 42px;
  }
  .hero-copy {
    padding-top: 12px;
  }
  .hero h1 {
    font-size: clamp(49px, 11vw, 70px);
    max-width: 540px;
  }
  .lede {
    margin-top: 23px;
    font-size: 20px;
    max-width: 520px;
  }
  .store-links {
    margin-top: 25px;
    gap: 12px;
  }
  .store-link {
    min-width: 155px;
    padding: 10px 12px;
    gap: 9px;
  }
  .store-link strong {
    font-size: 20px;
  }
  .store-link small {
    font-size: 10px;
  }
  .hero-note {
    margin: 25px 0 0 auto;
    width: 180px;
    font-size: 27px;
  }
  .hero-screen {
    width: min(82%, 360px);
    margin: 0 auto;
  }
  .rhythm,
  :lang(ar) .rhythm {
    background-size: auto 325px;
    background-position: right bottom;
  }
  .rhythm-inner {
    min-height: 640px;
    padding-top: 40px;
    padding-bottom: 320px;
  }
  .rhythm-copy,
  :lang(ar) .rhythm-copy {
    width: 100%;
    max-width: 490px;
    margin: 0;
  }
  .rhythm-copy h2 {
    font-size: 48px;
  }
  .rhythm-copy p {
    font-size: 20px;
    max-width: 480px;
  }
  .pace-note {
    inset-block-start: auto;
    bottom: 220px;
    inset-inline-end: 3%;
    font-size: 26px;
  }
  .closing {
    padding: 45px 0 60px;
    background-size: auto 650px;
  }
  .closing h2 {
    font-size: 48px;
  }
  .closing-inner > p:not(.signoff) {
    font-size: 20px;
  }
  .signoff {
    font-size: 9px;
  }
  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  :lang(ar) .hero h1,
  :lang(hi) .hero h1 {
    font-size: 44px;
  }
  :lang(ar) .rhythm-copy h2,
  :lang(hi) .rhythm-copy h2,
  :lang(ar) .closing h2,
  :lang(hi) .closing h2 {
    font-size: 36px;
  }
  :lang(ar) .pace-note {
    left: auto;
    right: 4%;
    bottom: 205px;
  }
}
@media (max-width: 385px) {
  .header-languages summary > [lang] {
    font-size: 0;
  }
  .header-languages summary > [lang]::before {
    content: attr(data-language-code);
    font-family: Body, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 370px) {
  .site-header {
    gap: 10px;
  }
  .header-languages summary {
    padding-inline: 6px;
  }
  .store-links {
    gap: 9px;
  }
  .store-link {
    min-width: 0;
    flex: 1;
    padding: 10px 8px;
  }
  .store-link strong {
    font-size: 18px;
  }
  .store-link small {
    font-size: 9px;
  }
  .store-link img {
    width: 24px;
  }
  .hero h1 {
    font-size: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .store-link {
    transition: none;
  }
  .store-link:hover {
    transform: none;
  }
}
