.hero-wrapper {
    padding: 0;
}

.hero-shell {
    position: relative;
    min-height: clamp(640px, 83vh, 860px);
    overflow: hidden;
    background: #0b1220;
}

.hero-shell::before,
.hero-shell::after,
.hero-slide::before,
.hero-slide::after,
.hero-watermark,
.hero-bg-text,
.hero-background-text {
    display: none !important;
    content: none !important;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.hero-slide-bg,
.hero-slide-bg img,
.hero-slide-bg video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slide-bg img,
.hero-slide-bg video {
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-slide-bg video {
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 15, 30, .82) 0%, rgba(8, 15, 30, .68) 32%, rgba(8, 15, 30, .32) 61%, rgba(8, 15, 30, .14) 100%),
        linear-gradient(180deg, rgba(8, 15, 30, .15) 0%, rgba(8, 15, 30, .32) 100%);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 3;
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: center;
    padding-top: 58px;
    padding-bottom: 58px;
}

.hero-content {
    max-width: 980px;
    padding-right: 18px;
}

.hero-title {
    color: #fff;
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(2.25rem, 4.6vw, 4.55rem);
    line-height: .96;
    font-weight: 700;
    letter-spacing: -.05em;
    margin: 10px 0 16px;
}

.hero-text {
    color: rgba(255, 255, 255, .86);
    font-size: 1.06rem;
    line-height: 1.6;
    max-width: 760px;
    font-weight: 400;
    letter-spacing: .01em;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.6em * 2);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.hero-projects-btn {
    background: rgba(255, 255, 255, .08) !important;
    border-color: rgba(255, 255, 255, .22) !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    transition: background-color .24s ease, transform .22s ease, box-shadow .22s ease;
}

.hero-projects-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 120, 18, .92), rgba(255, 160, 74, .92));
    opacity: 0;
    transition: opacity .24s ease;
    z-index: 0;
}

.hero-projects-btn span {
    position: relative;
    z-index: 1;
}

.hero-projects-btn:hover {
    transform: translateY(-2px);
    border-color: transparent !important;
    box-shadow: 0 14px 28px rgba(255, 120, 18, .18);
}

.hero-projects-btn:hover::before {
    opacity: 1;
}

.hero-chip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
    max-width: 760px;
}

.hero-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-weight: 600;
    font-size: .98rem;
    text-align: center;
    min-height: 58px;
}

.hero-chip .tiny {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--primary-color);
    flex-shrink: 0;
    box-shadow: 0 0 0 4px rgba(255, 120, 18, .10);
}

.hero-panel {
    border-radius: 34px;
    padding: 28px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    overflow: hidden;
}

.hero-panel h3 {
    color: #fff;
    font-size: 2.05rem;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -.035em;
    margin: 10px 0 14px;
}

.hero-panel p {
    color: rgba(255, 255, 255, .8);
    line-height: 1.75;
}

.hero-mini-field {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.hero-mini-field span {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, .68);
    font-size: .92rem;
    margin-bottom: 4px;
    text-align: left;
    box-sizing: border-box;
}

.hero-mini-field strong,
.hero-mini-field strong a {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: clamp(.95rem, 1vw, 1.1rem);
    line-height: 1.38;
    color: #fff;
    text-decoration: none;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    box-sizing: border-box;
}

.hero-mini-field strong a:hover {
    color: #ffd7ad;
}

.hero-panel .header-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.hero-panel .header-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
    transition: background-color .24s ease, transform .24s ease, border-color .24s ease;
}

.hero-arrow:hover {
    background: rgba(255, 120, 18, .88);
    border-color: transparent;
    transform: translateY(-50%) scale(1.03);
}

.hero-arrow.left {
    left: 28px;
}

.hero-arrow.right {
    right: 28px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    display: flex;
    gap: 11px;
    z-index: 4;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .45);
    transition: transform .22s ease, background-color .22s ease;
    cursor: pointer;
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.15);
}

