:root {
  --yellow: #ffd21f;
  --yellow-strong: #ffc700;
  --ink: #151511;
  --muted: #6c6b64;
  --line: #deddd5;
  --cream: #f6f2e7;
  --paper: #fffef9;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(29, 25, 3, 0.13);
}

/* PHP/MySQL shared-hosting additions */
.skip-link {
  position: fixed;
  top: -80px;
  left: 18px;
  z-index: 200;
  padding: 12px 16px;
  border-radius: 8px;
  background: #151511;
  color: #fff;
  transition: top 160ms ease;
}

.skip-link:focus { top: 12px; }

button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }

.flash-stack {
  position: fixed;
  z-index: 120;
  top: 92px;
  right: 22px;
  width: min(430px, calc(100% - 44px));
  display: grid;
  gap: 10px;
}

.flash-message {
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid #ddd8c9;
  border-radius: 13px;
  background: #fffef9;
  box-shadow: 0 16px 45px rgba(27, 24, 8, .16);
}

.flash-message > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5f4df;
  color: #286128;
  font-weight: 900;
}

.flash-message.error > span { background: #ffe0da; color: #8d2f22; }
.flash-message p { margin: 0; line-height: 1.5; font-size: 14px; }
.flash-message button { border: 0; background: transparent; color: #77756e; font-size: 22px; }

.portal-form-grid select,
.review-php-form select,
.review-php-form textarea,
.php-textarea-label textarea,
.contact-form input,
.contact-form select,
.contact-form textarea,
.auth-form input,
.admin-settings-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.contact-form,
.auth-form {
  display: grid;
  gap: 22px;
}

.contact-form > label:not(.contact-honeypot),
.auth-form > label {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.contact-form > label > span,
.auth-form > label > span {
  color: #45443e;
  font-size: 12px;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.auth-form input {
  min-height: 54px;
}

.contact-form textarea {
  min-height: 250px;
  resize: vertical;
  line-height: 1.75;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.auth-form input:focus {
  border-color: #b79200;
  outline: 3px solid rgba(255, 210, 31, 0.22);
}

.contact-form .full-button,
.auth-form .full-button {
  margin-top: 6px;
}

.review-php-form { display: grid; gap: 24px; }
.review-php-form .portal-form-grid { grid-template-columns: 1fr 2fr; }
.php-textarea-label { display: grid; gap: 10px; font-size: 13px; font-weight: 850; }
.php-textarea-label textarea { resize: vertical; line-height: 1.8; }
.upload-dropzone.has-preview { min-height: 260px; }
.upload-dropzone.has-preview img { width: 100%; height: 230px; object-fit: contain; }
.upload-dropzone.has-preview > span { position: relative; z-index: 2; }

.share-button {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f3ec;
}

.proof-replace-form { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.proof-replace-form input { max-width: 320px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; }
.proof-replace-form .button { min-height: 42px; padding-block: 8px; }
.my-review-list nav form { display: inline; }
.my-review-list nav button { border: 0; background: none; color: #a13a2c; font-weight: 800; }

.cms-topbar nav { align-items: center; }
.cms-topbar nav form { margin: 0; }
.cms-topbar nav button,
.admin-nav-logout {
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 800;
}
.admin-nav form { margin-top: auto; }
.admin-nav-logout { width: 100%; padding: 12px 14px; text-align: left; color: #8f2c20; }

.admin-quick-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.admin-quick-grid > a {
  min-height: 250px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.admin-quick-grid span { color: #9b7b00; font: 900 13px Georgia, serif; }
.admin-quick-grid h2 { margin: 35px 0 10px; }
.admin-quick-grid p { margin: 0; color: var(--muted); line-height: 1.75; }
.admin-quick-grid b { margin-top: auto; }

.admin-table-tools a {
  padding: 9px 13px;
  border-radius: 8px;
  background: #151511;
  color: #fff;
  font-weight: 850;
}
.admin-table-tools > span { color: var(--muted); font-size: 12px; }
.admin-row-actions form { display: inline-flex; margin: 0; }
.admin-row-actions input[name="reason"] { width: min(210px, 100%); padding: 8px; border: 1px solid var(--line); border-radius: 7px; font-size: 11px; }
.member-actions { flex-direction: column; align-items: stretch; }
.member-actions form:last-child { display: flex; gap: 5px; }
.admin-data-row span small { display: block; }

.inquiry-admin-list { overflow: hidden; }
.admin-inquiry-item { border-bottom: 1px solid var(--line); }
.admin-inquiry-item:last-child { border-bottom: 0; }
.admin-inquiry-item summary {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 120px minmax(180px, 1fr) 150px 150px 90px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}
.admin-inquiry-item summary::-webkit-details-marker { display: none; }
.admin-inquiry-item summary span:first-child { display: grid; gap: 6px; justify-items: start; }
.admin-inquiry-item summary i { padding: 6px 9px; border-radius: 999px; font-style: normal; font-size: 11px; font-weight: 900; }
.admin-inquiry-item summary small,
.admin-inquiry-item summary time { color: var(--muted); font-size: 12px; }
.admin-inquiry-item summary > b:last-child { font-size: 12px; }
.admin-inquiry-body { padding: 26px; border-top: 1px solid var(--line); background: #f8f6ef; }
.admin-inquiry-body dl { margin: 0; display: grid; gap: 18px; }
.admin-inquiry-body dl div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; }
.admin-inquiry-body dt { color: var(--muted); font-size: 12px; font-weight: 900; }
.admin-inquiry-body dd { margin: 0; line-height: 1.8; white-space: normal; }
.admin-inquiry-body .admin-row-actions { margin-top: 22px; display: flex; gap: 8px; }

.admin-settings-form { max-width: 880px; display: grid; gap: 18px; }
.admin-settings-form > label { display: grid; gap: 8px; font-size: 13px; font-weight: 850; }
.admin-settings-form textarea { resize: vertical; line-height: 1.7; }
.admin-settings-form .button { justify-self: start; }
.admin-password-form { margin-top: 24px; }

.portal-empty-page p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }

@media (max-width: 900px) {
  .admin-quick-grid { grid-template-columns: 1fr; }
  .admin-inquiry-item summary { grid-template-columns: 100px 1fr; }
  .admin-inquiry-item summary > span:nth-of-type(2),
  .admin-inquiry-item summary time { display: none; }
  .review-php-form .portal-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .flash-stack { top: 86px; right: 12px; width: calc(100% - 24px); }
  .admin-inquiry-item summary { padding: 16px; grid-template-columns: 90px 1fr; }
  .admin-inquiry-body dl div { grid-template-columns: 1fr; gap: 5px; }
  .proof-replace-form { display: grid; }
}

/* Linked public screens */
.portal-shell {
  min-height: 100vh;
  background: #fbfaf6;
}

.portal-header .desktop-nav a.is-active::after {
  right: 0;
}

.portal-hero {
  padding: 168px 0 88px;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.portal-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 90px;
}

.portal-hero h1 {
  max-width: 780px;
  margin: 22px 0 0;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.portal-hero-side > p {
  max-width: 560px;
  margin: 0 0 28px;
  color: #c5c4bc;
  font-size: 16px;
  line-height: 1.85;
}

.portal-section {
  padding: 105px 0;
}

.cream-section {
  background: var(--cream);
}

.dark-section {
  background: #11110e;
  color: white;
}

.portal-brand-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.portal-tall-image {
  height: 660px;
  overflow: hidden;
  border-radius: 290px 290px 30px 30px;
  background: #000;
}

.portal-tall-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portal-copy-block h2,
.portal-section-heading h2,
.product-guide h2,
.contact-section aside h2 {
  margin: 20px 0 24px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.15;
  letter-spacing: -0.055em;
}

.portal-copy-block h2 em {
  color: #bd9600;
  font-style: normal;
}

.portal-copy-block > p:last-of-type {
  color: #5a5952;
  font-size: 16px;
  line-height: 1.9;
}

.portal-value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
  border-top: 1px solid #d5cebd;
  border-left: 1px solid #d5cebd;
}

.portal-value-grid article {
  min-height: 115px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid #d5cebd;
  border-bottom: 1px solid #d5cebd;
}

.portal-value-grid strong {
  color: #b58f00;
  font-family: Georgia, serif;
  font-size: 24px;
}

.portal-value-grid span {
  font-size: 13px;
  font-weight: 800;
}

.brand-mission-section {
  background: #fffef9;
}

.brand-story-heading {
  max-width: 900px;
  margin-bottom: 52px;
}

.brand-story-heading h2 {
  margin: 20px 0 24px;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.06em;
}

.brand-story-heading > p:last-child {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

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

.brand-mission-grid article {
  min-height: 390px;
  padding: 38px 34px 36px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 62px 86px minmax(130px, auto);
  align-items: center;
  justify-items: center;
  border: 1px solid #ddd8ca;
  border-radius: 22px;
  background: white;
  text-align: center;
  box-shadow: 0 16px 44px rgba(35, 30, 8, 0.06);
}

.brand-mission-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--yellow);
}

.brand-mission-grid article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #5e4b00;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 900;
}

.brand-technology-grid article > span {
  color: #a48500;
  font-family: Georgia, serif;
  font-size: 12px;
}

.brand-mission-grid h3 {
  max-width: 360px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.35;
}

.brand-mission-grid p {
  max-width: 420px;
  margin: 0;
  align-self: start;
  color: var(--muted);
  line-height: 1.8;
}

.brand-certifications {
  margin-top: 28px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-certifications b {
  margin-right: 12px;
  font-size: 12px;
}

.brand-certifications span {
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 850;
}

.brand-core-technology .portal-section-heading h2 {
  color: white;
}

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

.brand-technology-grid article {
  min-height: 390px;
  padding: 38px 34px 36px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 62px 86px minmax(130px, auto);
  align-items: center;
  justify-items: center;
  border: 1px solid #3b3b34;
  border-radius: 22px;
  background: #181814;
  text-align: center;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.brand-technology-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--yellow);
}

.brand-technology-grid article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #332900;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 900;
}

.brand-technology-grid h3 {
  max-width: 360px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  line-height: 1.35;
}

.brand-technology-grid p {
  max-width: 420px;
  margin: 0;
  align-self: start;
  color: #a9a89f;
  line-height: 1.8;
}

.brand-breathing-note {
  margin-top: 44px;
  padding: 32px 0 0;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 40px;
  border-top: 1px solid #393932;
}

.brand-breathing-note > span {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.brand-breathing-note h3 {
  margin: 0 0 12px;
  color: white;
  font-size: 28px;
}

.brand-breathing-note p {
  max-width: 680px;
  margin: 0;
  color: #a9a89f;
  line-height: 1.8;
}

.brand-name-section {
  background: var(--cream);
}

.brand-name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.brand-name-grid > article {
  min-height: 290px;
  padding: 30px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 28px;
  border: 1px solid #d8d1bf;
  background: #fffef9;
}

.brand-name-grid header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand-name-grid header strong {
  color: #b58f00;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
}

.brand-name-grid header span {
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 900;
}

.brand-name-grid h3 {
  margin: 0 0 17px;
  font-size: 23px;
  line-height: 1.4;
}

.brand-name-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.brand-plus-panel {
  margin-top: 18px;
  padding: 38px;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 48px;
  border-radius: 22px;
  background: var(--ink);
  color: white;
}

.brand-plus-panel > div:first-child > span {
  color: var(--yellow);
  font-size: 54px;
  font-weight: 300;
}

.brand-plus-panel > div:first-child h3 {
  margin: 4px 0 12px;
  font-family: Georgia, serif;
  font-size: 38px;
}

.brand-plus-panel > div:first-child p {
  max-width: 220px;
  color: #aaa9a1;
  line-height: 1.7;
}

.brand-plus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #383831;
  border-left: 1px solid #383831;
}

.brand-plus-grid article {
  min-height: 130px;
  padding: 20px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  border-right: 1px solid #383831;
  border-bottom: 1px solid #383831;
}

.brand-plus-grid article > strong {
  color: var(--yellow);
  font-family: Georgia, serif;
  font-size: 30px;
}

.brand-plus-grid b {
  font-size: 13px;
}

.brand-plus-grid p {
  margin: 8px 0 0;
  color: #aaa9a1;
  font-size: 12px;
  line-height: 1.7;
}

.cms-brand-plus-editor + .cms-brand-plus-editor {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #dedbd0;
}

.portal-section-heading {
  max-width: 850px;
  margin-bottom: 48px;
}

.portal-section-heading h2 span {
  color: var(--yellow);
}

.portal-section-heading > p:last-child {
  max-width: 640px;
  color: #a8a79f;
  line-height: 1.8;
}

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

.portal-feature-grid article {
  min-height: 330px;
  padding: 30px;
  position: relative;
  border: 1px solid #31312c;
}

.portal-feature-grid article > span {
  color: #74736c;
  font-family: Georgia, serif;
  font-size: 12px;
}

.portal-feature-grid article > b {
  display: block;
  margin: 54px 0 28px;
  color: var(--yellow);
  font-size: 40px;
}

.portal-feature-grid h3 {
  font-size: 22px;
}

.portal-feature-grid p {
  color: #999890;
  line-height: 1.75;
}

.catalog-toolbar,
.board-toolbar {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.catalog-toolbar p {
  margin: 0;
  font-size: 22px;
  font-weight: 850;
}

.catalog-toolbar span {
  color: var(--muted);
  font-size: 13px;
}

.portal-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.portal-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
}

.portal-product-image {
  position: relative;
  aspect-ratio: 1.4 / 1;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: #e8ca30;
}

.portal-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 400ms ease;
}

.portal-product-image:hover img {
  transform: scale(1.03);
}

.portal-product-image > span,
.product-detail-image > span {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.13);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 800;
}

.portal-product-card > div {
  padding: 28px 30px 30px;
}

.portal-product-card > div > p {
  margin: 0 0 8px;
  color: #9a8200;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.portal-product-card h2 {
  margin: 0 0 14px;
  font-size: 27px;
}

.portal-product-card > div > span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.portal-product-card footer {
  margin-top: 28px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ebe9e1;
  font-size: 13px;
}

.portal-product-card footer a {
  font-weight: 800;
}

.product-detail-hero {
  padding: 138px 0 72px;
  background: #171713;
  color: white;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 80px;
}

.product-detail-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 32px;
  background: #d9ba23;
}

.product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-copy > p {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.product-detail-copy h1 {
  margin: 15px 0 38px;
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.product-detail-insight {
  margin: -6px 0 30px;
  padding: 24px 0;
  border-top: 1px solid #3a3a34;
  border-bottom: 1px solid #3a3a34;
}

.product-detail-insight h2 {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.product-detail-insight > p {
  margin: 14px 0 0;
  color: #e1e0d9;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.product-detail-insight dl {
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}

.product-detail-insight dl > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 12px;
}

.product-detail-insight dt {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.product-detail-insight dd {
  margin: 0;
  color: #c8c7bf;
  font-size: 14px;
  line-height: 1.65;
}

.product-detail-insight + .product-detail-spec {
  border-top: 0;
}

.product-detail-spec {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px 25px;
  padding: 28px 0;
  border-top: 1px solid #383831;
  border-bottom: 1px solid #383831;
}

.product-detail-spec span {
  color: #898880;
  font-size: 12px;
  font-weight: 800;
}

.product-detail-spec p,
.product-detail-spec b {
  margin: 0;
  line-height: 1.75;
}

.product-detail-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-guide {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.product-guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d5cebd;
}

.product-guide li {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  border-bottom: 1px solid #d5cebd;
}

.product-guide li span {
  color: #b58f00;
  font-family: Georgia, serif;
}

.product-guide li p {
  margin: 0;
  line-height: 1.7;
}

.product-why-section,
.product-space-section,
.product-usage-section {
  padding: 110px 0;
}

.product-why-section {
  background: #fffef9;
}

.product-detail-heading {
  max-width: 900px;
  margin-bottom: 52px;
}

.product-detail-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.product-detail-heading h2 {
  margin: 18px 0 16px;
  font-size: clamp(40px, 4.7vw, 64px);
  line-height: 1.15;
  letter-spacing: -0.055em;
}

.product-detail-heading h2 > span {
  margin-right: 14px;
  color: var(--yellow-strong);
}

.product-detail-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 750;
  line-height: 1.55;
}

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

.product-why-grid article {
  min-height: 330px;
  padding: 38px;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: start;
  gap: 26px;
  border: 1px solid #e2dccb;
  border-radius: 24px;
  background: white;
  box-shadow: 0 16px 48px rgba(35, 30, 8, 0.06);
}

.product-why-grid article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 900;
}

.product-why-grid article div > p:first-child {
  margin: 4px 0 8px;
  color: #a68300;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-why-grid h3 {
  margin: 0 0 26px;
  font-size: 29px;
  line-height: 1.35;
}

.product-why-grid article div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.product-space-section {
  background: var(--cream);
}

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

.product-space-grid article {
  min-height: 215px;
  padding: 34px;
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  gap: 28px;
  border: 1px solid #dfd3ac;
  border-radius: 24px;
  background: #fff9df;
}

.product-space-mark {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.product-space-mark span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow-strong);
  color: white;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 9px 24px rgba(166, 126, 0, 0.2);
}

.product-space-mark b {
  color: #a68300;
  font-family: Georgia, serif;
  font-size: 14px;
}

.product-space-grid article > div:last-child > p {
  margin: 0 0 10px;
  color: #a68300;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-space-grid h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.65;
}

.product-check-point {
  width: fit-content;
  margin: 28px auto 0;
  padding: 12px 20px;
  border: 1px solid #d9bd44;
  border-radius: 999px;
  background: white;
  color: #5e4d0a;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.product-usage-section {
  background: var(--yellow-strong);
  color: var(--ink);
}

.product-usage-heading {
  max-width: 940px;
  margin: 0 auto 54px;
  text-align: center;
}

.product-usage-heading .eyebrow {
  color: #5f4b00;
}

.product-usage-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.15;
  letter-spacing: -0.06em;
}

.product-usage-heading strong {
  color: white;
  font-weight: 900;
}

.product-usage-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 18px;
  align-items: stretch;
}

.product-usage-card {
  padding: 36px;
  border: 2px solid white;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.14);
}

