/* KoNa Tours — cinematic story pages
   Namibia = destination documentary
   About = field-led brand story
   Contact = private travel desk */

:root {
    --sp-ink: #17120d;
    --sp-paper: #f4efe5;
    --sp-paper-deep: #e8dfd0;
    --sp-copper: #bb6d2f;
    --sp-copper-light: #e0a15f;
    --sp-line: rgba(33, 25, 18, 0.16);
    --sp-white-line: rgba(255, 255, 255, 0.23);
    --sp-container: 1240px;
}

.story-page {
    background: var(--sp-paper);
    color: var(--sp-ink);
}

.story-page > main {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    overflow: hidden;
}

.sp-container {
    width: min(calc(100% - 96px), var(--sp-container));
    margin-inline: auto;
}

.sp-section {
    position: relative;
    padding-block: clamp(88px, 10vw, 150px);
}

.sp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--sp-copper);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.sp-kicker::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.sp-display {
    font-family: var(--font-display-kr);
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.055em;
}

.sp-title {
    font-family: var(--font-display-kr);
    font-size: clamp(34px, 4.6vw, 64px);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: -0.045em;
}

.sp-copy {
    color: rgba(23, 18, 13, 0.7);
    font-family: var(--font-kr);
    font-size: 15px;
    line-height: 1.95;
}

.sp-hero {
    position: relative;
    min-height: 92svh;
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    color: #fff;
}

.sp-hero-media,
.sp-hero-media img,
.sp-hero::after {
    position: absolute;
    inset: 0;
}

.sp-hero-media {
    z-index: -2;
    overflow: hidden;
}

.sp-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.04);
    transform: scale(1.01);
}

.sp-hero::after {
    z-index: -1;
    content: "";
    background:
        linear-gradient(180deg, rgba(12, 9, 6, 0.18) 0%, rgba(12, 9, 6, 0.1) 30%, rgba(12, 9, 6, 0.84) 100%),
        linear-gradient(90deg, rgba(12, 9, 6, 0.4), transparent 64%);
}

.sp-hero-inner {
    padding-block: 180px 74px;
}

.sp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 80px;
    align-items: end;
}

.sp-hero .sp-kicker {
    color: var(--sp-copper-light);
}

.sp-hero h1 {
    max-width: 880px;
    margin-top: 22px;
    color: #fff;
}

.sp-hero-lede {
    max-width: 690px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-kr);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.9;
}

.sp-hero-note {
    padding: 22px 0 2px 24px;
    border-left: 1px solid var(--sp-white-line);
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-kr);
    font-size: 12px;
    line-height: 1.8;
}

.sp-hero-note strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 400;
}

.sp-scroll-cue {
    position: absolute;
    right: 32px;
    bottom: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-body);
    font-size: 9px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: right center;
}

.sp-scroll-cue::after {
    width: 42px;
    height: 1px;
    background: currentColor;
    content: "";
}

.sp-intro {
    display: grid;
    grid-template-columns: 0.9fr 1.45fr;
    gap: clamp(60px, 10vw, 150px);
    align-items: start;
}

.sp-intro-number {
    display: block;
    margin-bottom: 28px;
    color: var(--sp-copper);
    font-family: var(--font-display);
    font-size: 72px;
    line-height: 0.8;
}

.sp-intro-copy .sp-title {
    max-width: 850px;
}

.sp-intro-copy .sp-copy {
    max-width: 650px;
    margin-top: 32px;
    margin-left: auto;
}

.sp-stat-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 84px;
    border-top: 1px solid var(--sp-line);
}

.sp-stat {
    min-height: 150px;
    padding: 26px 22px 20px 0;
    border-right: 1px solid var(--sp-line);
}

.sp-stat:not(:first-child) {
    padding-left: 28px;
}

.sp-stat:last-child {
    border-right: 0;
}

.sp-stat small {
    display: block;
    margin-bottom: 20px;
    color: rgba(23, 18, 13, 0.48);
    font-family: var(--font-kr);
    font-size: 10px;
    letter-spacing: 0.14em;
}

.sp-stat strong {
    display: block;
    font-family: var(--font-display-kr);
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 300;
    line-height: 1.2;
}

.sp-dark {
    background: var(--sp-ink);
    color: #fff;
}

.sp-dark .sp-title,
.sp-dark h2,
.sp-dark h3 {
    color: #fff;
}

.sp-dark .sp-copy {
    color: rgba(255, 255, 255, 0.64);
}

