:root {
    --ink: #151715;
    --charcoal: #222522;
    --asphalt: #323835;
    --gold: #b88a3a;
    --amber: #d9ae59;
    --clay: #a95835;
    --steel: #5c7370;
    --sage: #7f927e;
    --paper: #fbfaf7;
    --stone: #ede7dc;
    --concrete: #d9d2c5;
    --muted: #69716d;
    --line: rgba(21, 23, 21, 0.12);
    --white: #fff;
    --shadow: 0 24px 70px rgba(21, 23, 21, 0.16);
    --radius: 8px;
    --container: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(21, 23, 21, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(0deg, rgba(21, 23, 21, 0.025) 1px, transparent 1px) 0 0 / 72px 72px,
        var(--paper);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

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

button,
input,
textarea {
    font: inherit;
}

.container {
    width: min(var(--container), calc(100% - 44px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(251, 250, 247, 0.96);
    border-bottom: 1px solid rgba(21, 23, 21, 0.1);
    backdrop-filter: blur(16px);
}

.topbar {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    letter-spacing: 0.02em;
}

.topbar__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.topbar span {
    color: var(--amber);
    font-weight: 900;
}

.nav {
    height: 86px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.brand {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.brand::after {
    content: "";
    position: absolute;
    right: -22px;
    width: 2px;
    height: 44px;
    background: linear-gradient(var(--gold), transparent);
}

.brand img {
    width: 212px;
    height: auto;
}

.main-nav {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--charcoal);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.main-nav a {
    position: relative;
    padding: 32px 0;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--gold);
    transition: transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
    color: var(--gold);
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
    transform: scaleX(1);
}

.nav-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: var(--radius);
    background: var(--gold);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta {
    box-shadow: inset 0 -3px 0 rgba(21, 23, 21, 0.2);
}

.button:hover,
.nav-cta:hover {
    transform: translateY(-2px);
    background: #9d722d;
    box-shadow: 0 16px 34px rgba(184, 138, 58, 0.28);
}

.button--light {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
}

.button--light:hover {
    background: rgba(255, 255, 255, 0.22);
}

.button--dark {
    background: var(--ink);
}

.button--dark:hover {
    background: var(--asphalt);
}

.nav-toggle {
    width: 44px;
    height: 44px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--ink);
}

.hero__media,
.hero__shade {
    position: absolute;
    inset: 0;
}

.hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92) contrast(1.05);
}

.hero__shade {
    background:
        linear-gradient(90deg, rgba(21, 23, 21, 0.96) 0%, rgba(21, 23, 21, 0.8) 42%, rgba(21, 23, 21, 0.22) 100%),
        linear-gradient(0deg, rgba(21, 23, 21, 0.58), rgba(21, 23, 21, 0.08));
}

.hero__angle {
    position: absolute;
    right: -8vw;
    bottom: -120px;
    width: 62vw;
    height: 54vh;
    background: linear-gradient(135deg, rgba(184, 138, 58, 0.9), rgba(217, 174, 89, 0.28));
    clip-path: polygon(22% 0, 100% 28%, 76% 100%, 0 70%);
    mix-blend-mode: screen;
}

.hero__brand-rail {
    position: absolute;
    left: clamp(16px, 3vw, 48px);
    top: 50%;
    z-index: 3;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 900;
    letter-spacing: 0.22em;
    font-size: 12px;
}

.hero__brand-rail::before,
.hero__brand-rail::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 84px;
    margin: 18px auto;
    background: var(--gold);
}

.hero__layout {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 780px) 260px;
    gap: 74px;
    align-items: end;
    padding: 92px 0 80px;
}

.hero__content {
    max-width: 800px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--amber);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow::before {
    content: "";
    width: 42px;
    height: 2px;
    background: currentColor;
}

.hero h1,
.page-hero h1 {
    margin: 18px 0 22px;
    max-width: 840px;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero p,
.page-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
}

.hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.hero__signal {
    position: relative;
    padding: 22px 0 0 24px;
    border-left: 3px solid var(--gold);
}

.hero__signal span {
    display: block;
    color: var(--amber);
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.hero__signal strong,
.hero__signal small {
    display: block;
}

.hero__signal strong {
    margin: 12px 0 8px;
    font-size: 18px;
}

.hero__signal small {
    color: rgba(255, 255, 255, 0.72);
}

.stats-band {
    position: relative;
    z-index: 5;
    background: linear-gradient(90deg, var(--ink), var(--charcoal));
    color: #fff;
}

.stats-band::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    height: 26px;
    background: var(--gold);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-card {
    position: relative;
    min-height: 126px;
    padding: 30px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-card::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    width: 44px;
    height: 4px;
    background: var(--gold);
}

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

.stat-card strong {
    display: block;
    color: var(--amber);
    font-size: 25px;
    line-height: 1.15;
}

.stat-card span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
}

.section {
    position: relative;
    padding: 104px 0;
}

.section--services {
    background:
        linear-gradient(135deg, rgba(184, 138, 58, 0.08), transparent 36%),
        var(--paper);
}

.section--dark {
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(92, 115, 112, 0.16), transparent 34%),
        var(--ink);
    color: #fff;
}

.section--dark::before {
    content: "";
    position: absolute;
    right: -18vw;
    top: 52px;
    width: 44vw;
    height: 220px;
    background: rgba(184, 138, 58, 0.18);
    clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}

.section--soft {
    background: linear-gradient(90deg, rgba(127, 146, 126, 0.12), rgba(255, 255, 255, 0.7));
}

.section-head {
    max-width: 790px;
    margin-bottom: 46px;
}

.section-head h2,
.split-content h2,
.faq-grid h2,
.machinery-grid h2,
.rich-content h2,
.contact-info h2,
.service-row h2,
.machine-card h2,
.statement-card h2 {
    margin: 14px 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    letter-spacing: 0;
}

.section-head p,
.split-content p,
.faq-grid p,
.machinery-grid p,
.rich-content p,
.contact-info p,
.statement-card p,
.value-item p,
.machine-card p,
.service-row p {
    color: var(--muted);
    margin: 0;
}

