@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../../public/fonts/Pretendard-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("../../public/fonts/Pretendard-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("../../public/fonts/Pretendard-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  src: url("../../public/fonts/Pretendard-ExtraBold.ttf") format("truetype");
}

:root {
  --navy: #04435d;
  --ink: #07384d;
  --teal: #13a8cb;
  --cyan: #67d6e2;
  --mint: #c9f5f7;
  --bg: #effbfc;
  --band: #f7fdfd;
  --line: #d5eef3;
  --muted: #6b8490;
  --warm: #f1b86b;
  --white: #ffffff;
  color: var(--ink);
  font-family: Pretendard, Apple SD Gothic Neo, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
p,
li,
span,
strong {
  overflow-wrap: anywhere;
}

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

img {
  max-width: 100%;
}

.static-water {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.static-water::before,
.static-water::after {
  bottom: -1px;
  content: "";
  left: -6vw;
  position: absolute;
  width: 112vw;
}

.static-water::before {
  background: var(--teal);
  clip-path: polygon(0 36%, 8% 31%, 18% 30%, 29% 35%, 42% 39%, 56% 34%, 70% 30%, 84% 36%, 100% 31%, 100% 100%, 0 100%);
  height: 45vh;
}

.static-water::after {
  background: var(--cyan);
  clip-path: polygon(0 48%, 12% 44%, 25% 47%, 39% 52%, 53% 44%, 66% 39%, 79% 47%, 92% 51%, 100% 48%, 100% 100%, 0 100%);
  height: 38vh;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 8px clamp(36px, 5vw, 84px);
  width: 100%;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.brand-logo,
.brand img {
  display: block;
  height: auto;
  width: 174px;
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: 22px;
}

.site-header nav a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-pill {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 999px;
  min-width: 124px;
  padding: 9px 18px;
  text-align: center;
}

.header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  order: 3;
}

.nav-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 4px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.nav-toggle span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 16px;
}

.home-hero {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.82fr);
  margin: 0 auto;
  max-width: 1400px;
  min-height: calc(100vh - 88px);
  padding: 24px 64px 72px;
}

.hero-copy {
  padding-bottom: 58px;
}

