:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #07111f;
  --muted: #526172;
  --muted-strong: #2f4056;
  --line: #dce6ef;
  --panel: #ffffff;
  --soft: #f6f9fc;
  --blue: #0876e8;
  --blue-strong: #005fc7;
  --blue-soft: #eef7ff;
  --mint: #26af8e;
  --mint-strong: #11856c;
  --mint-soft: #effcf8;
  --shadow: 0 22px 54px rgba(15, 48, 86, 0.14);
  --soft-shadow: 0 12px 30px rgba(15, 48, 86, 0.09);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Avenir Next", "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 30;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 42px;
  border-bottom: 1px solid rgba(220, 230, 239, 0.85);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand-lockup,
.site-nav,
.hero-actions,
.contact-links,
.support-link {
  display: flex;
  align-items: center;
}

.brand-lockup {
  gap: 11px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

.brand-lockup img,
.hero-icon,
.entry-icon {
  border-radius: var(--radius);
}

.studio-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue), var(--mint));
  color: white;
  font-size: 19px;
  font-weight: 800;
}

.site-nav {
  gap: 30px;
}

.site-nav a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
}

main {
  overflow: hidden;
}

.home-page {
  --amber: #f5a43a;
  --hero-ink: #061226;
}

.xremind-header {
  min-height: 78px;
  box-shadow: 0 8px 26px rgba(7, 17, 31, 0.06);
}

.xremind-lockup {
  gap: 13px;
  font-size: 23px;
  font-weight: 820;
}

.xremind-lockup img {
  width: 42px;
  height: 42px;
  box-shadow: 0 10px 22px rgba(15, 48, 86, 0.08);
}

.brand-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(700px, calc(100svh - 78px), 880px);
  padding: 78px 42px 98px;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid rgba(220, 230, 239, 0.78);
  isolation: isolate;
}

.brand-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.96;
}

.brand-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 150px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

.brand-hero-copy {
  width: min(720px, 100%);
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.brand-hero h1 {
  margin-bottom: 20px;
  color: var(--hero-ink);
  font-size: clamp(72px, 12vw, 152px);
  font-weight: 860;
  line-height: 0.9;
}

.hero-statement {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--hero-ink);
  font-size: clamp(31px, 4.2vw, 52px);
  font-weight: 560;
  line-height: 1.12;
}

.hero-body {
  max-width: 610px;
  margin-bottom: 34px;
  color: var(--muted-strong);
  font-size: 20px;
  line-height: 1.65;
}

.home-page .button {
  gap: 10px;
}

.button svg,
.text-link svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border-radius: var(--radius);
  padding: 12px 10px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 760;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--blue-strong);
}

.brand-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  margin: -54px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.brand-principles article {
  padding: 28px;
}

.brand-principles article + article {
  border-left: 1px solid var(--line);
}

.brand-principles span {
  display: block;
  margin-bottom: 20px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 820;
}

.brand-principles strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}

.brand-principles p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.product-catalog {
  padding-top: 112px;
  background:
    linear-gradient(90deg, rgba(8, 118, 232, 0.08), rgba(255, 255, 255, 0.98) 46%, rgba(38, 175, 142, 0.09)),
    #ffffff;
}

.future-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
  padding: 88px 42px;
  background:
    linear-gradient(120deg, rgba(7, 17, 31, 0.96), rgba(7, 27, 50, 0.94)),
    #07111f;
  color: white;
}

.future-section > div {
  max-width: 720px;
  justify-self: end;
}

.future-section h2 {
  max-width: 700px;
  margin-bottom: 18px;
  color: white;
  font-size: clamp(36px, 5.2vw, 64px);
  font-weight: 800;
  line-height: 1.02;
}

.future-section p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

.future-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 430px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.future-list li {
  min-height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.future-list span {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: 740;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 52px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 42px 98px;
}

.about-copy h2 {
  max-width: 640px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(38px, 5.2vw, 66px);
  font-weight: 820;
  line-height: 1.02;
}

.about-copy p {
  max-width: 680px;
  color: var(--muted-strong);
  font-size: 19px;
  line-height: 1.7;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-notes {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, #f8fbff);
  box-shadow: var(--soft-shadow);
}

.about-notes div {
  padding: 24px;
}

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

.about-notes strong,
.about-notes span {
  display: block;
}

.about-notes strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 18px;
}

.about-notes span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.company-copy,
.product-hero-copy,
.section-heading,
.feature-section > div,
.contact-section > div {
  min-width: 0;
}

.company-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 56px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
  padding: 116px 42px 72px;
}