.section--dark .section-head h2,
.section--dark .section-head p {
    color: #fff;
}

.section--dark .section-head p {
    color: rgba(255, 255, 255, 0.72);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.service-card {
    position: relative;
    grid-column: span 4;
    min-height: 420px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: 0 1px 0 rgba(21, 23, 21, 0.08);
}

.service-card:first-child {
    grid-column: span 6;
}

.service-card:nth-child(2) {
    grid-column: span 6;
}

.service-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    opacity: 0.82;
    transform: scale(1.01);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.service-card:hover img {
    opacity: 0.62;
    transform: scale(1.06);
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(21, 23, 21, 0.94), rgba(21, 23, 21, 0.1) 58%),
        linear-gradient(135deg, rgba(184, 138, 58, 0.2), transparent 44%);
}

.service-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px;
    color: #fff;
}

.service-card__body span,
.project-card span {
    color: var(--amber);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.service-card__body h3 {
    margin: 10px 0 10px;
    font-size: 30px;
    line-height: 1.06;
}

.service-card:first-child .service-card__body h3,
.service-card:nth-child(2) .service-card__body h3 {
    font-size: 38px;
}

.service-card__body p,
.project-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.split-section {
    overflow: hidden;
    background: linear-gradient(90deg, var(--paper) 0%, #fff 58%, rgba(92, 115, 112, 0.1) 100%);
}

.split-section::before {
    content: "";
    position: absolute;
    left: -18vw;
    bottom: 70px;
    width: 42vw;
    height: 180px;
    background: rgba(169, 88, 53, 0.13);
    clip-path: polygon(0 0, 100% 28%, 86% 100%, 0 76%);
}

.split-grid,
.content-grid,
.contact-grid,
.faq-grid,
.machinery-grid,
.cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 58px;
    align-items: center;
}

.split-grid--reverse .split-media {
    order: 2;
}

.split-media {
    position: relative;
}

.split-media::before {
    content: "";
    position: absolute;
    inset: -18px 18px 18px -18px;
    z-index: -1;
    background: var(--gold);
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}

.split-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.split-media__label {
    position: absolute;
    right: -18px;
    bottom: 32px;
    max-width: 230px;
    padding: 14px 18px;
    border-left: 4px solid var(--amber);
    background: var(--ink);
    color: #fff;
    font-weight: 900;
}

.split-content {
    max-width: 620px;
}

.split-content .button {
    margin-top: 30px;
}

.principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 30px 0;
}

.principles div,
.value-item,
.statement-card,
.machine-card,
.catalog-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 1px 0 rgba(21, 23, 21, 0.05);
}

.principles div {
    padding: 18px;
}

.principles strong {
    display: block;
    color: var(--gold);
    font-size: 17px;
}

.principles span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
}

.project-feature-grid,
.project-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.project-grid {
    grid-template-columns: repeat(3, 1fr);
}

.project-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--asphalt);
}

.project-feature-grid .project-card:first-child {
    grid-column: span 2;
    min-height: 520px;
}

.project-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    opacity: 0.84;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.project-card:hover img {
    opacity: 0.62;
    transform: scale(1.05);
}

.project-card > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    color: #fff;
    background: linear-gradient(0deg, rgba(21, 23, 21, 0.94), rgba(21, 23, 21, 0));
}

.project-card h3,
.project-card h2 {
    margin: 8px 0 8px;
    font-size: 28px;
    line-height: 1.08;
}

.project-feature-grid .project-card:first-child h3 {
    font-size: 44px;
}

.project-card--large {
    min-height: 520px;
}

.project-card--large small {
    display: inline-flex;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
}

.center-action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.machinery-callout {
    overflow: hidden;
    background:
        linear-gradient(90deg, var(--ink) 0%, var(--charcoal) 54%, rgba(92, 115, 112, 0.92) 100%);
    color: #fff;
}

.machinery-callout::after {
    content: "";
    position: absolute;
    right: -10vw;
    bottom: -80px;
    width: 48vw;
    height: 240px;
    background: rgba(184, 138, 58, 0.28);
    clip-path: polygon(10% 0, 100% 18%, 84% 100%, 0 74%);
}

.machinery-grid {
    position: relative;
    z-index: 1;
}

.machinery-grid p {
    color: rgba(255, 255, 255, 0.76);
}

.machinery-grid .button,
.faq-grid .button {
    margin-top: 28px;
}

.machinery-image {
    position: relative;
}

.machinery-image::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 24px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--gold);
    border-radius: var(--radius);
}

.machinery-image img,
.machinery-grid > img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.faq-section {
    background: var(--paper);
}

.accordion {
    border-top: 1px solid var(--line);
}

.accordion-item {
    border-bottom: 1px solid var(--line);
}

.accordion-item button {
    width: 100%;
    padding: 23px 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
}

.accordion-item button::after {
    content: "+";
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.accordion-item.is-open button::after {
    content: "−";
    background: var(--gold);
}

.accordion-item div {
    display: none;
    padding-bottom: 24px;
}

.accordion-item.is-open div {
    display: block;
}

.accordion-item p {
    margin: 0;
    color: var(--muted);
}

.page-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: var(--ink);
}

.page-hero__media {
    position: absolute;
    inset: 0;
}

.page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9) contrast(1.05);
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(21, 23, 21, 0.94), rgba(21, 23, 21, 0.38)),
        linear-gradient(0deg, rgba(21, 23, 21, 0.38), transparent);
}

.page-hero::before {
    content: "";
    position: absolute;
    right: -12vw;
    bottom: -100px;
    z-index: 1;
    width: 50vw;
    height: 220px;
    background: rgba(184, 138, 58, 0.56);
    clip-path: polygon(10% 0, 100% 34%, 78% 100%, 0 64%);
}

.page-hero__content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 155px 0 78px;
}

.content-grid {
    align-items: start;
}

.rich-content {
    max-width: 780px;
}

.rich-content p + p {
    margin-top: 22px;
}

.corporate-panel {
    position: sticky;
    top: 130px;
    padding: 34px;
    border-radius: var(--radius);
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow);
}

.corporate-panel img {
    width: 280px;
    padding: 14px;
    margin-bottom: 34px;
    border-radius: var(--radius);
    background: #fff;
}