.sp-heading-row {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 420px);
    gap: 70px;
    align-items: end;
    margin-bottom: 68px;
}

.sp-heading-row .sp-copy {
    padding-bottom: 8px;
}

.sp-image {
    overflow: hidden;
    background: #cfc4b1;
}

.sp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease-out);
}

.sp-image:hover img {
    transform: scale(1.025);
}

.sp-caption {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 12px;
    color: rgba(255, 255, 255, 0.48);
    font-family: var(--font-body);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 52px;
    padding: 0 26px;
    border: 1px solid var(--sp-ink);
    background: var(--sp-ink);
    color: #fff;
    font-family: var(--font-kr);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: 0.3s ease;
}

.sp-button::after {
    content: "→";
}

.sp-button:hover {
    border-color: var(--sp-copper);
    background: var(--sp-copper);
    transform: translateY(-2px);
}

.sp-button-light {
    border-color: rgba(255, 255, 255, 0.35);
    background: transparent;
}

.sp-button-light:hover {
    border-color: #fff;
    background: #fff;
    color: var(--sp-ink);
}

/* Namibia — documentary atlas */
.nm-story-hero .sp-hero-media img {
    object-position: center 58%;
}

.nm-chapters {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 18px;
}

.nm-chapter {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
}

.nm-chapter:nth-child(2),
.nm-chapter:nth-child(3) {
    min-height: 490px;
}

.nm-chapter:nth-child(4) {
    min-height: 620px;
}

.nm-chapter img,
.nm-chapter::after {
    position: absolute;
    inset: 0;
}

.nm-chapter img {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s var(--ease-out), filter 0.6s ease;
}

.nm-chapter::after {
    z-index: -1;
    background: linear-gradient(180deg, transparent 30%, rgba(10, 8, 6, 0.82));
    content: "";
}

.nm-chapter:hover img {
    transform: scale(1.03);
    filter: saturate(1.08);
}

.nm-chapter-copy {
    width: 100%;
    padding: 44px;
}

.nm-chapter-index {
    display: block;
    margin-bottom: 12px;
    color: var(--sp-copper-light);
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 0.22em;
}

.nm-chapter h3 {
    max-width: 480px;
    color: #fff;
    font-family: var(--font-display-kr);
    font-size: clamp(30px, 3.7vw, 52px);
    font-weight: 300;
    letter-spacing: -0.04em;
}

.nm-chapter p {
    max-width: 520px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.74);
    font-family: var(--font-kr);
    font-size: 13px;
    line-height: 1.85;
}

.nm-route {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(70px, 10vw, 150px);
}

.nm-route-sticky {
    position: sticky;
    top: 128px;
    align-self: start;
}

.nm-route-sticky .sp-copy {
    margin-top: 24px;
}

.nm-route-list {
    border-top: 1px solid var(--sp-line);
}

.nm-route-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 24px;
    align-items: center;
    padding-block: 30px;
    border-bottom: 1px solid var(--sp-line);
}

.nm-route-item > span:first-child {
    color: var(--sp-copper);
    font-family: var(--font-display);
    font-size: 30px;
}

.nm-route-item strong {
    display: block;
    font-family: var(--font-display-kr);
    font-size: 23px;
    font-weight: 400;
}

.nm-route-item p {
    margin-top: 6px;
    color: rgba(23, 18, 13, 0.58);
    font-family: var(--font-kr);
    font-size: 12.5px;
    line-height: 1.7;
}

.nm-route-item > small {
    color: rgba(23, 18, 13, 0.44);
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.nm-season-stage {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    min-height: 690px;
}

.nm-season-visual {
    min-height: 690px;
}

.nm-season-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 7vw, 100px);
    background: #ddd0bd;
}

.nm-season-tabs {
    margin-top: 42px;
    border-top: 1px solid var(--sp-line);
}

.nm-season {
    padding-block: 24px;
    border-bottom: 1px solid var(--sp-line);
}

.nm-season h3 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-family: var(--font-display-kr);
    font-size: 24px;
    font-weight: 400;
}

.nm-season h3 span {
    color: var(--sp-copper);
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 0.12em;
}

.nm-season p {
    margin-top: 10px;
    color: rgba(23, 18, 13, 0.64);
    font-family: var(--font-kr);
    font-size: 13px;
    line-height: 1.75;
}

.nm-practical {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: clamp(60px, 9vw, 130px);
}

