/* Uberturnip — mobile-first app hub (v2) */

:root {
  --ut-cream: #f4f1eb;
  --ut-cream-deep: #ebe6dc;
  --ut-green: #2d4a32;
  --ut-green-light: #4a6b4f;
  --ut-green-muted: #5f7a63;
  /* Matches Tasting Room BrandTheme.oliveScreenGradient */
  --ut-olive-gradient-top: #c8d29e;
  --ut-olive-gradient-bottom: #8a9858;
  --ut-text: #1e2a1f;
  --ut-muted: #5c6b5e;
  --ut-card: #ffffff;
  /* Layered shadows — soft contact + deeper drop for a lifted “pop” */
  --ut-shadow: 0 5px 10px rgba(30, 42, 31, 0.14), 0 18px 46px rgba(45, 74, 50, 0.26);
  --ut-shadow-lg: 0 7px 16px rgba(30, 42, 31, 0.16), 0 26px 58px rgba(45, 74, 50, 0.32);
  --ut-shadow-raised: 0 6px 16px rgba(74, 88, 48, 0.22), 0 22px 48px rgba(74, 88, 48, 0.4);
  --ut-shadow-raised-hover: 0 9px 20px rgba(74, 88, 48, 0.28), 0 28px 56px rgba(74, 88, 48, 0.48);
  --ut-shadow-icon: 0 5px 12px rgba(30, 42, 31, 0.16), 0 16px 36px rgba(45, 74, 50, 0.3);
  --ut-shadow-icon-hover: 0 7px 16px rgba(30, 42, 31, 0.18), 0 20px 44px rgba(45, 74, 50, 0.36);
  --ut-radius: 18px;
  --ut-radius-lg: 22px;
  --ut-pink: #e8a0b8;
  --ut-purple: #9b7bb8;
  --ut-blue: #6b9fd4;
  --ut-amber: #c4924a;
  --ut-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ut-max: 420px;
  /* iPhone 15 Pro Max logical screen (430 × 932 pt) */
  --ut-bezel-pad: 7px;
  --ut-screen-w: 430px;
  --ut-screen-h: 932px;
  --ut-phone-outer-w: 444px;
  --ut-phone-outer-h: 946px;
  --ut-device-ratio: 430 / 932;
  --ut-phone-ratio: 444 / 946;
  --ut-stage-pad: 12px;
  --ut-home-pad-top: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--ut-font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ut-text);
  background: #1a1a1a;
  min-height: 100vh;
}

body.ut-has-phone {
  color: #e8e8e8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--ut-green);
}

.ut-footer {
  display: none;
}

/* Phone mockup (dark surround + bezel) */

.ut-main {
  padding: 0;
}

.ut-phone-stage {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100dvh;
  padding: var(--ut-stage-pad);
}

.ut-phone {
  width: min(
    var(--ut-phone-outer-w),
    calc(100vw - var(--ut-stage-pad) * 2),
    calc((100dvh - var(--ut-stage-pad) * 2) * 444 / 946)
  );
  flex-shrink: 0;
}

.ut-phone-bezel {
  background: #1c1c1e;
  border-radius: 44px;
  padding: var(--ut-bezel-pad);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 28px 64px rgba(0, 0, 0, 0.55);
}