.corporate-panel strong,
.corporate-panel span {
    display: block;
}

.corporate-panel strong {
    color: var(--amber);
    font-size: 24px;
    line-height: 1.2;
}

.corporate-panel span {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 800;
}

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

.statement-card {
    padding: 38px;
}

.statement-card span {
    color: var(--gold);
    font-weight: 900;
}

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

.value-item {
    padding: 28px;
}

.value-item strong {
    display: block;
    margin-bottom: 10px;
    color: var(--ink);
    font-size: 20px;
}

.service-list,
.machinery-list {
    display: grid;
    gap: 26px;
}

.service-row {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 40px;
    align-items: center;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
}

.service-row:nth-child(even) {
    grid-template-columns: 1fr 42%;
}

.service-row:nth-child(even) img {
    order: 2;
}

.service-row img,
.machine-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--radius);
}

.service-row a {
    display: inline-flex;
    margin-top: 22px;
    color: var(--gold);
    font-weight: 900;
}

.machine-card {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 30px;
    align-items: center;
    padding: 24px;
}

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

.catalog-card {
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.catalog-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
}

.catalog-card span {
    display: block;
    padding: 18px 20px;
    color: var(--ink);
    font-weight: 900;
}

.contact-grid {
    align-items: start;
}

.contact-info {
    padding: 38px;
    border-radius: var(--radius);
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow);
}

.contact-info p {
    color: rgba(255, 255, 255, 0.78);
}

.contact-info a:not(.button),
.contact-info p {
    display: block;
    margin-top: 18px;
    font-size: 19px;
    font-weight: 800;
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 1px 0 rgba(21, 23, 21, 0.06);
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--charcoal);
    font-weight: 900;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 14px 15px;
    color: var(--ink);
    background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid rgba(184, 138, 58, 0.24);
    border-color: var(--gold);
}

.form-alert {
    padding: 14px 16px;
    border-radius: var(--radius);
    background: #fff1f1;
    color: #8d2020;
    font-weight: 900;
}

.form-alert--success {
    background: #e9f6ef;
    color: #1f6a3f;
}

.map-embed iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}

.site-footer {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.76);
    padding: 74px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr 1fr 0.8fr;
    gap: 46px;
}

.footer-brand img {
    width: 240px;
    padding: 12px;
    border-radius: var(--radius);
    background: #fff;
    margin-bottom: 20px;
}

.footer-grid h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 17px;
}

.footer-grid a,
.footer-grid p {
    display: block;
    margin: 10px 0;
}

.footer-button {
    width: fit-content;
    padding: 12px 16px;
    border-radius: var(--radius);
    background: var(--gold);
    color: #fff;
    font-weight: 900;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 30;
    padding: 13px 18px;
    border-radius: 999px;
    background: #1f8f56;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(31, 143, 86, 0.28);
}

@media (max-width: 1120px) {
    .nav {
        height: 76px;
        grid-template-columns: auto auto;
    }

    .brand img {
        width: 178px;
    }

    .brand::after {
        display: none;
    }

    .nav-toggle {
        justify-self: end;
        display: flex;
    }

    .main-nav {
        position: absolute;
        left: 22px;
        right: 22px;
        top: 112px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: #fff;
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a {
        padding: 13px 12px;
        border-radius: 6px;
    }

    .main-nav a::after {
        display: none;
    }

    .main-nav a:hover,
    .main-nav a.is-active {
        background: var(--stone);
    }

    .nav-cta {
        display: none;
    }

    .hero__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero__signal {
        max-width: 380px;
    }

    .service-card,
    .service-card:first-child,
    .service-card:nth-child(2) {
        grid-column: span 6;
    }

    .project-feature-grid,
    .project-grid,
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .container {
        width: min(100% - 28px, var(--container));
    }

    .topbar__inner {
        justify-content: center;
        flex-wrap: wrap;
        padding: 8px 0;
    }

    .topbar span {
        order: -1;
        width: 100%;
        text-align: center;
    }

    .main-nav {
        top: 126px;
    }

    .hero {
        min-height: 680px;
    }

    .hero__shade {
        background: linear-gradient(0deg, rgba(21, 23, 21, 0.94), rgba(21, 23, 21, 0.44));
    }

    .hero__brand-rail,
    .hero__angle {
        display: none;
    }

    .hero__layout {
        padding: 78px 0 58px;
    }

    .hero p,
    .page-hero p {
        font-size: 16px;
    }

    .hero__signal {
        display: none;
    }

    .stats-grid,
    .split-grid,
    .content-grid,
    .contact-grid,
    .faq-grid,
    .machinery-grid,
    .cta-grid,
    .two-card-grid,
    .values-grid,
    .service-row,
    .service-row:nth-child(even),
    .project-grid,
    .machinery-list,
    .machine-card,
    .catalog-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .stat-card:last-child {
        border-bottom: 0;
    }

    .section {
        padding: 72px 0;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-card:first-child,
    .service-card:nth-child(2) {
        grid-column: auto;
        min-height: 390px;
    }

    .service-card:first-child .service-card__body h3,
    .service-card:nth-child(2) .service-card__body h3,
    .service-card__body h3 {
        font-size: 28px;
    }

    .principles {
        grid-template-columns: 1fr;
    }

    .split-grid--reverse .split-media,
    .service-row:nth-child(even) img {
        order: initial;
    }

    .split-media__label {
        right: 12px;
        bottom: 12px;
    }

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

    .project-feature-grid .project-card:first-child {
        grid-column: auto;
        min-height: 430px;
    }

    .project-card,
    .project-card--large {
        min-height: 390px;
    }

    .corporate-panel {
        position: static;
    }

    .catalog-card img {
        height: 300px;
    }

    .footer-bottom {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    .brand img {
        width: 150px;
    }

    .hero__actions,
    .hero__actions .button {
        width: 100%;
    }

    .contact-form,
    .contact-info,
    .statement-card {
        padding: 24px;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
    }
}

/* Signature redesign */
body {
    background:
        radial-gradient(circle at 12% 8%, rgba(184, 138, 58, 0.12), transparent 24rem),
        radial-gradient(circle at 88% 24%, rgba(92, 115, 112, 0.13), transparent 28rem),
        linear-gradient(90deg, rgba(21, 23, 21, 0.04) 1px, transparent 1px) 0 0 / 84px 84px,
        linear-gradient(0deg, rgba(21, 23, 21, 0.028) 1px, transparent 1px) 0 0 / 84px 84px,
        var(--paper);
}

.site-header {
    border-top: 3px solid var(--gold);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
    background: rgba(251, 250, 247, 0.98);
    box-shadow: 0 14px 42px rgba(21, 23, 21, 0.1);
}

.nav {
    height: 78px;
}

.nav-cta {
    min-height: 44px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

.hero--command {
    min-height: 820px;
    isolation: isolate;
}

.hero--command .hero__media img {
    transform: scale(1.04);
}

.hero--command .hero__shade {
    background:
        linear-gradient(90deg, rgba(14, 15, 14, 0.98) 0%, rgba(14, 15, 14, 0.86) 38%, rgba(14, 15, 14, 0.32) 100%),
        radial-gradient(circle at 72% 28%, rgba(184, 138, 58, 0.34), transparent 21rem),
        linear-gradient(0deg, rgba(14, 15, 14, 0.6), rgba(14, 15, 14, 0.08));
}

.hero__monogram {
    position: absolute;
    right: clamp(20px, 6vw, 90px);
    top: 120px;
    z-index: 2;
    width: min(48vw, 560px);
    opacity: 0.08;
    filter: grayscale(1) contrast(1.3);
    pointer-events: none;
}

.hero--command .hero__angle {
    right: -18vw;
    bottom: -24vh;
    width: 74vw;
    height: 72vh;
    background:
        linear-gradient(135deg, rgba(184, 138, 58, 0.96), rgba(217, 174, 89, 0.18)),
        linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.16));
    clip-path: polygon(16% 0, 100% 22%, 78% 100%, 0 72%);
    mix-blend-mode: screen;
}

.hero--command .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    align-items: center;
    gap: 72px;
    padding: 100px 0 112px;
}

.hero--command .hero__content {
    position: relative;
}

.hero--command .hero__content::before {
    content: "";
    position: absolute;
    left: -28px;
    top: -28px;
    width: 96px;
    height: 96px;
    border-top: 3px solid var(--gold);
    border-left: 3px solid var(--gold);
    opacity: 0.9;
}

.hero--command h1 {
    max-width: 900px;
    font-size: clamp(46px, 7.1vw, 104px);
    line-height: 0.9;
}

.hero--command p {
    max-width: 680px;
    font-size: 18px;
}

.hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.hero__meta span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 900;
}

