/* Local variable fonts: Google Fonts, SIL Open Font License (see fonts/*-OFL.txt). */
@font-face { font-family:"DM Sans"; src:url("/demo/fonts/dmsans.ttf") format("truetype"); font-weight:100 1000; font-style:normal; font-display:swap; }
@font-face { font-family:"Manrope"; src:url("/demo/fonts/manrope.ttf") format("truetype"); font-weight:200 800; font-style:normal; font-display:swap; }
@font-face { font-family:"Space Grotesk"; src:url("/demo/fonts/spacegrotesk.ttf") format("truetype"); font-weight:300 700; font-style:normal; font-display:swap; }
@font-face { font-family:"Lora"; src:url("/demo/fonts/lora.ttf") format("truetype"); font-weight:400 700; font-style:normal; font-display:swap; }
:root {
  --primary: #0098d2;
  --secondary: #173e5b;
  --accent: #ffbf19;
  --paper: #f3f8fb;
  --muted: #60798b;
  --line: #dce5eb;
  --radius: 24px;
  font-family: var(--font-body, "DM Sans", sans-serif);
  color: var(--foreground, var(--secondary));
  background: var(--paper);
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select {
  outline-offset: 5px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.topbar {
  height: 110px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 5vw;
}
.brand {
  font-family: var(--font-heading, "Manrope", sans-serif);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #101820;
}
.brand span {
  display: block;
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
}
.brand img {
  display: block;
  width: 180px;
  height: 65px;
  object-fit: contain;
  object-position: left center;
}
.header-account {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.user-menu {
  position: relative;
}
.user-menu[hidden] {
  display: none;
}
.user-menu summary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
}
.user-menu summary::-webkit-details-marker {
  display: none;
}
.user-menu summary svg {
  width: 22px;
  height: 22px;
}
.user-menu summary:focus-visible,
.user-menu-panel button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}
.user-menu[open] summary {
  border-color: var(--primary);
}
.user-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  min-width: 160px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 32px #173e5b1a;
  z-index: 20;
}
.user-menu-panel button {
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  text-align: left;
}
.user-menu-panel button:hover {
  background: var(--paper);
}
nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-weight: 500;
}
nav a {
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}
nav a.active {
  border-color: var(--primary);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 17px 27px;
  border: 0;
  border-radius: 32px;
  background: var(--primary);
  color: white;
  font-weight: 700;
  text-align: center;
}
.button.small {
  padding: 13px 24px;
}
.button.yellow {
  background: var(--accent);
  color: var(--secondary);
}
.button.navy {
  background: var(--secondary);
}
.button.outline {
  border: 1px solid var(--line);
  background: transparent;
  color: inherit;
}
.button.full {
  width: 100%;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.usage-period-note {
  margin-bottom: 24px;
}
main {
  max-width: 1440px;
  margin: auto;
  padding: 0 5vw;
  min-height: 65vh;
}
.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
  border-radius: 30px;
  background: var(--secondary);
  color: white;
  padding: 64px;
  margin-top: 12px;
  min-height: 470px;
  overflow: hidden;
}
.hero h1 {
  font-family: var(--font-heading, "Manrope", sans-serif);
  font-size: clamp(38px, 4.7vw, 68px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -2.2px;
  margin: 20px 0 24px;
}
.hero .lead {
  max-width: 490px;
  color: #d5e5f0;
  font-size: 18px;
  line-height: 1.65;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 14px;
}
.hero .eyebrow {
  color: var(--accent);
}
.hero-aside {
  border-left: 1px solid #ffffff36;
  padding: 45px 0 35px 50px;
  align-self: center;
}
.hero-aside h2 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 500;
}
.hero-aside p {
  color: #d5e5f0;
  line-height: 1.6;
  max-width: 260px;
}
.hero-image {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  border-radius: 20px;
}
.section {
  padding: 55px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 25px;
}
.section-heading h2,
h2 {
  font-family: var(--font-heading, "Manrope", sans-serif);
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.8px;
  margin: 6px 0 12px;
}
.section-heading > a {
  color: var(--primary);
  white-space: nowrap;
  font-weight: 600;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
}
.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 29px;
  min-width: 0;
}
.card h3 {
  font-family: var(--font-heading, "Manrope", sans-serif);
  font-size: 23px;
  letter-spacing: -0.5px;
  margin: 9px 0 14px;
}
.card p {
  line-height: 1.6;
  color: var(--muted);
}
.card.featured {
  border: 2px solid var(--primary);
}
.plan-card { overflow-wrap: anywhere; }
.plan-card .plan-subtitle { margin-top: -4px; font-weight: 600; }
.plan-card .plan-extra-features { min-height: 0; padding: 12px 0; margin: 12px 0; }
.plan-card .plan-fine-print { font-size: 13px; margin-bottom: 20px; }
.badge {
  display: inline-block;
  border-radius: 30px;
  padding: 7px 12px;
  background: #e9f7fd;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}
.badge.yellow {
  background: #fff0c6;
  color: var(--secondary);
}
.price {
  font-family: var(--font-heading, "Manrope", sans-serif);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin: 22px 0 7px;
}
.price small {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.feature-list {
  list-style: none;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid var(--line);
  min-height: 120px;
}
.feature-list li {
  padding: 6px 0;
  font-size: 15px;
  color: var(--muted);
}
.feature-list li:before {
  content: "✓";
  color: var(--primary);
  margin-right: 12px;
  font-weight: 700;
}
.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}
.plan-features li:before {
  content: none;
}
.feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--primary);
}
.banner .plan-features {
  border: 0;
  padding: 0;
  margin: 12px 0;
  min-height: 0;
}
.banner .plan-features li {
  color: #d5e5f0;
}
.banner .feature-icon {
  color: var(--accent);
}
.muted {
  color: var(--muted);
}
.page-head {
  padding: 30px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-head h1 {
  font-family: var(--font-heading, "Manrope", sans-serif);
  font-size: 38px;
  letter-spacing: -1px;
  margin: 8px 0;
}
.dashboard {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 26px;
  padding-bottom: 45px;
}
.sidebar {
  align-self: start;
}
.sidebar a {
  display: block;
  padding: 15px 18px;
  border-radius: 12px;
  margin: 4px 0;
  font-weight: 500;
}
.sidebar a.active {
  background: var(--secondary);
  color: white;
}
.sidebar .identity {
  padding: 5px 18px 22px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.identity strong {
  display: block;
  font-size: 19px;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.workspace {
  min-width: 0;
}
.workspace > .card {
  margin-bottom: 23px;
}
.usage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.usage-grid .card {
  padding: 23px;
}
.usage-grid h3 {
  font-size: 18px;
}
.ring {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px auto;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  background: conic-gradient(var(--primary) var(--progress, 25%), #e8f1f6 0);
}
.ring > div {
  height: 116px;
  width: 116px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.ring small {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 5px;
}
.details {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  font-size: 14px;
}
.details span {
  color: var(--muted);
}
.banner {
  background: var(--secondary);
  color: white;
}
.banner p {
  color: #d5e5f0;
}
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.stack {
  display: grid;
  gap: 20px;
}
.article-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 15px;
}
.tabs {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 15px 0 25px;
}
.tabs button {
  padding: 10px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: white;
  color: var(--secondary);
}
.tabs button.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
footer {
  max-width: 1440px;
  margin: 20px auto 0;
  padding: 32px 5vw;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  color: var(--muted);
}
dialog {
  color: var(--secondary);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 38px;
  max-width: 500px;
  width: calc(100% - 32px);
  box-shadow: 0 30px 100px #173e5b33;
}
dialog::backdrop {
  background: #15364d80;
  backdrop-filter: blur(3px);
}
.close {
  position: absolute;
  right: 14px;
  top: 10px;
  background: none;
  border: 0;
  color: var(--muted);
  font-size: 28px;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 18px 0 7px;
}
input,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: white;
  color: var(--secondary);
}
.form-error {
  color: #b93232;
  font-size: 14px;
  line-height: 1.5;
}
#notice {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
  color: white;
  border-radius: 14px;
  padding: 15px 24px;
  max-width: 90%;
  box-shadow: 0 8px 30px #173e5b22;
}
#notice:empty {
  display: none;
}
.empty {
  padding: 35px;
  text-align: center;
  color: var(--muted);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
th,
td {
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid var(--line);
}
.table-scroll {
  overflow: auto;
}
.account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.link-row {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.link-row:last-child {
  border: 0;
}
.login-hero {
  max-width: 520px;
  margin: 50px auto;
  padding: 40px;
}
.login-hero h1 {
  font-size: 34px;
  line-height: 1.2;
}
.loading {
  padding: 70px;
  text-align: center;
}
.amount-large {
  font-size: 44px;
  font-weight: 800;
  margin: 18px 0;
}
.subheading {
  font-size: 22px;
  margin: 25px 0 16px;
}
@media (min-width: 1600px) {
  .topbar,
  main,
  footer {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1000px) {
  .hero {
    padding: 40px;
    gap: 24px;
  }
  .hero-aside {
    padding-left: 28px;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dashboard {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .usage-grid {
    grid-template-columns: 1fr;
  }
  .usage-grid .card {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .usage-grid .ring {
    margin: 10px;
  }
  .usage-grid .card > div:last-child {
    flex: 1;
  }
  .topbar {
    gap: 18px;
  }
  nav {
    gap: 20px;
  }
  .dashboard {
    grid-template-columns: 210px minmax(0, 1fr);
  }
}
@media (max-width: 700px) {
  .topbar {
    height: auto;
    padding-top: 24px;
    padding-bottom: 18px;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 27px;
  }
  .brand img {
    width: 140px;
    height: 54px;
  }
  .header-account {
    gap: 8px;
  }
  .header-account .button {
    padding: 13px 16px;
  }
  nav {
    order: 3;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    font-size: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 30px;
    min-height: 0;
  }
  .hero-aside {
    border-left: 0;
    border-top: 1px solid #ffffff36;
    padding: 25px 0 0;
  }
  .hero h1 {
    letter-spacing: -1.5px;
  }
  .hero-aside h2 {
    font-size: 28px;
  }
  .grid,
  .grid.two,
  .account-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 35px 0;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading h2,
  h2 {
    font-size: 27px;
  }
  .section-heading > a {
    font-size: 13px;
  }
  .dashboard {
    display: block;
  }
  .sidebar {
    padding: 10px;
    margin-bottom: 20px;
  }
  .sidebar .identity {
    display: none;
  }
  .sidebar-links {
    display: flex;
    overflow: auto;
  }
  .sidebar a {
    white-space: nowrap;
    font-size: 14px;
  }
  .page-head h1 {
    font-size: 30px;
  }
  .card {
    padding: 23px;
  }
  .page-head {
    align-items: start;
  }
  footer {
    flex-wrap: wrap;
  }
  .row {
    flex-wrap: wrap;
  }
  .hero .actions {
    flex-direction: column;
  }
  .usage-grid .card {
    display: block;
  }
  .usage-grid .ring {
    margin: 20px auto;
  }
  .login-hero {
    padding: 28px;
  }
  .button {
    font-size: 15px;
  }
  dialog {
    padding: 32px 24px;
  }
}

/* Structured website sections, shared with the CMS preview. */
.cms-section { overflow-wrap: anywhere; }
.cms-section > h2 { margin-bottom: 1rem; }
.cms-section img { max-width: 100%; border-radius: 1rem; object-fit: cover; }
.cms-copy { white-space: pre-line; }
.cms-image_text { display:grid; grid-template-columns:1fr 1fr; gap:2rem; align-items:center; }
.cms-hero > img { width:100%; max-height:480px; }
.cms-layout-centered { text-align:center; }
.cms-layout-centered .actions { justify-content:center; }
.cms-layout-compact { max-width:780px; margin-inline:auto; }
.cms-layout-split:not(.cms-hero):not(.cms-image_text) > .grid { grid-template-columns:repeat(2,1fr); }
.cms-gallery-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem; }
.cms-gallery figure { margin:0; }
.cms-gallery img { width:100%; aspect-ratio:4/3; }
.cms-rich { max-width:80ch; line-height:1.8; }
.cms-rich ul { list-style:disc; padding-left:1.5rem; }
.cms-rich ol { list-style:decimal; padding-left:1.5rem; }
.cms-rich blockquote { border-left:3px solid var(--primary); padding-left:1rem; }
.cms-faq-category { margin-top:2rem; }
.cms-faq-category > h3 { color:var(--primary); margin-bottom:.75rem; }
.cms-faq-question { border-bottom:1px solid var(--line); }
.cms-faq-question summary { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding:1.25rem 0; cursor:pointer; font-weight:600; list-style:none; overflow-wrap:anywhere; }
.cms-faq-question summary::-webkit-details-marker { display:none; }
.cms-faq-question summary:focus-visible { outline:2px solid var(--primary); outline-offset:4px; }
.cms-faq-chevron { flex:none; width:.6rem; height:.6rem; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg); transition:transform .2s; margin-right:.5rem; }
.cms-faq-question[open] .cms-faq-chevron { transform:rotate(225deg); }
.cms-faq-answer { padding:0 0 1.5rem; overflow-wrap:anywhere; }
.cms-answer-image { display:block; max-width:100%; height:auto; margin:1rem 0; border-radius:12px; }
.cms-contact { display:grid; gap:.6rem; max-width:680px; }
.cms-contact button { justify-self:start; margin-top:1rem; }
.cms-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.cms-video iframe,.cms-video video { width:100%; aspect-ratio:16/9; border:0; border-radius:1rem; }
.cms-downloads li { display:inline-block; margin:.5rem; }
.cms-cta { background:var(--secondary); color:#fff; padding:3rem; border-radius:1.5rem; }
.cms-section .card > img { width:100%; aspect-ratio:16/10; margin-bottom:1rem; }
@media(max-width:700px) { .cms-image_text { grid-template-columns:1fr; } .cms-layout-split:not(.cms-hero):not(.cms-image_text) > .grid { grid-template-columns:1fr; } .cms-cta {padding:1.5rem;} }

.checkout-summary { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; padding:18px; background:var(--paper); border:1px solid #dce5ed; border-radius:14px; margin:20px 0; }
.checkout-summary strong { font-size:1.25rem; }
.checkout-note { background:#eef6ff; color:#233f56; padding:16px; border-radius:12px; font-size:.9rem; line-height:1.6; margin:18px 0; }
.payment-choice { display:flex; align-items:center; gap:12px; padding:16px; border:1px solid #dce5ed; border-radius:12px; }
.payment-choice input { width:auto; margin:0; }
#checkout-new-address { border:0; padding:0; margin:16px 0; }
#checkout-new-address[hidden] { display:none; }

/* The same add-on groups are used on the public page and in the account. */
.addon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.addon-group{margin:24px 0 36px}.addon-grid .card{min-width:0;padding:24px}.addon-grid .price{font-size:30px}.addon-grid .price small{display:block;font-size:14px}.addon-grid .plan-card{display:flex;flex-direction:column}.addon-grid .plan-card .button{margin-top:auto}.addon-grid h3{overflow-wrap:anywhere}
@media(max-width:1100px){.addon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.addon-grid{grid-template-columns:1fr}}

/* Shared editorial layout refinements, driven by CMS section settings. */
h1, h2, h3, h4 { font-family:var(--font-heading, "Manrope", sans-serif); }
.cms-hero { align-items:center; }
.cms-hero:not(:has(> img)) { grid-template-columns:1fr; min-height:0; }
.cms-hero:not(:has(> img)) .lead { max-width:65ch; }
.cms-hero.cms-layout-centered { grid-template-columns:1fr; }
.cms-hero.cms-layout-centered .lead { margin-inline:auto; }
.cms-hero > img { height:100%; min-height:300px; }
.cms-hero .actions .button:first-child { background:var(--accent); color:var(--secondary); }
.cms-hero .actions .button:nth-child(2) { background:transparent; border-color:currentColor; }
.cms-cta p { color:inherit; opacity:.85; }
.cms-cta .button { background:var(--accent); color:var(--secondary); }
.cms-cards .grid { margin-top:2rem; }
.cms-gallery figcaption { padding:.75rem 0; font-weight:500; }
.cms-rich a { color:var(--primary); text-decoration:underline; }
.cms-rich p { margin-block:1rem; }
.cms-rich_text.cms-layout-centered .cms-rich { margin-inline:auto; }
.cms-downloads ul { padding:0; }
@media(max-width:700px) { .cms-hero > img { min-height:0; max-height:320px; } }

/* Shop surfaces share the published demo's typography and colour tokens. */
.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.shop-product.card{padding:0;overflow:hidden;transition:transform .2s,box-shadow .2s}
.shop-product:hover{transform:translateY(-3px);box-shadow:0 12px 30px #142c3c10}
.shop-product>a{display:block;color:inherit;text-decoration:none;height:100%}
.shop-product img,.shop-image-placeholder{width:100%;aspect-ratio:1;object-fit:cover;background:#f4f3f0}
.shop-product-copy{padding:24px}.shop-product-copy h3{margin-top:0}.shop-product-copy p{font-size:15px;min-height:48px}.shop-product-copy .row{gap:12px;font-size:14px;margin-top:24px}.shop-product-copy strong{font-size:20px}
.shop-filters{display:grid;grid-template-columns:1fr 2fr;gap:24px;margin:30px 0}.shop-filters label{margin:0}.shop-delivery{font-size:14px;color:var(--muted);line-height:1.7}
.shop-detail,.shop-description{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;margin:28px 0 40px}.shop-detail h1{font-size:clamp(30px,4vw,48px);margin:15px 0}.shop-main-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:28px;background:#f4f3f0}.shop-thumbnails{display:flex;gap:12px;overflow:auto;margin-top:16px}.shop-thumbnails button{padding:0;background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;cursor:pointer}.shop-thumbnails img{width:80px;height:80px;object-fit:cover}.shop-description dl>div{display:flex;gap:24px;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.shop-description dt{font-weight:700}.shop-description dd{margin:0;text-align:right}.shop-back{display:inline-block;margin:20px 0}
.shop-checkout-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:28px;align-items:start}.shop-summary{position:sticky;top:24px}.shop-total{display:flex;justify-content:space-between;gap:16px;padding:14px 0}.shop-total.final{border-top:1px solid var(--line);font-size:24px;margin-top:10px}.shop-cart-row{display:grid;grid-template-columns:minmax(0,1fr) 110px auto;gap:22px;align-items:center}.shop-cart-row h3{margin-top:0}.shop-cart-row input{margin-bottom:10px}.shop-cart-row>strong{white-space:nowrap}.shop-order-lines{padding:0;list-style:none}.shop-order-lines li{display:flex;justify-content:space-between;align-items:start;gap:24px;border-bottom:1px solid var(--line);padding:18px 0}.shop-order-lines li span,.shop-order-lines li small{display:block;margin-top:5px;color:var(--muted)}.shop-order-lines li>strong{white-space:nowrap}.shop-register{margin-top:28px}.shop-register summary{cursor:pointer;font-weight:700}.shop-register form{margin-top:20px;max-width:480px}.shop-checkbox{display:flex;gap:12px;align-items:center}.shop-checkbox input{width:20px;margin:0}#shop-delivery-address{border:0;padding:0;margin-top:20px}#shop-checkout-form [data-action="shop-add-card"]{margin-top:20px}#shop-add-form button{margin-top:20px}#shop-quantity{max-width:120px}.text-button{border:0;background:none;padding:0;text-decoration:underline;color:inherit;cursor:pointer}
.shop-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;color:var(--foreground)}.shop-cart-link svg{width:27px;height:27px}.shop-cart-link span{position:absolute;right:-3px;top:-3px;min-width:22px;height:22px;padding:0 5px;border-radius:15px;background:var(--primary);color:white;font-size:12px;text-align:center;line-height:22px}.shop-cart-link[hidden]{display:none}.user-menu-panel .link-row{padding:12px 16px}
@media(max-width:1100px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-checkout-grid{grid-template-columns:minmax(0,1fr) 300px}.shop-cart-row{grid-template-columns:minmax(0,1fr) 100px}.shop-cart-row>strong{grid-column:1/-1}.topbar{gap:16px}.header-account{gap:10px}}
@media(max-width:760px){.shop-grid{gap:16px}.shop-product-copy{padding:18px}.shop-product-copy .row{align-items:start;flex-direction:column}.shop-filters,.shop-detail,.shop-description,.shop-checkout-grid{grid-template-columns:1fr}.shop-filters{gap:16px}.shop-summary{position:static}.shop-detail{gap:20px}.shop-cart-row{padding:22px}.shop-order-lines li{gap:12px}.shop-cart-link{width:38px;height:38px}.shop-description dl>div{font-size:14px}}
@media(max-width:420px){.shop-grid{grid-template-columns:1fr}.shop-product-copy p{min-height:0}.shop-product-copy .row{flex-direction:row}.shop-cart-row{grid-template-columns:1fr}.shop-cart-row form{display:flex;gap:12px;align-items:center}.shop-cart-row form input{width:70px;margin:0}.shop-cart-row form label{margin:0}.shop-cart-row>strong{grid-column:auto}}

@font-face{font-family:"Instrument Serif";src:url("/demo/fonts/InstrumentSerif-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Instrument Serif";src:url("/demo/fonts/InstrumentSerif-Italic.ttf") format("truetype");font-style:italic;font-weight:400;font-display:swap}
html[data-theme="pomiva"]{--paper:#fbf4eb;--primary:#ff3285;--secondary:#241721;--accent:#ffd83f;--foreground:#241721;--muted:#897d88;--line:#e6e0e2;--radius:26px}
html[data-theme="pomiva"] h1,html[data-theme="pomiva"] h2,html[data-theme="pomiva"] h3{font-weight:400;letter-spacing:-.025em}
html[data-theme="pomiva"] h1{font-size:clamp(42px,5vw,72px)}
html[data-theme="pomiva"] h2{font-size:clamp(32px,3vw,48px)}
html[data-theme="pomiva"] h3{font-size:30px}
html[data-theme="pomiva"] .button,html[data-theme="pomiva"] .tabs button{border-radius:999px}
html[data-theme="pomiva"] .card{box-shadow:none;border:1px solid var(--line)}
html[data-theme="pomiva"] .topbar{background:var(--paper);border-bottom:1px solid var(--line)}
.community{max-width:880px;margin:auto}.community form#community-search{display:flex;gap:10px;margin-bottom:18px}.community input{min-width:0}.news-post{padding:24px 0;border-bottom:1px solid #978a93}.news-post h2 a{color:inherit;text-decoration:none}.news-text{white-space:pre-wrap;font-size:18px;line-height:1.6}.news-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:20px;gap:12px}.news-gallery img,.news-gallery video{width:100%;flex:0 0 100%;max-height:460px;object-fit:cover;scroll-snap-align:center}.news-actions{display:flex;align-items:center;gap:20px;margin:14px 0}.news-actions button{border:0;background:none;font-size:28px;color:var(--primary);cursor:pointer}.news-actions small{font-size:14px;color:var(--muted)}.news-actions .bookmark{margin-left:auto;color:#537cff}.news-poll{border:0;padding:12px 0}.news-poll button{width:100%;text-align:left;margin-top:10px;border:1px solid var(--line);padding:16px 20px;background:transparent;border-radius:16px;cursor:pointer}.news-poll small{float:right}.comments{background:white;padding:20px;border-radius:20px}.comment{border-bottom:1px solid var(--line);padding:12px 0}.comment p{white-space:pre-wrap}.comment button{margin:8px;border:0;background:none;color:var(--primary);cursor:pointer}.comments textarea{width:100%;min-height:90px}.gifts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.gift-card{padding:0;overflow:hidden}.gift-card>img{width:100%;height:240px;object-fit:cover}.gift-card>div{padding:26px}.gift-card .button{display:block;text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
#mobile-nav{display:none}
@media(max-width:700px){body{padding-bottom:90px}#mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;justify-content:space-around;background:var(--paper);border-top:1px solid var(--line);padding:10px 8px calc(10px + env(safe-area-inset-bottom))}#mobile-nav a{display:flex;align-items:center;flex-direction:column;text-decoration:none;color:var(--secondary);gap:4px;min-width:60px}#mobile-nav span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;font-size:27px}#mobile-nav .active span{background:#ff6da3}#mobile-nav small{font-size:11px}.gifts-grid{grid-template-columns:1fr}.news-gallery{border-radius:0}.community form#community-search .button{padding:10px}html[data-theme="pomiva"] h1{font-size:42px}html[data-theme="pomiva"] .card{border-radius:24px}}

.news-actions button{display:inline-flex;align-items:center;gap:8px}.news-actions svg{width:23px;height:23px}#mobile-nav svg{width:26px;height:26px}
/* Completed poll choices remain readable after voting. */
.news-poll button:disabled{opacity:1;color:var(--foreground,var(--secondary));cursor:default}