.ut-phone-screen {
  position: relative;
  background-color: #f5f2eb;
  background-image:
    radial-gradient(ellipse 90% 60% at 92% 6%, rgba(148, 188, 128, 0.52) 0%, transparent 62%),
    radial-gradient(ellipse 78% 55% at 6% 90%, rgba(148, 188, 128, 0.46) 0%, transparent 58%),
    radial-gradient(ellipse 68% 50% at 90% 94%, rgba(176, 152, 208, 0.42) 0%, transparent 55%),
    linear-gradient(168deg, #faf8f4 0%, #f3efe6 42%, #ebe6dc 100%);
  border-radius: 38px;
  aspect-ratio: var(--ut-device-ratio);
  width: 100%;
  min-height: 0;
  max-height: calc(100dvh - var(--ut-stage-pad) * 2 - var(--ut-bezel-pad) * 2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ut-phone-screen__scroll {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.ut-phone-screen__scroll--fit {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.ut-main--home .ut-phone-screen__scroll--fit {
  flex: 1;
  min-height: 0;
}

.ut-screen-content {
  position: relative;
  padding: 1.65rem 0.85rem 1.1rem;
  min-height: 100%;
  color: var(--ut-text);
}

.ut-main--home .ut-phone-stage {
  align-items: center;
  justify-content: center;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 100dvh;
  padding: var(--ut-stage-pad);
  overflow: hidden;
}

.ut-main--home .ut-phone {
  display: flex;
  flex-direction: column;
  width: min(
    var(--ut-phone-outer-w),
    calc(100vw - var(--ut-stage-pad) * 2),
    calc((100dvh - var(--ut-stage-pad) * 2) * 444 / 946)
  );
  height: min(
    calc(100dvh - var(--ut-stage-pad) * 2),
    calc(min(var(--ut-phone-outer-w), calc(100vw - var(--ut-stage-pad) * 2)) * 946 / 444)
  );
  max-height: calc(100dvh - var(--ut-stage-pad) * 2);
  aspect-ratio: var(--ut-phone-ratio);
}

.ut-main--home .ut-phone-bezel {
  flex: 1;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ut-main--home .ut-phone-screen {
  flex: 1;
  min-height: 0;
  aspect-ratio: unset;
  height: 100%;
  max-height: none;
}

.ut-main--home .ut-screen-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding-top: var(--ut-home-pad-top);
  padding-bottom: 0.5rem;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.ut-home-body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ut-home-foot {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

.ut-main--home .ut-home-foot {
  padding-top: 0.4rem;
}

.ut-bg-leaves {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/screen-bg-leaves.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 1;
}

/* Back link */

.ut-back {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.75rem 0.45rem 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, var(--ut-olive-gradient-top) 0%, var(--ut-olive-gradient-bottom) 100%);
  border-radius: 12px;
  border: 1px solid rgba(45, 58, 30, 0.2);
  box-shadow: var(--ut-shadow-raised);
  text-shadow: 0 1px 2px rgba(45, 58, 30, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ut-back span[aria-hidden="true"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.ut-back:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--ut-shadow-raised-hover);
}

.ut-back:active {
  transform: scale(0.97);
}

/* Leaf icon */

.ut-leaf {
  flex-shrink: 0;
  color: var(--ut-green-light);
  vertical-align: middle;
}

/* Cards */

.ut-card {
  position: relative;
  z-index: 1;
  background: var(--ut-card);
  border-radius: var(--ut-radius-lg);
  box-shadow: var(--ut-shadow-lg);
  padding: 1.15rem 1.2rem;
  margin-bottom: 1rem;
}

.ut-card--intro p,
.ut-card__lead {
  margin: 0;
  color: var(--ut-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.ut-card--intro .ut-card__lead {
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: var(--ut-green);
}

.ut-card--intro p + p {
  margin-top: 0.75rem;
}

.ut-card__lead--center {
  text-align: center;
}

.ut-card__heading {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ut-green);
}

.ut-card__sub {
  margin: -0.5rem 0 1rem;
  font-size: 0.9rem;
  color: var(--ut-muted);
}

.ut-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  color: var(--ut-green);
}

.ut-card__note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: var(--ut-muted);
  font-style: italic;
}

.ut-card--compact p {
  margin: 0;
  color: var(--ut-muted);
  font-size: 0.92rem;
}

/* Home hero */

.ut-hero-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, var(--ut-olive-gradient-top) 0%, var(--ut-olive-gradient-bottom) 100%);
  border-radius: var(--ut-radius-lg);
  box-shadow: var(--ut-shadow-raised);
  padding: 1.1rem 1rem;
  margin-bottom: 1.5rem;
}

.ut-hero-card__brand {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  row-gap: 0.35rem;
  align-items: center;
}

.ut-hero-card__mascot-link {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  display: block;
  line-height: 0;
  border-radius: 14px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ut-hero-card__text {
  display: contents;
}

.ut-hero-card__mascot-link:hover {
  transform: scale(1.03);
  box-shadow: var(--ut-shadow-icon-hover);
}

.ut-hero-card__mascot-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.ut-hero-card__mascot {
  width: 110px;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: var(--ut-shadow-icon);
}

.ut-hero-card__tagline {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  width: 100%;
  min-width: 0;
}

.ut-hero-card__tagline-line {
  display: block;
}

.ut-hero-card__tap-hint {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 10px;
  line-height: 1.35;
  width: 100%;
  min-width: 0;
}

.ut-hero-card__tap-hint a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.92;
}

.ut-hero-card__tap-hint a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Home apps — available (large) + in development (small) */

.ut-home-apps {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
}

.ut-main--home .ut-home-apps {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ut-main--home .ut-hero-card {
  margin-bottom: 0.65rem;
  padding: 0.75rem 0.8rem;
  flex-shrink: 0;
}

.ut-main--home .ut-hero-card__brand {
  column-gap: calc(0.85rem - 5px);
  row-gap: 0.25rem;
}

.ut-main--home .ut-hero-card__tagline {
  line-height: 1.3;
}

.ut-main--home .ut-hero-card__mascot {
  width: 92px;
}

.ut-main--home .ut-home-apps__available {
  gap: 0.5rem 0.75rem;
}

.ut-main--home .ut-home-apps__dev {
  margin-top: 0.65rem;
}

.ut-main--home .ut-home-apps__dev-heading {
  margin-bottom: 0.55rem;
  padding: 0.4rem 0.75rem;
}

.ut-main--home .ut-home-apps__dev-grid {
  row-gap: 0.7rem;
  column-gap: 0.65rem;
}

.ut-main--home .ut-home-app--large .ut-home-app__icon {
  width: 82px;
  height: 82px;
}

.ut-main--home .ut-home-app--small .ut-home-app__icon {
  width: 50px;
  height: 50px;
}

.ut-main--home .ut-dock {
  padding: 0.55rem 0.45rem;
}

.ut-home-apps__available {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem 1rem;
  padding: 0 0.15rem;
}

.ut-home-apps__dev {
  margin-top: 1.35rem;
}

.ut-home-apps__dev-heading {
  margin: 0 0 0.75rem;
  padding: 0.5rem 0.85rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, var(--ut-olive-gradient-top) 0%, var(--ut-olive-gradient-bottom) 100%);
  border-radius: 12px;
  border: 1px solid rgba(45, 58, 30, 0.2);
  box-shadow: var(--ut-shadow);
}

.ut-home-apps__dev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.75rem;
  row-gap: 1.15rem;
  padding: 0 0.25rem;
}

.ut-home-app,
.ut-dock__item {
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.ut-home-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.ut-home-app__icon-wrap {
  position: relative;
  display: block;
  margin-bottom: 0.35rem;
}

.ut-home-app--large .ut-home-app__icon {
  width: 96px;
  height: 96px;
  border-radius: 20px;
}

.ut-home-app--small .ut-home-app__icon {
  width: 56px;
  height: 56px;
  border-radius: 13px;
}

.ut-home-app__icon {
  box-shadow: var(--ut-shadow-icon);
}

.ut-home-app:hover .ut-home-app__icon {
  box-shadow: var(--ut-shadow-icon-hover);
}

.ut-home-app.is-pressed,
.ut-dock__item.is-pressed {
  transform: scale(0.96);
  opacity: 0.88;
}

.ut-home-app--large .ut-home-app__label {
  font-size: 14px;
}

.ut-home-app--small .ut-home-app__label {
  font-size: 12px;
}

.ut-home-app__label {
  font-weight: 700;
  color: var(--ut-green);
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
}

.ut-home-app__subtitle {
  margin-top: 0.15rem;
  font-size: 10px;
  font-weight: 600;
  color: var(--ut-green-muted);
  line-height: 1.2;
}

.ut-home-app--small .ut-home-app__subtitle {
  font-size: 11px;
}

.ut-home-app__status {
  margin-top: 0.2rem;
  font-size: 11px;
  font-weight: 600;
}

.ut-home-app__status--available {
  color: var(--ut-green-light);
}

.ut-badge {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ut-purple);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.ut-badge--inline {
  position: static;
  transform: none;
  flex-shrink: 0;
}

.ut-badge--soon {
  color: var(--ut-purple);
}

/* Dock */

.ut-dock {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(180deg, var(--ut-olive-gradient-top) 0%, var(--ut-olive-gradient-bottom) 100%);
  border-radius: var(--ut-radius);
  padding: 0.65rem 0.5rem;
  margin-bottom: 0;
  box-shadow: var(--ut-shadow-raised);
}

.ut-dock__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ut-dock__item:hover {
  color: #fff;
}

.ut-dock__item:hover .ut-dock__icon {
  transform: translateY(-2px) scale(1.06);
  box-shadow: var(--ut-shadow-icon-hover);
}

.ut-dock__icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: var(--ut-shadow-icon);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ut-dock__icon--mascot {
  background: linear-gradient(180deg, #ffffff 0%, #f0ebe2 100%);
  border: 1px solid rgba(45, 74, 50, 0.12);
  padding: 2px;
}

/* URL bar */

.ut-home-foot .ut-url-bar {
  width: 100%;
  max-width: none;
}

.ut-url-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background: linear-gradient(180deg, var(--ut-olive-gradient-top) 0%, var(--ut-olive-gradient-bottom) 100%);
  border-radius: 999px;
  box-shadow: var(--ut-shadow-raised);
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ut-url-bar:hover {
  transform: scale(1.02);
  box-shadow: var(--ut-shadow-raised-hover);
}

.ut-url-bar:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.ut-url-bar__text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.ut-url-bar .ut-leaf {
  width: 14px;
  height: 14px;
  color: #fff;
  opacity: 0.92;
}

/* Page hero */

.ut-page-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 1rem;
}

.ut-page-hero--center {
  padding-top: 0.85rem;
}

.ut-page-hero__mascot,
.ut-page-hero__app-icon {
  margin: 0 auto 0.75rem;
  border-radius: 20px;
  box-shadow: var(--ut-shadow-icon);
}

.ut-page-hero__mascot {
  width: 120px;
  height: auto;
  display: block;
}

.ut-page-hero__app-icon {
  width: 88px;
  height: 88px;
}

.ut-page-hero__tagline,
.ut-page-hero__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.92rem;
  color: var(--ut-green-muted);
  font-weight: 600;
}

.ut-page-hero__leaf-divider {
  display: block;
  margin-top: 0.5rem;
}

/* Values (About) */

.ut-values {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ut-values__item {
  display: flex;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(45, 74, 50, 0.08);
}

.ut-values__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ut-values__item strong {
  display: block;
  color: var(--ut-green);
  font-size: 0.92rem;
  margin-bottom: 0.15rem;
}

.ut-values__item p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ut-muted);
  line-height: 1.45;
}

.ut-values__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ut-cream-deep);
}