.hero-dashboard {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(18px);
}

.hero-dashboard::before {
    content: "";
    position: absolute;
    inset: -12px;
    z-index: -1;
    border: 1px solid rgba(184, 138, 58, 0.44);
    border-radius: var(--radius);
    clip-path: polygon(0 0, 72% 0, 100% 28%, 100% 100%, 0 100%);
}

.dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.dashboard-top span,
.dashboard-top strong {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.dashboard-top span {
    color: rgba(255, 255, 255, 0.68);
}

.dashboard-top strong {
    color: var(--amber);
}

.dashboard-photo {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
}

.dashboard-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px) 0 0 / 38px 38px,
        linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 38px 38px;
}

.dashboard-photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.dashboard-lines {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.dashboard-lines div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(0, 0, 0, 0.18);
}

.dashboard-lines span {
    color: var(--amber);
    font-weight: 900;
}

.dashboard-lines strong,
.dashboard-lines small {
    display: block;
}

.dashboard-lines strong {
    line-height: 1.1;
}

.dashboard-lines small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.65);
}

.hero-ticker {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(14, 15, 14, 0.82);
    color: rgba(255, 255, 255, 0.72);
}

.hero-ticker div {
    flex: 0 0 auto;
    padding: 13px 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    white-space: nowrap;
    animation: ticker 28s linear infinite;
}

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

.stats-band--command {
    transform: translateY(-1px);
}

.stats-band--command .stat-card {
    min-height: 138px;
}

.stat-card small {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.34);
    font-weight: 900;
    letter-spacing: 0.12em;
}

.section-kicker,
.proof-head {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 52px;
}

.section-kicker span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.section-kicker h2,
.proof-head h2 {
    margin: 8px 0 0;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 0.95;
    max-width: 900px;
}

.capability-lab {
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(184, 138, 58, 0.1), transparent 34%),
        linear-gradient(270deg, rgba(127, 146, 126, 0.13), transparent 42%),
        var(--paper);
}

.lab-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) 1.14fr;
    gap: 28px;
    align-items: start;
}

.lab-visual {
    position: sticky;
    top: 126px;
    min-height: 720px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: var(--shadow);
}

.lab-visual::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.24);
    pointer-events: none;
}

.lab-visual img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    opacity: 0.78;
}

.lab-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 3;
    width: 190px;
    padding: 18px;
    background: var(--gold);
    color: #fff;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.lab-badge strong,
.lab-badge span {
    display: block;
}

.lab-badge strong {
    font-size: 48px;
    line-height: 0.9;
}

.lab-badge span {
    margin-top: 8px;
    font-weight: 900;
}

.lab-list {
    display: grid;
    gap: 14px;
}

.lab-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr 148px;
    gap: 18px;
    align-items: center;
    min-height: 154px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.lab-card:hover {
    transform: translateX(8px);
    background: #fff;
    box-shadow: var(--shadow);
}

.lab-card > span {
    color: var(--gold);
    font-size: 22px;
    font-weight: 900;
}

.lab-card h3 {
    margin: 0 0 6px;
    font-size: 25px;
    line-height: 1.08;
}

.lab-card p {
    margin: 0;
    color: var(--muted);
}

