* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, serif;
    background: var(--color-bg);
    color: var(--color-text);
}

.site-body {
    min-height: 100vh;
}

.site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1 0 auto;
}

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

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

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

.site-header {
    padding: 18px 0;
    border-bottom: 1px solid var(--color-border);
    background: rgba(255, 250, 245, 0.94);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    font-size: 24px;
    letter-spacing: 0.16em;
}

.logo-link {
    text-decoration: none;
}

.site-nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.site-nav a {
    text-decoration: none;
    font-size: 15px;
}

.site-footer {
    border-top: 1px solid var(--color-border);
    padding: 42px 0 50px;
    background: var(--color-surface);
    margin-top: 24px;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 28px;
}

.footer-brand {
    font-size: 22px;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
}

.footer-title {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 700;
}

.footer-text {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.7;
}

.footer-nav {
    display: grid;
    gap: 10px;
}

.footer-nav a {
    text-decoration: none;
}

.hero {
    padding: 80px 0 40px;
}

.hero-editorial {
    padding: 36px 0 18px;
}

.hero-editorial-grid {
    display: grid;
    grid-template-columns: 1fr 0.78fr;
    gap: 34px;
    align-items: center;
}

.hero-editorial-content {
    display: grid;
    gap: 18px;
}

.hero-kicker {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-text-muted);
}

.hero-editorial h1 {
    margin: 0;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.04;
    font-weight: 500;
    max-width: 760px;
}

.hero-editorial p {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    color: var(--color-text-muted);
}

.hero-editorial-visual {
    min-width: 0;
}

.hero-main-image {
    border-radius: 22px;
    overflow: hidden;
    background: #efe7de;
    border: 1px solid var(--color-border);
    box-shadow: 0 20px 60px rgba(31, 22, 18, 0.08);
    max-width: 420px;
    margin-left: auto;
}

.hero-main-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.hero-actions {
    margin-top: 8px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.site-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--color-accent);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--color-accent);
    cursor: pointer;
}

.site-btn:hover {
    background: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
}

.site-btn-light {
    background: transparent;
    color: var(--color-text);
    border: 1px solid var(--color-border);
}

.site-btn-light:hover {
    background: var(--color-surface);
    color: var(--color-text);
}

.site-link {
    text-decoration: none;
    color: var(--color-accent);
}

.catalog-preview,
.page-section {
    padding: 32px 0 60px;
}

.page-section-topless {
    padding-top: 0;
}

.catalog-hero,
.product-hero {
    padding: 26px 0 10px;
}

.catalog-hero-inner {
    max-width: 680px;
    display: grid;
    gap: 12px;
}

.catalog-hero-inner h1 {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.05;
    font-weight: 500;
}

.catalog-hero-inner p {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.8;
    font-size: 16px;
}

.product-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--color-text-muted);
    font-size: 14px;
}

.product-breadcrumbs a {
    text-decoration: none;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.section-head h1,
.section-head h2 {
    margin: 0;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 500;
}

.section-subtitle {
    margin: 0;
    color: var(--color-text-muted);
}

.catalog-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.catalog-filter-link {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    text-decoration: none;
    background: var(--color-surface);
}

.catalog-filter-link.is-active,
.catalog-filter-link:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
}

.lookbook-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    gap: 18px;
}

.lookbook-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: 0 12px 34px rgba(31, 22, 18, 0.05);
    height: 260px;
}

.lookbook-card-large {
    height: 420px;
}

.lookbook-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.brand-gallery-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: 0 12px 34px rgba(31, 22, 18, 0.05);
}

.brand-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-gallery-card:nth-child(1) {
    grid-column: span 4;
    height: 180px;
}

.brand-gallery-card:nth-child(2) {
    grid-column: span 4;
    height: 180px;
}

.brand-gallery-card:nth-child(3) {
    grid-column: span 4;
    height: 180px;
}

.brand-gallery-card:nth-child(4) {
    grid-column: span 6;
    height: 230px;
}

.brand-gallery-card:nth-child(5) {
    grid-column: span 6;
    height: 230px;
}

.tailoring-section {
    padding-top: 10px;
}

.tailoring-grid,
.brand-story-grid,
.product-story-grid {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 24px;
    align-items: center;
}

.tailoring-image,
.brand-story-image,
.product-story-image {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    max-width: 360px;
}

.tailoring-image img,
.brand-story-image img,
.product-story-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.tailoring-content,
.brand-story-text,
.product-story-text {
    display: grid;
    gap: 16px;
}

.tailoring-content h2,
.brand-story-text h2,
.product-story-text h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.08;
    font-weight: 500;
    max-width: 720px;
}

.tailoring-content p,
.brand-story-text p,
.product-story-text p {
    margin: 0;
    line-height: 1.8;
    color: var(--color-text-muted);
    font-size: 16px;
    max-width: 700px;
}

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

.tailoring-point {
    padding: 20px;
    border-radius: 18px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
}