.hero-copy h1,
.section-heading h2,
.photo-copy h2,
.download-band h2,
.content-page h1 {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.hero-copy h1 {
  font-size: clamp(58px, 6.2vw, 92px);
  line-height: 1.12;
}

.hero-copy p,
.section-heading p,
.photo-copy p,
.download-band p {
  color: var(--muted);
  letter-spacing: 0;
  line-height: 1.45;
}

.hero-copy p {
  font-size: clamp(22px, 2.1vw, 31px);
  margin: 38px 0 0;
}

.hero-actions,
.download-actions {
  display: flex;
  gap: 18px;
}

.hero-actions {
  margin-top: 72px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 19px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  min-height: 62px;
  min-width: 178px;
  padding: 0 32px;
  white-space: nowrap;
}

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

.button.secondary {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  color: var(--navy);
}

.hero-notes {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.hero-notes li {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 19px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0;
}

.hero-notes li::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
}

.hero-device {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 720px;
  padding-bottom: 30px;
}

.phone-frame {
  --phone-body: #111820;
  --phone-edge: #2a333b;
  --phone-highlight: rgba(255, 255, 255, 0.18);
  --phone-radius: 58px;
  --phone-screen-radius: 44px;
  aspect-ratio: 9.4 / 19.5;
  background: linear-gradient(135deg, var(--phone-highlight), transparent 18%), var(--phone-body);
  border: 1px solid var(--phone-edge);
  border-radius: var(--phone-radius);
  box-shadow:
    0 32px 86px rgba(4, 67, 93, 0.26),
    0 10px 28px rgba(4, 67, 93, 0.16),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset 0 0 0 5px rgba(0, 0, 0, 0.42);
  padding: 16px;
  position: relative;
  width: min(328px, 100%);
}

.phone-frame::before {
  background: #19232b;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 72px;
  z-index: 2;
}

.phone-speaker {
  background: rgba(232, 245, 248, 0.72);
  border-radius: 999px;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 23px;
  transform: translateX(-50%);
  width: 44px;
  z-index: 3;
}

.phone-frame img {
  background: var(--bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--phone-screen-radius);
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.section-band {
  background: var(--band);
  border-top: 1px solid rgba(213, 238, 243, 0.7);
  position: relative;
  z-index: 1;
}

.section-band.soft {
  background: rgba(239, 251, 252, 0.92);
}

.page-hero {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.56fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: 640px;
  padding: 86px 64px 96px;
  position: relative;
  z-index: 1;
}

.page-hero.narrow {
  display: block;
  max-width: 980px;
  min-height: 420px;
}

.page-hero h1,
.photo-copy h1 {
  color: var(--navy);
  font-size: clamp(46px, 5.4vw, 78px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.photo-copy h1 {
  color: var(--white);
}

.page-hero p {
  color: var(--muted);
  font-size: 23px;
  line-height: 1.48;
  margin: 30px 0 0;
}

.feature-hero {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: 720px;
  padding: 72px 64px 110px;
  position: relative;
  z-index: 1;
}

.feature-hero-copy h1,
.feature-module h2 {
  color: var(--navy);
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.feature-hero-copy p,
.feature-module-copy p {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.5;
  margin: 30px 0 0;
}

.phone-stack {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 560px;
  position: relative;
}

.phone-stack .phone-frame {
  width: min(330px, 74vw);
  z-index: 2;
}

.phone-stack .phone-frame-secondary {
  opacity: 0.92;
  position: absolute;
  right: 44%;
  transform: rotate(-6deg) scale(0.86);
  z-index: 1;
}

.detail-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-story {
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.82fr);
}

.brand-story-lead {
  max-width: 620px;
}

.story-lines {
  display: grid;
  gap: 0;
}

.story-lines article {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

.story-lines article:last-child {
  border-bottom: 1px solid var(--line);
}

.story-lines span {
  color: var(--teal);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
}

.story-lines h3 {
  color: var(--navy);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.story-lines p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
  margin: 14px 0 0;
}

.section-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 116px 64px;
}

.section-heading {
  max-width: 760px;
}

.eyebrow,
.feature-kicker {
  color: var(--teal);
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.section-heading h2,
.photo-copy h2,
.download-band h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.16;
}

.section-heading p {
  font-size: 21px;
  margin: 26px 0 0;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.feature-card,
.trust-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.feature-card h3,
.trust-item h3 {
  color: var(--navy);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

.feature-card p,
.trust-item p,
.metric-list p,
.content-page p,
.content-page li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.feature-card p,
.trust-item p {
  margin: 18px 0 0;
}

.flow-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}

.flow-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.flow-card img {
  aspect-ratio: 9 / 16;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 26px;
  display: block;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.showcase-flow .flow-card img {
  max-height: 560px;
}

.flow-card span,
.proof-item span {
  color: var(--teal);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 22px;
}

.flow-card h3,
.proof-item h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
  margin: 10px 0 0;
}

.flow-card p,
.proof-item p,
.story-panel p,
.brand-lockup p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 16px 0 0;
}

.story-panel,
.brand-lockup {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
}

.brand-design {
  align-items: center;
}

.story-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 64px;
}

.story-row strong,
.story-row span {
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
}

.credit-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 48px;
  overflow: hidden;
}

.credit-table div {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 120px 1.2fr;
  padding: 20px 24px;
}

.credit-table div + div {
  border-top: 1px solid var(--line);
}

.credit-table strong,
.credit-table span {
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
}

.credit-table span:last-child {
  color: var(--muted);
  font-weight: 700;
}

.brand-lockup img {
  display: block;
  width: min(420px, 100%);
}

.beverage-belt {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 48px;
}

.beverage-item {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  justify-items: center;
  min-height: 184px;
  padding: 24px 16px;
  text-align: center;
}

.beverage-item img {
  height: 68px;
  object-fit: contain;
  width: 68px;
}

.beverage-item strong {
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  margin-top: 16px;
}

.beverage-item span {
  color: var(--teal);
  font-size: 24px;
  font-weight: 800;
  margin-top: 6px;
}

.feature-module {
  align-items: center;
  background: var(--band);
  border-top: 1px solid rgba(213, 238, 243, 0.7);
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.58fr);
  margin: 0 auto;
  padding: 110px max(64px, calc((100vw - 1240px) / 2));
  position: relative;
  z-index: 1;
}

.feature-module.reverse {
  background: rgba(239, 251, 252, 0.92);
}

.feature-module.reverse .feature-module-copy {
  order: 2;
}

.feature-module-copy {
  max-width: 660px;
}

.feature-module-visual {
  align-items: center;
  display: flex;
  justify-content: center;
}

.feature-module-visual .phone-frame {
  width: min(320px, 100%);
}

.dual-screen {
  gap: 18px;
}

.dual-screen img {
  aspect-ratio: 9 / 16;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 36px;
  box-shadow: 0 24px 64px rgba(4, 67, 93, 0.16);
  object-fit: cover;
  object-position: top;
  width: min(210px, 47%);
}

.split-layout {
  align-items: start;
  display: grid;
  gap: 78px;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.7fr);
}

