/** Shopify CDN: Minification failed

Line 836:7 Expected ":"
Line 1000:7 Expected ":"
Line 1228:11 Expected ":"

**/
/* =========================================================
   ONEG PRODUCT PAGE — FINAL POLISH PASS
   Refined after full brand audit
   ========================================================= */

.og-prod-page {
  --og-prod-bg: #f5f1ec;
  --og-prod-surface: #efe8df;
  --og-prod-surface-2: #f8f4ef;
  --og-prod-ink: #4a4036;
  --og-prod-ink-soft: rgba(74, 64, 54, 0.78);
  --og-prod-line: rgba(74, 64, 54, 0.14);
  --og-prod-white: #ffffff;
  --og-prod-shadow-soft: 0 10px 30px rgba(34, 28, 24, 0.03);
  --og-prod-shadow-card: 0 18px 44px rgba(34, 28, 24, 0.06);

  background: var(--og-prod-bg);
  color: var(--og-prod-ink);
}

.og-prod-page *,
.og-prod-page *::before,
.og-prod-page *::after {
  box-sizing: border-box;
}

.og-prod-page img,
.og-prod-page svg,
.og-prod-page video {
  display: block;
  max-width: 100%;
}

.og-prod-page a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   SHARED LAYOUT
   ========================================================= */

.page-width {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

/* =========================================================
   SHARED TYPE DNA
   ========================================================= */

.og-prod-hero__eyebrow,
.og-prod-intro__eyebrow,
.og-prod-included__eyebrow,
.og-prod-selection__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.og-prod-hero__title,
.og-prod-selection__title,
.og-prod-atmosphere__title,
.og-prod-hosting-v2__title,
.og-prod-cta__title,
.og-prod-selection__group-title,
.og-prod-selection__summary-title,
.og-prod-included__title,
.og-prod-included__item-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* =========================================================
   HERO
   ========================================================= */

.og-prod-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  height: 74vh;
  min-height: 580px;
}

.og-prod-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.og-prod-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.og-prod-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 44%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.34) 100%);
}

.og-prod-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.og-prod-hero__content {
  max-width: 520px;
  padding-top: 72px;
  padding-bottom: 54px;
  color: #f7f0e5;
}

.og-prod-hero__eyebrow {
  margin-bottom: 14px;
  color: rgba(247, 240, 229, 0.72);
}

.og-prod-hero__title {
  font-size: clamp(2.8rem, 4.2vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.028em;
  color: #fbf6ee;
  text-wrap: balance;
  max-width: 11ch;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.og-prod-hero__text {
  margin-top: 16px;
  max-width: 430px;
}

.og-prod-hero__text p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.68;
  color: rgba(247, 240, 229, 0.9);
}

.og-prod-hero__support {
  margin-top: 10px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(247, 240, 229, 0.72);
}

.og-prod-hero__actions {
  margin-top: 24px;
}

.og-prod-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border: 1px solid rgba(247, 240, 229, 0.58);
  background: rgba(247, 240, 229, 0.08);
  color: #f7f0e5;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.og-prod-hero__cta:hover {
  background: rgba(247, 240, 229, 0.18);
  transform: translateY(-1px);
}

/* =========================================================
   INTRO
   ========================================================= */

.og-prod-intro {
  padding: 88px 0 68px;
  background: var(--og-prod-bg);
}

.og-prod-intro__inner {
  max-width: 760px;
}

.og-prod-intro__eyebrow {
  margin-bottom: 16px;
  color: rgba(74, 64, 54, 0.58);
}

.og-prod-intro__text p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: #4a4036;
  max-width: 18ch;
}

.og-prod-intro__note {
  margin-top: 16px;
  max-width: 620px;
  font-size: 1.04rem;
  line-height: 1.72;
  color: rgba(74, 64, 54, 0.76);
}

/* =========================================================
   INCLUDED — VALUE STRIP STYLE
   IMPORTANT: this matches the updated Liquid structure:
   heading -> eyebrow/title/text
   grid -> item/item-title/item-text
   ========================================================= */