.ut-values__icon--privacy { background: #d4e8d0; }
.ut-values__icon--design { background: #e8d4f0; }
.ut-values__icon--everyday { background: #f5e8b8; }
.ut-values__icon--care { background: #d4e4f5; }

/* App list (About) */

.ut-app-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ut-app-list__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(45, 74, 50, 0.08);
  text-decoration: none;
  color: inherit;
}

.ut-app-list li:last-child .ut-app-list__row {
  border-bottom: none;
}

.ut-app-list__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: var(--ut-shadow-icon);
}

.ut-app-list__body {
  flex: 1;
  min-width: 0;
}

.ut-app-list__name {
  display: block;
  font-weight: 700;
  color: var(--ut-green);
  font-size: 0.95rem;
}

.ut-app-list__desc {
  display: block;
  font-size: 0.78rem;
  color: var(--ut-muted);
  line-height: 1.35;
}

.ut-app-list__chevron {
  font-size: 1.25rem;
  color: var(--ut-green-muted);
  font-weight: 300;
}

/* CTA row */

.ut-cta-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.ut-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 1.25;
}

.ut-btn--primary {
  background: var(--ut-green);
  color: #fff;
  box-shadow: var(--ut-shadow);
}

.ut-btn--primary .ut-leaf {
  color: rgba(255, 255, 255, 0.85);
  width: 14px;
  height: 14px;
}

.ut-btn--secondary {
  background: var(--ut-card);
  color: var(--ut-green);
  border: 1.5px solid rgba(45, 74, 50, 0.2);
  box-shadow: var(--ut-shadow);
}

/* Features */

.ut-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ut-features__item {
  display: flex;
  gap: 0.75rem;
  padding: 0.55rem 0;
}

.ut-features__item strong {
  display: block;
  color: var(--ut-green);
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

.ut-features__item p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ut-muted);
}

