:root {
    --brown: #72655a;
    --dark: #2c2724;
    --muted: #665f58;
    --cream: #faf9f8;
    --line: rgba(114, 101, 90, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-family: Montserrat, sans-serif; line-height: 1.7; color: var(--dark); background: linear-gradient(180deg, #fbfaf8, #f5f0eb); overflow-x: hidden; }
a { color: inherit; }
.container { width: min(1120px, 100%); margin: auto; padding-inline: 24px; }
.narrow { width: min(900px, 100%); }
.skip { position: absolute; left: 16px; top: -80px; padding: 12px 16px; background: var(--dark); color: white; z-index: 2000; }
.skip:focus { top: 12px; }

header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--line); background: rgba(250, 249, 248, 0.9); backdrop-filter: blur(18px); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 15px; }
.brand span { display: grid; }
.brand strong { text-transform: uppercase; letter-spacing: 0.1em; color: var(--brown); }
.brand small { text-transform: uppercase; letter-spacing: 0.09em; color: var(--muted); }
.primary-nav { display: flex; gap: 20px; align-items: center; }
.primary-nav a,
footer nav a { text-decoration: none; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--brown); cursor: pointer; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: calc(100% + 10px); display: grid; min-width: 230px; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 18px 48px rgba(44, 39, 36, 0.16); }
.mobile-nav nav a { min-height: 44px; padding: 0 12px; display: flex; align-items: center; border-radius: 12px; text-decoration: none; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; }
.mobile-nav nav a:hover { background: rgba(114, 101, 90, 0.07); }

.hero { padding: 92px 0 72px; background: radial-gradient(circle at 88% 0, rgba(230, 224, 220, 0.95), transparent 38%); }
.eyebrow,
.tag { display: inline-flex; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--brown); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 22px 0 0; color: var(--brown); font-size: clamp(2.45rem, 6vw, 4.7rem); line-height: 1.08; letter-spacing: -0.045em; }
.lead { max-width: 800px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); align-items: center; gap: 64px; }
.hero-home h1 { font-size: clamp(2.35rem, 5vw, 4.3rem); }
.hero-photo { position: relative; padding: 14px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 255, 255, 0.78); box-shadow: 0 30px 70px -30px rgba(44, 39, 36, 0.42); }
.hero-photo img { display: block; width: 100%; border-radius: 20px; }
.hero-photo span { position: absolute; left: -18px; bottom: 24px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.94); color: var(--brown); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; box-shadow: 0 12px 34px rgba(44, 39, 36, 0.15); }

.content-section { padding: 78px 0; }
.surface { background: rgba(255, 255, 255, 0.55); border-block: 1px solid rgba(114, 101, 90, 0.07); }
h2,
h3 { color: var(--brown); line-height: 1.16; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 24px; }
h3 { font-size: 1.2rem; margin: 10px 0 12px; }
.content-section p { color: var(--muted); font-size: 1.02rem; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.cards article { min-width: 0; padding: 28px 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, 0.82); box-shadow: 0 14px 46px -24px rgba(44, 39, 36, 0.28); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 14px; padding: 0 22px; border: 1px solid var(--brown); border-radius: 999px; background: var(--brown); color: #fff; text-decoration: none; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.button.secondary { background: transparent; color: var(--brown); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--brown); font-weight: 700; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 42px; border-radius: 30px; background: linear-gradient(135deg, #2d2824, #171412); color: #fff; }
.cta h2 { margin: 0; color: #fff; }
.cta p { margin: 10px 0 0; color: rgba(255, 255, 255, 0.72); }
.button.light { flex: 0 0 auto; background: #fff; border-color: #fff; color: var(--dark); }

footer { padding: 58px 0; background: #2c2724; color: white; text-align: center; }
footer p { color: rgba(255, 255, 255, 0.65); }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 22px; margin-top: 22px; }
footer nav a { color: rgba(255, 255, 255, 0.78); }

@media (max-width: 900px) {
    .primary-nav { display: none; }
    .mobile-nav { display: block; }
    .hero-grid { grid-template-columns: 1fr; gap: 42px; }
    .hero-photo { width: min(100%, 390px); margin: auto; }
    .cards { grid-template-columns: 1fr; }
    .cta { align-items: flex-start; flex-direction: column; }
    .button.light { width: 100%; }
}

@media (max-width: 600px) {
    .container { padding-inline: 16px; }
    .nav { min-height: 72px; }
    .brand img { width: 44px; height: 44px; }
    .brand small { display: none; }
    .hero { padding: 56px 0 46px; }
    .hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero-photo span { left: 8px; right: 8px; bottom: 8px; text-align: center; }
    .content-section { padding: 54px 0; }
    .cards article { padding: 24px 20px; }
    .cta { padding: 28px 20px; }
    .button { width: 100%; }
}