.product-usage-card header {
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.product-usage-card header > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: #947200;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 900;
}

.product-usage-card header p {
  margin: 0 0 6px;
  color: #644f00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.product-usage-card h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
}

.product-usage-card ol {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
  list-style: none;
}

.product-usage-card li {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 13px;
}

.product-usage-card li > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: #8b6c00;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 900;
}

.product-usage-card li p {
  margin: 1px 0 0;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.75;
}

.product-social-promise {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
}

.product-social-promise > h2 {
  margin: 0 0 36px;
  color: white;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.3;
  text-align: center;
}

.product-social-promise > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-social-promise article {
  min-height: 230px;
  padding: 38px;
  border-radius: 24px;
  background: var(--ink);
  color: white;
  text-align: center;
}

.product-social-promise h3 {
  width: fit-content;
  margin: 0 auto 22px;
  padding: 10px 22px;
  border-radius: 999px;
  background: white;
  color: #b18700;
  font-size: 18px;
}

.product-social-promise p {
  max-width: 420px;
  margin: 0 auto;
  color: #dfded6;
  font-size: 17px;
  line-height: 1.8;
}

.product-detail-nav {
  padding-top: 35px;
  padding-bottom: 35px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  font-size: 13px;
  font-weight: 800;
}

.product-detail-nav > :last-child {
  text-align: right;
}

.screen-mode-notice {
  margin-bottom: 28px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #e1cc70;
  border-radius: 14px;
  background: #fff9db;
}