.ut-feature-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.ut-feature-icon--pencil { background: #e0d0f0; }
.ut-feature-icon--camera { background: #f5d4b0; }
.ut-feature-icon--star { background: #f5e8a8; }
.ut-feature-icon--search { background: #d0ecd4; }
.ut-feature-icon--export { background: #d4e8f5; }
.ut-feature-icon--bowl { background: #e8d4f0; }
.ut-feature-icon--leaf { background: #d0ecd4; }
.ut-feature-icon--chart { background: #f5d4b0; }
.ut-feature-icon--target { background: #d4e8f5; }
.ut-feature-icon--brush { background: #f0d0e0; }
.ut-feature-icon--notes { background: #d0ecd4; }
.ut-feature-icon--flight { background: #e0d0f0; }
.ut-feature-icon--library { background: #f5d4b0; }
.ut-feature-icon--descriptor { background: #d4e8f5; }

/* Screenshots */

.ut-screenshot-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.ut-screenshot-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ut-screenshot-placeholder {
  aspect-ratio: 9 / 16;
  background: linear-gradient(145deg, #e8e4dc, #f5f2ec);
  border-radius: 14px;
  border: 1px dashed rgba(45, 74, 50, 0.2);
  box-shadow: var(--ut-shadow);
}

.ut-screenshot-placeholder--large {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.ut-screenshot-placeholder--large span {
  font-size: 0.75rem;
  color: var(--ut-muted);
  font-weight: 600;
}

.ut-screenshot-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: var(--ut-shadow);
  background: #e8e4dc;
}

.ut-screenshot-img--large {
  min-height: 0;
}

.ut-gallery-hint {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.82rem;
  color: var(--ut-muted);
  margin: 0 0 1rem;
}

.ut-link-more {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.ut-link-more:hover {
  text-decoration: underline;
}

/* Support / Privacy content */

.ut-support-email__link {
  font-weight: 700;
  color: var(--ut-green);
  text-decoration: none;
}

.ut-support-email__link:hover {
  text-decoration: underline;
}

.ut-faq {
  margin: 0;
}

.ut-faq__item {
  margin-bottom: 1rem;
}

.ut-faq__item:last-child {
  margin-bottom: 0;
}

.ut-faq__item dt {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: var(--ut-green);
}

.ut-faq__item dd {
  margin: 0;
  color: var(--ut-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ut-faq__item dd a {
  color: var(--ut-green);
}

.ut-bullet-list {
  margin: 0.75rem 0;
  padding-left: 1.2rem;
  color: var(--ut-muted);
}

.ut-bullet-list li {
  margin-bottom: 0.35rem;
}

.ut-privacy__effective {
  margin: 0 0 0.85rem;
  font-size: 12px;
  font-weight: 600;
  color: var(--ut-green-muted);
}

.ut-privacy__heading {
  margin: 1.1rem 0 0.45rem;
  font-size: 15px;
  font-weight: 700;
  color: var(--ut-green);
  line-height: 1.3;
}

.ut-card--privacy-app p {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ut-muted);
}

.ut-card--privacy-app p:last-child {
  margin-bottom: 0;
}

.ut-card--privacy-app .ut-bullet-list {
  margin: 0.5rem 0 0.85rem;
}

.ut-privacy-anchor {
  scroll-margin-top: 0.75rem;
}

.ut-privacy-toc__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ut-privacy-toc__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.ut-privacy-toc__table th,
.ut-privacy-toc__table td {
  padding: 0.55rem 0.45rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(45, 74, 50, 0.1);
}

.ut-privacy-toc__table th {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ut-green-muted);
}

.ut-privacy-toc__table tbody tr:last-child th,
.ut-privacy-toc__table tbody tr:last-child td {
  border-bottom: none;
}

.ut-privacy-toc__link {
  font-weight: 700;
  color: var(--ut-green);
  text-decoration: none;
}

.ut-privacy-toc__link:hover {
  text-decoration: underline;
}

.ut-privacy-toc__date {
  white-space: nowrap;
  font-size: 12px;
  color: var(--ut-green-muted);
  text-align: right;
}

.ut-privacy-toc__dash {
  color: var(--ut-green-muted);
  opacity: 0.55;
}

/* About story */

.ut-story {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ut-muted);
}

.ut-story p {
  margin: 0 0 0.9rem;
}

.ut-story p:last-child {
  margin-bottom: 0;
}

.ut-story__punch {
  font-weight: 700;
  color: var(--ut-green);
  white-space: nowrap;
}

/* Store buttons */

.ut-store-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 1rem 0 0.75rem;
}

.ut-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 11.5rem;
  padding: 0.55rem 1rem 0.55rem 0.85rem;
  border-radius: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 1.1;
  box-shadow: var(--ut-shadow);
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.ut-store-btn--ios {
  background: #000;
  color: #fff;
}

a.ut-store-btn--ios {
  cursor: pointer;
}

a.ut-store-btn--ios:hover,
a.ut-store-btn--ios:focus-visible {
  background: #1a1a1a;
}

.ut-store-btn--ios.ut-store-btn--disabled {
  opacity: 0.72;
  cursor: default;
}

.ut-store-btn__apple {
  width: 1.45rem;
  height: auto;
  flex-shrink: 0;
  color: #fff;
}

.ut-store-btn__copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.ut-store-btn__line {
  display: block;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.ut-store-btn__line--title {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.ut-store-row--reserved {
  pointer-events: none;
}

.ut-store-placeholder {
  display: inline-block;
  min-width: 11.5rem;
  min-height: 2.85rem;
  border-radius: 10px;
}

.ut-privacy-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: var(--ut-green-muted);
  text-align: center;
}

.ut-privacy-note__icon {
  font-size: 0.9rem;
}

/* WordPress content */

.ut-article__content {
  font-size: 0.92rem;
  color: var(--ut-muted);
}

.ut-article__content p {
  margin: 0 0 0.75rem;
}

.ut-article__content img {
  border-radius: 12px;
  margin: 0.5rem 0;
}

.ut-placeholder {
  color: var(--ut-muted);
  font-style: italic;
}

/* Wider screens — desktop padding around phone (≤1440px) */

@media (min-width: 480px) {
  :root {
    --ut-stage-pad: 16px;
  }

  .ut-phone-stage {
    align-items: center;
  }

  .ut-home-app--large .ut-home-app__icon {
    width: 104px;
    height: 104px;
  }

  .ut-home-app--small .ut-home-app__icon {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 768px) {
  :root {
    --ut-stage-pad: 20px;
  }
}

@media (min-width: 1024px) {
  :root {
    --ut-stage-pad: 24px;
  }
}

@media (min-width: 1441px) {
  :root {
    --ut-stage-pad: 24px;
  }
}
