/*
Theme Name: Sakura GoPower Natural
Author: PT Sakura GoPower Indonesia
Description: A natural, trustworthy WordPress theme for renewable energy, battery storage, modular systems, cold chain, and technical supply solutions.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sakura-gopower-natural
Tags: custom-logo, custom-menu, featured-images, full-width-template, block-styles, translation-ready
*/

:root {
    --sgpn-green: #315a43;
    --sgpn-green-dark: #173b2a;
    --sgpn-green-soft: #718a6e;
    --sgpn-sage: #dce5d8;
    --sgpn-cream: #f7f3e9;
    --sgpn-cream-deep: #eee8d9;
    --sgpn-red: #d64d62;
    --sgpn-ink: #1f2b24;
    --sgpn-muted: #647068;
    --sgpn-white: #ffffff;
    --sgpn-line: rgba(49, 90, 67, 0.16);
    --sgpn-shadow: 0 22px 60px rgba(26, 56, 39, 0.14);
    --sgpn-radius: 24px;
    --sgpn-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--sgpn-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

a:hover {
    color: var(--sgpn-green);
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

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

.sgpn-section {
    padding: 104px 0;
}

.sgpn-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--sgpn-green);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sgpn-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--sgpn-red);
}

.sgpn-eyebrow--light {
    color: #f8f5ea;
}

.sgpn-title {
    max-width: 760px;
    margin: 0;
    color: var(--sgpn-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4.6vw, 4.45rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.sgpn-lead {
    max-width: 690px;
    margin: 0;
    color: var(--sgpn-muted);
    font-size: 1.06rem;
}

.sgpn-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 48px;
}

.sgpn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--sgpn-green);
    color: #fff;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.sgpn-button:hover {
    color: #fff;
    background: var(--sgpn-green-dark);
    box-shadow: 0 12px 28px rgba(23, 59, 42, 0.22);
    transform: translateY(-2px);
}

.sgpn-button--secondary {
    background: var(--sgpn-red);
}

.sgpn-button--secondary:hover {
    background: #b83c51;
}

.sgpn-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sgpn-green-dark);
    font-weight: 800;
}

.sgpn-text-link span {
    transition: transform 0.2s ease;
}

.sgpn-text-link:hover span {
    transform: translateX(4px);
}

/* Header */
.sgpn-site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 999;
    border-bottom: 1px solid rgba(49, 90, 67, 0.08);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.sgpn-site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 34px rgba(37, 64, 48, 0.1);
}

.sgpn-header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.sgpn-brand-wrap {
    display: flex;
    align-items: center;
    min-width: 0;
}

.sgpn-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--sgpn-green-dark);
}

.sgpn-brand:hover {
    color: var(--sgpn-green-dark);
}

.sgpn-brand-mark {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.sgpn-brand-name {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.sgpn-brand-name strong {
    font-size: 1.18rem;
    letter-spacing: 0.08em;
}

.sgpn-brand-name span {
    margin-top: 7px;
    color: var(--sgpn-green-soft);
    font-size: 0.64rem;
    letter-spacing: 0.28em;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 290px;
    max-height: 66px;
}

.sgpn-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.sgpn-nav ul {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sgpn-nav a:not(.sgpn-button) {
    position: relative;
    color: var(--sgpn-green-dark);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.sgpn-nav a:not(.sgpn-button)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 2px;
    background: var(--sgpn-red);
    transition: right 0.2s ease;
}

.sgpn-nav a:hover::after,
.sgpn-nav .current-menu-item > a::after {
    right: 0;
}

.sgpn-button--header {
    min-height: 46px;
    padding-inline: 22px;
    font-size: 0.82rem;
}

.sgpn-menu-toggle {
    display: none;
    position: relative;
    width: 46px;
    height: 46px;
    border: 1px solid var(--sgpn-line);
    border-radius: 50%;
    background: #fff;
    color: var(--sgpn-green-dark);
}

.sgpn-menu-toggle::before,
.sgpn-menu-toggle::after,
.sgpn-menu-toggle > span:not(.screen-reader-text) {
    content: "";
    position: absolute;
    left: 13px;
    width: 18px;
    height: 2px;
    background: currentColor;
}

.sgpn-menu-toggle::before {
    top: 15px;
}

.sgpn-menu-toggle > span:not(.screen-reader-text) {
    top: 21px;
}

.sgpn-menu-toggle::after {
    top: 27px;
}

/* Hero */
.sgpn-hero {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #dfe9db;
    background-size: cover;
    background-position: 58% center;
    background-repeat: no-repeat;
}

.sgpn-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 45, 31, 0.22) 0%, rgba(23, 45, 31, 0.04) 55%, rgba(23, 45, 31, 0.14) 100%);
}

.sgpn-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 80px;
}