.screen-mode-notice span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 10px;
  font-weight: 900;
}

.screen-mode-notice p {
  margin: 0;
  color: #5b501e;
  font-size: 13px;
  line-height: 1.6;
}

.board-toolbar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.board-toolbar button,
.admin-table-tools button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  cursor: pointer;
}

.board-toolbar button.is-selected,
.admin-table-tools button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.board-toolbar label {
  display: flex;
}

.board-toolbar input,
.admin-table-tools input {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px 0 0 10px;
  background: white;
}

.board-toolbar label > button {
  border-radius: 0 10px 10px 0;
}

.empty-board {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.empty-board > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-family: Georgia, serif;
  font-size: 20px;
}

.empty-board h2 {
  margin: 22px 0 10px;
  font-size: 30px;
}

.empty-board p {
  margin: 0 0 26px;
  color: var(--muted);
}

.empty-board-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.review-process-grid {
  margin-top: 55px;
}

.review-process-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  background: white;
}

.review-process-grid article > span {
  color: #b58f00;
  font-family: Georgia, serif;
  font-size: 12px;
}

.review-process-grid h3 {
  margin: 36px 0 12px;
  font-size: 21px;
}

.review-process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.form-page-section,
.legal-page {
  padding: 145px 0 100px;
  background: #f3f0e8;
}

.narrow-container {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
}

.form-page-heading {
  margin-bottom: 34px;
}

.form-page-heading h1,
.legal-page h1 {
  margin: 18px 0 14px;
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -0.06em;
}

.form-page-heading > p:last-child {
  color: var(--muted);
  line-height: 1.75;
}

.form-card,
.auth-card {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: 0 18px 70px rgba(46, 36, 0, 0.08);
}

.form-section-title {
  margin: 10px 0 24px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
}

.form-section-title:not(:first-child) {
  margin-top: 48px;
  padding-top: 38px;
  border-top: 1px solid #ebe8dd;
}

.form-section-title > span {
  color: #b58f00;
  font-family: Georgia, serif;
  font-size: 12px;
}

.form-section-title h2 {
  margin: 0 0 7px;
  font-size: 23px;
}

.form-section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.upload-dropzone {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 1px dashed #b9b4a6;
  border-radius: 18px;
  background: #faf9f4;
  cursor: pointer;
}

.upload-dropzone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.upload-dropzone b {
  font-size: 18px;
}

.upload-dropzone span {
  color: var(--muted);
  font-size: 12px;
}

.upload-dropzone.has-preview {
  overflow: hidden;
  padding: 12px;
}

.upload-dropzone.has-preview img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  border-radius: 12px;
}

.form-feedback {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.form-feedback.error {
  border: 1px solid #e8b7ae;
  background: #fff0ed;
  color: #8e2b1e;
}

.form-feedback.success {
  border: 1px solid #add4ad;
  background: #eff9ef;
  color: #286128;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.editor-feedback {
  margin-right: 24px;
  margin-left: 24px;
}

.portal-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.portal-form-grid.one-column {
  grid-template-columns: 1fr;
}

.portal-form-grid label {
  display: grid;
  gap: 9px;
}

.portal-form-grid label > span {
  font-size: 12px;
  font-weight: 850;
}

.portal-form-grid input,
.portal-form-grid select,
.portal-form-grid textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid #d8d4c8;
  border-radius: 11px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.portal-form-grid textarea {
  resize: vertical;
  line-height: 1.7;
}

.full-field {
  grid-column: 1 / -1;
}

.consent-row,
.policy-checks label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #55544e;
  font-size: 13px;
  line-height: 1.6;
}

.consent-row {
  margin-top: 26px;
}

.policy-checks {
  margin: 28px 0;
  display: grid;
  gap: 10px;
}

.policy-checks a {
  text-decoration: underline;
}