.lab-card img {
    width: 148px;
    height: 116px;
    object-fit: cover;
    border-radius: var(--radius);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.identity-section {
    overflow: hidden;
    background: var(--ink);
    color: #fff;
}

.identity-section::before {
    content: "KARAKUŞ STAR";
    position: absolute;
    left: -24px;
    bottom: -34px;
    color: rgba(255, 255, 255, 0.045);
    font-size: clamp(72px, 13vw, 190px);
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.identity-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.identity-copy p {
    color: rgba(255, 255, 255, 0.72);
}

.identity-copy h2,
.fleet-copy h2,
.process-intro h2 {
    margin: 14px 0 18px;
    font-size: clamp(36px, 5.2vw, 66px);
    line-height: 0.98;
}

.identity-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 28px 0;
}

.identity-principles div {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
}

.identity-principles strong,
.identity-principles span {
    display: block;
}

.identity-principles strong {
    color: var(--amber);
    font-size: 18px;
}

.identity-principles span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 800;
}

.identity-stack {
    position: relative;
    min-height: 620px;
}

.identity-stack__main,
.identity-stack__float {
    position: absolute;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.identity-stack__main {
    right: 0;
    top: 0;
    width: 78%;
    height: 520px;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 88%);
}

.identity-stack__float {
    left: 0;
    bottom: 0;
    width: 54%;
    height: 300px;
    border: 8px solid var(--ink);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.identity-stamp {
    position: absolute;
    right: 20px;
    bottom: 54px;
    padding: 18px 22px;
    background: var(--gold);
    color: #fff;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 900;
    box-shadow: 0 20px 50px rgba(184, 138, 58, 0.28);
}

.proof-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 6%, rgba(184, 138, 58, 0.14), transparent 24rem),
        var(--paper);
}

.proof-head p {
    max-width: 500px;
    color: var(--muted);
    font-weight: 700;
}

.proof-wall {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 190px;
    gap: 18px;
}

.proof-card {
    position: relative;
    grid-column: span 4;
    grid-row: span 2;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--ink);
    box-shadow: 0 1px 0 rgba(21, 23, 21, 0.07);
}

.proof-card--1 {
    grid-column: span 7;
    grid-row: span 3;
}

.proof-card--2 {
    grid-column: span 5;
}

.proof-card--5 {
    grid-column: span 5;
}

.proof-card--6 {
    grid-column: span 7;
}

.proof-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.86;
    transform: scale(1.01);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.proof-card:hover img {
    opacity: 0.6;
    transform: scale(1.06);
}

.proof-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(21, 23, 21, 0.94), transparent 68%),
        linear-gradient(135deg, rgba(184, 138, 58, 0.22), transparent 42%);
}

.proof-card div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px;
    color: #fff;
}

.proof-card span {
    color: var(--amber);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.proof-card h3 {
    margin: 8px 0;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1;
}

.proof-card p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.process-section {
    background:
        linear-gradient(90deg, var(--ink) 0%, var(--charcoal) 100%);
    color: #fff;
}

.process-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 64px;
    align-items: start;
}

.process-intro {
    position: sticky;
    top: 130px;
}

.process-intro p {
    color: rgba(255, 255, 255, 0.7);
}

.process-rail {
    position: relative;
    display: grid;
    gap: 18px;
}

.process-rail::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(var(--gold), rgba(184, 138, 58, 0.08));
}

.process-step {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 22px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.process-step strong {
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: #fff;
}

.process-step h3 {
    margin: 0 0 5px;
    font-size: 26px;
}

.process-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.fleet-section {
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(127, 146, 126, 0.16), transparent 44%),
        var(--paper);
}

.fleet-grid {
    display: grid;
    grid-template-columns: 1.16fr 0.84fr;
    gap: 64px;
    align-items: center;
}

.fleet-visual {
    position: relative;
}

.fleet-visual::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 24px;
    width: 90%;
    height: 92%;
    background: var(--gold);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
}

.fleet-visual img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 88%);
}

.fleet-copy p {
    color: var(--muted);
}

.fleet-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
}

.fleet-chips span {
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--charcoal);
    font-size: 12px;
    font-weight: 900;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .hero--command .hero__layout,
    .lab-grid,
    .identity-grid,
    .process-grid,
    .fleet-grid,
    .section-kicker,
    .proof-head {
        grid-template-columns: 1fr;
    }

    .hero-dashboard {
        max-width: 520px;
    }

    .lab-visual,
    .process-intro {
        position: relative;
        top: auto;
    }

    .lab-visual,
    .lab-visual img {
        min-height: 520px;
        height: 520px;
    }

    .identity-stack {
        min-height: 560px;
    }
}