.og-prod-included {
  padding: 88px 0 96px;
  background: #f8f4ef;
  color: #4a4036;
}

.og-prod-included__inner {
  width: 100%;
}

.og-prod-included__heading {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.og-prod-included__eyebrow {
  margin: 0 0 14px;
  color: rgba(74, 64, 54, 0.72);
}

.og-prod-included__title {
  font-size: clamp(2.5rem, 4.2vw, 4.1rem);
  line-height: 1;
  color: #4a4036;
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

.og-prod-included__text {
  margin-top: 16px;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.og-prod-included__text p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.74;
  color: rgba(74, 64, 54, 0.82);
}

.og-prod-included__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.og-prod-included__item {
  min-width: 0;
  padding: 34px 28px 30px;
  border: 1px solid rgba(74, 64, 54, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 10px 30px rgba(34, 28, 24, 0.03);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: left;
}

.og-prod-included__item-title {
  font-size: clamp(1.8rem, 2.2vw, 2.05rem);
  line-height: 1.02;
  color: #4a4036;
}

.og-prod-included__item-text {
  margin-top: 14px;
}

.og-prod-included__item-text p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.68;
  color: rgba(74, 64, 54, 0.78);
}

.og-prod-included__item-text p + p {
  margin-top: 10px;
}

/* =========================================================
   ATMOSPHERE
   ========================================================= */

.og-prod-atmosphere {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  min-height: 560px;
  color: #fbf6ee;
}

.og-prod-atmosphere__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.og-prod-atmosphere__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.og-prod-atmosphere__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.og-prod-atmosphere__inner {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.og-prod-atmosphere__content {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 72px;
}

.og-prod-atmosphere__title {
  font-size: clamp(2.8rem, 4.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.024em;
  color: #fff7ed;
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.og-prod-atmosphere__text {
  margin-top: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.og-prod-atmosphere__text p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.74;
  color: rgba(255, 247, 237, 0.9);
}

.og-prod-atmosphere__pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.og-prod-atmosphere__pillar {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 247, 237, 0.24);
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-size: 0.76rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 247, 237, 0.95);
}

/* =========================================================
   SELECTION
   ========================================================= */

.og-prod-selection {
  padding: 62px 0 84px;
  border-top: 1px solid rgba(74, 64, 54, 0.08);
  background: var(--og-prod-bg);
  color: var(--og-prod-ink);
}

.og-prod-selection__intro {
  max-width: 760px;
  margin: 0 0 40px;
  text-align: left;
}

.og-prod-selection__eyebrow {
  margin: 0 0 12px;
  color: rgba(74, 64, 54, 0.62);
}

.og-prod-selection__title {
  font-size: clamp(2.35rem, 4vw, 3.85rem);
  line-height: 1;
  color: #4a4036;
  max-width: 14ch;
}

.og-prod-selection__text {
  margin-top: 16px;
  max-width: 44ch;
}

.og-prod-selection__text p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.74;
  color: rgba(74, 64, 54, 0.82);
}

.og-prod-selection__form {
  display: block;
}

.og-prod-selection__groups {
  display: grid;
  gap: 24px;
}

.og-prod-selection__group {
  padding: 30px 28px;
  border: 1px solid rgba(74, 64, 54, 0.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.68) 0%, rgba(255,255,255,0.52) 100%);
  box-shadow: 0 10px 30px rgba(34, 28, 24, 0.03), inset 0 1px 0 rgba(255,255,255,0.55);
}

.og-prod-selection__group-head {
  max-width: 640px;
  margin-bottom: 20px;
}

.og-prod-selection__group-title {
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  line-height: 1.04;
  color: #4a4036;
}

.og-prod-selection__group-text {
  margin: 10px 0 0;
  font-size: 0.96rem;
  line-height: 1.66;
  color: rgba(74, 64, 54, 0.74);
}

.og-prod-selection__options {
  display: grid;
  gap: 14px;
}

.og-prod-selection__options--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.og-prod-selection__options--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.og-prod-selection__option {
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 104px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(74, 64, 54, 0.12);
  border-radius: 20px;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.64) 100%);
  box-shadow: 0 8px 24px rgba(34, 28, 24, 0.025), inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.og-prod-selection__option:hover {
  transform: translateY(-2px);
  border-color: rgba(74, 64, 54, 0.22);
  box-shadow: 0 14px 30px rgba(34, 28, 24, 0.045), inset 0 1px 0 rgba(255,255,255,0.75);
}