.metric-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 28px 28px;
}

.metric-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
}

.metric-row span,
.metric-row strong {
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
}

.fine-print {
  margin: 22px 0 0;
}

.photo-story {
  align-items: stretch;
  background: #081f2a;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  min-height: 620px;
  position: relative;
  z-index: 1;
}

.photo-story.standalone {
  margin-top: 0;
}

.photo-story.about-hero {
  display: block;
  min-height: 720px;
  overflow: hidden;
}

.photo-story.about-hero::after {
  background:
    linear-gradient(90deg, rgba(4, 35, 48, 0.78) 0%, rgba(4, 35, 48, 0.46) 34%, rgba(4, 35, 48, 0.08) 72%),
    linear-gradient(0deg, rgba(4, 35, 48, 0.32), rgba(4, 35, 48, 0));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.photo-story img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.photo-story.about-hero picture {
  inset: 0;
  position: absolute;
}

.photo-story.about-hero img {
  height: 100%;
  object-position: center;
  filter: saturate(0.82) contrast(0.98) brightness(1.02);
  width: 100%;
}

.photo-copy {
  align-self: center;
  padding: 72px 72px;
}

.about-hero .photo-copy {
  max-width: 620px;
  padding: 168px 72px;
  position: relative;
  z-index: 2;
}

.photo-copy h2,
.photo-copy p {
  color: var(--white);
}

.photo-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
  margin: 28px 0 0;
}

.privacy-band {
  background: #eefafa;
}

.trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.text-links a {
  border-bottom: 2px solid var(--teal);
  color: var(--navy);
  font-weight: 800;
  padding-bottom: 4px;
}

.download-band {
  align-items: center;
  background: var(--navy);
  color: var(--white);
  display: flex;
  gap: 42px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 72px 64px;
  position: relative;
  z-index: 1;
}

.download-band .eyebrow {
  color: var(--cyan);
}

.download-band h2,
.download-band p {
  color: var(--white);
}

.download-band p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  margin: 18px 0 0;
}

.download-band .button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--white);
}

.site-footer {
  align-items: center;
  display: grid;
  gap: 24px;
  justify-items: center;
  padding: 70px 24px 80px;
  text-align: center;
}

.site-footer img {
  width: 220px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}

.site-footer a,
.site-footer p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.content-page {
  margin: 0 auto;
  max-width: 900px;
  padding: 86px 28px 120px;
  position: relative;
  z-index: 1;
}

.content-page h1 {
  font-size: 54px;
  line-height: 1.1;
}

.content-page section {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 22px;
  padding: 30px;
}