@media (max-width: 760px) {
    .hero--command {
        min-height: 720px;
    }

    .hero--command .hero__layout {
        padding: 76px 0 92px;
    }

    .hero-dashboard,
    .hero__meta,
    .hero__monogram {
        display: none;
    }

    .section-kicker,
    .proof-head {
        gap: 18px;
        margin-bottom: 34px;
    }

    .lab-grid,
    .identity-grid,
    .process-grid,
    .fleet-grid {
        gap: 36px;
    }

    .lab-visual,
    .lab-visual img {
        min-height: 360px;
        height: 360px;
    }

    .lab-card {
        grid-template-columns: 42px 1fr;
        min-height: auto;
    }

    .lab-card img {
        grid-column: 1 / -1;
        width: 100%;
        height: 170px;
        clip-path: none;
        order: -1;
    }

    .identity-principles {
        grid-template-columns: 1fr;
    }

    .identity-stack {
        min-height: 420px;
    }

    .identity-stack__main {
        width: 100%;
        height: 340px;
    }

    .identity-stack__float {
        width: 62%;
        height: 180px;
    }

    .identity-stamp {
        right: 6px;
        bottom: 18px;
        font-size: 16px;
    }

    .proof-wall {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .proof-card,
    .proof-card--1,
    .proof-card--2,
    .proof-card--5,
    .proof-card--6 {
        grid-column: auto;
        grid-row: auto;
        min-height: 390px;
    }

    .process-rail::before {
        display: none;
    }

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

@media (max-width: 460px) {
    .hero--command h1 {
        font-size: 43px;
    }

    .hero-ticker div {
        font-size: 11px;
    }

    .lab-badge {
        left: 18px;
        bottom: 18px;
    }
}

/* Final polish pass */
.brand-lockup {
    gap: 13px;
    min-width: 278px;
}

.brand-lockup__mark {
    width: 76px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-lockup__mark img {
    width: 76px;
    height: 60px;
    object-fit: contain;
}

.brand-lockup__text {
    display: grid;
    gap: 4px;
    line-height: 1;
}

.brand-lockup__text strong {
    color: #060707;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.brand-lockup__text em {
    color: var(--gold);
    font-style: normal;
}

.brand-lockup__text small {
    color: var(--charcoal);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-dashboard.ops-card {
    padding: 0;
    overflow: hidden;
    border-color: rgba(184, 138, 58, 0.38);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
        rgba(23, 24, 22, 0.42);
}

.hero-dashboard.ops-card::before {
    inset: -10px;
    border-color: rgba(184, 138, 58, 0.55);
}

.ops-card .dashboard-top {
    margin: 0;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ops-card .dashboard-photo {
    margin: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.ops-card .dashboard-photo img {
    aspect-ratio: 16 / 10;
}

.dashboard-photo__tag {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(21, 23, 21, 0.74);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.ops-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 16px 14px;
}

.ops-metrics div {
    min-height: 88px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
}

.ops-metrics strong,
.ops-metrics span {
    display: block;
}

.ops-metrics strong {
    color: var(--amber);
    font-size: 20px;
    line-height: 1;
}

.ops-metrics span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.dashboard-lines.ops-lines {
    gap: 8px;
    margin: 0;
    padding: 0 16px 18px;
}

.dashboard-lines.ops-lines div {
    display: block;
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.22);
}

.dashboard-lines.ops-lines strong {
    color: #fff;
    font-size: 15px;
}

.dashboard-lines.ops-lines small {
    margin-top: 5px;
    line-height: 1.45;
}

.page-hero {
    min-height: 430px;
}

.page-hero__media img {
    transform: scale(1.02);
}

.page-hero::after {
    background:
        linear-gradient(90deg, rgba(21, 23, 21, 0.94), rgba(21, 23, 21, 0.48) 58%, rgba(21, 23, 21, 0.32)),
        linear-gradient(0deg, rgba(21, 23, 21, 0.5), transparent);
}

.page-hero__content {
    max-width: 920px;
}

.page-hero h1 {
    max-width: 880px;
}

.footer-button--whatsapp,
.floating-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.footer-button--whatsapp svg,
.floating-whatsapp svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.floating-whatsapp {
    padding: 13px 18px 13px 15px;
}

.ewreka-credit {
    color: var(--amber);
    font-weight: 900;
}

.ewreka-credit:hover {
    color: #fff;
}

@media (max-width: 1120px) {
    .brand-lockup {
        min-width: 224px;
    }

    .brand-lockup__mark,
    .brand-lockup__mark img {
        width: 58px;
        height: 48px;
    }

    .brand-lockup__text strong {
        font-size: 19px;
    }

    .brand-lockup__text small {
        font-size: 9px;
    }
}

@media (max-width: 760px) {
    .brand-lockup {
        min-width: auto;
    }

    .brand-lockup__text {
        display: none;
    }

    .brand-lockup__mark,
    .brand-lockup__mark img {
        width: 64px;
        height: 50px;
    }

    .page-hero {
        min-height: 360px;
    }
}

/* Targeted refinement pass */
.process-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 16%, rgba(184, 138, 58, 0.2), transparent 28%),
        linear-gradient(135deg, #101310 0%, #1b201c 56%, #121411 100%);
}

.process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.process-section .process-grid {
    grid-template-columns: 1fr;
    gap: 44px;
}

.process-section .process-intro {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    gap: 30px 56px;
    align-items: end;
}

.process-section .process-intro .eyebrow {
    grid-column: 1 / -1;
}

.process-section .process-intro h2 {
    grid-column: 1;
    grid-row: 2;
    max-width: 900px;
    margin: 0;
    font-size: 68px;
    line-height: 0.98;
}

.process-section .process-intro p {
    grid-column: 2;
    grid-row: 2;
    max-width: 470px;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.65;
}

.process-section .process-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.process-section .process-rail::before {
    left: 34px;
    right: 34px;
    top: 58px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(184, 138, 58, 0), rgba(184, 138, 58, 0.7), rgba(184, 138, 58, 0));
}

.process-section .process-step {
    grid-template-columns: 1fr;
    min-height: 286px;
    padding: 26px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
        rgba(255, 255, 255, 0.035);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.process-section .process-step::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.process-section .process-step::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 124px;
    height: 124px;
    background: rgba(184, 138, 58, 0.16);
    transform: rotate(16deg);
    clip-path: polygon(0 0, 100% 18%, 82% 100%, 8% 82%);
}

.process-section .process-step:hover {
    transform: translateY(-6px);
    border-color: rgba(184, 138, 58, 0.42);
    background:
        linear-gradient(180deg, rgba(184, 138, 58, 0.14), rgba(255, 255, 255, 0.055)),
        rgba(255, 255, 255, 0.045);
}

.process-section .process-step strong {
    z-index: 1;
    width: 64px;
    height: 64px;
    margin-bottom: 28px;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(184, 138, 58, 0.2);
}

.process-section .process-step h3 {
    z-index: 1;
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.1;
}

.process-section .process-step p {
    z-index: 1;
    grid-column: auto;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.58;
}

.contact-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin-top: 2px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #1f9d59;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(31, 157, 89, 0.28);
}

.contact-whatsapp-button svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.contact-whatsapp-button:hover {
    transform: translateY(-2px);
    background: #168a4b;
    color: #fff;
}

.catalog-showcase-section {
    background:
        linear-gradient(180deg, rgba(184, 138, 58, 0.08), transparent 34%),
        var(--paper);
}

.catalog-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.catalog-showcase__panel {
    position: sticky;
    top: 118px;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(184, 138, 58, 0.18);
    border-radius: 8px;
    background: #111410;
    box-shadow: 0 30px 90px rgba(21, 23, 21, 0.18);
}

.catalog-showcase__top,
.catalog-showcase__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.catalog-showcase__top {
    padding: 8px 8px 18px;
}

.catalog-showcase__top h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.05;
}

.catalog-showcase__tools {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.catalog-showcase__tools button {
    font: inherit;
    width: 42px;
    height: 38px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.catalog-showcase__tools button:hover {
    background: var(--gold);
}

.catalog-stage {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 640px;
    max-height: 78vh;
    overflow: auto;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(45deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%),
        #20241f;
    background-size: 28px 28px;
}

.catalog-stage img {
    width: min(100%, 820px);
    height: auto;
    max-width: 100%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
    transform-origin: top center;
    transition: width 0.2s ease, max-width 0.2s ease;
}

.catalog-nav-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 46px;
    height: 64px;
    border: 0;
    border-radius: 8px;
    background: rgba(21, 23, 21, 0.82);
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.catalog-nav-button:hover {
    background: var(--gold);
}

.catalog-nav-button--prev {
    left: 12px;
}

.catalog-nav-button--next {
    right: 12px;
}

.catalog-showcase__bottom {
    padding: 16px 8px 4px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
}

.catalog-pager {
    display: inline-flex;
    gap: 8px;
}

.catalog-pager button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.catalog-pager button:hover {
    background: var(--gold);
}

.catalog-showcase__thumbs {
    display: grid;
    gap: 12px;
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding-right: 4px;
}

.catalog-thumb {
    font: inherit;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    box-shadow: 0 16px 42px rgba(21, 23, 21, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.catalog-thumb:hover,
.catalog-thumb.is-active {
    transform: translateY(-2px);
    border-color: var(--gold);
    box-shadow: 0 20px 52px rgba(184, 138, 58, 0.2);
}

.catalog-thumb.is-active {
    background: linear-gradient(135deg, rgba(184, 138, 58, 0.12), #fff 58%);
}

.catalog-thumb img {
    width: 96px;
    height: 126px;
    object-fit: cover;
    object-position: top center;
    border-radius: 6px;
    border: 1px solid var(--line);
}

.catalog-thumb span {
    display: grid;
    gap: 7px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.catalog-thumb small {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.12em;
}

@media (max-width: 1120px) {
    .process-section .process-intro {
        grid-template-columns: 1fr;
    }

    .process-section .process-intro h2,
    .process-section .process-intro p {
        grid-column: 1;
        grid-row: auto;
    }

    .process-section .process-intro h2 {
        font-size: 56px;
    }

    .process-section .process-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-showcase {
        grid-template-columns: 1fr;
    }

    .catalog-showcase__panel {
        position: relative;
        top: auto;
    }

    .catalog-showcase__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 760px) {
    .process-section .process-intro h2 {
        font-size: 40px;
    }

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

    .process-section .process-step {
        min-height: auto;
    }

    .catalog-showcase__top,
    .catalog-showcase__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-stage {
        min-height: 430px;
        max-height: 70vh;
        padding: 14px;
    }

    .catalog-showcase__thumbs {
        grid-template-columns: 1fr;
    }
}

/* SEO platform and interface upgrade */
.site-header {
    background:
        linear-gradient(90deg, rgba(251, 250, 247, 0.98), rgba(255, 255, 255, 0.94)),
        rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 60px rgba(21, 23, 21, 0.08);
}

.site-header.is-scrolled {
    background: rgba(251, 250, 247, 0.9);
}

.nav {
    position: relative;
    height: 92px;
}

.nav::before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    bottom: 9px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 138, 58, 0.45), transparent);
}

.main-nav {
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(21, 23, 21, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
}

.main-nav a {
    padding: 12px 11px;
    border-radius: 999px;
}

.main-nav a::after {
    display: none;
}

.main-nav a:hover,
.main-nav a.is-active {
    color: #fff;
    background: var(--ink);
}

.nav-cta {
    position: relative;
    min-width: 136px;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 10px 50%);
}

.footer-button--whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.22);
}

.footer-button--whatsapp:hover,
.floating-whatsapp:hover {
    background: #1faa56;
}

.project-card > a {
    display: block;
    min-height: inherit;
    height: 100%;
}

.project-card > a > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    color: #fff;
    background: linear-gradient(0deg, rgba(21, 23, 21, 0.94), rgba(21, 23, 21, 0));
}

.service-row div a + a {
    margin-left: 14px;
    color: var(--ink);
    border-bottom-color: rgba(21, 23, 21, 0.28);
}

.machine-card {
    padding: 0;
    overflow: hidden;
}

.machine-card > a {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 30px;
    align-items: center;
    height: 100%;
    padding: 24px;
}

.machine-card strong {
    display: inline-flex;
    width: fit-content;
    margin-top: 20px;
    color: var(--gold);
    font-weight: 900;
}

.machinery-command-center {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(184, 138, 58, 0.18), transparent 30%),
        linear-gradient(135deg, var(--ink), #252a26);
    color: #fff;
}

.machinery-command-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: center;
}