.company-copy {
  max-width: 780px;
}

.company-copy h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 790;
  line-height: 0.98;
}

.company-copy p {
  max-width: 640px;
  color: var(--muted-strong);
  font-size: 20px;
  line-height: 1.62;
}

.company-copy p:last-child {
  margin-bottom: 0;
}

.company-panel {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, #f7fbff);
  box-shadow: var(--soft-shadow);
}

.company-panel div {
  padding: 24px;
}

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

.company-panel strong,
.company-panel span {
  display: block;
}

.company-panel strong {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.25;
}

.company-panel span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.product-entry-section {
  padding: 72px 42px 92px;
  background: linear-gradient(90deg, var(--blue-soft), #ffffff 50%, var(--mint-soft));
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading-left {
  max-width: 1180px;
  text-align: left;
}

.section-heading h2,
.feature-section h2,
.privacy-strip h2,
.product-support h2,
.contact-section h2,
body > main > header h1 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 770;
  line-height: 1.08;
}

.section-heading p,
.feature-section > div > p,
.privacy-strip p,
.product-support p,
.contact-section p,
body > main > header p,
.panel p,
p.meta {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.entry-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  min-height: 460px;
  gap: 28px;
  align-items: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  background: var(--panel);
  text-decoration: none;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.entry-card:hover,
.entry-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.entry-card-blue:hover,
.entry-card-blue:focus-visible {
  border-color: rgba(8, 118, 232, 0.45);
}

.entry-card-mint:hover,
.entry-card-mint:focus-visible {
  border-color: rgba(38, 175, 142, 0.45);
}

.entry-card-blue {
  background: linear-gradient(155deg, #ffffff, #eef7ff);
}

.entry-card-mint {
  background: linear-gradient(155deg, #ffffff, #effcf8);
}

.entry-icon {
  grid-column: 1;
  grid-row: 1;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  box-shadow: 0 12px 24px rgba(16, 65, 104, 0.12);
}

.entry-card > div {
  grid-column: 1;
  grid-row: 2;
}

.entry-card h3 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.1;
}

.entry-card p {
  max-width: 360px;
  margin-bottom: 24px;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.62;
}

.entry-card span {
  color: currentColor;
  font-size: 15px;
  font-weight: 760;
}

.entry-card-blue {
  color: var(--blue);
}

.entry-card-mint {
  color: var(--mint-strong);
}

.entry-card h3,
.entry-card p {
  color: var(--ink);
}

.entry-screenshot {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: center;
  width: 190px;
  height: auto;
  max-height: 390px;
  border-radius: 28px;
  object-fit: contain;
  object-position: top;
  box-shadow: var(--shadow);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 42px;
  border-top: 1px solid var(--line);
}

.contact-links {
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}

.contact-links a,
.button,
body > main > header nav a,
.links a {
  border-radius: var(--radius);
  font-weight: 740;
  text-decoration: none;
}

.contact-links a {
  border: 1px solid var(--line);
  padding: 11px 14px;
  color: var(--muted-strong);
  background: white;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1fr);
  align-items: center;
  gap: 54px;
  min-height: 780px;
  padding: 76px 42px 64px;
}

.product-hero-blue {
  background: linear-gradient(180deg, #ffffff, #edf7ff);
}

.product-hero-mint {
  background: linear-gradient(180deg, #ffffff, #eefcf8);
}

.product-hero-copy {
  max-width: 620px;
  justify-self: end;
}

.hero-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 26px;
  box-shadow: 0 12px 24px rgba(16, 65, 104, 0.13);
}

.product-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 790;
  line-height: 1;
}

.product-hero p {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--muted-strong);
  font-size: 20px;
  line-height: 1.62;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  color: white;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button-blue {
  background: var(--blue);
}

.button-mint {
  background: var(--mint);
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
  background: white;
}

.hero-media {
  position: relative;
  min-height: 630px;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 60px 12px 28px;
  border: 1px solid rgba(220, 230, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

.hero-phone-shot,
.hero-widget-shot {
  position: absolute;
  border-radius: 34px;
  object-fit: contain;
  object-position: top;
  background: transparent;
  box-shadow: var(--shadow);
}

.hero-phone-shot {
  right: 38px;
  bottom: 32px;
  width: min(286px, 35vw);
  height: auto;
}

.hero-widget-shot {
  left: 18px;
  top: 26px;
  width: 292px;
  height: auto;
  z-index: 2;
}

.hero-widget-home {
  object-fit: cover;
  object-position: top;
}

.hero-media-blue .hero-widget-shot {
  width: 334px;
}

.hero-media-blue .hero-phone-shot {
  width: min(250px, 32vw);
  right: 34px;
  bottom: 34px;
}

.hero-media-mint .hero-widget-shot {
  width: 276px;
}

.hero-media-mint .hero-phone-shot {
  width: min(270px, 34vw);
  right: 36px;
  bottom: 30px;
}

.widget-section {
  padding: 78px 42px 86px;
  background: white;
}

.widget-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.widget-grid article,
.feature-list-cards article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: white;
  box-shadow: 0 10px 24px rgba(15, 48, 86, 0.07);
}

.widget-grid-blue article {
  background: linear-gradient(145deg, #ffffff, #eef7ff);
}

.widget-grid-mint article {
  background: linear-gradient(145deg, #ffffff, #effcf8);
}

.widget-grid strong,
.feature-list-cards strong,
.medical-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.28;
}

.widget-grid p,
.feature-list-cards p,
.medical-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.widget-showcase {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  justify-content: center;
  gap: 22px;
  max-width: 650px;
  margin: 0 auto 26px;
}

.widget-showcase img {
  width: 250px;
  height: 542px;
  border-radius: 34px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 46px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 42px;
  border-top: 1px solid var(--line);
}

.feature-section > div > p {
  max-width: 460px;
}

.feature-list-cards {
  display: grid;
  gap: 16px;
}

.feature-list-cards span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.pillio-page .feature-list-cards span {
  color: var(--mint-strong);
}

.privacy-strip,
.medical-note,
.product-support {
  max-width: 980px;
  margin: 0 auto 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 36px;
  background: linear-gradient(145deg, #ffffff, #f7fbff);
  box-shadow: 0 10px 26px rgba(15, 48, 86, 0.07);
}

.pillio-page .privacy-strip,
.pillio-page .medical-note {
  background: linear-gradient(145deg, #ffffff, #f0fcf8);
}

.privacy-strip h2,
.product-support h2 {
  font-size: clamp(28px, 3.5vw, 38px);
}

.privacy-strip a {
  color: var(--blue);
  font-weight: 760;
  text-underline-offset: 3px;
}

.pillio-page .privacy-strip a {
  color: var(--mint-strong);
}

.medical-note {
  background: #ffffff;
}

.product-support {
  margin-bottom: 78px;
  text-align: center;
}

.product-support .button {
  margin-top: 8px;
}

footer {
  border-top: 1px solid var(--line);
  padding: 24px 20px 34px;
  text-align: center;
}

footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Support and privacy pages keep the same stylesheet. */
body > main > header,
.panel {
  width: min(840px, calc(100% - 40px));
  margin: 0 auto;
}

body > main > header {
  padding: 70px 0 28px;
}

body > main > header h1 {
  font-size: clamp(36px, 5vw, 52px);
}

body > main > header nav,
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body > main > header nav a,
.links a {
  border: 1px solid var(--line);
  padding: 10px 14px;
  color: var(--blue);
}

.panel {
  margin-bottom: 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--panel);
  box-shadow: 0 12px 28px rgba(17, 54, 88, 0.07);
}

.panel h2,
body > main > h2,
.panel + h2 {
  margin: 30px 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

body > main > h2,
body > main > h3,
body > main > p {
  width: min(840px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

body > main > h2 {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

body > main > h3 {
  margin-bottom: 6px;
  color: var(--ink);
}

body > main > p,
body > main li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

body > main a:not(.button):not(.brand-lockup):not(.entry-card) {
  text-underline-offset: 3px;
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--mint), var(--blue));
  color: white;
  font-size: 30px;
}

@media (max-width: 1120px) {
  .future-section,
  .about-section,
  .company-hero,
  .contact-section,
  .feature-section,
  .product-hero {
    grid-template-columns: 1fr;
  }

  .future-section > div {
    justify-self: start;
  }

  .company-panel,
  .product-hero-copy {
    justify-self: stretch;
  }

  .product-hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 600px;
  }

  .hero-phone-shot {
    right: calc(50% - 300px);
    width: 292px;
  }

  .hero-widget-shot {
    left: calc(50% - 300px);
  }
}

@media (max-width: 900px) {
  .brand-principles,
  .entry-grid,
  .widget-grid {
    grid-template-columns: 1fr;
  }

  .brand-principles article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .entry-card {
    min-height: 420px;
  }

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

  .widget-showcase img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 740px) {
  .site-header {
    position: static;
    display: block;
    padding: 18px 20px;
  }

  .site-nav {
    gap: 18px;
    margin-top: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .brand-hero,
  .brand-principles,
  .future-section,
  .about-section,
  .company-hero,
  .product-entry-section,
  .contact-section,
  .product-hero,
  .widget-section,
  .feature-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-hero {
    align-items: start;
    min-height: 620px;
    padding-top: 70px;
    padding-bottom: 58px;
  }

  .brand-hero-bg {
    object-position: 58% center;
    opacity: 0.72;
  }

  .brand-hero-copy {
    margin-left: 0;
  }

  .brand-hero h1 {
    font-size: clamp(46px, 13.5vw, 64px);
    overflow-wrap: break-word;
  }

  .hero-statement {
    font-size: clamp(28px, 8vw, 38px);
  }

  .hero-body {
    font-size: 17px;
  }

  .brand-principles {
    margin-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .product-catalog {
    padding-top: 72px;
  }

  .future-section {
    gap: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .future-list {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .about-section {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .company-hero {
    padding-top: 64px;
  }

  .brand-hero-copy,
  .about-copy,
  .about-notes,
  .future-section > div,
  .future-list,
  .company-copy,
  .company-panel,
  .product-hero-copy,
  .hero-media,
  .section-heading,
  .entry-grid,
  .contact-section > div,
  .feature-section > div {
    width: 330px;
    max-width: calc(100vw - 40px);
  }

  .company-copy h1,
  .product-hero h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.05;
    width: 330px;
    max-width: calc(100vw - 40px);
    overflow-wrap: break-word;
  }

  .about-copy h2,
  .future-section h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .company-copy p,
  .product-hero p {
    font-size: 17px;
    width: 330px;
    max-width: calc(100vw - 40px);
    overflow-wrap: break-word;
  }

  .entry-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px;
  }

  .entry-icon,
  .entry-card > div,
  .entry-screenshot {
    grid-column: auto;
    grid-row: auto;
  }

  .entry-screenshot {
    width: 190px;
    max-height: 410px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    padding-top: 10px;
  }

  .hero-media::before {
    display: none;
  }

  .hero-phone-shot {
    position: static;
    align-self: start;
    width: 100%;
    height: auto;
    max-height: 420px;
    border-width: 5px;
    border-radius: 28px;
  }

  .hero-widget-shot {
    position: static;
    align-self: start;
    width: 100%;
    height: auto;
    max-height: 420px;
    border-width: 5px;
    border-radius: 28px;
  }

  .hero-media-blue .hero-widget-shot,
  .hero-media-mint .hero-widget-shot {
    width: 100%;
  }

  .widget-showcase {
    gap: 12px;
  }

  .privacy-strip,
  .medical-note,
  .product-support {
    width: calc(100% - 40px);
    padding: 26px 22px;
  }
}

@media (max-width: 460px) {
  .brand-lockup {
    font-size: 18px;
  }

  .xremind-lockup {
    font-size: 20px;
  }

  .brand-hero h1 {
    font-size: 48px;
  }

  .company-copy h1,
  .product-hero h1 {
    font-size: 34px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
  }
}