.sgpn-hero-card {
    width: min(100%, 630px);
    padding: 48px 48px 42px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 30px;
    background: rgba(250, 247, 238, 0.9);
    box-shadow: 0 30px 80px rgba(24, 54, 36, 0.2);
    backdrop-filter: blur(14px);
}

.sgpn-hero-card h1 {
    margin: 0 0 24px;
    color: var(--sgpn-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.15rem, 6vw, 6.25rem);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.sgpn-hero-card > p {
    max-width: 550px;
    margin: 0;
    color: #506056;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.sgpn-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 32px;
}

.sgpn-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 36px;
    padding-top: 25px;
    border-top: 1px solid rgba(49, 90, 67, 0.14);
}

.sgpn-trust-row span {
    position: relative;
    padding-left: 18px;
    color: var(--sgpn-green-dark);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.sgpn-trust-row span::before {
    content: "";
    position: absolute;
    top: 0.47em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sgpn-red);
}

/* Values */
.sgpn-values {
    position: relative;
    z-index: 3;
    margin-top: -34px;
}

.sgpn-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sgpn-values article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    min-height: 150px;
    padding: 28px;
    border: 1px solid rgba(49, 90, 67, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(38, 74, 49, 0.11);
}

.sgpn-value-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sgpn-sage);
    color: var(--sgpn-green-dark);
    font-weight: 900;
}

.sgpn-values strong {
    display: block;
    margin-bottom: 6px;
    color: var(--sgpn-green-dark);
    font-size: 1.02rem;
}

.sgpn-values p {
    margin: 0;
    color: var(--sgpn-muted);
    font-size: 0.9rem;
}

/* Solutions */
.sgpn-solutions {
    background: linear-gradient(180deg, #fff 0%, #f8f6ef 100%);
}

.sgpn-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.sgpn-solution-card {
    overflow: hidden;
    border: 1px solid rgba(49, 90, 67, 0.12);
    border-radius: var(--sgpn-radius);
    background: #fff;
    box-shadow: 0 16px 45px rgba(35, 70, 46, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sgpn-solution-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 60px rgba(35, 70, 46, 0.15);
}

.sgpn-solution-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--sgpn-sage);
}

.sgpn-solution-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    background: linear-gradient(to top, rgba(19, 45, 30, 0.36), transparent);
}

.sgpn-solution-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.sgpn-solution-card:hover .sgpn-solution-media img {
    transform: scale(1.04);
}

.sgpn-solution-number {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    min-width: 46px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    background: rgba(24, 58, 39, 0.72);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    backdrop-filter: blur(8px);
}

.sgpn-solution-body {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    align-items: start;
    padding: 30px 30px 34px;
}

.sgpn-solution-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: var(--sgpn-sage);
    color: var(--sgpn-green-dark);
}

.sgpn-solution-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sgpn-solution-body h3 {
    margin: 0 0 9px;
    color: var(--sgpn-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.62rem;
    line-height: 1.12;
}

.sgpn-solution-body p {
    margin: 0;
    color: var(--sgpn-muted);
    font-size: 0.94rem;
}

/* About */
.sgpn-about {
    background: #fff;
}

.sgpn-about-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 76px;
    align-items: center;
}

.sgpn-about-media {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: 30px;
    background: var(--sgpn-sage);
    box-shadow: var(--sgpn-shadow);
}

.sgpn-about-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 53, 35, 0.04), rgba(22, 53, 35, 0.24));
}

.sgpn-about-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 57% center;
}

.sgpn-about-badge {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    background: rgba(247, 243, 233, 0.88);
    color: var(--sgpn-green-dark);
    backdrop-filter: blur(12px);
}

.sgpn-about-badge strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.sgpn-about-badge span {
    display: block;
    margin-top: 4px;
    color: var(--sgpn-muted);
    font-size: 0.86rem;
}

.sgpn-check-list {
    display: grid;
    gap: 16px;
    padding: 0;
    margin: 34px 0;
    list-style: none;
}

.sgpn-check-list li {
    position: relative;
    padding-left: 36px;
    color: #3e4d44;
    font-weight: 700;
}

.sgpn-check-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sgpn-sage);
    color: var(--sgpn-green-dark);
    font-size: 0.78rem;
    font-weight: 900;
}

/* Impact */
.sgpn-impact {
    color: #fff;
    background: var(--sgpn-green-dark);
}

.sgpn-impact-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 52px;
}

.sgpn-impact-head h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4.5vw, 4.35rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.sgpn-impact-head > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.sgpn-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sgpn-impact-grid > div {
    min-height: 245px;
    padding: 34px 34px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.sgpn-impact-grid > div:last-child {
    border-right: 0;
}

.sgpn-impact-grid strong {
    color: #edb6bf;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
}

.sgpn-impact-grid h3 {
    margin: 55px 0 11px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.48rem;
}

.sgpn-impact-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
}