.machinery-command-copy h2 {
    max-width: 720px;
    margin: 16px 0;
    font-size: clamp(42px, 5vw, 74px);
    line-height: 0.98;
}

.machinery-command-copy p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
}

.machinery-command-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.machinery-command-metrics div {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.machinery-command-metrics strong,
.machinery-command-metrics span {
    display: block;
}

.machinery-command-metrics strong {
    color: var(--amber);
    font-size: 32px;
    line-height: 1;
}

.machinery-command-metrics span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
}

.machinery-command-visual {
    position: relative;
}

.machinery-command-visual::before {
    content: "";
    position: absolute;
    inset: 28px -18px -18px 28px;
    background: var(--gold);
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 82%);
}

.machinery-command-visual img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 88%);
}

.machinery-command-visual div {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    max-width: 310px;
    padding: 16px;
    border-left: 4px solid var(--amber);
    border-radius: 8px;
    background: rgba(21, 23, 21, 0.82);
    backdrop-filter: blur(10px);
}

.machinery-command-visual strong,
.machinery-command-visual span {
    display: block;
}

.machinery-command-visual span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
}

.machinery-arsenal-section {
    background: var(--paper);
}

.machinery-arsenal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.machinery-arsenal-card a {
    position: relative;
    display: grid;
    min-height: 520px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 24px 70px rgba(21, 23, 21, 0.14);
}