.nm-practical-list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nm-practical-item {
    display: grid;
    grid-template-columns: 42px 155px 1fr;
    gap: 24px;
    padding-block: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.nm-practical-item i {
    width: 19px;
    color: var(--sp-copper-light);
}

.nm-practical-item strong {
    color: #fff;
    font-family: var(--font-kr);
    font-size: 13px;
}

.nm-practical-item p {
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--font-kr);
    font-size: 12.5px;
    line-height: 1.75;
}

.nm-practical-note {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.38);
    font-family: var(--font-kr);
    font-size: 10.5px;
    line-height: 1.7;
}

/* About — human, local, field-led */
.about-story-hero .sp-hero-media img {
    object-position: center;
}

.about-manifesto {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
    align-items: end;
}

.about-manifesto-copy {
    padding: 20px clamp(20px, 4vw, 60px) 38px 0;
}

.about-manifesto-copy .sp-copy {
    max-width: 600px;
    margin-top: 34px;
    margin-left: auto;
}

.about-manifesto-visual {
    height: 680px;
}

.about-manifesto-visual img {
    object-position: 58% center;
}

.about-principles {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-principle {
    display: grid;
    grid-template-columns: 100px minmax(230px, 0.7fr) 1fr;
    gap: clamp(28px, 6vw, 90px);
    padding-block: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    align-items: start;
}

.about-principle > span {
    color: var(--sp-copper-light);
    font-family: var(--font-display);
    font-size: 32px;
}

.about-principle h3 {
    color: #fff;
    font-family: var(--font-display-kr);
    font-size: clamp(24px, 2.7vw, 38px);
    font-weight: 300;
}

.about-principle p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-kr);
    font-size: 13.5px;
    line-height: 1.9;
}

.about-field-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 340px 390px;
    gap: 18px;
}

.about-field-grid .sp-image:first-child {
    grid-row: 1 / 3;
}

.about-field-grid .sp-image:nth-child(3) img {
    object-position: center 68%;
}

.about-process {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(70px, 10vw, 150px);
}

.about-process-list {
    counter-reset: process;
    border-top: 1px solid var(--sp-line);
}

.about-process-step {
    position: relative;
    padding: 30px 10px 30px 78px;
    border-bottom: 1px solid var(--sp-line);
    counter-increment: process;
}

.about-process-step::before {
    position: absolute;
    top: 26px;
    left: 0;
    color: var(--sp-copper);
    font-family: var(--font-display);
    font-size: 28px;
    content: "0" counter(process);
}

.about-process-step h3 {
    font-family: var(--font-display-kr);
    font-size: 23px;
    font-weight: 400;
}

.about-process-step p {
    margin-top: 8px;
    color: rgba(23, 18, 13, 0.6);
    font-family: var(--font-kr);
    font-size: 12.5px;
    line-height: 1.75;
}

.about-legal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 40px 0;
    border-top: 1px solid var(--sp-line);
    border-bottom: 1px solid var(--sp-line);
}

.about-legal strong {
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-display-kr);
    font-size: 20px;
    font-weight: 400;
}

.about-legal p {
    color: rgba(23, 18, 13, 0.58);
    font-family: var(--font-kr);
    font-size: 12px;
    line-height: 1.8;
}

/* Contact — private concierge desk */
.contact-story-hero {
    min-height: 78svh;
}

.contact-story-hero .sp-hero-media img {
    object-position: center 60%;
}

.contact-paths {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 62px;
    border-top: 1px solid var(--sp-line);
}

.contact-path {
    min-height: 235px;
    padding: 30px 30px 28px 0;
    border-right: 1px solid var(--sp-line);
}

.contact-path:not(:first-child) {
    padding-left: 30px;
}

.contact-path:last-child {
    border-right: 0;
}

.contact-path span {
    color: var(--sp-copper);
    font-family: var(--font-display);
    font-size: 26px;
}

.contact-path h3 {
    margin-top: 32px;
    font-family: var(--font-display-kr);
    font-size: 24px;
    font-weight: 400;
}

.contact-path p {
    margin-top: 12px;
    color: rgba(23, 18, 13, 0.6);
    font-family: var(--font-kr);
    font-size: 12.5px;
    line-height: 1.75;
}

.contact-desk {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: stretch;
    background: #ebe2d3;
}