.tailoring-point h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.tailoring-point p {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.7;
}

.brand-cta-section {
    padding-top: 0;
}

.brand-cta-card {
    padding: 28px;
    border-radius: 24px;
    border: 1px solid var(--color-border);
    background: linear-gradient(180deg, #fffaf5 0%, #f7efe7 100%);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.brand-cta-text {
    max-width: 720px;
    display: grid;
    gap: 12px;
}

.brand-cta-text h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.08;
    font-weight: 500;
}

.brand-cta-text p {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.8;
    font-size: 16px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.contact-card {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    display: grid;
    gap: 16px;
}

.contact-card h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
}

.contact-card p {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.8;
}

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

.contact-item {
    display: grid;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(220, 203, 187, 0.6);
}

.contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-item span {
    color: var(--color-text-muted);
    font-size: 14px;
}

.request-form-wrap {
    max-width: 900px;
}

.request-form {
    display: grid;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field label {
    font-size: 14px;
}

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

.request-note {
    color: var(--color-text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.product-grid {
    display: grid;
    gap: 20px;
}

.product-grid-premium {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

.catalog-preview .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

.product-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(31, 22, 18, 0.04);
    max-width: 100%;
}

.product-card-premium {
    box-shadow: 0 16px 36px rgba(31, 22, 18, 0.05);
}

.product-card-image {
    display: block;
    background: #efe7de;
}

.catalog-preview .product-card-image,
.product-card-image-premium {
    aspect-ratio: 4 / 4.2;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-empty {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: grid;
    place-items: center;
    color: var(--color-text-muted);
    background: #efe7de;
}

.product-card-body {
    padding: 16px;
}

.product-card-category {
    font-size: 12px;
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.product-card-category a {
    text-decoration: none;
}

.product-card h3,
.product-single h1 {
    margin: 0 0 10px;
    font-weight: 500;
}

.product-card h3 {
    font-size: 24px;
    line-height: 1.18;
}

.product-card h3 a {
    text-decoration: none;
}

.product-card-price,
.product-single-price {
    font-size: 19px;
    font-weight: 700;
}

.product-card-link-row {
    margin-top: 14px;
}

.product-card-link {
    text-decoration: none;
    color: var(--color-accent);
    font-size: 14px;
}

.product-single {
    display: grid;
    grid-template-columns: minmax(280px, 360px) 1fr;
    gap: 26px;
    align-items: start;
}

.product-single-premium {
    gap: 28px;
}

.product-single-image {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 22px;
    overflow: hidden;
    max-width: 360px;
}

.product-single-image-premium {
    box-shadow: 0 18px 44px rgba(31, 22, 18, 0.06);
}

.product-single-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}

.product-single-content {
    display: grid;
    gap: 14px;
}

.product-single-content-premium {
    gap: 16px;
}

.product-single-description {
    line-height: 1.8;
    color: var(--color-text-muted);
    font-size: 16px;
    max-width: 640px;
}

.product-meta-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: var(--color-surface);
    max-width: 380px;
}

.product-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(220, 203, 187, 0.6);
    padding-bottom: 10px;
}

.product-meta-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-meta-row span {
    color: var(--color-text-muted);
}

@media (max-width: 1100px) {
    .product-grid-premium,
    .catalog-preview .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .lookbook-card-large {
        grid-column: span 2;
    }
}

@media (max-width: 980px) {
    .hero-editorial-grid,
    .tailoring-grid,
    .brand-story-grid,
    .product-story-grid,
    .product-single,
    .contact-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .hero-main-image,
    .tailoring-image,
    .brand-story-image,
    .product-story-image,
    .product-single-image {
        max-width: 100%;
        margin-left: 0;
    }

    .hero-main-image img,
    .tailoring-image img,
    .brand-story-image img,
    .product-story-image img,
    .product-single-image img {
        height: auto;
        max-height: 520px;
    }

    .brand-gallery-card:nth-child(1),
    .brand-gallery-card:nth-child(2),
    .brand-gallery-card:nth-child(3),
    .brand-gallery-card:nth-child(4),
    .brand-gallery-card:nth-child(5) {
        grid-column: span 12;
        height: auto;
    }

    .site-footer-grid,
    .tailoring-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .site-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-editorial {
        padding-top: 28px;
    }

    .container {
        width: min(1240px, calc(100% - 20px));
    }

    .product-grid-premium,
    .catalog-preview .product-grid,
    .lookbook-grid {
        grid-template-columns: 1fr;
    }

    .lookbook-card-large {
        grid-column: auto;
    }
}

.form-error-message {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #e4bcbc;
    background: #f8e2e2;
    color: #7b2d2d;
}

.request-view-grid {
    display: grid;
    gap: 12px;
}

.request-form-secondary {
    margin-top: 20px;
}

.form-success-message {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #b9d9bf;
    background: #e7f5ea;
    color: #245a2d;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}