.about-showcase {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.about-showcase::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 40px;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(185, 154, 102, .12), rgba(185, 154, 102, 0) 70%);
    pointer-events: none;
}

.about-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
}

.about-visual-wrap {
    position: relative;
}

.about-visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--primary-color) 16%, white 84%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .07);
    aspect-ratio: 1.08/.78;
}

.about-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ece8e0, #d9d1c5);
}

.about-orb {
    position: absolute;
    left: 22px;
    top: 22px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--primary-color) 22%, white 78%);
    z-index: 2;
}

.about-dot {
    position: absolute;
    right: 24%;
    top: 16%;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--primary-color);
    z-index: 2;
}

.about-outline {
    position: absolute;
    right: -10px;
    bottom: -14px;
    width: 118px;
    height: 98px;
    border-radius: 26px;
    border: 3px solid rgba(214, 205, 191, .72);
    z-index: 1;
}

.about-copy .title-kicker {
    min-height: 40px;
    padding: 0 18px;
    font-size: .68rem;
    letter-spacing: .16em;
    font-weight: 600;
    border-color: color-mix(in srgb, var(--primary-color) 24%, white 76%);
    color: var(--primary-color);
    background: rgba(255, 255, 255, .78);
}

.about-copy .section-title {
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 690px;
    font-size: clamp(1.5rem, 2.15vw, 2.35rem);
    line-height: 1.12;
    letter-spacing: -.028em;
    color: var(--secondary-color);
    text-wrap: balance;
}

.about-text {
    color: color-mix(in srgb, var(--secondary-color) 68%, white 32%);
    font-size: 1.06rem;
    line-height: 1.9;
    max-width: 640px;
    margin: 0 0 26px;
}

.about-feature-box {
    background: rgba(255, 255, 255, .78);
    border: 1px solid color-mix(in srgb, var(--primary-color) 15%, white 85%);
    border-radius: 28px;
    padding: 24px 26px;
    display: grid;
    gap: 16px;
    max-width: 620px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: color-mix(in srgb, var(--secondary-color) 76%, white 24%);
    font-size: 1.02rem;
    font-weight: 600;
}

.about-feature-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--primary-color);
    margin-top: 2px;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.about-phone-inline {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #6b7280;
    font-weight: 600;
}

.about-phone-inline .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid color-mix(in srgb, var(--primary-color) 18%, white 82%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(15, 23, 42, .05);
}

.about-phone-inline .icon-wrap svg {
    width: 26px;
    height: 26px;
}

.about-phone-inline strong {
    display: block;
    color: var(--secondary-color);
    font-size: 1.9rem;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.brand-section {
    background: color-mix(in srgb, white 86%, var(--primary-color) 14%);
    position: relative;
    overflow: hidden;
}

.brand-section .title-kicker {
    min-height: 38px;
    padding: 0 18px;
    font-size: .66rem;
    letter-spacing: .18em;
    background: rgba(255, 255, 255, .48);
}

.brand-section .section-heading {
    color: color-mix(in srgb, var(--secondary-color) 90%, black 10%);
    font-size: clamp(2.15rem, 3.3vw, 3.4rem);
    letter-spacing: -.045em;
    font-weight: 700;
}

.brand-section .section-lead {
    max-width: 760px;
    color: #707b8f;
}

.brand-strip {
    margin-top: 34px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.brand-marquee {
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
}

.brand-track {
    display: flex;
    width: max-content;
    animation: brandScroll 42s linear infinite;
    gap: 28px;
    align-items: center;
    will-change: transform;
}

.brand-track:hover {
    animation-play-state: paused;
}

@keyframes brandScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-33.3333%);
    }
}

.brand-box {
    width: 240px;
    height: 104px;
    flex-shrink: 0;
    background: #fff;
    border: none;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .03);
}

.brand-box img {
    max-width: 100%;
    max-height: 76px;
    object-fit: contain;
    filter: saturate(1) contrast(1.02);
}

