.seasonal-editorial-page {
  --se-accent: #83e947;
  --se-accent-soft: #eef9e9;
  --se-warm: #ff8bc8;
  background: #f7f8f3;
}

.seasonal-editorial-page.theme-new-year {
  --se-accent: #9df35d;
  --se-accent-soft: #f1f8ea;
  --se-warm: #ff9f6e;
}

.seasonal-editorial-page .pc-article-shell {
  --pc-muted: #66706a;
}

.seasonal-editorial-page .pc-article-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(34px, 4vw, 64px);
  border: 0;
  background: transparent;
}

.seasonal-editorial-page .pc-article-hero-copy {
  max-width: 720px;
}

.seasonal-editorial-page .pc-article-hero h1 {
  max-width: 100%;
  font-size: clamp(48px, 3.9vw, 60px);
  line-height: .93;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.seasonal-editorial-page .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #69716d;
  font-size: 13px;
}

.se-answer {
  margin: 0 0 48px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #d9dfd5;
  border-left: 7px solid var(--se-accent);
  border-radius: 0 24px 24px 0;
  background: #fff;
}

.se-answer span,
.se-section-label {
  display: block;
  margin-bottom: 10px;
  color: #496443;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.se-answer p {
  max-width: 760px;
  margin: 0!important;
  color: #202824!important;
  font-size: clamp(19px, 1.8vw, 24px)!important;
  line-height: 1.5!important;
}

.se-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 48px;
}

.se-decision-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #dce1d9;
  border-radius: 20px;
  background: #fff;
}

.se-decision-card small {
  display: block;
  margin-bottom: 10px;
  color: #587051;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.se-decision-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.14;
}

.se-decision-card p {
  margin: 10px 0 0!important;
  color: #66706a!important;
  font-size: 14px!important;
  line-height: 1.5!important;
}

.se-currency-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 36px 0 22px;
  padding: 14px 16px;
  border: 1px solid #101515;
  border-radius: 14px;
  background: var(--se-accent-soft);
}

.se-currency-bar strong,
.se-currency-bar span {
  display: block;
}

.se-currency-bar strong { font-size: 14px; }
.se-currency-bar span { margin-top: 3px; color: #66706a; font-size: 11px; }

.se-currency-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #101515;
  border-radius: 999px;
  background: #fff;
}

.se-currency-switch button {
  min-width: 72px;
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #101515;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.se-currency-switch button.is-active {
  background: #101515;
  color: #fff;
  box-shadow: 3px 3px 0 var(--se-accent);
}

.seasonal-editorial-page .pc-product-copy {
  min-height: 185px;
}

.se-grouped-products .pc-products-head {
  align-items: end;
  margin-bottom: 26px;
}

.se-grouped-products .pc-products-head > div > p {
  max-width: 720px;
  margin: 8px 0 0;
  color: #66706a;
  font-size: 14px;
  line-height: 1.5;
}

.se-product-row + .se-product-row {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #d9ded6;
}

.se-product-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
}

.se-product-row-head span {
  order: 2;
  color: #5d6b62;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.se-product-row-head h4 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

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

.seasonal-editorial-page .pc-product-copy .se-product-open {
  display: block;
  margin-top: auto;
  padding-top: 17px;
  color: #213c1b;
  font-size: 13px;
  font-weight: 850;
}

.se-block-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.seasonal-editorial-page .se-block-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid #101515;
  border-radius: 999px;
  background: #101515;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.seasonal-editorial-page .se-block-actions a.is-consult {
  background: var(--se-accent);
  color: #101515;
}

.se-team-offer {
  margin: 66px 0 72px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 26px;
  background: #101616;
  color: #fff;
}

.se-team-offer .se-section-label { color: var(--se-accent); }

.se-team-offer h2 {
  max-width: 780px;
  margin: 8px 0 20px!important;
  color: #fff!important;
  font-size: clamp(36px, 4vw, 56px)!important;
  line-height: .98!important;
}

