.sab-homepage {
  --sab-accent-1: var(--wp--preset--color--accent-1, var(--global-palette1, #3e6fa8));
  --sab-accent-2: var(--wp--preset--color--accent-2, var(--global-palette2, #6f94bf));
  --sab-accent-3: var(--wp--preset--color--accent-3, #b9b4d8);
  --sab-contrast-1: var(--wp--preset--color--contrast-1, #1f3a5f);
  --sab-contrast-2: var(--wp--preset--color--contrast-2, #334a63);
  --sab-contrast-3: var(--wp--preset--color--contrast-3, #5e6b7a);
  --sab-contrast-4: var(--wp--preset--color--contrast-4, #8b97a5);
  --sab-base-1: var(--wp--preset--color--base-1, #e8eef5);
  --sab-base-2: var(--wp--preset--color--base-2, #f4f7fa);
  --sab-base-3: var(--wp--preset--color--base-3, var(--global-palette9, #fff));
  --sab-border: color-mix(in srgb, var(--sab-contrast-1) 17%, transparent);
  --sab-shell: min(1240px, calc(100% - 40px));
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  color: var(--sab-contrast-2);
  background: var(--sab-base-3);
  font-family: inherit;
  overflow: hidden;
  overflow: clip;
}

.sab-homepage,
.sab-homepage * {
  box-sizing: border-box;
}

.sab-homepage a {
  color: inherit;
  text-decoration: none;
}

.sab-homepage a:focus-visible,
.sab-homepage button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sab-accent-1) 55%, white);
  outline-offset: 4px;
}

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

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

.sab-site-header {
  width: var(--sab-shell);
  min-height: 98px;
  margin: 0 auto;
  padding: 18px 0 14px;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(440px, 1.6fr) minmax(230px, 0.9fr);
  align-items: center;
  gap: 22px;
  background: var(--sab-base-3);
}

.sab-brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  color: var(--sab-contrast-1);
  line-height: 1;
}

.sab-brand__ko {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.6vw, 38px);
  letter-spacing: -0.055em;
}

.sab-brand__en {
  margin: 8px 0 0 46px;
  color: var(--sab-accent-1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.15em;
}

.sab-main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.sab-main-nav a,
.sab-language a {
  transition: color 160ms ease;
}

.sab-main-nav a:hover,
.sab-language a:hover {
  color: var(--sab-accent-1);
}

.sab-main-nav [aria-current="page"] {
  color: var(--sab-accent-1);
  font-weight: 800;
}

.sab-header-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
}

.sab-language {
  flex-basis: 100%;
  text-align: right;
  color: var(--sab-contrast-3);
  font-size: 12px;
}

.sab-language [aria-current="page"] {
  color: var(--sab-contrast-1);
  font-weight: 750;
}

.sab-header-pill {
  min-height: 30px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--sab-border);
  border-radius: 999px;
  color: var(--sab-contrast-2);
  background: var(--sab-base-3);
  font-size: 11px;
  font-weight: 700;
}

.sab-header-pill[aria-disabled="true"] {
  opacity: 0.62;
  cursor: not-allowed;
}

.sab-header-pill__mark {
  display: inline-grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  background: #2db400;
  font-size: 10px;
  line-height: 1;
}

.sab-header-pill--shop .sab-header-pill__mark {
  background: linear-gradient(135deg, var(--sab-accent-1), var(--sab-accent-3));
}

.sab-affiliate-note {
  flex-basis: 100%;
  max-width: 330px;
  margin: 0 0 0 auto;
  color: var(--sab-contrast-4);
  font-size: 9px;
  line-height: 1.45;
  text-align: right;
  word-break: keep-all;
}

.sab-hero {
  position: relative;
  width: var(--sab-shell);
  min-height: clamp(430px, 43vw, 490px);
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  background: var(--sab-base-1);
  isolation: isolate;
}

.sab-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.74) 34%, rgba(255, 255, 255, 0.08) 69%);
  pointer-events: none;
}

.sab-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sab-hero__content {
  width: min(760px, 64%);
  padding: clamp(76px, 8vw, 112px) clamp(30px, 5.7vw, 72px);
}

.sab-eyebrow {
  margin-bottom: 12px;
  color: var(--sab-accent-1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.sab-hero h1 {
  margin-bottom: 22px;
  color: var(--sab-contrast-1);
  font-size: clamp(35px, 3.7vw, 47px);
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.sab-hero__description {
  margin-bottom: 28px;
  color: var(--sab-contrast-2);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.sab-hero-profile {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(24px, 3.2vw, 46px);
  width: clamp(150px, 13vw, 176px);
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0;
  color: #6e7fa5;
  text-align: center;
  transform: translateY(-46%);
  pointer-events: none;
}

.sab-hero-profile__frame {
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 25px;
  background: rgba(255, 252, 246, 0.9);
  box-shadow: 0 12px 30px rgba(39, 57, 88, 0.14);
  transform: rotate(1.2deg);
}

.sab-hero-profile__image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  object-position: center 36%;
}

.sab-hero-profile__hello {
  margin: 0;
  font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.95);
  transform: rotate(-2deg);
}

.sab-hero-profile__hello span {
  display: block;
}

.sab-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sab-button {
  min-height: 46px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sab-accent-1);
  border-radius: 11px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

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

.sab-button--primary {
  color: #fff !important;
  background: var(--sab-accent-1);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--sab-accent-1) 22%, transparent);
}

.sab-button--secondary {
  color: var(--sab-accent-1) !important;
  background: color-mix(in srgb, var(--sab-base-3) 88%, transparent);
}

.sab-category-section,
.sab-section {
  width: min(1140px, calc(100% - 56px));
  margin-right: auto;
  margin-left: auto;
}

.sab-category-section {
  margin-top: 36px;
  margin-bottom: 58px;
}

.sab-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.sab-category-card {
  min-width: 0;
  min-height: 176px;
  padding: 25px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sab-border);
  border-radius: 19px;
  text-align: center;
  background: var(--sab-base-3);
  box-shadow: 0 9px 24px rgba(31, 58, 95, 0.055);
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.sab-category-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--sab-accent-1) 38%, transparent);
  box-shadow: 0 12px 28px rgba(31, 58, 95, 0.085);
}

.sab-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 14px;
  color: var(--sab-accent-1);
}