.content-page h2 {
  color: var(--navy);
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.content-page p {
  margin: 0;
}

.content-page ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.content-page li + li {
  margin-top: 8px;
}

.content-page section p + p {
  margin-top: 14px;
}

.content-page > p {
  margin: 18px 0 8px;
}

.magazine-hero {
  margin: 0 auto;
  max-width: 1120px;
  padding: 120px 64px 100px;
  position: relative;
  z-index: 1;
}

.magazine-hero h1 {
  color: var(--navy);
  font-size: clamp(50px, 5.6vw, 82px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
  max-width: 820px;
}

.magazine-hero p {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.5;
  margin: 30px 0 0;
  max-width: 680px;
}

.magazine-grid {
  padding-top: 84px;
}

.post-card {
  color: inherit;
  display: grid;
  gap: 34px;
  text-decoration: none;
}

.featured-post {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.72fr);
}

.featured-post img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.featured-post h2 {
  color: var(--navy);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.16;
  margin: 0;
}

.featured-post p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  margin: 24px 0 0;
}

.featured-post small {
  color: var(--muted);
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 34px;
}

.post-page {
  position: relative;
  z-index: 1;
}

.post-hero {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.72fr);
  margin: 0 auto;
  max-width: 1240px;
  padding: 92px 64px 86px;
}

.post-back {
  border-bottom: 2px solid var(--teal);
  color: var(--navy);
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 28px;
  padding-bottom: 4px;
  width: fit-content;
}

.post-hero h1 {
  color: var(--navy);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
}

.post-hero p {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.52;
  margin: 28px 0 0;
}

.post-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 34px;
}

.post-author img {
  height: 38px;
  width: 38px;
}

.post-author span,
.post-author time {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.post-cover {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.post-body-wrap {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.78fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 36px 64px 120px;
}

.post-visual-note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  position: sticky;
  top: 24px;
}

.post-visual-note h2 {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.24;
  margin: 0;
}

.post-visual-note p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 14px 0 0;
}