.form-submit-row {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.full-button {
  width: 100%;
  margin-top: 28px;
  border: 0;
}

button.full-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.below-form-link,
.auth-links {
  text-align: center;
  font-size: 13px;
}

.below-form-link a,
.auth-links a {
  font-weight: 850;
  text-decoration: underline;
}

.review-detail-mock {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
}

.review-composer {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: 0 18px 70px rgba(46, 36, 0, 0.08);
}

.editor-container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.wysiwyg-review-editor {
  overflow: hidden;
  border: 1px solid #d9d7d0;
  border-radius: 22px;
  background: #eaeaea;
  box-shadow: 0 18px 70px rgba(46, 36, 0, 0.08);
}

.wysiwyg-editor-meta {
  min-height: 70px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #dedcd6;
  background: white;
}

.review-meta-controls {
  display: flex;
  align-items: center;
  gap: 28px;
}

.review-product-field {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-product-field > span,
.review-rating-label {
  font-size: 12px;
  font-weight: 850;
}

.wysiwyg-editor-meta select {
  min-width: 230px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #d8d5cc;
  border-radius: 9px;
  background: white;
  color: var(--ink);
}

.review-rating-field {
  min-width: 270px;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 12px;
  border: 0;
}

.review-rating-label {
  grid-row: 1 / span 2;
  align-self: center;
}

.review-rating-picker {
  direction: rtl;
  display: inline-flex;
  justify-content: flex-end;
  gap: 2px;
}

.review-rating-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.review-rating-picker label {
  color: #d3d0c7;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  transition: color 140ms ease, transform 140ms ease;
}

.review-rating-picker input:checked ~ label,
.review-rating-picker label:hover,
.review-rating-picker label:hover ~ label {
  color: #f5bd00;
}

.review-rating-picker input:focus-visible + label {
  border-radius: 4px;
  outline: 3px solid rgba(245, 189, 0, 0.42);
  outline-offset: 3px;
}

.review-rating-picker label:hover {
  transform: translateY(-2px) scale(1.06);
}

.review-rating-choice {
  grid-column: 2;
  color: #77746d;
  font-size: 11px;
  white-space: nowrap;
}

.wysiwyg-editor-copy {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wysiwyg-editor-copy b {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 10px;
}

.wysiwyg-editor-copy span {
  color: #77746d;
  font-size: 11px;
}

.wysiwyg-toolbar {
  position: sticky;
  z-index: 15;
  top: 70px;
  border-bottom: 1px solid #ceccc6;
  background: #fbfbfb;
}

.wysiwyg-insert-tools,
.wysiwyg-format-tools {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
}

.wysiwyg-insert-tools {
  min-height: 75px;
  border-bottom: 1px solid #dad8d2;
}

.wysiwyg-insert-tools button {
  min-width: 65px;
  padding: 7px 10px;
  display: grid;
  place-items: center;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #56544f;
  cursor: pointer;
}

.wysiwyg-insert-tools button:hover,
.wysiwyg-format-tools button:hover,
.wysiwyg-color-tool:hover {
  background: #eeeeeb;
}

.wysiwyg-insert-tools button b {
  height: 27px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.wysiwyg-insert-tools button span {
  white-space: nowrap;
  font-size: 11px;
}

.wysiwyg-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wysiwyg-format-tools {
  min-height: 58px;
}

.wysiwyg-format-tools select {
  min-width: 100px;
  height: 38px;
  padding: 0 9px;
  border: 0;
  border-right: 1px solid #dedcd6;
  background: transparent;
  color: #4f4d48;
  cursor: pointer;
}

.wysiwyg-format-tools select:nth-child(2) {
  min-width: 120px;
}

.wysiwyg-format-tools button,
.wysiwyg-color-tool {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #4b4945;
  cursor: pointer;
  font-size: 16px;
}

.wysiwyg-format-tools button:nth-last-of-type(3) {
  transform: scaleX(-1);
}

.wysiwyg-tool-divider {
  width: 1px;
  height: 30px;
  margin: 0 5px;
  flex: 0 0 1px;
  background: #d7d5cf;
}

.wysiwyg-color-tool {
  position: relative;
}

.wysiwyg-color-tool span {
  padding-bottom: 3px;
  border-bottom: 3px solid #151511;
  font-weight: 850;
}

.wysiwyg-color-tool.highlight span {
  border-color: #ffe158;
  color: #a58500;
}

.wysiwyg-color-tool input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.wysiwyg-paper {
  width: min(100% - 80px, 940px);
  min-height: 780px;
  margin: 34px auto;
  padding: 72px 80px 110px;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.wysiwyg-title {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.wysiwyg-title::placeholder {
  color: #aaa9a5;
}

.wysiwyg-title-line {
  height: 1px;
  margin: 34px 0 58px;
  background: #e2e1dd;
}

.wysiwyg-content {
  min-height: 520px;
  outline: 0;
  color: #34332f;
  font-size: 16px;
  line-height: 1.9;
  word-break: break-word;
}

.wysiwyg-content:empty::before {
  content: attr(data-placeholder);
  color: #aaa9a5;
  pointer-events: none;
}

.wysiwyg-content h2 {
  margin: 42px 0 18px;
  font-size: 32px;
  line-height: 1.35;
}

.wysiwyg-content h3 {
  margin: 34px 0 14px;
  font-size: 24px;
  line-height: 1.4;
}

.wysiwyg-content p {
  margin: 0 0 18px;
}

.wysiwyg-content a {
  color: #8c7300;
  text-decoration: underline;
}

.wysiwyg-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--yellow);
  background: #faf6df;
  color: #5e552b;
}

.wysiwyg-content hr {
  margin: 38px 0;
  border: 0;
  border-top: 1px solid #d9d6cd;
}

.wysiwyg-content figure {
  margin: 34px 0;
  text-align: center;
}

.wysiwyg-content figure img {
  max-width: 100%;
  max-height: 900px;
  border-radius: 12px;
  object-fit: contain;
}

.wysiwyg-content figcaption {
  margin-top: 10px;
  color: #88857d;
  font-size: 12px;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
  margin: 18px 0;
  padding-left: 28px;
}

.wysiwyg-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
}

.wysiwyg-content td {
  min-width: 90px;
  padding: 13px;
  border: 1px solid #cfcbbf;
}

.wysiwyg-status {
  min-height: 42px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  border-top: 1px solid #ceccc6;
  border-bottom: 1px solid #dedcd6;
  background: #fafafa;
  color: #77746d;
  font-size: 10px;
}

.wysiwyg-review-editor > .consent-row,
.wysiwyg-review-editor > .review-composer-save {
  margin-left: 24px;
  margin-right: 24px;
}

.wysiwyg-review-editor > .consent-row {
  margin-top: 24px;
}

.wysiwyg-review-editor > .review-composer-save {
  margin-bottom: 24px;
}

.review-composer-tabs {
  margin-bottom: 28px;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 13px;
  background: #efede5;
}

.review-composer-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #77746b;
  cursor: pointer;
  font-weight: 850;
}

.review-composer-tabs button.is-active {
  background: white;
  color: var(--ink);
  box-shadow: 0 3px 12px rgba(25, 23, 13, 0.08);
}

.review-basic-fields {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
}

.review-basic-fields label,
.review-image-editor > div label {
  display: grid;
  gap: 8px;
}

.review-basic-fields label > span,
.review-image-editor > div label > span {
  font-size: 12px;
  font-weight: 850;
}

.review-basic-fields input,
.review-basic-fields select,
.review-image-editor > div input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d8d4c8;
  border-radius: 11px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.review-block-heading {
  margin: 38px 0 18px;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ebe8dd;
}

.review-block-heading h2 {
  margin: 0 0 6px;
  font-size: 24px;
}

.review-block-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.review-block-heading > span {
  height: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f0ecd9;
  color: #766300;
  font-size: 10px;
  font-weight: 900;
}

.review-block-list {
  display: grid;
  gap: 14px;
}

.review-editor-block {
  overflow: hidden;
  border: 1px solid #dcd8cc;
  border-radius: 16px;
  background: #fbfaf6;
}

.review-editor-block > header {
  min-height: 50px;
  padding: 8px 12px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e4e0d5;
  background: #f3f1e9;
}

.review-editor-block > header > div,
.review-editor-block > header nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-editor-block > header > div span {
  color: #9b8100;
  font-family: Georgia, serif;
  font-size: 11px;
}

.review-editor-block > header > div b {
  font-size: 12px;
}

.review-editor-block > header button {
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid #d8d4c8;
  border-radius: 7px;
  background: white;
  color: #5f5d56;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.review-editor-block > header button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.review-editor-block > header button.remove {
  color: #a23b2e;
}

.review-editor-block.text > textarea {
  width: 100%;
  min-height: 170px;
  padding: 20px;
  display: block;
  border: 0;
  outline: 0;
  resize: vertical;
  background: white;
  color: var(--ink);
  font: inherit;
  line-height: 1.8;
}

.review-image-editor {
  padding: 18px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  background: white;
}

.review-image-editor > label {
  min-height: 220px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #b8b2a4;
  border-radius: 12px;
  background: #f7f4ea;
  cursor: pointer;
}

.review-image-editor > label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.review-image-editor > label > div {
  display: grid;
  gap: 7px;
  text-align: center;
}

.review-image-editor > label > div b {
  font-size: 16px;
}

.review-image-editor > label > div span {
  color: var(--muted);
  font-size: 11px;
}

.review-image-editor > label.has-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.review-image-editor > div {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.review-image-editor > div > b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.review-add-toolbar {
  margin-top: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px dashed #c9c3b5;
  border-radius: 14px;
  background: #f7f5ed;
}

.review-add-toolbar p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.review-add-toolbar > div {
  display: flex;
  gap: 8px;
}

.review-add-toolbar button,
.review-composer-save > button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 9px;
  background: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.review-live-preview {
  overflow: hidden;
  border: 1px solid #dcd8cc;
  border-radius: 18px;
  background: #fbfaf6;
}

.review-live-heading {
  padding: 28px;
  border-bottom: 1px solid #e3dfd3;
}

.review-live-heading span {
  color: #9a8100;
  font-size: 11px;
  font-weight: 900;
}

.review-live-heading h2 {
  margin: 12px 0 0;
  font-size: 30px;
}

.review-live-blocks {
  padding: 28px;
  display: grid;
  gap: 22px;
}

.review-live-blocks figure {
  margin: 0;
}

.review-live-blocks figure img {
  width: 100%;
  max-height: 700px;
  display: block;
  object-fit: contain;
  border-radius: 12px;
  background: #eeeae0;
}

.review-live-blocks figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.review-preview-text {
  margin: 0;
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 1.9;
}

.review-image-placeholder,
.review-empty-preview {
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px dashed #c8c2b5;
  border-radius: 12px;
  color: #8d897e;
  background: #f3f0e7;
  font-size: 12px;
}

.review-composer > .consent-row {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid #ebe8dd;
}

.review-composer-save {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.review-composer-save > a:first-child {
  margin-right: auto;
}

.review-composer-save > button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.review-detail-placeholder {
  aspect-ratio: 1.55 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(145deg, #e6d873, #f7edb1);
  color: #5d5011;
}

.review-detail-placeholder span {
  font-size: 22px;
  font-weight: 900;
}

.review-detail-placeholder p {
  margin: 8px 0 0;
  font-size: 13px;
}

.review-detail-body {
  padding: 34px;
}

.review-detail-body > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #8b7500;
  font-size: 12px;
}

.review-detail-body h2 {
  margin: 28px 0 15px;
  font-size: 30px;
}

.review-detail-body > p {
  min-height: 100px;
  color: var(--muted);
  line-height: 1.8;
}

.review-detail-body footer {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ebe8dd;
  color: var(--muted);
  font-size: 12px;
}

.review-detail-body footer div {
  display: flex;
  gap: 8px;
}

.review-detail-body footer button {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f3ec;
}

.auth-page {
  min-height: 100vh;
  padding: 145px 20px 90px;
  display: grid;
  place-items: center;
  background: #f3f0e8;
}

.auth-card {
  width: min(100%, 560px);
}

.auth-card h1 {
  margin: 18px 0 10px;
  font-size: 48px;
}

.auth-card > p:nth-of-type(2) {
  margin-bottom: 28px;
  color: var(--muted);
  line-height: 1.7;
}

.auth-links {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 22px;
}

.admin-login-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 201, 0, 0.14), transparent 38%),
    #0d0d0b;
}

.admin-login-card {
  position: relative;
  overflow: hidden;
  border-color: #33332e;
  background: #171713;
  color: white;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
}

.admin-login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--yellow);
}

.admin-login-brand {
  margin-bottom: 38px;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: var(--yellow);
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.admin-login-brand sup {
  margin-left: -8px;
  font-size: 15px;
}

.admin-login-brand span {
  color: white;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: -0.03em;
}

.admin-login-card .eyebrow {
  color: var(--yellow);
}

.admin-login-card > p:nth-of-type(2) {
  color: #aaa99f;
}

.admin-login-card label > span {
  color: #d8d7cf;
}

.admin-login-card input {
  border-color: #3d3d36;
  background: #0e0e0c;
  color: white;
}

.admin-login-card input:focus {
  border-color: var(--yellow);
  outline: 3px solid rgba(255, 201, 0, 0.15);
}

.admin-login-card .button.dark {
  background: var(--yellow);
  color: var(--ink);
}

.admin-login-card .auth-links a {
  color: #d8d7cf;
}

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

.account-grid article {
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}

.account-grid article > span {
  color: #9a8200;
  font-size: 11px;
  font-weight: 900;
}

.account-grid h2 {
  margin: 48px 0 12px;
  font-size: 30px;
}

.account-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.account-grid a {
  margin-top: auto;
  padding-top: 22px;
  font-weight: 850;
}

.account-grid small {
  margin-top: 12px;
  color: #9b3327;
  line-height: 1.6;
}

.account-proof-panel {
  margin-top: 22px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  align-items: center;
  gap: 50px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}

.account-proof-panel h2 {
  margin: 16px 0 10px;
  font-size: 30px;
}

.account-proof-panel > div > p:last-of-type {
  color: var(--muted);
}

.account-proof-panel > img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  border-radius: 14px;
  background: #f3f1ea;
}

.replace-proof-form {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.replace-proof-form label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 850;
}

.replace-proof-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.replace-proof-form button {
  width: max-content;
  padding: 11px 16px;
  border: 0;
  border-radius: 9px;
  background: var(--ink);
  color: white;
}

.my-review-section {
  margin-top: 65px;
}

.my-review-list {
  display: grid;
  gap: 12px;
}

.my-review-list article {
  padding: 16px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}