.sab-icon--lavender {
  color: color-mix(in srgb, var(--sab-accent-3) 82%, var(--sab-contrast-1));
}

.sab-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sab-category-card h3 {
  margin-bottom: 8px;
  color: var(--sab-contrast-1);
  font-size: 17px;
  line-height: 1.35;
}

.sab-category-card p {
  margin-bottom: 0;
  color: var(--sab-contrast-3);
  font-size: 13px;
  line-height: 1.55;
}

.sab-section {
  margin-top: 66px;
  margin-bottom: 76px;
}

.sab-section-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.sab-section-heading .sab-eyebrow {
  margin-bottom: 5px;
}

.sab-section-heading h2 {
  margin-bottom: 0;
  color: var(--sab-contrast-1);
  font-size: clamp(25px, 2.6vw, 33px);
  letter-spacing: -0.035em;
}

.sab-section-heading h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--sab-accent-1);
}

.sab-text-link {
  padding: 8px 0;
  color: var(--sab-contrast-2) !important;
  font-size: 13px;
  font-weight: 700;
}

.sab-text-link:hover {
  color: var(--sab-accent-1) !important;
}

.sab-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.sab-post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sab-contrast-1) 9%, transparent);
  border-radius: 16px;
  background: var(--sab-base-3);
  box-shadow: 0 8px 24px rgba(31, 58, 95, 0.075);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.sab-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(31, 58, 95, 0.11);
}

.sab-post-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--sab-base-1);
}

.sab-post-card__image img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
  transition: transform 300ms ease;
}

.sab-post-card:hover .sab-post-card__image img {
  transform: scale(1.018);
}

.sab-post-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--sab-base-1), var(--sab-base-2));
}

.sab-post-card__body {
  padding: 20px 21px 22px;
}