.og-prod-selection__option.is-selected {
  border-color: rgba(74, 64, 54, 0.34);
  background: linear-gradient(180deg, rgba(239,232,223,0.95) 0%, rgba(231,223,213,0.82) 100%);
  box-shadow: 0 16px 34px rgba(34, 28, 24, 0.06), inset 0 1px 0 rgba(255,255,255,0.5);
}

.og-prod-selection__option:focus-visible {
  outline: none;
  border-color: rgba(74, 64, 54, 0.34);
  box-shadow: 0 0 0 3px rgba(74, 64, 54, 0.10), 0 14px 30px rgba(34, 28, 24, 0.045);
}

.og-prod-selection__option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.og-prod-selection__option-label {
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #4a4036;
}

.og-prod-selection__option-note {
  display: block;
  font-size: 0.84rem;
  line-height: 1.52;
  color: rgba(74, 64, 54, 0.68);
}

.og-prod-selection__option.is-selected .og-prod-selection__option-label {
  color: #3f352d;
}

.og-prod-selection__option.is-selected .og-prod-selection__option-note {
  color: rgba(63, 53, 45, 0.72);
}

.og-prod-selection__summary {
  margin-top: 24px;
  padding: 28px 28px 30px;
  border-radius: 26px;

  background: linear-gradient(
    180deg,
    rgba(245, 241, 236, 0.95) 0%,
    rgba(239, 232, 223, 0.9) 100%
  );

  border: 1px solid rgba(74, 64, 54, 0.14);

  color: #4a4036;

  box-shadow:
    0 12px 28px rgba(34, 28, 24, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.og-prod-selection__summary-head {
  margin-bottom: 18px;
}

.og-prod-selection__summary-title {
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  line-height: 1.02;
  color: #4a4036;
}

.og-prod-selection__summary-list {
  display: grid;
  gap: 12px;
}

.og-prod-selection__summary-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(74, 64, 54, 0.14);
}

.og-prod-selection__summary-key {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(74, 64, 54, 0.56);
}

.og-prod-selection__summary-value {
  font-size: 0.97rem;
  line-height: 1.5;
  text-align: right;
  color: #4a4036;
}

.og-prod-selection__actions {
  margin-top: 24px;
}

.og-prod-selection__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(74, 64, 54, 0.18);
  background: rgba(255, 255, 255, 0.34);
  color: #4a4036;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.og-prod-selection__cta:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(74, 64, 54, 0.28);
  transform: translateY(-1px);
}

/* =========================================================
   HOSTING EASE — EDITORIAL VERSION
   ========================================================= */

.og-prod-hosting-v2 {
  padding: 44px 0 96px;
  background: var(--og-prod-surface-2);
  color: var(--og-prod-ink);
}

.og-prod-hosting-v2__inner {
  max-width: 720px;
}

.og-prod-hosting-v2__title {
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 1;
  color: #4a4036;
  max-width: 14ch;
}

.og-prod-hosting-v2__text {
  margin-top: 20px;
  max-width: 540px;
}

.og-prod-hosting-v2__text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(74, 64, 54, 0.82);
}

.og-prod-hosting-v2__note {
  margin-top: 16px;
  font-size: 0.95rem;
  color: rgba(74, 64, 54, 0.65);
}

/* =========================================================
   CTA
   ========================================================= */

.og-prod-cta {
  padding: 108px 0 116px;
  background: #3f352d;
  color: #f5f1ec;
}

.og-prod-cta__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.og-prod-cta__title {
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.024em;
  color: #f8f4ef;
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.og-prod-cta__text {
  max-width: 40ch;
  margin: 18px auto 0;
}

.og-prod-cta__text p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.74;
  color: rgba(248, 244, 239, 0.75);
}