.contact-desk-aside {
    position: relative;
    min-height: 820px;
    padding: clamp(42px, 5vw, 74px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
}

.contact-desk-aside > img,
.contact-desk-aside::after {
    position: absolute;
    inset: 0;
}

.contact-desk-aside > img {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-desk-aside::after {
    z-index: -1;
    background: linear-gradient(180deg, rgba(15, 11, 8, 0.5), rgba(15, 11, 8, 0.92));
    content: "";
}

.contact-desk-aside h2 {
    max-width: 390px;
    margin-top: 22px;
    color: #fff;
    font-family: var(--font-display-kr);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: -0.045em;
}

.contact-direct {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-direct a,
.contact-direct > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: center;
    padding-block: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-direct i {
    width: 17px;
    color: var(--sp-copper-light);
}

.contact-direct strong {
    display: block;
    color: #fff;
    font-family: var(--font-kr);
    font-size: 12px;
    font-weight: 600;
}

.contact-direct span {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--font-kr);
    font-size: 11px;
}

.contact-form-wrap {
    padding: clamp(48px, 7vw, 92px);
}

.contact-form-head {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 32px;
    align-items: end;
    margin-bottom: 46px;
}

.contact-form-head h2 {
    margin-top: 14px;
    font-family: var(--font-display-kr);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 300;
    letter-spacing: -0.045em;
}

.contact-form-head p {
    color: rgba(23, 18, 13, 0.56);
    font-family: var(--font-kr);
    font-size: 11.5px;
    line-height: 1.75;
}

.story-page .ct-form {
    max-width: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 22px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.story-page .ct-form .full {
    grid-column: 1 / -1;
}

.story-page .ct-form label {
    display: block;
    margin-bottom: 8px;
    color: rgba(23, 18, 13, 0.62);
    font-family: var(--font-kr);
    font-size: 11px;
    font-weight: 600;
}

.story-page .ct-form input,
.story-page .ct-form select,
.story-page .ct-form textarea {
    width: 100%;
    min-height: 49px;
    padding: 12px 0;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 18, 13, 0.25) !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    color: var(--sp-ink);
    font-family: var(--font-kr);
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.story-page .ct-form textarea {
    min-height: 110px;
    resize: vertical;
}

.story-page .ct-form input:focus,
.story-page .ct-form select:focus,
.story-page .ct-form textarea:focus {
    border-color: var(--sp-copper) !important;
}

.story-page .ct-submit {
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--sp-ink);
    border-radius: 0;
    background: var(--sp-ink);
    color: #fff;
    font-family: var(--font-kr);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: 0.25s ease;
}

.story-page .ct-submit:hover {
    border-color: var(--sp-copper);
    background: var(--sp-copper);
}

.story-page .ct-success,
.story-page .ct-error {
    display: none;
    margin-bottom: 28px;
    padding: 16px 18px;
    border: 1px solid;
    border-radius: 0;
    font-family: var(--font-kr);
    font-size: 12px;
}

.story-page .ct-success {
    border-color: #63815e;
    background: #e4ede0;
    color: #31492e;
}

.story-page .ct-error {
    border-color: #a5685f;
    background: #f2e2de;
    color: #713b34;
}

.contact-response {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: clamp(70px, 10vw, 150px);
}

.contact-response-list {
    counter-reset: reply;
    border-top: 1px solid var(--sp-line);
}

.contact-response-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    padding-block: 26px;
    border-bottom: 1px solid var(--sp-line);
    counter-increment: reply;
}

.contact-response-step::before {
    color: var(--sp-copper);
    font-family: var(--font-display);
    font-size: 28px;
    content: "0" counter(reply);
}

.contact-response-step strong {
    display: block;
    font-family: var(--font-display-kr);
    font-size: 21px;
    font-weight: 400;
}

.contact-response-step p {
    margin-top: 7px;
    color: rgba(23, 18, 13, 0.58);
    font-family: var(--font-kr);
    font-size: 12.5px;
    line-height: 1.75;
}

/* Shared closing scene */
.sp-closing {
    position: relative;
    min-height: 660px;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
    color: #fff;
}

.sp-closing > img,
.sp-closing::after {
    position: absolute;
    inset: 0;
}

.sp-closing > img {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-closing::after {
    z-index: -1;
    background: rgba(13, 10, 7, 0.65);
    content: "";
}

.sp-closing-content {
    width: min(calc(100% - 48px), 820px);
}

.sp-closing h2 {
    margin-top: 20px;
    color: #fff;
    font-family: var(--font-display-kr);
    font-size: clamp(38px, 5.5vw, 70px);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.sp-closing p {
    max-width: 590px;
    margin: 24px auto 30px;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-kr);
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .sp-container {
        width: min(calc(100% - 48px), var(--sp-container));
    }

    .sp-hero-grid,
    .sp-intro,
    .sp-heading-row,
    .nm-route,
    .nm-practical,
    .about-process,
    .contact-response {
        grid-template-columns: 1fr;
    }

    .sp-hero-note {
        max-width: 420px;
    }

    .sp-scroll-cue {
        display: none;
    }

    .sp-intro-copy .sp-copy {
        margin-left: 0;
    }

    .nm-chapters,
    .about-manifesto {
        grid-template-columns: 1fr;
    }

    .nm-route-sticky {
        position: static;
    }

    .nm-season-stage,
    .contact-desk {
        grid-template-columns: 1fr;
    }

    .nm-season-visual {
        min-height: 500px;
    }

    .about-manifesto-visual {
        height: 560px;
    }

    .about-principle {
        grid-template-columns: 70px 0.7fr 1fr;
        gap: 30px;
    }

    .contact-desk-aside {
        min-height: 600px;
    }
}

@media (max-width: 720px) {
    .sp-container {
        width: min(calc(100% - 36px), var(--sp-container));
    }

    .sp-section {
        padding-block: 78px;
    }

    .sp-hero {
        min-height: 88svh;
    }

    .sp-hero-inner {
        padding-block: 150px 48px;
    }

    .sp-hero-grid {
        gap: 34px;
    }

    .sp-hero-note {
        display: none;
    }

    .sp-stat-line {
        grid-template-columns: 1fr 1fr;
        margin-top: 58px;
    }

    .sp-stat {
        min-height: 120px;
        border-bottom: 1px solid var(--sp-line);
    }

    .sp-stat:nth-child(2) {
        border-right: 0;
    }

    .sp-stat:nth-child(3),
    .sp-stat:nth-child(4) {
        border-bottom: 0;
    }

    .sp-heading-row {
        gap: 24px;
        margin-bottom: 42px;
    }

    .nm-chapters {
        gap: 12px;
    }

    .nm-chapter,
    .nm-chapter:nth-child(2),
    .nm-chapter:nth-child(3),
    .nm-chapter:nth-child(4) {
        min-height: 470px;
    }

    .nm-chapter-copy {
        padding: 28px;
    }

    .nm-route-item {
        grid-template-columns: 52px 1fr;
        gap: 16px;
    }

    .nm-route-item > small {
        grid-column: 2;
    }

    .nm-season-stage {
        min-height: auto;
    }

    .nm-season-visual {
        min-height: 430px;
    }

    .nm-season-copy {
        padding: 46px 24px;
    }

    .nm-practical-item {
        grid-template-columns: 32px 1fr;
        gap: 14px;
    }

    .nm-practical-item p {
        grid-column: 2;
    }

    .about-manifesto-visual {
        height: 500px;
    }

    .about-principle {
        grid-template-columns: 48px 1fr;
        gap: 20px;
    }

    .about-principle p {
        grid-column: 2;
    }

    .about-field-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 480px 320px 320px;
        gap: 12px;
    }

    .about-field-grid .sp-image:first-child {
        grid-row: auto;
    }

    .about-legal {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contact-story-hero {
        min-height: 74svh;
    }

    .contact-paths {
        grid-template-columns: 1fr;
    }

    .contact-path,
    .contact-path:not(:first-child) {
        min-height: auto;
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid var(--sp-line);
    }

    .contact-path h3 {
        margin-top: 14px;
    }

    .contact-desk-aside {
        min-height: 560px;
        padding: 42px 26px;
    }

    .contact-form-wrap {
        padding: 52px 24px;
    }

    .contact-form-head,
    .story-page .ct-form {
        grid-template-columns: 1fr;
    }

    .contact-form-head {
        gap: 16px;
        margin-bottom: 34px;
    }

    .story-page .ct-form .full {
        grid-column: auto;
    }

    .contact-response-step {
        grid-template-columns: 48px 1fr;
    }

    .sp-closing {
        min-height: 570px;
    }
}

@media (max-width: 420px) {
    .sp-display {
        font-size: 38px;
    }

    .sp-title {
        font-size: 33px;
    }

    .sp-stat strong {
        font-size: 24px;
    }

    .nm-chapter {
        min-height: 430px !important;
    }

    .nm-chapter p {
        font-size: 12px;
    }
}