.brand-box span {
    font-size: 1rem;
    color: #8b7b67;
    font-weight: 600;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    gap: 26px;
}

.service-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee6db;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 26px rgba(15, 23, 42, .07);
    border-color: rgba(var(--primary-rgb), .18);
}

.service-image {
    position: relative;
    height: 245px;
    background: #f1f5f9;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease, filter .3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.03);
    filter: brightness(.9);
}

.service-overlay-link {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(var(--primary-rgb), .88);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    opacity: 0;
    transform: translateY(10px) scale(.92);
    transition: opacity .24s ease, transform .24s ease, background-color .24s ease;
}

.service-overlay-link:hover {
    background: color-mix(in srgb, var(--primary-color) 88%, #000 12%);
}

.service-card:hover .service-overlay-link {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.service-overlay-link svg {
    width: 20px;
    height: 20px;
}

.service-body {
    padding: 18px 22px 22px;
    min-height: 84px;
    display: flex;
    align-items: flex-start;
}

.service-line,
.service-card p,
.service-link {
    display: none !important;
}

.service-card h3 {
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #9b7a4c;
    margin: 0;
}

.services-cta {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}

.projects-section {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.projects-section::before {
    content: none !important;
    display: none !important;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    position: relative;
    z-index: 1;
    align-items: stretch;
}

.project-card {
    position: relative;
    background: #fff;
    border: 1px solid #ece8e1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .055);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.project-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, .09);
    border-color: rgba(0, 0, 0, .06);
}

.project-media {
    position: relative;
    height: 236px;
    background: #f3f4f6;
    overflow: hidden;
}

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

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

.project-hover-cta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.96);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 204px;
    height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all .24s ease;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .16);
}

.project-hover-cta:hover {
    background: #fff;
    color: var(--primary-color);
}

.project-hover-cta svg {
    width: 18px;
    height: 18px;
}

.project-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, .18) 100%);
    opacity: 0;
    transition: opacity .24s ease;
}

.project-card:hover .project-media::after {
    opacity: 1;
}

.project-card:hover .project-hover-cta {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.project-body {
    padding: 18px 22px 22px;
}

.project-title {
    font-size: 1.12rem;
    line-height: 1.3;
    font-weight: 700;
    color: #24324a;
    letter-spacing: -.02em;
    margin: 0 0 10px;
}

.project-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7c869a;
    font-size: .98rem;
}

.project-location .pin {
    width: 15px;
    height: 15px;
    color: var(--primary-color);
    display: inline-flex;
    flex-shrink: 0;
}

.cta-banner {
    border-radius: 38px;
    padding: 50px 48px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #f06f05 0%, #b75a18 44%, #25326d 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .10);
}

.cta-banner::after {
    content: "";
    position: absolute;
    right: -55px;
    top: -34px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.instagram-section {
    background: #fff;
}

.insta-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.insta-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.insta-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 55%, #6228d7 100%);
}

.insta-icon svg {
    width: 28px;
    height: 28px;
}

.insta-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.insta-item {
    aspect-ratio: 1/1;
    border-radius: 24px;
    overflow: hidden;
    background: #f3f4f6;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .05);
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.insta-item:hover img {
    transform: scale(1.03);
}

.contact-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='240' viewBox='0 0 480 240'%3E%3Cg fill='%239a8261'%3E%3Ccircle cx='42' cy='34' r='2'/%3E%3Ccircle cx='59' cy='34' r='2'/%3E%3Ccircle cx='76' cy='34' r='2'/%3E%3Ccircle cx='93' cy='34' r='2'/%3E%3Ccircle cx='110' cy='34' r='2'/%3E%3Ccircle cx='127' cy='34' r='2'/%3E%3Ccircle cx='144' cy='34' r='2'/%3E%3Ccircle cx='161' cy='34' r='2'/%3E%3Ccircle cx='178' cy='34' r='2'/%3E%3Ccircle cx='195' cy='34' r='2'/%3E%3Ccircle cx='212' cy='34' r='2'/%3E%3Ccircle cx='229' cy='34' r='2'/%3E%3Ccircle cx='246' cy='34' r='2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 720px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-grid {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    position: relative;
    z-index: 1;
    align-items: center;
}