.og-prod-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.og-prod-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.og-prod-cta__button:hover {
  transform: translateY(-1px);
}

.og-prod-cta__button--primary {
  background: rgba(248, 244, 239, 0.12);
  border: 1px solid rgba(248, 244, 239, 0.22);
  color: #f8f4ef;
}

.og-prod-cta__button--primary:hover {
  background: rgba(248, 244, 239, 0.18);
  border-color: rgba(248, 244, 239, 0.32);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 989px) {
  .page-width {
    padding-left: 24px;
    padding-right: 24px;
  }

  .og-prod-hero {
    height: 88vh;
    min-height: 540px;
  }

  .og-prod-hero__content {
    max-width: 480px;
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .og-prod-hero__title {
    font-size: clamp(2.55rem, 6vw, 3.7rem);
    max-width: 11ch;
  }

  .og-prod-intro {
    padding: 76px 0 56px;
  }

  .og-prod-intro__text p {
    font-size: clamp(1.8rem, 4.2vw, 2.3rem);
  }

  .og-prod-included {
    padding: 72px 0 84px;
  }

  .og-prod-included__heading {
    margin-bottom: 40px;
    max width:18ch;
  }

  .og-prod-included__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .og-prod-included__item {
    padding: 28px 22px 25px;
    border-radius: 22px;
  }

  .og-prod-included__item-title {
    font-size: clamp(1.62rem, 3vw, 1.84rem);
  }

  .og-prod-included__item-text p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .og-prod-atmosphere {
    min-height: 500px;
  }

  .og-prod-atmosphere__inner {
    min-height: 500px;
  }

  .og-prod-atmosphere__content {
    max-width: 560px;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .og-prod-atmosphere__title {
    font-size: clamp(2.35rem, 6vw, 3.4rem);
    max-width: 14ch;
  }

  .og-prod-atmosphere__text p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .og-prod-selection {
    padding: 52px 0 72px;
  }

  .og-prod-selection__intro {
    margin-bottom: 34px;
  }

  .og-prod-selection__groups {
    gap: 20px;
  }

  .og-prod-selection__group {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .og-prod-selection__options--3,
  .og-prod-selection__options--2 {
    grid-template-columns: 1fr;
  }

  .og-prod-selection__option {
    min-height: 92px;
    border-radius: 18px;
  }

  .og-prod-selection__summary {
    padding: 24px 22px 24px;
    border-radius: 22px;
  }

  .og-prod-hosting-v2 {
    padding: 36px 0 84px;
  }

  .og-prod-cta {
    padding-top: 94px;
    padding-bottom: 102px;
  }

  .og-prod-cta__text p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .og-prod-hero {
    height: auto;
    min-height: 650px;
  }

  .og-prod-hero__overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.32) 54%, rgba(0, 0, 0, 0.56) 100%);
  }

  .og-prod-hero__inner {
    align-items: flex-end;
  }

  .og-prod-hero__content {
    max-width: 100%;
    padding-top: 78px;
    padding-bottom: 38px;
  }

  .og-prod-hero__title {
    font-size: clamp(2.2rem, 8.8vw, 3.1rem);
    max-width: 11ch;
  }

  .og-prod-hero__text {
    max-width: 100%;
  }

  .og-prod-hero__text p {
    font-size: 0.97rem;
    line-height: 1.64;
    max-width: 30ch;
  }

  .og-prod-intro {
    padding: 68px 0 50px;
  }

  .og-prod-intro__eyebrow {
    font-size: 0.7rem;
  }

  .og-prod-intro__text p {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    line-height: 1.15;
    max-width: 12ch;
  }

  .og-prod-intro__note {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .og-prod-included {
    padding: 66px 0 72px;
  }

  .og-prod-included__heading {
    margin-bottom: 30px;
    max width:20ch;
  }

  .og-prod-included__eyebrow {
    font-size: 0.7rem;
  }

  .og-prod-included__title {
    font-size: clamp(2.1rem, 8.6vw, 3.05rem);
    max-width: 14ch;
  }

  .og-prod-included__text {
    max-width: 100%;
  }

  .og-prod-included__text p {
    font-size: 0.98rem;
    line-height: 1.66;
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  .og-prod-included__grid {
    gap: 14px;
  }

  .og-prod-included__item {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .og-prod-included__item-title {
    font-size: 1.52rem;
    line-height: 1.04;
    max-width: 15ch;
  }

  .og-prod-included__item-text {
    margin-top: 12px;
  }

  .og-prod-included__item-text p {
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .og-prod-atmosphere {
    min-height: auto;
  }

  .og-prod-atmosphere__inner {
    min-height: 460px;
    align-items: flex-end;
  }

  .og-prod-atmosphere__content {
    max-width: 100%;
    padding-top: 74px;
    padding-bottom: 34px;
  }

  .og-prod-atmosphere__title {
    font-size: clamp(2.2rem, 8.8vw, 3.1rem);
    line-height: 1;
    max-width: 12ch;
  }

  .og-prod-atmosphere__text {
    max-width: 100%;
    margin-top: 14px;
  }

  .og-prod-atmosphere__text p {
    font-size: 1rem;
    line-height: 1.66;
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
  }

  .og-prod-atmosphere__pillars {
    gap: 10px;
    margin-top: 22px;
  }

  .og-prod-atmosphere__pillar {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .og-prod-selection {
    padding: 46px 0 64px;
  }

  .og-prod-selection__intro {
    margin-bottom: 28px;
  }

  .og-prod-selection__eyebrow {
    font-size: 0.7rem;
  }

  .og-prod-selection__title {
    font-size: clamp(2rem, 8.4vw, 2.95rem);
    max-width: 14ch;
  }

  .og-prod-selection__text p {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .og-prod-selection__group {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .og-prod-selection__group-title {
    font-size: 1.48rem;
    line-height: 1.04;
  }

  .og-prod-selection__group-text {
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .og-prod-selection__option {
    min-height: 88px;
    padding: 16px;
    border-radius: 16px;
  }

  .og-prod-selection__option-label {
    font-size: 0.92rem;
  }

  .og-prod-selection__option-note {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .og-prod-selection__summary {
    margin-top: 18px;
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .og-prod-selection__summary-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .og-prod-selection__summary-value {
    text-align: left;
  }

  .og-prod-selection__cta {
    width: 100%;
  }

  .og-prod-hosting-v2 {
    padding: 30px 0 74px;
  }

  .og-prod-hosting-v2__title {
    font-size: clamp(2rem, 8vw, 3rem);
    max-width: 16ch;
  }

  .og-prod-hosting-v2__text p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .og-prod-cta {
    padding-top: 78px;
    padding-bottom: 86px;
  }

  .og-prod-cta__title {
    font-size: clamp(2rem, 8vw, 3rem);
    max-width: 15ch;
    letter-spacing: -0.02em;
  }

  .og-prod-cta__text {
    margin-top: 16px;
  }

  .og-prod-cta__text p {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .og-prod-cta__actions {
    margin-top: 24px;
    gap: 14px;
  }

  .og-prod-cta__button {
    width: 100%;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 479px) {
  .page-width {
    padding-left: 18px;
    padding-right: 18px;
  }

  .og-prod-hero {
    min-height: 600px;
  }

  .og-prod-hero__title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }
  .og-prod-included__title{
        max width:20ch;
  }

  .og-prod-hero__text p,
  .og-prod-intro__note,
  .og-prod-included__text p,
  .og-prod-selection__text p,
  .og-prod-atmosphere__text p,
  .og-prod-hosting-v2__text p,
  .og-prod-cta__text p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .og-prod-included__item-text p,
  .og-prod-selection__group-text,
  .og-prod-selection__option-note {
    font-size: 0.91rem;
    line-height: 1.54;
  }

  .og-prod-atmosphere__pillar,
  .og-prod-cta__button,
  .og-prod-selection__cta {
    width: 100%;
    justify-content: center;
  }
}
