@font-face{font-family:'Geist';font-style:normal;font-weight:400 600;font-display:swap;src:url('../fonts/geist-cyrillic-ext.woff2') format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}
@font-face{font-family:'Geist';font-style:normal;font-weight:400 600;font-display:swap;src:url('../fonts/geist-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
@font-face{font-family:'Geist';font-style:normal;font-weight:400 600;font-display:swap;src:url('../fonts/geist-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Geist';font-style:normal;font-weight:400 600;font-display:swap;src:url('../fonts/geist-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Geist';font-style:normal;font-weight:400 600;font-display:swap;src:url('../fonts/geist-vietnamese.woff2') format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}
@font-face{font-family:'Newsreader';font-style:normal;font-weight:400 500;font-display:swap;src:url('../fonts/newsreader-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Newsreader';font-style:normal;font-weight:400 500;font-display:swap;src:url('../fonts/newsreader-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Newsreader';font-style:normal;font-weight:400 500;font-display:swap;src:url('../fonts/newsreader-vietnamese.woff2') format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}
/* Base */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f6f5f1;color:#1c1d1a;font-family:'Geist',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#1c1d1a;text-decoration:none}
a:hover{color:#3f5a45}
a:focus-visible{outline:2px solid #3f5a45;outline-offset:3px;border-radius:4px}
.serif{font-family:'Newsreader',Georgia,serif;font-weight:400}
.wrap{max-width:1160px;margin:0 auto;padding-left:28px;padding-right:28px}
.muted{color:#6b6c66}

/* Header */
.site-header{position:sticky;top:0;z-index:10;background:rgba(246,245,241,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e3e1da}
.site-header .wrap{padding-top:16px;padding-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.brand{display:flex;align-items:baseline;gap:10px}
.brand .name{font-size:22px;letter-spacing:-.01em}
.brand .tag{font-size:11px;letter-spacing:.14em;color:#6b6c66}
.nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.nav a{font-size:14px;padding:9px 14px;border-radius:999px}
.nav a:hover{background:#ebe9e2;color:#1c1d1a}

/* Buttons */
.btn{display:inline-block;font-weight:500;border-radius:999px;background:#1c1d1a;color:#f6f5f1;transition:background .15s}
.btn:hover{background:#3f5a45;color:#f6f5f1}
.nav a.btn{padding:9px 18px}
.nav a.btn:hover{background:#3f5a45;color:#f6f5f1}
.btn-lg{font-size:15px;padding:13px 22px}
.btn-outline{display:inline-block;font-size:15px;font-weight:500;padding:13px 22px;border-radius:999px;border:1px solid #1c1d1a;transition:background .15s}
.btn-outline:hover{background:#1c1d1a;color:#f6f5f1}

/* Hero */
.hero{padding:96px 0 56px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:40px;align-items:end}
.hero h1{margin:0;font-size:clamp(48px,8vw,96px);line-height:.95;letter-spacing:-.03em}
.hero-copy{display:flex;flex-direction:column;gap:24px;max-width:420px}
.hero-copy p{margin:0;font-size:17px;line-height:1.55;color:#4a4b46;text-wrap:pretty}
.hero-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.text-link{font-size:15px;border-bottom:1px solid #1c1d1a;padding-bottom:2px}

.photo{margin:0}
.photo img{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:6px;background:#e3e1da}
.photo figcaption{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:12px;font-size:13px;color:#6b6c66}
.photo figcaption a{color:#6b6c66}
.photo figcaption a:hover{color:#1c1d1a}

/* Services */
.services{padding:112px 0 0;display:flex;flex-wrap:wrap;gap:40px 64px}
.services-intro{flex:1 1 280px}
.services-intro h2{margin:0;font-size:40px;letter-spacing:-.02em;line-height:1.05}
.services-intro p{margin:14px 0 0;font-size:15px;line-height:1.55;color:#6b6c66;max-width:300px}
.services-list{flex:2 1 520px;min-width:0;display:flex;flex-direction:column;gap:48px}
.group-label{margin:0 0 8px;font-size:12px;letter-spacing:.14em;color:#6b6c66}
.rows{border-top:1px solid #1c1d1a}
.row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) 24px;gap:16px;align-items:baseline;padding:22px 4px;border-bottom:1px solid #e3e1da;transition:background .15s}
.row:hover{background:#efede7;color:#1c1d1a}
.row .t{font-size:18px;font-weight:500}
.row .d{font-size:15px;color:#6b6c66}
.row .i{text-align:right}

/* Contact + footer */
.contact{margin:128px 0 0;padding:56px 0;border-top:1px solid #e3e1da;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.contact h2{margin:0;font-size:clamp(28px,4vw,40px);letter-spacing:-.02em;line-height:1.1;max-width:560px;text-wrap:pretty}
.site-footer{border-top:1px solid #e3e1da}
.site-footer .wrap{padding-top:24px;padding-bottom:24px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px;color:#6b6c66}

/* Phone */
@media (max-width:600px){
  .wrap{padding-left:16px;padding-right:16px}
  .hero{padding:56px 0 40px}
  .photo img{aspect-ratio:4/3}
  .services{padding-top:72px}
  .services-list{flex-basis:100%}
  .row{grid-template-columns:minmax(0,1fr) 24px;row-gap:4px}
  .row .d{grid-column:1;grid-row:2}
  .row .i{grid-column:2;grid-row:1}
  .contact{margin-top:80px}
}
