/* Reference-inspired hero and client programs, using the existing brand tokens. */
.hero-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.hero-banner-inner { position: relative; min-height: 646px; padding-block: 70px 42px; }
.banner-copy { position: relative; z-index: 1; width: 57%; }
.banner-copy .eyebrow { font-size: 10px; margin-bottom: 25px; }
.banner-copy h1 { font-size: clamp(48px, 4.25vw, 62px); line-height: 1.16; letter-spacing: -2.3px; }
.banner-description { max-width: 460px; margin-top: 25px; color: #59695d; font-size: 15px; line-height: 1.85; }
.banner-actions { display: flex; align-items: center; gap: 16px; margin-top: 29px; }
.banner-actions .button { min-height: 50px; padding-inline: 23px; font-size: 12px; gap: 23px; }
.banner-secondary { background: #fafbf6b8; border-color: #8ca28b; color: var(--forest); }
.banner-secondary:hover { background: #eef2e5; }
.banner-photo { position: absolute; right: 0; top: 0; bottom: 0; width: 72%; margin: 0; z-index: -1; }
.banner-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.banner-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, #fafbf6fc 8%, #fafbf6df 20%, #fafbf68c 34%, #fafbf600 49%); pointer-events: none; }
.banner-photo figcaption { position: absolute; right: max(32px, calc((100vw - 1200px) / 2)); bottom: 13px; color: #fff; font-size: 9px; padding: 3px 8px; background: #1b3a2b9c; border-radius: 3px; z-index: 1; }
.banner-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 655px; max-width: calc(100vw - 112px); padding: 18px 16px 18px 0; margin-top: 31px; border-radius: 0 12px 12px 0; background: linear-gradient(90deg, #fafbf600, #fafbf6b8 90%); }
.banner-values li { display: flex; gap: 11px; align-items: center; }
.banner-values .icon { width: 29px; height: 29px; stroke-width: 1.55; }
.banner-values li > span:last-child { font-size: 10px; line-height: 1.65; font-weight: 500; }
.banner-note { position: absolute; bottom: 45px; right: 0; display: flex; align-items: center; gap: 16px; padding: 22px 25px; border-radius: 12px; background: #ffffffed; border: 1px solid #ffffff80; box-shadow: 0 10px 35px #1d3b2512; z-index: 2; }
.banner-note-icon { width: 48px; height: 48px; background: #f0f4e9; border-radius: 50%; }
.banner-note-icon .icon { width: 29px; height: 29px; stroke-width: 1.5; }
.banner-note p { font-size: 13px; line-height: 1.6; }
.banner-note strong { font-weight: 600; }

/* Company panels contain equal-height program cards: a brand cover (program logo, or a typographic mark when no logo exists) above the copy. Only programs with a dedicated page are links. */
.program-showcase { padding-block: 78px 42px; }
.showcase-heading { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-bottom: 31px; }
.showcase-heading .eyebrow { margin-bottom: 15px; }
.showcase-heading h2 { font-size: 38px; letter-spacing: -1.4px; }
.showcase-heading p { margin-top: 15px; font-size: 13px; line-height: 1.85; color: var(--muted); max-width: 720px; }
.showcase-heading > .text-link { white-space: nowrap; font-size: 11px; margin-top: 20px; }
.program-showcase .collaboration-toolbar { margin-bottom: 25px; }
.program-showcase .collaboration-groups { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 2.12fr); gap: 24px; align-items: stretch; scroll-margin-top: 112px; }
.program-showcase .client-group { display: flex; flex-direction: column; background: var(--white); border: 1px solid #e2e8db; border-radius: 14px; padding: 19px; min-width: 0; box-shadow: 0 5px 18px #25432c04; }
.program-showcase .client-group-heading { border: 0; padding: 0 0 18px; min-height: 59px; gap: 12px; }
.showcase-client-name { display: flex; align-items: center; min-width: 0; }
.showcase-client-name h3 { line-height: 0; }
.showcase-client-logo { display: block; width: auto; height: var(--client-logo-height, 30px); max-width: 100%; object-fit: contain; }
.program-showcase [data-group="hcml"] { --client-logo-height: 42px; }
.program-showcase [data-group="pertamina"] { --client-logo-height: 30px; }
.program-showcase .program-count { font-size: 8px; padding: 3px 7px; flex-shrink: 0; }
.program-showcase .client-programs { flex: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.program-showcase .client-group-single .client-programs { grid-template-columns: minmax(0, 1fr); }
.program-showcase .program-card { position: relative; display: flex; flex-direction: column; border-radius: 12px; border-color: #e6ebdf; height: 100%; }
.program-brand-cover { height: 160px; width: 100%; flex-shrink: 0; background: linear-gradient(135deg, #f5f8f0, #eaf0e1); border-bottom: 1px solid #e6ebdf; }
.program-brand-cover::before { width: 220px; height: 220px; right: -90px; bottom: -125px; }
.program-brand-cover::after { width: 200px; height: 200px; left: -110px; top: -115px; }
.program-brand-cover > img { position: relative; z-index: 1; display: block; width: auto; height: auto; max-height: 100px; max-width: 66%; object-fit: contain; mix-blend-mode: multiply; }
.program-mark { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0 16px; color: var(--forest); }
.program-mark-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--white); border: 1px solid #c9d7bd; box-shadow: 0 6px 16px #1d3b2510; }
.program-mark-icon .icon { width: 22px; height: 22px; stroke-width: 1.5; }
.program-mark-name { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; line-height: 1.3; text-align: center; }
.program-showcase .program-info { display: flex; flex-direction: column; align-items: flex-start; flex: 1; min-height: 0; padding: 18px 16px 16px; }
.program-tagline { display: block; font-size: 7.5px; font-weight: 700; letter-spacing: 1.5px; line-height: 1.5; color: #497357; margin-bottom: 7px; }
.program-showcase .program-info h4 { font-size: 19px; letter-spacing: -.55px; margin-bottom: 9px; }
.program-showcase .program-info p { font-size: 11px; line-height: 1.8; max-width: none; margin-bottom: 16px; }
.program-cta { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 600; color: var(--forest); }
.program-cta > [data-icon] { width: 31px; height: 31px; background: var(--forest); color: #fff; border-radius: 50%; transition: background .2s, transform .2s; }
.program-cta .icon { width: 16px; height: 16px; }
.program-cta::after { content: ''; position: absolute; inset: 0; z-index: 2; }
.program-cta:focus { outline: none; }
.program-card-link:hover .program-cta > [data-icon] { background: var(--forest-dark); transform: translate(2px, -2px); }
.program-card-link:focus-within { outline: 3px solid #94aa43; outline-offset: 4px; }
.program-showcase .collaboration-note { margin-top: 30px; padding-top: 24px; }
.program-showcase .collaboration-groups.filtered { grid-template-columns: 1fr; }
.program-showcase .filtered .client-group-single .client-programs { grid-template-columns: minmax(0, 1fr); max-width: 380px; }
.program-showcase .filtered .program-brand-cover { height: 180px; }
.program-showcase .filtered .program-brand-cover > img { max-height: 112px; }

@media (min-width: 1550px) {
  .hero-banner-inner { min-height: 690px; padding-top: 85px; }
  .banner-photo { width: 68%; }
  .banner-values { margin-top: 40px; }
  .banner-note { bottom: 56px; }
}
@media (max-width: 1150px) {
  .hero-banner-inner { min-height: 625px; padding-block: 61px 35px; }
  .banner-copy { width: 60%; }
  .banner-copy h1 { font-size: 50px; letter-spacing: -1.9px; }
  .banner-description { font-size: 14px; max-width: 420px; }
  .banner-actions { gap: 12px; }
  .banner-actions .button { font-size: 11px; padding-inline: 19px; gap: 18px; }
  .banner-values { width: 590px; gap: 14px; max-width: calc(100vw - 80px); margin-top: 34px; }
  .banner-values li { gap: 8px; }
  .banner-values .icon { width: 25px; height: 25px; }
  .banner-values li > span:last-child { font-size: 9px; }
  .banner-note { bottom: 42px; padding: 19px; gap: 12px; }
  .banner-note p { font-size: 11px; }
  .banner-note-icon { width: 39px; height: 39px; }
  .banner-note-icon .icon { width: 24px; height: 24px; }
  .showcase-heading h2 { font-size: 32px; }
  .showcase-heading p { font-size: 12px; max-width: 550px; }
  .program-showcase .collaboration-groups { gap: 18px; grid-template-columns: minmax(0, .9fr) minmax(0, 2.1fr); }
  .program-showcase .client-group { padding: 15px; }
  .program-showcase .client-programs { gap: 11px; }
  .program-showcase .client-group-heading { min-height: 66px; }
  .program-showcase [data-group="hcml"] { --client-logo-height: 38px; }
  .program-showcase [data-group="pertamina"] { --client-logo-height: 26px; }
  .program-showcase .program-count { font-size: 7px; padding: 3px 5px; }
  .program-showcase .program-info { padding: 16px 13px 13px; }
  .program-showcase .program-info h4 { font-size: 17px; }
  .program-showcase .program-info p { font-size: 11px; }
  .program-brand-cover { height: 148px; }
  .program-brand-cover > img { max-height: 92px; }
  .program-mark-name { font-size: 11px; letter-spacing: 2.5px; }
  .program-cta { font-size: 8px; }
  .program-cta > [data-icon] { width: 28px; height: 28px; }
}
@media (min-width: 801px) and (max-width: 960px) {
  .hero-banner-inner { min-height: 632px; padding-top: 54px; }
  .banner-copy { width: 66%; }
  .banner-copy h1 { font-size: 46px; }
  .banner-copy .eyebrow { font-size: 8px; }
  .banner-description { max-width: 360px; font-size: 13px; }
  .banner-values { grid-template-columns: repeat(2, 1fr); width: 355px; row-gap: 21px; margin-top: 24px; }
  .banner-values li > span:last-child { font-size: 10px; }
  .banner-photo { width: 78%; }
  .banner-photo::after { background: linear-gradient(90deg, var(--paper), #fafbf6f5 16%, #fafbf6b8 34%, #fafbf600 57%); }
  .banner-note { bottom: 35px; right: -12px; padding: 17px; gap: 9px; }
  .banner-note p { font-size: 10px; }
  .banner-actions .button { font-size: 10px; padding-inline: 15px; gap: 13px; }
}
@media (max-width: 1000px) {
  .program-showcase .collaboration-groups { grid-template-columns: 1fr; gap: 22px; }
  .program-showcase .client-group-single .client-programs { grid-template-columns: minmax(0, 1fr); }
  .program-showcase .client-group-single .program-card { display: grid; grid-template-columns: 40% 1fr; }
  .program-showcase .client-group-single .program-brand-cover { height: 100%; min-height: 185px; border-bottom: 0; border-right: 1px solid #e6ebdf; }
  .program-showcase .client-group-single .program-info { min-height: 185px; padding: 22px; }
  .program-showcase .client-group-heading { min-height: 57px; }
  .program-showcase [data-group="hcml"] { --client-logo-height: 42px; }
  .program-showcase [data-group="pertamina"] { --client-logo-height: 30px; }
  .program-showcase .program-info { padding: 18px 15px 15px; }
  .program-showcase .program-info h4 { font-size: 20px; }
  .program-showcase .program-info p { font-size: 12px; }
  .program-cta { font-size: 10px; }
  .program-brand-cover { height: 160px; }
  .program-brand-cover > img { max-height: 100px; }
  .program-mark-name { font-size: 12px; letter-spacing: 3px; }
  .program-showcase .program-count { font-size: 9px; padding: 4px 9px; }
  .program-showcase .filtered .client-group-single .client-programs { max-width: none; }
}
@media (max-width: 800px) {
  .hero-banner { display: flex; flex-direction: column; }
  .hero-banner-inner { order: 1; position: static; min-height: 0; padding-block: 44px 9px; }
  .banner-copy { width: 100%; }
  .banner-copy h1 { font-size: 49px; line-height: 1.17; }
  .banner-copy .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .banner-description { max-width: 510px; margin-top: 22px; font-size: 14px; }
  .banner-actions { margin-top: 24px; gap: 14px; }
  .banner-actions .button { font-size: 12px; padding-inline: 20px; gap: 20px; }
  .banner-values { width: 100%; max-width: 100%; margin-top: 23px; padding: 18px 0; gap: 18px; background: transparent; }
  .banner-values li > span:last-child { font-size: 10px; }
  .banner-values .icon { width: 27px; height: 27px; }
  .banner-photo { position: relative; z-index: 0; inset: auto; order: 2; width: 100%; height: 390px; }
  .banner-photo > img { object-position: right 40%; }
  .banner-photo::after { background: linear-gradient(180deg, var(--paper), #fafbf68c 10%, #fafbf600 27%); }
  .banner-note { bottom: 36px; right: 40px; padding: 19px 23px; gap: 13px; }
  .banner-note p { font-size: 12px; }
  .banner-photo figcaption { right: 40px; bottom: 10px; font-size: 8px; }
  .program-showcase { padding-block: 48px 28px; }
  .showcase-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 25px; }
  .showcase-heading h2 { font-size: 32px; }
  .showcase-heading > .text-link { margin-top: 0; font-size: 11px; }
  .program-showcase .collaboration-toolbar { flex-direction: row; align-items: center; gap: 15px; }
  .program-showcase .live-label { font-size: 9px; }
  .program-showcase .client-programs { gap: 12px; }
}
@media (max-width: 600px) {
  .banner-copy h1 { font-size: clamp(37px, 7.9vw, 47px); letter-spacing: -1.7px; }
  .banner-copy .eyebrow { font-size: 10px; letter-spacing: 1.4px; }
  .banner-description { font-size: 14px; line-height: 1.85; }
  .banner-actions { gap: 10px; }
  .banner-actions .button { font-size: 11px; gap: 12px; min-height: 46px; padding-inline: 15px; }
  .banner-actions .icon { width: 15px; height: 15px; }
  .banner-values { grid-template-columns: repeat(2, 1fr); gap: 21px 15px; margin-top: 21px; padding-block: 16px; }
  .banner-values li { gap: 11px; }
  .banner-values li > span:last-child { font-size: 10px; }
  .banner-photo { height: 310px; }
  .banner-photo > img { object-position: right center; }
  .banner-note { right: 24px; bottom: 35px; padding: 16px 19px; gap: 12px; border-radius: 9px; }
  .banner-note p { font-size: 11px; }
  .banner-photo figcaption { right: 24px; font-size: 10px; }
  .showcase-heading h2 { font-size: 29px; line-height: 1.2; max-width: 330px; }
  .showcase-heading p { font-size: 12px; line-height: 1.85; }
  .program-showcase .collaboration-toolbar { flex-direction: column; align-items: flex-start; gap: 18px; }
  .program-showcase .live-label { font-size: 10px; }
  .program-showcase .client-group { padding: 13px; border-radius: 12px; }
  .program-showcase .client-group-heading { min-height: 59px; padding-bottom: 17px; }
  .program-showcase .client-group-heading { gap: 9px; }
  .program-showcase .program-count { font-size: 10px; padding: 4px 9px; }
  .program-showcase .client-programs { grid-template-columns: 1fr; gap: 14px; }
  .program-showcase .client-group-single .program-card { display: flex; }
  .program-showcase .program-brand-cover,
  .program-showcase .client-group-single .program-brand-cover,
  .program-showcase .filtered .program-brand-cover { height: 126px; min-height: 0; border-right: 0; border-bottom: 1px solid #e6ebdf; }
  .program-brand-cover > img { max-height: 92px; max-width: 62%; }
  .program-showcase .program-info,
  .program-showcase .client-group-single .program-info,
  .program-showcase .filtered .program-info { padding: 16px 16px 14px; min-height: 0; }
  .program-showcase .program-info h4 { font-size: 23px; }
  .program-showcase .program-info p { font-size: 12px; margin-bottom: 18px; }
  .program-cta { font-size: 11px; padding-block: 16px; }
  .program-tagline { font-size: 10px; }
  .program-cta > [data-icon] { width: 34px; height: 34px; }
  .program-showcase .collaboration-note { margin-top: 25px; }
}
@media (max-width: 360px) {
  .hero-banner-inner { padding-top: 36px; }
  .banner-copy h1 { font-size: 36px; }
  .banner-actions { gap: 8px; }
  .banner-actions .button { font-size: 10px; gap: 8px; padding-inline: 12px; }
  .banner-values li > span:last-child { font-size: 10px; }
  .banner-photo { height: 310px; }
  .program-showcase .client-group { padding: 12px; }
  .program-showcase [data-group="hcml"] { --client-logo-height: 36px; }
  .program-showcase [data-group="pertamina"] { --client-logo-height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .program-card-link:hover .program-cta > [data-icon] { transform: none; }
}
@media print {
  .hero-banner-inner { min-height: 460px; }
  .banner-copy h1 { font-size: 40px; }
  .banner-actions, .banner-note { display: none; }
  .program-showcase .client-group { break-inside: avoid; }
}

/* Personalized program section: copy with a factor grid on the left, photo collage with floating chips on the right. */
.customization-section { position: relative; overflow: hidden; border-top: 1px solid var(--line); container-type: inline-size; }
.customization-section::before { content: ''; position: absolute; right: -14%; bottom: -48%; width: 60%; height: 94%; border-radius: 50%; background: radial-gradient(closest-side, #d6e5c5 0%, #e3edd6 42%, #fafbf600 100%); transform: rotate(-16deg); pointer-events: none; }
.custom-leaves { position: absolute; right: -70px; top: 46%; width: 270px; height: 420px; filter: blur(3px); opacity: .85; pointer-events: none; }
.customization-layout { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 64px; align-items: center; }
.custom-copy h2 { font-size: 40px; letter-spacing: -1.5px; }
.custom-copy h2 span { color: var(--forest); }
.custom-copy > p { font-size: 14px; line-height: 1.85; color: #59695d; margin-top: 22px; max-width: 470px; }
.custom-factors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; margin: 30px 0 34px; }
.custom-factors li { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.5; color: var(--ink); }
.factor-icon { width: 46px; height: 46px; border-radius: 12px; background: #edf2e4; color: var(--forest); flex-shrink: 0; }
.factor-icon .icon { width: 22px; height: 22px; stroke-width: 1.6; }
.custom-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.custom-actions .button { min-height: 52px; padding-inline: 24px; font-size: 13px; gap: 20px; }
.custom-secondary { font-size: 12px; padding-bottom: 6px; border-bottom: 1px solid #a9bb99; }
.custom-secondary:hover { text-decoration: none; border-color: var(--forest); }
/* The collage bleeds past the container toward the viewport edge (up to 80px), like the reference. */
.custom-visual { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; width: calc(100% + clamp(0px, (100cqw - var(--container)) / 2 - 40px, 80px)); }
.custom-collage { position: relative; width: 100%; aspect-ratio: 1.3; }
.collage-photo { position: absolute; z-index: 1; margin: 0; border-radius: 16px; overflow: hidden; background: var(--sage); box-shadow: 0 18px 40px #1d3b2518; }
.collage-photo > img { width: 100%; height: 100%; object-fit: cover; }
.collage-photo-main { left: 0; top: 20%; width: 52%; height: 72%; }
.collage-photo-main > img { object-position: 50% 40%; }
.collage-photo-coach { right: 6%; top: 0; width: 40%; height: 54%; }
.collage-photo-coach > img { object-position: 58% 30%; }
.collage-photo-data { right: 6%; top: 60%; width: 40%; height: 42%; }
.collage-photo-data > img { object-position: 56% 46%; }
.collage-peek { position: absolute; z-index: 2; left: 26%; top: 12.5%; display: flex; align-items: center; gap: 8px; padding: 8px 12px 10px 9px; border-radius: 10px; background: #ffffffee; border: 1px solid #e2e8db; box-shadow: 0 8px 22px #1d3b2510; font-size: 9px; font-weight: 500; color: #5e705f; white-space: nowrap; }
.peek-icon { width: 22px; height: 22px; border-radius: 50%; background: #dfeccf; color: var(--forest); flex-shrink: 0; }
.peek-icon .icon { width: 13px; height: 13px; }
.collage-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 14px; background: #ffffffee; border: 1px solid #e2e8db; box-shadow: 0 12px 30px #1d3b2514; font-size: 11px; line-height: 1.5; font-weight: 500; color: var(--ink); backdrop-filter: blur(6px); }
.chip-icon { width: 40px; height: 40px; border-radius: 10px; background: #edf2e4; color: var(--forest); flex-shrink: 0; }
.chip-icon .icon { width: 20px; height: 20px; }
.chip-culture { left: 2%; bottom: 6%; max-width: 44%; }
.chip-field { right: 0; top: 42%; max-width: 36%; }
.chip-data { right: 0; bottom: -4%; max-width: 34%; }
.custom-note { position: absolute; left: 3%; top: 1%; z-index: 2; display: flex; align-items: flex-start; gap: 2px; width: 190px; font-family: 'Bradley Hand', 'Segoe Script', 'Noteworthy', cursive; font-style: italic; font-size: 14px; line-height: 1.3; color: #2f6b47; transform: rotate(-7deg); }
.custom-note > span:first-child { max-width: 128px; }
.custom-note-arrow .icon { width: 34px; height: 34px; stroke-width: 1.3; color: #2f6b47; margin-top: 8px; }
.custom-tagline { padding-top: 6px; display: flex; flex-direction: column; gap: 6px; font-size: 10px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: #9aa79a; }
.custom-tagline::after { content: ''; width: 30px; height: 1px; background: #b7c2b6; margin-top: 12px; }
@media (max-width: 1150px) {
  .customization-layout { gap: 36px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  .custom-leaves { display: none; }
  .custom-copy h2 { font-size: 34px; }
  .custom-copy > p { font-size: 13px; }
  .custom-factors { gap: 18px 14px; margin: 26px 0 28px; }
  .custom-factors li { font-size: 11px; gap: 10px; }
  .factor-icon { width: 40px; height: 40px; border-radius: 10px; }
  .factor-icon .icon { width: 19px; height: 19px; }
  .custom-actions { gap: 20px; }
  .custom-actions .button { font-size: 12px; padding-inline: 20px; gap: 16px; }
  .custom-secondary { font-size: 11px; padding-block: 14px 12px; }
  .custom-visual { grid-template-columns: 1fr; }
  .custom-tagline { display: none; }
  .collage-chip { font-size: 10px; padding: 10px 12px 10px 10px; gap: 10px; border-radius: 12px; }
  .chip-icon { width: 34px; height: 34px; }
  .chip-icon .icon { width: 17px; height: 17px; }
  .custom-note { font-size: 12px; width: 165px; }
  .custom-note > span:first-child { max-width: 112px; }
  .custom-note-arrow .icon { width: 30px; height: 30px; }
  .collage-peek { font-size: 8px; padding: 6px 10px 8px 7px; }
  .peek-icon { width: 18px; height: 18px; }
  .peek-icon .icon { width: 11px; height: 11px; }
}
@media (max-width: 900px) {
  .customization-layout { grid-template-columns: 1fr; gap: 44px; }
  .custom-copy > p { max-width: 560px; }
  .custom-visual { width: 100%; max-width: 560px; margin-inline: auto; }
  .collage-chip { font-size: 11px; }
}
@media (max-width: 600px) {
  .custom-copy h2 { font-size: 31px; letter-spacing: -1.2px; }
  .custom-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .custom-actions { gap: 16px; }
  .custom-collage { aspect-ratio: 1 / 1.08; }
  .custom-note, .collage-peek { display: none; }
  .collage-photo-main { top: 8%; height: 74%; }
  .collage-photo-coach { right: 4%; width: 44%; height: 44%; }
  .collage-photo-data { right: 4%; top: 50%; width: 44%; height: 40%; }
  .collage-chip { font-size: 11px; padding: 9px 11px 9px 9px; gap: 9px; }
  .chip-icon { width: 30px; height: 30px; border-radius: 8px; }
  .chip-icon .icon { width: 15px; height: 15px; }
  .chip-culture { max-width: 52%; bottom: 4%; }
  .chip-field { max-width: 46%; top: 36%; }
  .chip-data { max-width: 44%; bottom: 2%; }
}
@media (max-width: 360px) {
  .custom-actions .button { font-size: 11px; padding-inline: 16px; }
  .collage-chip { font-size: 10px; }
  .custom-factors li { font-size: 10px; }
}
@media print {
  .customization-section::before, .custom-note, .custom-leaves, .collage-peek { display: none; }
}