.my-review-list img,
.my-review-list .review-no-image {
  width: 110px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

.my-review-list span,
.my-review-list small {
  color: var(--muted);
  font-size: 11px;
}

.my-review-list h3 {
  margin: 8px 0;
  font-size: 19px;
}

.my-review-list p {
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-review-list nav {
  display: flex;
  gap: 8px;
}

.my-review-list nav a,
.my-review-list nav button {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.review-no-image {
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: #5b4a00;
  font-family: Georgia, serif;
  font-weight: 900;
}

.review-thumb-placeholder {
  min-width: 72px;
  min-height: 72px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.board-toolbar > div a {
  min-height: 38px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-size: 13px;
}

.board-toolbar > div a.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.published-review-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.published-review-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: white;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.published-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(26, 22, 4, 0.09);
}

.published-review-card > img,
.published-review-card > .review-no-image {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.review-no-image {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff3a6, #ffd51f);
  color: #181812;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.published-review-card > div:last-child {
  padding: 24px;
}

.published-review-card .review-card-product {
  color: #927900;
  font-size: 11px;
  font-weight: 900;
}

.review-rating-display {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.review-rating-stars {
  display: inline-flex;
  gap: 1px;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.review-rating-stars .is-filled {
  color: #f5bd00;
}

.review-rating-stars .is-empty {
  color: #d7d4ca;
}

.review-rating-display b {
  font-size: 12px;
}

.review-rating-unset {
  color: #96938a;
  font-size: 11px;
  font-weight: 750;
}

.published-review-card .review-rating-display,
.published-review-card .review-rating-unset {
  margin-top: 11px;
  display: flex;
  width: fit-content;
}

.published-review-card .review-rating-stars span {
  font-size: inherit;
}

.review-preview-page > .form-page-heading .review-rating-display,
.review-preview-page > .form-page-heading .review-rating-unset {
  margin-top: 15px;
}

.published-review-card h2 {
  margin: 15px 0 12px;
  font-size: 23px;
}

.published-review-card p {
  min-height: 44px;
  margin: 0 0 22px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.published-review-card small {
  color: #96938a;
}

.review-detail-live {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
}

.review-cover-image {
  width: 100%;
  max-height: 660px;
  display: block;
  object-fit: contain;
  background: #f1efe8;
}

.review-published-content {
  min-height: 260px;
  padding: 55px clamp(24px, 8vw, 90px);
}

.review-detail-live > footer {
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.review-share-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.review-share-actions > span {
  color: #776500;
  font-size: 11px;
}

.review-share-actions button {
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}

.contact-section aside dl {
  margin: 38px 0 26px;
  border-top: 1px solid var(--line);
}

.contact-section aside dl > div {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  border-bottom: 1px solid var(--line);
}

.contact-section dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.contact-section dd {
  margin: 0;
  line-height: 1.65;
}

.contact-section aside > p:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.compact-form {
  padding: 34px;
}

.legal-page .screen-mode-notice {
  margin-top: 34px;
}

.legal-content {
  margin: 42px 0;
  border-top: 1px solid #cbc6b8;
}

.legal-content section {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  border-bottom: 1px solid #cbc6b8;
}

.legal-content section > span {
  color: #b58f00;
  font-family: Georgia, serif;
}

.legal-content h2 {
  margin: 0 0 13px;
  font-size: 23px;
}

.legal-content p {
  margin: 0;
  color: #55544e;
  line-height: 1.85;
}

.portal-empty-page {
  min-height: 80vh;
  padding: 150px 20px 80px;
  display: grid;
  place-items: center;
  text-align: center;
}

.portal-empty-page span {
  color: #b58f00;
  font-family: Georgia, serif;
}

.portal-empty-page h1 {
  margin: 18px 0 30px;
}

/* Admin feature screens */
.admin-screen-shell {
  min-height: 100vh;
  background: #f3f1ea;
}

.admin-screen-layout {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 250px 1fr;
}

.admin-nav {
  padding: 32px 20px;
  border-right: 1px solid #dcdad0;
  background: #faf9f5;
}

.admin-nav p {
  padding: 0 12px;
  color: #8b887f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.admin-nav a {
  margin-bottom: 6px;
  padding: 13px 14px;
  display: block;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.admin-nav a.is-active {
  background: var(--ink);
  color: white;
}

.admin-screen-content {
  padding: 46px clamp(24px, 5vw, 76px) 90px;
}

.admin-screen-heading {
  margin-bottom: 34px;
}

.admin-screen-heading p {
  margin: 0 0 10px;
  color: #9c8200;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.admin-screen-heading h1 {
  margin: 0 0 12px;
  font-size: 38px;
}

.admin-screen-heading > span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff3b4;
  color: #665400;
  font-size: 10px;
  font-weight: 900;
}

.admin-summary-grid article {
  padding: 24px;
  border: 1px solid #dcdad0;
  border-radius: 16px;
  background: white;
}

.admin-summary-grid span {
  color: #6f6d66;
  font-size: 12px;
  font-weight: 800;
}

.admin-summary-grid strong {
  display: block;
  margin: 22px 0 7px;
  font-family: Georgia, serif;
  font-size: 36px;
}

.admin-summary-grid p {
  margin: 0;
  color: #98968e;
  font-size: 11px;
}

.admin-table-card {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #dcdad0;
  border-radius: 18px;
  background: white;
}

.admin-table-tools {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e3e1d8;
}

.admin-table-tools > div {
  display: flex;
  gap: 7px;
}

.admin-table-tools input {
  border-radius: 10px;
}

.admin-table-head {
  min-height: 48px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 0.7fr 0.6fr;
  align-items: center;
  gap: 15px;
  background: #f7f6f1;
  color: #77756d;
  font-size: 11px;
  font-weight: 900;
}

.admin-table-head.reviews {
  grid-template-columns: 0.6fr 1.5fr 1fr 0.8fr 0.6fr;
}

.admin-table-head.inquiries,
.admin-data-row.inquiries {
  grid-template-columns: 0.7fr 1.8fr 0.8fr 0.7fr 0.7fr;
}

.admin-data-row.inquiries > span:first-child,
.admin-inquiry-open {
  display: grid;
  gap: 6px;
}

.admin-inquiry-open {
  min-width: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.admin-inquiry-open:hover,
.admin-inquiry-open:focus-visible {
  background: #fff8d7;
  outline: none;
}

.admin-inquiry-open small {
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-inquiry-open em {
  color: #8a7100;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.admin-empty-row {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.admin-empty-row p {
  margin: 9px 0 0;
  color: #8b8981;
  font-size: 12px;
}

.admin-empty-row .button {
  margin-top: 20px;
}

.admin-data-row {
  min-width: 720px;
  min-height: 82px;
  padding: 12px 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 0.7fr 0.6fr;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #eceae2;
  font-size: 12px;
}

.admin-data-row.reviews {
  grid-template-columns: 0.6fr 1.5fr 1fr 0.8fr 0.6fr;
}

.admin-data-row > span:first-child {
  display: grid;
  gap: 5px;
}

.admin-data-row small {
  overflow: hidden;
  color: #8d8a82;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-data-row a {
  font-weight: 800;
  text-decoration: underline;
}

.admin-data-row i {
  width: max-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f0eee7;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
}

.admin-data-row i.status-approved { background: #dff2df; color: #286128; }
.admin-data-row i.status-pending { background: #fff1b8; color: #665400; }
.admin-data-row i.status-rejected { background: #ffe0da; color: #8d2f22; }

.admin-data-row.reviews img,
.admin-data-row.reviews > span:first-child > i {
  width: 64px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  object-fit: cover;
  background: var(--yellow);
}

.admin-row-actions {
  display: flex;
  gap: 5px;
}

.admin-row-actions button {
  padding: 7px 9px;
  border: 1px solid #d7d4ca;
  border-radius: 7px;
  background: white;
  font-size: 11px;
  cursor: pointer;
}

.admin-row-actions button.danger {
  color: #a52b1c;
}

.admin-row-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.admin-inquiry-modal-backdrop {
  position: fixed;
  z-index: 5000;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgb(12 12 10 / 72%);
  backdrop-filter: blur(5px);
}

.admin-inquiry-modal-dismiss {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: default;
}

.admin-inquiry-modal {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: calc(100dvh - 48px);
  overflow: auto;
  border-radius: 24px;
  background: white;
  box-shadow: 0 28px 90px rgb(0 0 0 / 34%);
}

.admin-inquiry-modal > header {
  position: sticky;
  z-index: 2;
  top: 0;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e3e1d8;
  background: white;
}

.admin-inquiry-modal > header p {
  margin: 0 0 7px;
  color: #9c8200;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.admin-inquiry-modal > header h2 {
  margin: 0;
  font-size: 28px;
}

.admin-inquiry-modal > header button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid #d7d4ca;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.admin-inquiry-modal-body {
  padding: 28px;
}

.admin-inquiry-modal-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-inquiry-modal-status i {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.admin-inquiry-modal-status i.status-approved { background: #dff2df; color: #286128; }
.admin-inquiry-modal-status i.status-pending { background: #fff1b8; color: #665400; }

.admin-inquiry-modal-status span {
  color: #706e66;
  font-size: 12px;
  font-weight: 800;
}

.admin-inquiry-meta {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #e3e1d8;
  border-radius: 14px;
  background: #f8f7f2;
}

.admin-inquiry-meta > div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid #e3e1d8;
}

.admin-inquiry-meta > div:last-child {
  border-right: 0;
}

.admin-inquiry-meta dt {
  margin-bottom: 8px;
  color: #8d8a82;
  font-size: 10px;
  font-weight: 900;
}

.admin-inquiry-meta dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}

.admin-inquiry-meta a {
  text-decoration: underline;
}

.admin-inquiry-message {
  padding: 26px;
  border: 1px solid #e3e1d8;
  border-radius: 16px;
}

.admin-inquiry-message > span {
  display: block;
  margin-bottom: 9px;
  color: #8d8a82;
  font-size: 10px;
  font-weight: 900;
}

.admin-inquiry-message h3 {
  margin: 0 0 28px;
  font-size: 23px;
  line-height: 1.45;
}

.admin-inquiry-message p {
  min-height: 150px;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.85;
}

.admin-inquiry-modal > footer {
  position: sticky;
  bottom: 0;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e3e1d8;
  background: white;
}

.admin-inquiry-modal > footer > a,
.admin-inquiry-modal > footer button {
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid #d7d4ca;
  border-radius: 9px;
  background: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.admin-inquiry-modal > footer > a {
  display: inline-flex;
  align-items: center;
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.admin-inquiry-modal > footer > div {
  display: flex;
  gap: 7px;
}

.admin-inquiry-modal > footer button.danger {
  color: #a52b1c;
}

@media (max-width: 900px) {
  .published-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-proof-panel {
    grid-template-columns: 1fr;
  }

  .brand-mission-grid,
  .brand-technology-grid,
  .brand-name-grid,
  .brand-plus-panel,
  .brand-breathing-note {
    grid-template-columns: 1fr;
  }

  .brand-mission-grid article {
    min-height: 320px;
    grid-template-rows: 62px 70px auto;
  }

  .brand-technology-grid article {
    min-height: 320px;
    grid-template-rows: 62px 70px auto;
  }
}

@media (max-width: 640px) {
  .published-review-grid {
    grid-template-columns: 1fr;
  }

  .account-proof-panel {
    padding: 22px;
  }

  .my-review-list article {
    grid-template-columns: 80px 1fr;
  }

  .my-review-list img,
  .my-review-list .review-no-image {
    width: 80px;
    height: 74px;
  }

  .my-review-list nav {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .review-detail-live > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-story-heading {
    margin-bottom: 38px;
  }

  .brand-mission-grid article {
    min-height: 300px;
    padding: 28px 22px;
    grid-template-rows: 58px auto auto;
    gap: 14px;
  }

  .brand-technology-grid article,
  .brand-name-grid > article {
    padding: 24px 20px;
  }

  .brand-technology-grid article {
    min-height: 300px;
    grid-template-rows: 58px auto auto;
    gap: 14px;
  }

  .brand-name-grid > article {
    min-height: auto;
    grid-template-columns: 70px 1fr;
    gap: 16px;
  }

  .brand-name-grid header strong {
    font-size: 42px;
  }

  .brand-plus-panel {
    padding: 26px 18px;
    gap: 28px;
  }

  .brand-plus-grid {
    grid-template-columns: 1fr;
  }

  .brand-certifications {
    align-items: flex-start;
  }

  .brand-certifications b {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .portal-hero-grid,
  .portal-brand-grid,
  .product-detail-grid,
  .product-guide,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .portal-hero-grid {
    gap: 35px;
  }

  .portal-hero-side > p {
    max-width: 700px;
  }

  .portal-brand-grid,
  .product-detail-grid,
  .contact-grid {
    gap: 45px;
  }

  .portal-tall-image {
    width: min(100%, 600px);
    height: 580px;
    margin: 0 auto;
  }

  .portal-product-grid,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-image {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .product-why-grid,
  .product-space-grid,
  .product-usage-grid,
  .product-social-promise > div {
    grid-template-columns: 1fr;
  }

  .product-why-grid article {
    min-height: 270px;
  }

  .product-usage-card {
    min-height: auto;
  }

  .admin-screen-layout {
    display: block;
  }

  .admin-nav {
    padding: 12px 18px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid #dcdad0;
  }

  .admin-nav p {
    display: none;
  }

  .admin-nav a {
    flex: 0 0 auto;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .portal-hero {
    padding: 125px 0 66px;
  }

  .portal-hero h1 {
    font-size: 43px;
  }

  .portal-section {
    padding: 75px 0;
  }

  .portal-tall-image {
    height: 470px;
  }

  .portal-value-grid,
  .portal-feature-grid,
  .review-process-grid,
  .portal-form-grid,
  .admin-summary-grid {
    grid-template-columns: 1fr;
  }

  .portal-feature-grid article {
    min-height: 260px;
  }

  .portal-product-image {
    aspect-ratio: 1 / 1;
  }

  .portal-product-card > div,
  .form-card,
  .auth-card,
  .compact-form {
    padding: 24px 20px;
  }

  .catalog-toolbar,
  .board-toolbar,
  .admin-table-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .board-toolbar label,
  .board-toolbar input,
  .admin-table-tools input {
    width: 100%;
  }

  .screen-mode-notice {
    align-items: flex-start;
  }

  .form-page-section,
  .legal-page {
    padding: 115px 0 72px;
  }

  .full-field {
    grid-column: auto;
  }

  .form-submit-row {
    align-items: stretch;
    flex-direction: column-reverse;
    text-align: center;
  }

  .auth-links {
    flex-direction: column;
    gap: 10px;
  }

  .review-detail-body {
    padding: 24px 20px;
  }

  .review-composer {
    padding: 20px 14px;
  }

  .editor-container {
    width: min(100% - 20px, 1180px);
  }

  .wysiwyg-editor-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-meta-controls,
  .review-product-field,
  .wysiwyg-editor-meta select {
    width: 100%;
  }

  .review-meta-controls {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .review-product-field {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-rating-field {
    min-width: 0;
  }

  .wysiwyg-editor-copy span {
    display: none;
  }

  .wysiwyg-toolbar {
    top: 70px;
  }

  .wysiwyg-paper {
    width: calc(100% - 20px);
    min-height: 620px;
    margin: 10px auto;
    padding: 42px 22px 80px;
  }

  .wysiwyg-title {
    font-size: 34px;
  }

  .wysiwyg-title-line {
    margin: 28px 0 38px;
  }

  .wysiwyg-content {
    min-height: 430px;
  }

  .wysiwyg-review-editor > .consent-row,
  .wysiwyg-review-editor > .review-composer-save {
    margin-left: 14px;
    margin-right: 14px;
  }

  .review-basic-fields,
  .review-image-editor {
    grid-template-columns: 1fr;
  }

  .review-editor-block > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-editor-block > header nav {
    width: 100%;
  }

  .review-editor-block > header button {
    flex: 1;
  }

  .review-add-toolbar,
  .review-composer-save {
    align-items: stretch;
    flex-direction: column;
  }

  .review-add-toolbar > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .review-composer-save > a:first-child {
    margin-right: 0;
    text-align: center;
  }

  .review-detail-body footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-detail-hero {
    padding: 110px 0 58px;
  }

  .product-why-section,
  .product-space-section,
  .product-usage-section {
    padding: 76px 0;
  }

  .product-detail-heading,
  .product-usage-heading {
    margin-bottom: 38px;
  }

  .product-detail-heading h2,
  .product-usage-heading h2 {
    font-size: 39px;
  }

  .product-why-grid article {
    min-height: auto;
    padding: 28px 22px;
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }

  .product-why-grid article > span {
    width: 46px;
    height: 46px;
  }

  .product-why-grid h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .product-why-grid article div > p:last-child {
    font-size: 15px;
  }

  .product-space-grid article {
    min-height: auto;
    padding: 24px 20px;
    grid-template-columns: 76px 1fr;
    gap: 18px;
  }

  .product-space-mark span {
    width: 64px;
    height: 64px;
  }

  .product-space-grid h3 {
    font-size: 18px;
  }

  .product-check-point {
    width: 100%;
    border-radius: 18px;
    line-height: 1.6;
  }

  .product-usage-card {
    padding: 26px 20px;
  }

  .product-usage-card header {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .product-usage-card header > span {
    width: 44px;
    height: 44px;
  }

  .product-usage-card h3 {
    font-size: 21px;
  }

  .product-usage-card li p {
    font-size: 15px;
  }

  .product-social-promise {
    margin-top: 48px;
    padding-top: 44px;
  }

  .product-social-promise article {
    min-height: auto;
    padding: 30px 20px;
  }

  .product-detail-copy h1 {
    font-size: 43px;
  }

  .product-detail-insight {
    margin-top: -4px;
    padding: 22px 0;
  }

  .product-detail-insight h2 {
    font-size: 21px;
  }

  .product-detail-insight dl > div {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .product-detail-spec {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-detail-spec p,
  .product-detail-spec b {
    margin-bottom: 12px;
  }

  .product-detail-nav {
    font-size: 11px;
  }

  .legal-content section {
    grid-template-columns: 42px 1fr;
  }

  .admin-screen-content {
    padding: 30px 14px 70px;
  }

  .admin-table-card {
    overflow-x: auto;
  }

  .admin-table-head {
    min-width: 720px;
  }

  .admin-empty-row {
    min-width: 720px;
  }

  .admin-inquiry-modal-backdrop {
    padding: 0;
    place-items: end center;
  }

  .admin-inquiry-modal {
    width: 100%;
    max-height: 94dvh;
    border-radius: 22px 22px 0 0;
  }

  .admin-inquiry-modal > header,
  .admin-inquiry-modal-body,
  .admin-inquiry-modal > footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .admin-inquiry-modal > header h2 {
    font-size: 24px;
  }

  .admin-inquiry-meta {
    grid-template-columns: 1fr;
  }

  .admin-inquiry-meta > div {
    border-right: 0;
    border-bottom: 1px solid #e3e1d8;
  }

  .admin-inquiry-meta > div:last-child {
    border-bottom: 0;
  }

  .admin-inquiry-message {
    padding: 22px 18px;
  }

  .admin-inquiry-modal > footer {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-inquiry-modal > footer > a {
    justify-content: center;
  }

  .admin-inquiry-modal > footer > div button {
    flex: 1;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font: inherit;
}

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

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

main {
  overflow: clip;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 78px;
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 21, 17, 0.09);
  backdrop-filter: none;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
}

.brand-logo {
  display: flex;
  align-items: center;
  width: 150px;
  height: 64px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-left: auto;
}

.desktop-nav a,
.login-link {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--yellow-strong);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 10px;
}

.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.mobile-menu {
  display: none;
  margin-left: auto;
  position: relative;
}

.mobile-menu summary {
  width: 44px;
  height: 44px;
  list-style: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
  background: var(--ink);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.menu-lines {
  width: 18px;
  display: grid;
  gap: 5px;
}

.menu-lines i {
  height: 2px;
  border-radius: 2px;
  background: white;
}

.mobile-menu nav {
  position: absolute;
  right: 0;
  top: 54px;
  width: 230px;
  padding: 14px;
  display: grid;
  background: white;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.mobile-menu nav a {
  padding: 13px 12px;
  border-bottom: 1px solid #ecebe4;
  font-size: 15px;
  font-weight: 750;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 152px 0 86px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 84px 84px,
    var(--ink);
  color: white;
}

.hero::after {
  content: "MRETT+";
  position: absolute;
  right: -18px;
  bottom: -43px;
  color: rgba(255, 255, 255, 0.025);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(110px, 17vw, 270px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  width: 420px;
  height: 420px;
  right: 2%;
  top: 20%;
  background: rgba(255, 210, 31, 0.13);
}

.hero-glow-two {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 10%;
  border: 1px solid rgba(255, 210, 31, 0.3);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 66px;
}

.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8d7b09;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.eyebrow::before {
  content: "+";
  color: var(--yellow-strong);
  font-size: 22px;
  line-height: 1;
}

.eyebrow.light {
  color: var(--yellow);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(52px, 5.5vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.hero h1 span {
  color: var(--yellow);
}

.hero-description {
  max-width: 570px;
  margin: 28px 0 0;
  color: #c8c7bf;
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: -0.025em;
}

.hero-buttons,
.join-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  min-height: 56px;
  padding: 0 25px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 15px;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--yellow);
  color: var(--ink);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.27);
  color: white;
}

.button.dark {
  background: var(--ink);
  color: white;
}

.button.outline {
  border: 1px solid var(--ink);
  color: var(--ink);
}

.hero-points {
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e4e3dc;
  font-size: 13px;
  font-weight: 700;
}

.hero-points span {
  color: var(--yellow);
  font-family: Georgia, serif;
  font-size: 11px;
}

.hero-visual {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}

.hero-image-frame {
  position: relative;
  height: 540px;
  overflow: hidden;
  border-radius: 260px 260px 34px 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #211f16;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-note {
  position: absolute;
  left: -52px;
  bottom: 42px;
  width: 235px;
  padding: 20px 22px;
  display: grid;
  gap: 7px;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.hero-note span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-note strong {
  font-size: 17px;
  line-height: 1.45;
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 210, 31, 0.35);
  border-radius: 50%;
}

.orbit-one {
  width: 110px;
  height: 110px;
  right: -48px;
  top: 60px;
}

.orbit-two {
  width: 22px;
  height: 22px;
  right: -30px;
  top: 194px;
  background: var(--yellow);
}

.promise-bar {
  background: var(--yellow);
}

.promise-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.promise-inner p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.promise-inner p b {
  font-size: 28px;
}

.promise-tags {
  display: flex;
  gap: 10px;
}

.promise-tags span {
  padding: 9px 14px;
  border: 1px solid rgba(21, 21, 17, 0.32);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.section {
  padding: 118px 0;
}

.section-heading h2,
.brand-content h2,
.technology-intro h2,
.join-copy h2 {
  margin: 0;
  font-size: clamp(39px, 4vw, 56px);
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 55px;
}

.heading-side {
  padding-bottom: 6px;
}

.heading-side p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  gap: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 850;
}

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

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  background: white;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.product-image {
  position: relative;
  width: 100%;
  height: 285px;
  overflow: hidden;
  isolation: isolate;
  background: #f3d133;
}

.product-image img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.12);
  transition: transform 500ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.16);
}

.product-3 .product-image img {
  transform: scale(1.24);
}

.product-3:hover .product-image img {
  transform: scale(1.28);
}

.product-4 .product-image img {
  object-position: center;
}

.card-number {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(21, 21, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.product-info {
  min-height: 280px;
  padding: 25px 23px 22px;
  display: flex;
  flex-direction: column;
}

.product-info > p {
  margin: 0 0 8px;
  color: #9a8200;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-info h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.045em;
}

.product-description {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.product-meta {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #ebe9e1;
}

.product-meta b {
  max-width: 135px;
  font-size: 12px;
  line-height: 1.5;
}

.product-meta a {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
}

.brand-section {
  background: var(--cream);
  scroll-margin-top: 78px;
}

.brand-section-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
}

.brand-section-heading span {
  color: #b58f00;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 800;
}

.brand-section-heading strong {
  font-size: 19px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.brand-section-heading i {
  height: 1px;
  flex: 1;
  background: #d5cebd;
}

.brand-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.brand-image-wrap {
  position: relative;
  height: 610px;
  overflow: hidden;
  border-radius: 280px 280px 28px 28px;
  background: white;
  box-shadow: 0 20px 70px rgba(78, 60, 0, 0.11);
}

.brand-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.7);
}

.brand-content h2 em {
  color: #c19500;
  font-style: normal;
}

.brand-lead {
  margin: 27px 0 30px;
  color: #55544e;
  font-size: 16px;
  line-height: 1.92;
}

.brand-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 34px;
  border-top: 1px solid #d5cebd;
  border-left: 1px solid #d5cebd;
}

.brand-value {
  min-height: 108px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid #d5cebd;
  border-bottom: 1px solid #d5cebd;
}

.brand-value strong {
  color: #ba9500;
  font-family: Georgia, serif;
  font-size: 22px;
}

.brand-value span {
  font-size: 13px;
  font-weight: 750;
}

.technology-section {
  position: relative;
  background: var(--ink);
  color: white;
}

.technology-section::before {
  content: "+";
  position: absolute;
  right: 7vw;
  top: 35px;
  color: rgba(255, 210, 31, 0.08);
  font-family: Georgia, serif;
  font-size: 220px;
}

.technology-intro {
  display: grid;
  grid-template-columns: 0.82fr 1fr 0.78fr;
  align-items: end;
  gap: 54px;
  margin-bottom: 58px;
}

.technology-intro .eyebrow {
  align-self: start;
}

.technology-intro h2 span {
  color: var(--yellow);
}

.technology-intro > p:last-child {
  margin: 0 0 4px;
  color: #aaa99f;
  font-size: 14px;
  line-height: 1.8;
}

.technology-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #3c3b34;
  border-left: 1px solid #3c3b34;
}

.technology-cards article {
  position: relative;
  min-height: 350px;
  padding: 34px;
  border-right: 1px solid #3c3b34;
  border-bottom: 1px solid #3c3b34;
  transition: background 200ms ease;
}

.technology-cards article:hover {
  background: #1d1d17;
}

.tech-index {
  color: #77766e;
  font-family: Georgia, serif;
  font-size: 12px;
}

.tech-symbol {
  width: 74px;
  height: 74px;
  margin: 60px 0 26px;
  display: grid;
  place-items: center;
  border: 1px solid #5c5b50;
  border-radius: 50%;
  color: var(--yellow);
  font-family: Georgia, serif;
  font-size: 28px;
}

.technology-cards h3 {
  margin: 0 0 14px;
  font-size: 23px;
}

.technology-cards p {
  margin: 0;
  color: #aaa99f;
  font-size: 14px;
  line-height: 1.8;
}

.reviews-section {
  background: var(--paper);
}

.review-heading {
  position: relative;
  text-align: center;
  margin-bottom: 52px;
}

.review-heading .eyebrow {
  justify-content: center;
}

.review-heading > p:last-child {
  max-width: 620px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  padding: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
}

.review-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.28 / 1;
  flex: 0 0 auto;
  overflow: hidden;
  background: #eee8d4;
}

.review-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.12);
}

.reviews-section .review-card:nth-child(3) .review-image img {
  transform: scale(1.14);
}

.review-image span {
  position: absolute;
  left: 24px;
  top: 24px;
  min-height: 52px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--yellow);
  color: #11110e;
  box-shadow: 0 8px 22px rgb(0 0 0 / 14%);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
}

.review-copy {
  padding: 28px 30px 30px;
  flex: 1;
}

.review-copy h3 {
  margin: 0 0 11px;
  font-size: 20px;
  letter-spacing: -0.035em;
}

.review-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.review-action {
  margin-top: 30px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--ink);
  border-radius: 24px;
}

.review-action > span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.join-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.34), transparent 18%),
    var(--yellow);
}

.join-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 90px;
}

.join-copy h2 span {
  color: #766000;
}

.join-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 26px 0 0;
  color: #5a4b00;
  font-size: 16px;
  line-height: 1.85;
}

.join-buttons > span {
  max-width: 190px;
  color: #6a5700;
  font-size: 11px;
  line-height: 1.55;
}

.join-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(21, 21, 17, 0.38);
}

.join-steps li {
  min-height: 104px;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(21, 21, 17, 0.38);
}

.join-steps > li > span {
  font-family: Georgia, serif;
  font-size: 13px;
}

.join-steps b {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}

.join-steps p {
  margin: 0;
  color: #665400;
  font-size: 13px;
}

.site-footer {
  background: #000000;
  color: white;
}

.footer-top {
  padding: 75px 0 64px;
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.45fr;
  gap: 80px;
}

.footer-brand img {
  width: 166px;
  margin-bottom: 25px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  margin: 0;
  color: #a2a198;
  font-size: 14px;
  line-height: 1.75;
}

.footer-label {
  margin: 0 0 20px;
  color: var(--yellow);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-number {
  display: inline-block;
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.footer-contact > p:last-child {
  margin: 0;
  color: #a2a198;
  font-size: 13px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-links .footer-label {
  margin-bottom: 8px;
}

.footer-links a {
  color: #c2c1b9;
  font-size: 13px;
}

.footer-bottom {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #292922;
  color: #77766e;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.mobile-review-cta {
  display: none;
}

@media (max-width: 1060px) {
  .desktop-nav {
    gap: 22px;
  }

  .hero-grid {
    gap: 35px;
  }

  .hero-note {
    left: -25px;
  }

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

  .product-image {
    height: 360px;
  }

  .brand-grid {
    gap: 55px;
  }
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero {
    min-height: auto;
    padding: 140px 0 92px;
  }

  .hero-grid,
  .brand-grid,
  .join-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 75px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    justify-self: center;
    width: min(100%, 590px);
  }

  .hero-image-frame {
    height: 600px;
  }

  .promise-inner {
    padding: 22px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .split-heading,
  .technology-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .split-heading {
    align-items: start;
  }

  .brand-image-wrap {
    width: min(100%, 580px);
    margin: 0 auto;
  }

  .brand-section-heading {
    margin-bottom: 32px;
  }

  .technology-cards {
    grid-template-columns: 1fr;
  }

  .technology-cards article {
    min-height: 280px;
  }

  .tech-symbol {
    margin-top: 38px;
  }

  .review-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-card:last-child {
    grid-column: 1 / -1;
  }

  .join-grid {
    gap: 55px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 70px;
  }

  .container {
    width: min(100% - 36px, 560px);
  }

  .site-header {
    height: 70px;
  }

  .brand-logo {
    width: 132px;
    height: 56px;
  }

  .hero {
    padding: 121px 0 76px;
  }

  .hero h1 {
    font-size: 43px;
    line-height: 1.1;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.78;
  }

  .hero-buttons {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-points {
    gap: 12px 20px;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-image-frame {
    height: 455px;
    border-radius: 210px 210px 28px 28px;
  }

  .hero-note {
    left: 15px;
    right: 15px;
    bottom: -42px;
    width: auto;
  }

  .hero-grid {
    padding-bottom: 38px;
  }

  .orbit-one {
    right: -50px;
  }

  .promise-inner p {
    font-size: 18px;
  }

  .promise-tags {
    flex-wrap: wrap;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .brand-content h2,
  .technology-intro h2,
  .join-copy h2 {
    font-size: 38px;
  }

  .split-heading {
    margin-bottom: 36px;
  }

  .product-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: auto;
    aspect-ratio: 1.1 / 1;
  }

  .review-card:last-child {
    grid-column: auto;
  }

  .review-image span {
    left: 16px;
    top: 16px;
    min-height: 46px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .brand-grid {
    gap: 55px;
  }

  .brand-section-heading {
    align-items: flex-start;
    gap: 11px;
  }

  .brand-section-heading strong {
    font-size: 15px;
    line-height: 1.45;
  }

  .brand-section-heading i {
    margin-top: 10px;
  }

  .brand-image-wrap {
    height: 470px;
  }

  .brand-values {
    grid-template-columns: 1fr;
  }

  .technology-cards article {
    padding: 28px;
  }

  .review-heading {
    text-align: left;
  }

  .review-heading .eyebrow {
    justify-content: flex-start;
  }

  .review-heading > p:last-child {
    margin-left: 0;
  }

  .review-image {
    height: auto;
    aspect-ratio: 1.2 / 1;
  }

  .review-action {
    align-items: stretch;
    flex-direction: column;
  }

  .review-action .button {
    width: 100%;
  }

  .join-section {
    padding: 82px 0 95px;
  }

  .join-buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .join-buttons .button {
    width: 100%;
  }

  .footer-top {
    padding: 62px 0 50px;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    padding: 24px 0 100px;
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-review-cta {
    position: fixed;
    z-index: 45;
    left: 18px;
    right: 18px;
    bottom: 16px;
    min-height: 55px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
    font-size: 14px;
    font-weight: 900;
  }
}

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

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

/* Content manager */
.cms-shell {
  min-height: 100vh;
  overflow: visible;
  background: #f3f2ec;
  color: #191914;
}

.cms-topbar {
  position: sticky;
  z-index: 80;
  top: 0;
  min-height: 76px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(21, 21, 17, 0.97);
  color: white;
  border-bottom: 1px solid #33332c;
  backdrop-filter: blur(16px);
}

.cms-topbar > div,
.cms-topbar nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.cms-wordmark {
  color: var(--yellow);
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 900;
}

.cms-wordmark span {
  margin-left: 9px;
  color: white;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: 13px;
}

.cms-topbar p {
  margin: 0;
  color: #aaa99f;
  font-size: 12px;
}

.cms-topbar nav a {
  font-size: 12px;
  font-weight: 750;
}

.cms-topbar nav form {
  margin: 0;
}

.cms-topbar nav button {
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.cms-layout {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
}

.cms-sidebar {
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  padding: 34px 24px 110px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-y: auto;
  border-right: 1px solid #dcdad0;
  background: #faf9f5;
}

.cms-sidebar p {
  margin: 0 0 16px 11px;
  color: #99968a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cms-sidebar a,
.cms-sidebar button {
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #59574e;
  text-align: left;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.cms-sidebar a:hover {
  background: #eeece4;
  color: #151511;
}

.cms-sidebar button {
  margin-top: 20px;
  border: 1px solid #d4d1c5;
  color: #7c6a00;
  text-align: center;
}

.cms-content {
  min-width: 0;
  padding: 38px 42px 150px;
}

.cms-notice {
  margin-bottom: 20px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #dedbd0;
  border-radius: 14px;
  background: white;
  font-size: 12px;
}

.cms-notice b {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eceae2;
  font-size: 10px;
}

.cms-notice.success {
  border-color: #b8d5bd;
  background: #f1faf2;
}

.cms-notice.success b {
  background: #cce8d0;
  color: #20582a;
}

.cms-notice.error {
  border-color: #e0b9b0;
  background: #fff5f2;
  color: #872d1b;
}

.cms-panel {
  margin-bottom: 24px;
  padding: 34px;
  scroll-margin-top: 98px;
  border: 1px solid #dddbd1;
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 45px rgba(44, 39, 10, 0.045);
}

.cms-panel-heading {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}

.cms-panel-heading > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.cms-panel-heading span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 900;
}

.cms-panel-heading h1,
.cms-panel-heading h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.cms-panel-heading > p {
  margin: 0;
  color: #88857a;
  font-size: 11px;
}

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

.cms-image-card {
  padding: 10px;
  min-width: 0;
  border: 1px solid #dfddd4;
  border-radius: 16px;
  background: #faf9f5;
}

.cms-image-preview {
  height: 190px;
  overflow: hidden;
  border-radius: 11px;
  background:
    linear-gradient(45deg, #eceae2 25%, transparent 25%),
    linear-gradient(-45deg, #eceae2 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eceae2 75%),
    linear-gradient(-45deg, transparent 75%, #eceae2 75%),
    #fff;
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}

.cms-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cms-image-meta {
  padding: 14px 5px 10px;
}

.cms-image-meta h3 {
  margin: 0 0 5px;
  font-size: 14px;
}

.cms-image-meta p {
  margin: 0;
  color: #89867b;
  font-size: 10px;
}

.cms-image-actions {
  display: flex;
  gap: 7px;
}

.cms-image-actions form {
  margin: 0;
}

.cms-image-actions form:first-child {
  flex: 1;
}

.cms-image-actions form:first-child label {
  width: 100%;
}

.cms-image-actions label,
.cms-image-actions button {
  min-height: 38px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfccc0;
  border-radius: 9px;
  background: white;
  color: #302f28;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.cms-image-actions label {
  flex: 1;
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.cms-image-actions label.is-loading,
.cms-image-actions button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.cms-image-actions input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.cms-field-grid {
  display: grid;
  gap: 17px;
}

.cms-field-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cms-field.multiline {
  grid-column: 1 / -1;
}

.cms-field > span {
  color: #69675e;
  font-size: 11px;
  font-weight: 800;
}

.cms-field input,
.cms-field textarea {
  width: 100%;
  border: 1px solid #d8d5ca;
  border-radius: 10px;
  background: #fcfbf7;
  color: #171713;
  font-size: 14px;
  outline: none;
  transition: border 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.cms-field input {
  height: 45px;
  padding: 0 13px;
}

.cms-field textarea {
  min-height: 94px;
  padding: 12px 13px;
  resize: vertical;
  line-height: 1.65;
}

.cms-field input:focus,
.cms-field textarea:focus {
  border-color: #b39100;
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 210, 31, 0.25);
}

.cms-field small {
  color: #99968b;
  font-size: 9px;
}

.cms-subsection {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #e2e0d7;
}

.cms-subsection h3 {
  margin: 0 0 20px;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.cms-subsection.numbered {
  padding: 25px;
  border: 1px solid #dfddd4;
  border-radius: 15px;
  background: #fbfaf6;
}

.cms-inline-pair {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 13px;
}

.cms-savebar {
  position: fixed;
  z-index: 90;
  left: 230px;
  right: 0;
  bottom: 0;
  min-height: 82px;
  padding: 14px max(42px, calc((100vw - 1440px) / 2 + 42px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #d8d6cc;
  box-shadow: 0 -14px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.cms-savebar > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cms-savebar b {
  font-size: 13px;
}

.cms-savebar span {
  color: #858278;
  font-size: 10px;
}

.cms-savebar button {
  min-width: 210px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.cms-savebar button:disabled {
  background: #deddd5;
  color: #8d8a80;
  cursor: default;
}

.cms-password-form > button {
  margin-top: 22px;
}

.admin-denied {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  text-align: center;
}

.admin-denied > div {
  padding: 40px;
}

.admin-denied p {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.admin-denied h1 {
  margin: 15px 0 28px;
  font-size: 40px;
}

.admin-denied a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1000px) {
  .cms-layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .cms-content {
    padding-inline: 25px;
  }

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

  .cms-savebar {
    left: 190px;
    padding-inline: 25px;
  }
}

@media (max-width: 720px) {
  .cms-topbar {
    min-height: 66px;
    padding: 0 18px;
  }

  .cms-topbar > div {
    display: block;
  }

  .cms-topbar p,
  .cms-topbar nav a:last-child {
    display: none;
  }

  .cms-wordmark {
    font-size: 19px;
  }

  .cms-layout {
    display: block;
  }

  .cms-sidebar {
    position: sticky;
    z-index: 60;
    top: 66px;
    width: 100%;
    height: auto;
    padding: 10px 18px;
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid #dcdad0;
  }

  .cms-sidebar p,
  .cms-sidebar button {
    display: none;
  }

  .cms-sidebar a {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    border: 1px solid #dedbd0;
    background: white;
  }

  .cms-content {
    padding: 22px 14px 140px;
  }

  .cms-panel {
    padding: 22px 16px;
    border-radius: 18px;
    scroll-margin-top: 135px;
  }

  .cms-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .cms-image-grid,
  .cms-field-grid.cols-2,
  .cms-inline-pair {
    grid-template-columns: 1fr;
  }

  .cms-image-preview {
    height: 240px;
  }

  .cms-subsection.numbered {
    padding: 18px 14px;
  }

  .cms-savebar {
    left: 0;
    min-height: 76px;
    padding: 11px 14px;
  }

  .cms-savebar span {
    display: none;
  }

  .cms-savebar button {
    min-width: 170px;
  }
}