.se-team-offer p {
  max-width: 790px;
  margin: 0 0 14px!important;
  color: #d9dfdb!important;
  font-size: 17px!important;
  line-height: 1.65!important;
}

.se-team-offer .se-block-actions {
  justify-content: flex-start;
  margin-top: 26px;
}

.seasonal-editorial-page .se-team-offer .se-block-actions a {
  border-color: #fff;
  background: #fff;
  color: #101515;
}

.seasonal-editorial-page .se-team-offer .se-block-actions a.is-consult {
  border-color: var(--se-accent);
  background: var(--se-accent);
}

.se-portfolio-showcase {
  width: min(1180px, calc(100vw - 48px));
  margin: 78px 0 82px 50%;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid #d7ddd3;
  border-radius: 30px;
  background: #fff;
  transform: translateX(-50%);
}

.se-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.se-showcase-head h2 {
  max-width: 820px;
  margin: 8px 0 12px!important;
  font-size: clamp(38px, 4.2vw, 62px)!important;
  line-height: .96!important;
}

.se-showcase-head p {
  max-width: 720px;
  margin: 0!important;
  color: #5f6963!important;
  font-size: 16px!important;
}

.se-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
}

.se-case-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce1d9;
  border-radius: 24px;
  background: #f7f8f3;
  color: #101515;
  text-decoration: none;
}

.se-case-media {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 5px;
  min-height: 300px;
  overflow: hidden;
  background: #e9ece6;
}

.se-case-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.se-case-copy { display: block; padding: 22px; }
.se-case-card small { color: #56704e; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.se-case-card strong { display: block; margin: 8px 0; font-size: 24px; line-height: 1.08; }
.se-case-card p { margin: 0!important; color: #66706a!important; font-size: 14px!important; line-height: 1.5!important; }
.se-case-card b { display: block; margin-top: 16px; color: #294621; font-size: 13px; }

.se-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 46px;
  padding: 0;
  list-style: none;
}

.se-checklist li {
  position: relative;
  min-height: 74px;
  padding: 18px 18px 18px 49px;
  border-radius: 16px;
  background: #eef3eb;
  color: #28302c;
  line-height: 1.5;
}

.se-checklist li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--se-accent);
  color: #0b1208;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.se-faq {
  margin: 72px 0 42px;
}

.se-faq h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.se-faq details {
  border-top: 1px solid #cfd5cc;
}