.sab-post-card__category {
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 9px;
  display: inline-flex;
  border-radius: 999px;
  color: var(--sab-accent-1) !important;
  background: color-mix(in srgb, var(--sab-accent-1) 10%, white);
  font-size: 11px;
  font-weight: 750;
}

.sab-post-card h3 {
  margin-bottom: 10px;
  color: var(--sab-contrast-1);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.sab-post-card__excerpt {
  display: -webkit-box;
  min-height: 4.65em;
  margin-bottom: 17px;
  overflow: hidden;
  color: var(--sab-contrast-3);
  font-size: 13px;
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sab-post-card time {
  color: var(--sab-contrast-4);
  font-size: 12px;
}

.sab-empty-state {
  padding: 42px 24px;
  border-radius: 16px;
  text-align: center;
  color: var(--sab-contrast-3);
  background: var(--sab-base-2);
}

.sab-collections-wrap {
  margin-top: 20px;
  padding: 54px 0 58px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sab-base-2) 88%, white), color-mix(in srgb, var(--sab-accent-3) 18%, white));
}

.sab-collections-wrap .sab-section {
  margin-top: 0;
  margin-bottom: 0;
}

.sab-collection-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.sab-collection-card {
  min-width: 0;
  min-height: 138px;
  padding: 20px 17px;
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 7px 20px rgba(31, 58, 95, 0.045);
  transition: transform 170ms ease, background-color 170ms ease;
}

.sab-collection-card:hover {
  transform: translateY(-2px);
  background: #fff;
}

.sab-collection-card .sab-icon {
  width: 43px;
  height: 43px;
  margin: 0;
  padding: 10px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sab-accent-1) 10%, white);
}

.sab-collection-card h3 {
  margin-bottom: 6px;
  color: var(--sab-contrast-1);
  font-size: 14px;
  line-height: 1.35;
}

.sab-collection-card p {
  margin-bottom: 0;
  color: var(--sab-contrast-3);
  font-size: 11px;
  line-height: 1.5;
}

.sab-site-footer {
  color: #fff;
  background: var(--sab-contrast-1);
}

.sab-footer-inner {
  width: min(1140px, calc(100% - 56px));
  margin: 0 auto;
  padding: 52px 0 27px;
}

.sab-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1.25fr;
  gap: 42px;
}

.sab-footer-brand {
  display: inline-flex;
  margin-bottom: 17px;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", serif;
}

.sab-footer-brand__ko {
  font-size: 26px;
}

.sab-footer-brand__en {
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.sab-footer-copy {
  max-width: 260px;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--sab-base-1) 83%, white);
  font-size: 12px;
  line-height: 1.7;
}

.sab-footer-column h2,
.sab-footer-column h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.sab-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sab-footer-links li + li {
  margin-top: 9px;
}

.sab-footer-links a,
.sab-footer-links span {
  color: color-mix(in srgb, var(--sab-base-1) 86%, white);
  font-size: 12px;
}

.sab-footer-links a:hover {
  color: #fff;
}

.sab-footer-links [aria-disabled="true"] {
  opacity: 0.58;
}

.sab-footer-contact {
  color: color-mix(in srgb, var(--sab-base-1) 86%, white);
  font-size: 12px;
  line-height: 1.7;
}

.sab-footer-bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
  color: color-mix(in srgb, var(--sab-base-1) 75%, white);
  font-size: 11px;
}

body.sab-design-preview,
body.sab-live-layout {
  margin: 0;
  background: var(--sab-base-3, #fff);
}

.sab-preview-notice {
  min-height: 34px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e9f2ff;
  background: #173655;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.sab-preview-notice span {
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.sab-preview-main,
.sab-single-shell {
  width: 100%;
}

.sab-archive-hero {
  width: var(--sab-shell);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 90px) clamp(26px, 6vw, 82px);
  border: 1px solid color-mix(in srgb, var(--sab-contrast-1) 7%, transparent);
  border-radius: 22px;
  background: linear-gradient(135deg, #f5f8fb 0%, #fbfaf6 54%, #eef3f8 100%);
}

.sab-archive-hero h1 {
  margin-bottom: 14px;
  color: var(--sab-contrast-1);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.sab-archive-hero > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--sab-contrast-3);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
}

.sab-archive-section,
.sab-related-section {
  width: min(1140px, calc(100% - 56px));
  margin: 66px auto 88px;
}

.sab-result-count {
  color: var(--sab-contrast-4);
  font-size: 12px;
  font-weight: 650;
}

.sab-archive-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}