/* Projects */
.sgpn-projects {
    background: var(--sgpn-cream);
}

.sgpn-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.sgpn-project-card {
    overflow: hidden;
    border: 1px solid rgba(49, 90, 67, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(39, 69, 48, 0.08);
}

.sgpn-project-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(145deg, var(--sgpn-sage), #c5d6c1);
}

.sgpn-project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.sgpn-project-card:hover .sgpn-project-thumb img {
    transform: scale(1.04);
}

.sgpn-project-thumb--fallback {
    background-image: linear-gradient(145deg, rgba(49, 90, 67, 0.1), rgba(214, 77, 98, 0.11)), url("assets/images/solution-portable.jpg");
    background-size: cover;
    background-position: center;
}

.sgpn-project-thumb--2 {
    background-image: linear-gradient(145deg, rgba(49, 90, 67, 0.1), rgba(214, 77, 98, 0.11)), url("assets/images/solution-coldchain.jpg");
}

.sgpn-project-thumb--3 {
    background-image: linear-gradient(145deg, rgba(49, 90, 67, 0.1), rgba(214, 77, 98, 0.11)), url("assets/images/solution-solar.jpg");
}

.sgpn-project-body {
    padding: 26px 26px 30px;
}

.sgpn-project-body > span {
    color: var(--sgpn-red);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sgpn-project-body h3 {
    margin: 11px 0 10px;
    color: var(--sgpn-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.14;
}

.sgpn-project-body p {
    margin: 0;
    color: var(--sgpn-muted);
    font-size: 0.9rem;
}

/* Process */
.sgpn-process {
    background: #fff;
}

.sgpn-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 48px;
}

.sgpn-process-grid article {
    min-height: 265px;
    padding: 30px 28px;
    border: 1px solid var(--sgpn-line);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #faf8f1);
}

.sgpn-process-grid strong {
    color: var(--sgpn-red);
    font-size: 0.76rem;
    letter-spacing: 0.16em;
}

.sgpn-process-grid h3 {
    margin: 72px 0 10px;
    color: var(--sgpn-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
}

.sgpn-process-grid p {
    margin: 0;
    color: var(--sgpn-muted);
    font-size: 0.9rem;
}

/* CTA */
.sgpn-cta {
    padding: 30px 0 110px;
    background: #fff;
}

.sgpn-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: 58px 62px;
    border-radius: 28px;
    background: var(--sgpn-cream-deep);
    box-shadow: inset 0 0 0 1px rgba(49, 90, 67, 0.1);
}

.sgpn-cta-box > div:first-child > span {
    color: var(--sgpn-red);
    font-size: 0.73rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sgpn-cta-box h2 {
    max-width: 750px;
    margin: 12px 0 12px;
    color: var(--sgpn-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 4.1rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.sgpn-cta-box p {
    max-width: 690px;
    margin: 0;
    color: var(--sgpn-muted);
}

.sgpn-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

/* Blog and content */
.sgpn-content-wrap {
    padding: 160px 0 96px;
}

.sgpn-page-header {
    margin-bottom: 40px;
}

.sgpn-page-header h1,
.sgpn-article h1 {
    margin: 0 0 14px;
    color: var(--sgpn-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 5vw, 5rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.045em;
}

.sgpn-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sgpn-post-card {
    overflow: hidden;
    border: 1px solid var(--sgpn-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(39, 69, 48, 0.08);
}

.sgpn-post-card-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--sgpn-sage);
}

.sgpn-post-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sgpn-post-card-body {
    padding: 25px;
}

.sgpn-post-card-body h2 {
    margin: 9px 0 12px;
    color: var(--sgpn-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    line-height: 1.15;
}

.sgpn-post-card-body p {
    margin: 0;
    color: var(--sgpn-muted);
}

.sgpn-meta {
    color: var(--sgpn-red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sgpn-article {
    max-width: 840px;
    margin-inline: auto;
}

.sgpn-article-content {
    color: #3e4d44;
    font-size: 1.05rem;
}

.sgpn-article-content > * + * {
    margin-top: 1.25em;
}

/* Footer */
.sgpn-footer {
    padding: 78px 0 30px;
    color: rgba(255, 255, 255, 0.8);
    background: #173b2a;
}

.sgpn-footer-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.1fr) minmax(150px, 0.5fr) minmax(300px, 0.85fr);
    gap: 48px;
    padding-bottom: 58px;
}

.sgpn-footer-intro p {
    max-width: 470px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.68);
}

.sgpn-brand--footer {
    color: #fff;
}

.sgpn-brand--footer:hover {
    color: #fff;
}

.sgpn-brand--footer .sgpn-brand-name span {
    color: rgba(255, 255, 255, 0.64);
}

.sgpn-footer-logo .custom-logo {
    max-width: 300px;
    max-height: 86px;
}

.sgpn-footer h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.sgpn-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sgpn-footer li + li {
    margin-top: 11px;
}

.sgpn-footer a {
    color: rgba(255, 255, 255, 0.78);
}

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

.sgpn-contact-line {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.sgpn-contact-label {
    color: #ef9ba8;
    font-weight: 900;
}

.sgpn-contact-line a,
.sgpn-contact-line > span:last-child {
    overflow-wrap: anywhere;
}

.sgpn-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.8rem;
}

/* WordPress */
.alignwide {
    width: min(1180px, 100vw - 40px);
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.alignfull {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.wp-caption,
.gallery-caption {
    color: var(--sgpn-muted);
    font-size: 0.85rem;
}

.bypostauthor {
    outline: 0;
}

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

/* Tablet */
@media (max-width: 1020px) {
    .sgpn-nav {
        position: fixed;
        inset: 88px 0 auto;
        display: none;
        max-height: calc(100vh - 88px);
        overflow-y: auto;
        padding: 30px 20px 34px;
        border-top: 1px solid var(--sgpn-line);
        background: rgba(255, 255, 255, 0.99);
        box-shadow: 0 24px 45px rgba(25, 54, 37, 0.14);
    }

    .sgpn-nav.is-open {
        display: block;
    }

    .sgpn-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .sgpn-nav .sgpn-button {
        margin-top: 24px;
    }

    .sgpn-menu-toggle {
        display: block;
    }

    .sgpn-section-head,
    .sgpn-impact-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sgpn-values-grid {
        grid-template-columns: 1fr;
    }

    .sgpn-values article {
        min-height: 0;
    }

    .sgpn-about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sgpn-about-media {
        min-height: 560px;
    }

    .sgpn-impact-grid {
        grid-template-columns: 1fr;
    }

    .sgpn-impact-grid > div {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .sgpn-impact-grid > div:last-child {
        border-bottom: 0;
    }

    .sgpn-impact-grid h3 {
        margin-top: 30px;
    }

    .sgpn-project-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sgpn-process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sgpn-cta-box {
        grid-template-columns: 1fr;
    }

    .sgpn-cta-actions {
        flex-direction: row;
        align-items: center;
    }

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

    .sgpn-footer-intro {
        grid-column: 1 / -1;
    }
}

/* Mobile */
@media (max-width: 680px) {
    .sgpn-container {
        width: min(calc(100% - 28px), var(--sgpn-width));
    }

    .sgpn-section {
        padding: 78px 0;
    }

    .sgpn-header-inner {
        min-height: 76px;
    }

    .custom-logo {
        max-width: 205px;
        max-height: 56px;
    }

    .sgpn-nav {
        inset-block-start: 76px;
        max-height: calc(100vh - 76px);
    }

    .sgpn-hero {
        min-height: 760px;
        background-position: 67% center;
    }

    .sgpn-hero-overlay {
        background: linear-gradient(180deg, rgba(23, 45, 31, 0.08), rgba(23, 45, 31, 0.24));
    }

    .sgpn-hero-inner {
        padding-top: 118px;
        padding-bottom: 64px;
    }

    .sgpn-hero-card {
        padding: 34px 26px 30px;
        border-radius: 24px;
        background: rgba(250, 247, 238, 0.93);
    }

    .sgpn-hero-card h1 {
        font-size: clamp(2.7rem, 14vw, 4.4rem);
    }

    .sgpn-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sgpn-trust-row {
        flex-direction: column;
        gap: 12px;
    }

    .sgpn-values {
        margin-top: -18px;
    }

    .sgpn-solution-grid,
    .sgpn-project-grid,
    .sgpn-process-grid,
    .sgpn-post-list {
        grid-template-columns: 1fr;
    }

    .sgpn-solution-body {
        grid-template-columns: 50px 1fr;
        padding: 24px 22px 28px;
    }

    .sgpn-solution-icon {
        width: 48px;
        height: 48px;
    }

    .sgpn-about-media {
        min-height: 460px;
        border-radius: 22px;
    }

    .sgpn-about-media img {
        object-position: 62% center;
    }

    .sgpn-about-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .sgpn-process-grid article {
        min-height: 230px;
    }

    .sgpn-process-grid h3 {
        margin-top: 48px;
    }

    .sgpn-cta {
        padding-bottom: 80px;
    }

    .sgpn-cta-box {
        padding: 40px 26px;
        border-radius: 22px;
    }

    .sgpn-cta-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .sgpn-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sgpn-footer-intro {
        grid-column: auto;
    }

    .sgpn-footer-bottom {
        flex-direction: column;
    }
}