.contact-card {
    margin-block: auto;
    background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color) 86%, #c75a00 14%) 0%, color-mix(in srgb, var(--primary-color) 72%, #8a3f00 28%) 100%);
    color: #fff;
    border-radius: 32px;
    padding: 28px 28px;
    box-shadow: var(--shadow);
    align-self: start;
    overflow: hidden;
}

.contact-card .item {
    text-align: center;
    padding: 14px 0;
    width: 100%;
}

.contact-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: var(--primary-color);
    background: #fff;
}

.contact-card .icon svg {
    width: 27px;
    height: 27px;
}

.contact-card small {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -.01em;
    text-align: center;
}

.contact-card strong,
.contact-card strong a {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: clamp(.88rem, .95vw, 1.1rem);
    line-height: 1.45;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    margin: 0 auto;
    padding: 0 4px;
    box-sizing: border-box;
}

.contact-card strong a:hover {
    color: #fff;
    opacity: .92;
}

.contact-form-shell {
    background: color-mix(in srgb, var(--primary-color) 2%, white 98%);
    border: 1px solid color-mix(in srgb, var(--primary-color) 12%, #e5e7eb 88%);
    border-radius: 36px;
    padding: 42px 40px 38px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .05);
}

.contact-submit-btn {
    min-width: 0;
    background: #f97316 !important;
    color: #fff !important;
    border: 1px solid #ea580c !important;
    box-shadow: none !important;
}

.contact-submit-btn:hover {
    background: #ea580c !important;
    color: #fff !important;
    border-color: #c2410c !important;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.line-field label {
    display: block;
    color: #909090;
    font-size: 1.02rem;
    margin-bottom: 12px;
}

.line-field input,
.line-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #d8d1c8;
    padding: 0 0 12px 0;
    font-size: 1.02rem;
    color: #374151;
    outline: none;
    border-radius: 0;
}

.line-field input:focus,
.line-field textarea:focus {
    border-color: var(--primary-color);
}

.line-field textarea {
    min-height: 118px;
    resize: vertical;
}

@media (max-width:1280px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
        justify-content: center;
    }

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

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

    .hero-title {
        font-size: clamp(2rem, 4vw, 3.9rem);
    }
}

@media (max-width:1100px) {
    .hero-inner {
        grid-template-columns: 1fr;
        align-items: end;
    }

    .hero-panel {
        max-width: 540px;
    }

    .hero-chip-row {
        grid-template-columns: 1fr;
        max-width: 540px;
    }

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

    .hero-title {
        white-space: normal;
    }

    .hero-text {
        line-clamp: 3;
        -webkit-line-clamp: 3;
        min-height: auto;
    }
}

@media (max-width:900px) {

    .services-grid,
    .projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

@media (max-width:640px) {
    .hero-shell {
        min-height: 700px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-content {
        padding-right: 0;
    }

    .hero-panel {
        padding: 22px;
    }

    .hero-panel h3 {
        font-size: 1.85rem;
    }

    .hero-arrow {
        width: 48px;
        height: 48px;
    }

    .hero-arrow.left {
        left: 16px;
    }

    .hero-arrow.right {
        right: 16px;
    }

    .services-grid,
    .projects-grid {
        grid-template-columns: 1fr;
    }

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

    .cta-banner,
    .contact-form-shell,
    .contact-card {
        padding: 24px;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .section-heading {
        font-size: 2rem;
    }

    .contact-card strong,
    .contact-card strong a,
    .hero-mini-field strong,
    .hero-mini-field strong a {
        font-size: .92rem;
    }

    .hero-panel .header-btn {
        white-space: normal;
    }
}