.hydration-chart {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.chart-row {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.chart-row strong,
.chart-row > span {
  display: block;
}

.chart-row strong {
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
}

.chart-row > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}

.chart-bars {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.chart-bars div {
  background: #e9f7fa;
  border-radius: 999px;
  height: 28px;
  overflow: hidden;
  position: relative;
}

.chart-bars i {
  background: linear-gradient(90deg, var(--teal), var(--cyan));
  border-radius: inherit;
  display: block;
  height: 100%;
}

.chart-bars span {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.chart-range {
  align-items: center;
  background: #e9f7fa;
  border-radius: 999px;
  color: var(--navy);
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  margin-top: 12px;
}

.post-content h2 {
  color: var(--navy);
  font-size: 32px;
  line-height: 1.22;
  margin: 54px 0 18px;
}

.post-content p,
.post-content li {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.82;
}

.post-content p {
  margin: 0 0 22px;
}

.post-content ul {
  margin: 0 0 28px;
  padding-left: 24px;
}

.post-content a {
  border-bottom: 1px solid var(--teal);
  color: var(--navy);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 18px;
  }

  .brand-logo,
  .brand img {
    width: 148px;
  }

  .site-header nav {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(4, 67, 93, 0.08);
    display: none;
    flex: 1 0 100%;
    gap: 0;
    order: 4;
    overflow: hidden;
  }

  .site-header.is-nav-open nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .site-header nav a {
    align-items: center;
    border-right: 1px solid var(--line);
    display: flex;
    justify-content: center;
    min-height: 48px;
    padding: 0 12px;
  }

  .site-header nav a:last-child {
    border-right: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-pill {
    min-width: 112px;
    padding: 9px 15px;
  }

  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 64px 24px 120px;
  }

  .hero-copy {
    padding-bottom: 32px;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 12vw, 64px);
  }

  .hero-copy p {
    font-size: 20px;
    margin-top: 26px;
  }

  .hero-actions,
  .download-actions {
    flex-wrap: wrap;
  }

  .hero-actions {
    margin-top: 44px;
  }

  .button {
    flex: 1 1 150px;
    font-size: 18px;
    min-height: 58px;
    min-width: 0;
    padding: 0 22px;
  }

  .hero-notes {
    gap: 14px;
    margin-top: 34px;
  }

  .hero-notes li {
    font-size: 16px;
  }

  .hero-device {
    min-height: 0;
    padding: 10px 0 0;
  }

  .phone-frame {
    --phone-radius: 48px;
    --phone-screen-radius: 36px;
    padding: 12px;
    width: min(82vw, 320px);
  }

  .phone-frame::before {
    height: 8px;
    top: 16px;
    width: 56px;
  }

  .phone-speaker {
    top: 18px;
    width: 34px;
  }

  .section-inner {
    padding: 86px 24px;
  }

  .magazine-hero,
  .post-hero {
    padding: 74px 24px 82px;
  }

  .post-body-wrap {
    gap: 42px;
    padding: 30px 24px 96px;
  }

  .post-visual-note {
    position: static;
  }

  .feature-grid,
  .trust-grid,
  .split-layout,
  .detail-grid,
  .brand-story,
  .featured-post,
  .post-hero,
  .post-body-wrap,
  .flow-grid,
  .proof-grid,
  .feature-hero,
  .feature-module,
  .page-hero,
  .photo-story {
    grid-template-columns: 1fr;
  }

  .feature-hero {
    min-height: auto;
    padding: 70px 24px 92px;
  }

  .phone-stack {
    min-height: 520px;
  }

  .feature-module {
    gap: 46px;
    padding: 86px 24px;
  }

  .feature-module.reverse .feature-module-copy {
    order: 0;
  }

  .beverage-belt {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-hero {
    min-height: auto;
    padding: 70px 24px 86px;
  }

  .photo-story {
    min-height: auto;
  }

  .photo-story img {
    aspect-ratio: 16 / 10;
  }

  .photo-copy,
  .download-band {
    padding: 54px 24px;
  }

  .brand-story {
    gap: 38px;
  }

  .story-lines article {
    padding: 26px 0;
  }

  .download-band {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 10px;
    padding: 8px 16px;
  }

  .brand-logo,
  .brand img {
    width: 136px;
  }

  .nav-pill {
    font-size: 14px;
    min-width: 92px;
    padding: 9px 12px;
  }

  .site-header.is-nav-open nav {
    grid-template-columns: 1fr;
  }

  .site-header nav a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
    padding: 0 18px;
  }

  .site-header nav a:last-child {
    border-bottom: 0;
  }

  .home-hero {
    padding-top: 54px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .page-hero h1,
  .feature-hero-copy h1,
  .feature-module h2,
  .photo-copy h1,
  .content-page h1 {
    font-size: 40px;
    line-height: 1.16;
  }

  .page-hero p {
    font-size: 19px;
  }

  .hero-copy p,
  .section-heading p,
  .photo-copy p {
    font-size: 18px;
  }

  .section-heading h2,
  .photo-copy h2,
  .download-band h2,
  .magazine-hero h1,
  .post-hero h1 {
    font-size: 36px;
  }

  .feature-card,
  .trust-item,
  .beverage-item,
  .proof-item,
  .story-panel,
  .brand-lockup,
  .metric-list,
  .content-page section {
    padding: 24px;
  }

  .story-lines h3 {
    font-size: 24px;
  }

  .story-lines p {
    font-size: 17px;
    line-height: 1.58;
  }

  .post-content h2 {
    font-size: 27px;
  }

  .post-content p,
  .post-content li {
    font-size: 17px;
    line-height: 1.72;
  }

  .credit-table div {
    grid-template-columns: 1fr;
  }

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

  .phone-stack {
    justify-content: flex-end;
    min-height: 430px;
  }

  .phone-stack .phone-frame {
    width: min(250px, 66vw);
  }

  .phone-stack .phone-frame-secondary {
    right: 30%;
  }

  .dual-screen {
    align-items: center;
  }

  .photo-story.about-hero {
    min-height: 760px;
  }

  .photo-story.about-hero::after {
    background:
      linear-gradient(180deg, rgba(4, 35, 48, 0.04) 0%, rgba(4, 35, 48, 0.24) 42%, rgba(4, 35, 48, 0.68) 100%),
      linear-gradient(90deg, rgba(4, 35, 48, 0.34), rgba(4, 35, 48, 0.02));
  }

  .photo-story.about-hero img {
    object-position: center top;
  }

  .about-hero .photo-copy {
    padding: 350px 24px 56px;
  }
}