.sab-archive-grid > .sab-post-card {
  flex: 0 1 calc((100% - 52px) / 3);
  max-width: calc((100% - 52px) / 3);
}

.sab-single-shell {
  padding: 66px 0 0;
  background: linear-gradient(180deg, #f7f9fb 0, #fff 360px);
}

.sab-single-article {
  width: min(850px, calc(100% - 56px));
  margin: 0 auto;
}

.sab-single-header {
  margin-bottom: 34px;
  text-align: center;
}

.sab-single-header .sab-post-card__category {
  margin-bottom: 18px;
}

.sab-single-header h1 {
  max-width: 820px;
  margin: 0 auto 20px;
  color: var(--sab-contrast-1);
  font-size: clamp(34px, 4.7vw, 55px);
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.sab-single-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--sab-contrast-4);
  font-size: 12px;
}

.sab-single-meta > * + *::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 18px 3px 0;
  border-radius: 999px;
  background: var(--sab-contrast-4);
}

.sab-single-featured {
  margin: 0 0 42px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--sab-base-1);
  box-shadow: 0 12px 34px rgba(31, 58, 95, 0.1);
}

.sab-single-featured img {
  width: 100%;
  height: auto;
  display: block;
}

.sab-single-content {
  color: #2f4054;
  font-size: 17px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.sab-single-content > * {
  max-width: 100%;
}

.sab-single-content h2,
.sab-single-content h3,
.sab-single-content h4 {
  margin: 2.25em 0 0.8em;
  color: var(--sab-contrast-1);
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.sab-single-content h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.sab-single-content h3 {
  font-size: clamp(21px, 2.4vw, 27px);
}

.sab-single-content p,
.sab-single-content ul,
.sab-single-content ol,
.sab-single-content blockquote {
  margin-bottom: 1.55em;
}

.sab-single-content a {
  color: var(--sab-accent-1);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sab-single-content img,
.sab-single-content iframe,
.sab-single-content video {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.sab-single-content figure {
  max-width: 100%;
  margin: 2em 0;
}

.sab-single-content blockquote {
  padding: 20px 24px;
  border-left: 4px solid var(--sab-accent-1);
  border-radius: 0 12px 12px 0;
  background: var(--sab-base-2);
}

.sab-single-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}

.sab-single-content th,
.sab-single-content td {
  padding: 11px 13px;
  border: 1px solid var(--sab-border);
}

.sab-related-section {
  padding-top: 68px;
  border-top: 1px solid var(--sab-border);
}

@media (max-width: 1024px) {
  .sab-homepage {
    --sab-shell: calc(100% - 32px);
  }

  .sab-site-header {
    grid-template-columns: minmax(170px, 0.7fr) minmax(0, 1fr);
    gap: 14px;
  }

  .sab-main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .sab-header-tools {
    grid-column: 2;
    grid-row: 1;
  }

  .sab-language {
    flex-basis: auto;
  }

  .sab-affiliate-note {
    max-width: 300px;
  }

  .sab-hero-profile {
    right: 24px;
    width: 136px;
  }

  .sab-category-grid,
  .sab-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sab-archive-grid > .sab-post-card {
    flex-basis: calc((100% - 26px) / 2);
    max-width: calc((100% - 26px) / 2);
  }

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

  .sab-footer-column:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .sab-homepage {
    --sab-shell: calc(100% - 24px);
  }

  .sab-site-header {
    min-height: auto;
    padding: 16px 0;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .sab-brand__ko {
    font-size: 25px;
  }

  .sab-brand__en {
    margin-left: 29px;
    font-size: 10px;
  }

  .sab-main-nav {
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: space-between;
    gap: 7px;
    font-size: 11px;
  }

  .sab-homepage:lang(en) .sab-main-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .sab-language {
    flex: 0 0 auto;
    margin-right: auto;
    text-align: left;
    font-size: 11px;
  }

  .sab-header-tools {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    gap: 7px;
  }

  .sab-header-pill {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 10px;
  }

  .sab-affiliate-note {
    flex: 1 0 100%;
    max-width: none;
    margin: 1px 0 0;
    text-align: left;
  }

  .sab-hero {
    min-height: 480px;
  }

  .sab-hero::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.84) 54%, rgba(255, 255, 255, 0.2) 100%);
  }

  .sab-hero__image {
    object-position: 61% center;
  }

  .sab-hero__content {
    width: min(510px, 94%);
    padding: 78px 22px 54px;
  }

  .sab-hero h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .sab-hero-profile {
    top: auto;
    right: 22px;
    bottom: 24px;
    width: 122px;
    gap: 7px;
    transform: none;
  }

  .sab-hero-profile__frame {
    padding: 4px;
    border-radius: 21px;
  }

  .sab-hero-profile__image {
    border-radius: 17px;
  }

  .sab-hero-profile__hello {
    font-size: 11px;
  }

  .sab-hero .sab-button-row {
    max-width: calc(100% - 158px);
  }

  .sab-category-section,
  .sab-section,
  .sab-footer-inner {
    width: calc(100% - 32px);
  }

  .sab-archive-hero,
  .sab-archive-section,
  .sab-related-section,
  .sab-single-article {
    width: calc(100% - 32px);
  }

  .sab-archive-hero {
    padding: 46px 24px;
    border-radius: 17px;
  }

  .sab-archive-section,
  .sab-related-section {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .sab-archive-grid {
    gap: 20px;
  }

  .sab-archive-grid > .sab-post-card {
    flex-basis: 100%;
    max-width: 100%;
  }

  .sab-single-shell {
    padding-top: 46px;
  }

  .sab-single-header {
    margin-bottom: 26px;
  }

  .sab-single-featured {
    margin-bottom: 30px;
    border-radius: 15px;
  }

  .sab-single-content {
    font-size: 16px;
    line-height: 1.85;
  }

  .sab-category-grid,
  .sab-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sab-category-card {
    min-height: 166px;
    padding: 21px 12px;
  }

  .sab-post-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sab-post-card__excerpt {
    min-height: 0;
  }

  .sab-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 26px;
  }

  .sab-footer-column:first-child,
  .sab-footer-column:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .sab-main-nav {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    gap: 9px 18px;
  }

  .sab-homepage:lang(en) .sab-main-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .sab-hero {
    min-height: 515px;
    border-radius: 17px;
  }

  .sab-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.79) 67%, rgba(255, 255, 255, 0.26) 100%);
  }

  .sab-hero__image {
    object-position: 63% center;
  }

  .sab-hero__content {
    width: 100%;
    padding-top: 58px;
  }

  .sab-hero-profile {
    right: 16px;
    bottom: 18px;
    width: 98px;
    gap: 6px;
  }

  .sab-hero-profile__frame {
    border-radius: 18px;
  }

  .sab-hero-profile__image {
    border-radius: 14px;
  }

  .sab-hero-profile__hello {
    font-size: 10px;
  }

  .sab-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .sab-hero .sab-button-row {
    width: calc(100% - 120px);
    max-width: none;
  }

  .sab-button {
    width: 100%;
  }

  .sab-category-section {
    margin-top: 26px;
  }

  .sab-category-grid,
  .sab-collection-grid {
    grid-template-columns: 1fr;
  }

  .sab-collection-card {
    min-height: 112px;
  }

  .sab-section-heading {
    align-items: start;
  }

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

  .sab-footer-column,
  .sab-footer-column:first-child,
  .sab-footer-column:last-child {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sab-homepage *,
  .sab-homepage *::before,
  .sab-homepage *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