.machinery-arsenal-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    opacity: 0.78;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.machinery-arsenal-card a:hover img {
    opacity: 0.56;
    transform: scale(1.05);
}

.machinery-arsenal-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(21, 23, 21, 0.96), transparent 62%),
        linear-gradient(135deg, rgba(184, 138, 58, 0.24), transparent 42%);
}

.machinery-arsenal-card div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px;
}

.machinery-arsenal-card span {
    color: var(--amber);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.machinery-arsenal-card h2 {
    margin: 10px 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1;
}

.machinery-arsenal-card p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.74);
}

.machinery-arsenal-card strong {
    display: inline-flex;
    margin-top: 8px;
    color: #fff;
    border-bottom: 2px solid var(--amber);
}

.machinery-rental-steps {
    display: grid;
    gap: 12px;
}

.machinery-rental-steps div {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
}

.machinery-rental-steps span {
    grid-row: span 2;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--gold);
    color: #fff;
    font-weight: 900;
}

.machinery-rental-steps strong {
    align-self: end;
    font-size: 22px;
}

.machinery-rental-steps small {
    color: var(--muted);
    font-weight: 700;
}

.detail-section,
.article-section,
.blog-section {
    background:
        linear-gradient(90deg, rgba(21, 23, 21, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
        var(--paper);
}

.detail-layout,
.article-layout,
.blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 38px;
    align-items: start;
}

.detail-content,
.article-body {
    padding: clamp(26px, 4vw, 54px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(21, 23, 21, 0.09);
}

.detail-content h2,
.article-body h1,
.article-body h2 {
    margin: 12px 0 24px;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.02;
}

.detail-content p,
.article-body p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.8;
}

.detail-facts,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}

.detail-facts span,
.article-meta span {
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(184, 138, 58, 0.12);
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.detail-side,
.article-aside {
    position: sticky;
    top: 126px;
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow);
}

.detail-side img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.detail-side h3,
.article-aside h2 {
    margin: 8px 0 4px;
}

.detail-side a,
.article-aside a:not(.button) {
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

.article-aside span,
.blog-card span {
    color: var(--amber);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.article-aside strong {
    display: block;
    margin-top: 5px;
}

.blog-layout {
    grid-template-columns: 1fr;
}

.blog-feature {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow);
}

.blog-feature img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.blog-feature div {
    padding: clamp(28px, 5vw, 58px);
}

.blog-feature h2 {
    margin: 16px 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
}

.blog-feature p {
    color: rgba(255, 255, 255, 0.76);
}

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

.blog-feature + .blog-grid {
    margin-top: 24px;
}

.blog-card a {
    display: grid;
    gap: 13px;
    height: 100%;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(21, 23, 21, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(21, 23, 21, 0.13);
}

.blog-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 6px;
}

.blog-card h2 {
    margin: 0;
    font-size: 23px;
    line-height: 1.12;
}

.blog-card p {
    margin: 0;
    color: var(--muted);
}

.blog-card small {
    color: var(--muted);
    font-weight: 800;
}

.map-section {
    padding-top: 0;
}

.map-card {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    gap: 24px;
    align-items: stretch;
    padding: 18px;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow);
}

.map-card > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.map-card h2 {
    margin: 12px 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
}

.map-card p {
    color: rgba(255, 255, 255, 0.72);
}

.map-embed {
    min-height: 420px;
    overflow: hidden;
    border-radius: 6px;
    background: #d8d8d8;
}

.map-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

@media (max-width: 1120px) {
    .main-nav {
        border-radius: 8px;
    }

    .detail-layout,
    .article-layout,
    .map-card {
        grid-template-columns: 1fr;
    }

    .detail-side,
    .article-aside {
        position: relative;
        top: auto;
    }

    .blog-feature,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .machine-card > a {
        grid-template-columns: 1fr;
    }

    .machinery-command-grid,
    .machinery-arsenal-grid {
        grid-template-columns: 1fr;
    }

    .machinery-command-visual {
        order: -1;
    }
}

@media (max-width: 760px) {
    .site-header .topbar {
        display: none;
    }

    .nav {
        height: 76px;
    }

    .main-nav {
        top: 76px;
        padding: 12px;
        border-radius: 0 0 8px 8px;
        background: rgba(251, 250, 247, 0.98);
    }

    .main-nav a {
        width: 100%;
        border-radius: 6px;
    }

    .catalog-showcase {
        width: min(100% - 24px, var(--container));
    }

    .catalog-showcase__panel {
        padding: 10px;
    }

    .catalog-showcase__tools {
        width: 100%;
        justify-content: space-between;
    }

    .catalog-showcase__tools button {
        flex: 1;
        min-width: 0;
    }

    .catalog-stage {
        min-height: 58vh;
        max-height: 58vh;
        justify-content: flex-start;
        padding: 10px 56px;
    }

    .catalog-stage img {
        width: 100%;
        max-width: none;
    }

    .catalog-nav-button {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 54px;
        margin: 0;
        transform: translateY(-50%);
        font-size: 34px;
    }

    .catalog-nav-button--prev {
        left: 8px;
    }

    .catalog-nav-button--next {
        right: 8px;
    }

    .catalog-pager {
        width: 100%;
    }

    .catalog-pager button {
        flex: 1;
    }

    .catalog-showcase__thumbs {
        display: flex;
        overflow-x: auto;
        padding: 0 0 8px;
        scroll-snap-type: x mandatory;
    }

    .catalog-thumb {
        min-width: 230px;
        grid-template-columns: 72px 1fr;
        scroll-snap-align: start;
    }

    .catalog-thumb img {
        width: 72px;
        height: 94px;
    }

    .detail-content,
    .article-body {
        padding: 24px;
    }

    .blog-feature img {
        min-height: 260px;
    }

    .machinery-command-metrics {
        grid-template-columns: 1fr;
    }

    .machinery-arsenal-card a {
        min-height: 430px;
    }

    .machinery-rental-steps div {
        grid-template-columns: 1fr;
    }

    .machinery-rental-steps span {
        grid-row: auto;
    }
}