.se-faq details:last-child { border-bottom: 1px solid #cfd5cc; }
.se-faq summary { padding: 19px 36px 19px 0; cursor: pointer; font-size: 18px; font-weight: 800; line-height: 1.3; }
.se-faq details p { max-width: 760px; margin: 0 0 22px!important; color: #4d5651!important; font-size: 16px!important; line-height: 1.65!important; }

.se-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin: 70px auto 24px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 28px;
  background: #101616;
  color: #fff;
}

.se-final-cta h2 { max-width: 720px; margin: 8px 0 12px; font-size: clamp(34px, 4vw, 58px); line-height: .98; letter-spacing: -.045em; }
.se-final-cta p { max-width: 690px; margin: 0; color: #cfd6d1; font-size: 16px; line-height: 1.6; }
.se-final-cta nav { display: flex; min-width: 260px; flex-direction: column; gap: 9px; }
.se-final-cta a { padding: 13px 17px; border: 1px solid #ffffff35; border-radius: 999px; color: #fff; font-weight: 800; text-align: center; text-decoration: none; }
.se-final-cta a:first-child { border-color: var(--se-accent); background: var(--se-accent); color: #0b1208; }
.se-final-cta .se-chat-note { margin-top: 8px; color: #9fa9a3; font-size: 11px; text-align: center; }

.se-related {
  margin: 58px 0 0;
}

.se-related h2 { font-size: clamp(30px, 3vw, 44px); }
.se-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.se-related-grid a { min-width: 0; padding: 20px; border: 1px solid #d9ded6; border-radius: 18px; background: #fff; color: #101515; text-decoration: none; }
.se-related-grid small { color: #56704e; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.se-related-grid strong { display: block; margin-top: 8px; font-size: 17px; line-height: 1.25; }

.se-preview-index {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 100px;
}

.se-preview-index header { max-width: 980px; margin-bottom: 38px; }
.se-preview-index h1 { margin: 12px 0 18px; font-size: clamp(54px, 7vw, 98px); line-height: .9; letter-spacing: -.06em; }
.se-preview-index header p { max-width: 800px; font-size: 20px; line-height: 1.5; }
.se-preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.se-preview-card { display: grid; min-width: 0; grid-template-columns: 210px minmax(0, 1fr); overflow: hidden; border: 1px solid #d9ded6; border-radius: 25px; background: #fff; color: #111; text-decoration: none; }
.se-preview-card img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.se-preview-card div { padding: 25px; }
.se-preview-card small { color: #587051; font-weight: 900; text-transform: uppercase; }
.se-preview-card h2 { margin: 10px 0; font-size: 28px; line-height: 1.02; letter-spacing: -.035em; }
.se-preview-card p { margin: 0; color: #606a64; line-height: 1.5; }

@media (max-width: 900px) {
  .seasonal-editorial-page .pc-article-hero { grid-template-columns: 1fr; }
  .se-decision-grid { grid-template-columns: 1fr; }
  .se-case-grid { grid-template-columns: 1fr; }
  .se-showcase-head { grid-template-columns: 1fr; align-items: start; }
  .se-showcase-head .se-block-actions { justify-content: flex-start; }
  .se-final-cta { grid-template-columns: 1fr; }
  .se-final-cta nav { min-width: 0; }
  .se-related-grid { grid-template-columns: 1fr; }
  .se-preview-grid { grid-template-columns: 1fr; }
  .se-product-row-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .seasonal-editorial-page .pc-article-hero h1 { font-size: 36px; line-height: .95; }
  .se-answer { margin-bottom: 38px; padding: 22px 18px; border-radius: 0 18px 18px 0; }
  .se-currency-bar { align-items: flex-start; flex-direction: column; }
  .se-currency-switch { width: 100%; }
  .se-currency-switch button { flex: 1; }
  .se-block-actions { justify-content: flex-start; }
  .seasonal-editorial-page .se-block-actions a { flex: 1 1 145px; }
  .se-team-offer { margin: 46px 0 52px; padding: 24px 20px; border-radius: 22px; }
  .se-team-offer h2 { font-size: 32px!important; }
  .se-team-offer p { font-size: 16px!important; }
  .se-portfolio-showcase { width: 100%; margin: 52px 0; padding: 16px; border-radius: 22px; transform: none; }
  .se-showcase-head h2 { font-size: 34px!important; }
  .se-case-grid { gap: 12px; }
  .se-case-media { min-height: 230px; }
  .se-case-media img { min-height: 230px; }
  .se-case-copy { padding: 17px; }
  .se-case-card strong { font-size: 21px; }
  .se-checklist { grid-template-columns: 1fr; }
  .se-final-cta { margin-top: 54px; padding: 28px 20px; border-radius: 22px; }
  .se-preview-index { width: min(100% - 28px, 1400px); padding-top: 48px; }
  .se-preview-card { grid-template-columns: 112px minmax(0, 1fr); }
  .se-preview-card img { min-height: 220px; }
  .se-preview-card div { padding: 17px; }
  .se-preview-card h2 { font-size: 21px; }
  .se-preview-card p { font-size: 13px; }
  .se-grouped-products .pc-products-head { align-items: flex-start; }
  .se-product-row + .se-product-row { margin-top: 24px; padding-top: 22px; }
  .se-product-row-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .se-product-row-head span { order: 0; }
}
