/* Visual design, responsive layout and components for vasistroy.site. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root { --ink: #1d2428; --ink-soft: #293337; --cream: #f5f1e9; --paper: #fffdfa; --copper: #c77732; --copper-light: #e8ae78; --line: #d9d1c3; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.05; }
h1 { font-size: clamp(3rem, 6.3vw, 6.7rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.2rem, 4vw, 4.3rem); letter-spacing: -.04em; }
.eyebrow { margin-bottom: 1rem; color: var(--copper); font-size: .74rem; font-weight: 700; letter-spacing: .16em; }
.site-header { width: 100%; background: var(--ink); color: #fff; }
.header-inner { width: min(1320px, calc(100% - 48px)); min-height: 84px; margin: 0 auto; display: flex; align-items: center; gap: 2.2rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-size: 1.1rem; letter-spacing: .12em; line-height: 1; white-space: nowrap; }
.brand strong { color: var(--copper-light); }
.brand small { display: block; margin-top: .35rem; color: #b9c0bd; font-size: .51rem; font-weight: 600; letter-spacing: .17em; }
.brand-mark { color: var(--copper); font-size: 2.35rem; line-height: .6; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; margin-left: auto; font-size: .88rem; font-weight: 600; }
.main-nav a { padding: .35rem 0; border-bottom: 1px solid transparent; }
.main-nav a:hover, .main-nav a.active { border-color: var(--copper); color: var(--copper-light); }
.header-phone { padding: .68rem 1rem; border: 1px solid rgba(255,255,255,.25); font-size: .88rem; font-weight: 700; }
.menu-toggle { display: none; color: #fff; background: transparent; border: 0; font-size: 1.6rem; }
.hero { width: 100%; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); overflow: hidden; background: var(--ink); color: #fff; }
.hero-content { align-self: center; max-width: 720px; margin: 0 8vw 0 auto; padding: 7rem 1rem 7rem 2rem; }
.hero h1 { margin-bottom: 1.5rem; }
.hero h1 em { color: var(--copper-light); }
.hero-text { max-width: 520px; color: #d6d9d7; font-size: 1.15rem; }
.hero-image { min-height: 500px; position: relative; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 25%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.25rem; font-weight: 700; transition: .2s ease; }
.button-copper { background: var(--copper); color: #fff; } .button-copper:hover { background: #aa5e21; }
.button-outline { border: 1px solid rgba(255,255,255,.4); color: #fff; } .button-outline:hover { border-color: var(--copper-light); color: var(--copper-light); }
.button-light { background: var(--paper); color: var(--ink); }
.proof-strip { width: 100%; padding: 2rem max(24px, calc((100% - 1260px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; background: var(--copper); color: #fff; }
.proof-strip div { display: grid; gap: .2rem; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.45); } .proof-strip b { font-size: 1.05rem; } .proof-strip span { font-size: .85rem; opacity: .9; }
.section { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 7rem 0; }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; } .intro-copy { max-width: 470px; font-size: 1.1rem; }
.text-link { color: var(--copper); font-size: .9rem; font-weight: 700; }
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; padding-top: 0; }
.service-card { min-height: 325px; position: relative; overflow: hidden; background: var(--ink); color: #fff; } .service-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .4s; } .service-card:hover img { transform: scale(1.04); }
.service-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19,27,29,.94) 0%, rgba(20,27,30,.06) 75%); } .service-card div { position: absolute; z-index: 1; bottom: 0; padding: 2.2rem; } .service-card span { color: var(--copper-light); font-weight: 700; } .service-card h3 { margin: .3rem 0 .6rem; font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; line-height: 1.1; } .service-card p { margin: 0; color: #e0e2df; font-size: .9rem; }
.process { width: 100%; padding: 6.5rem max(24px, calc((100% - 1260px) / 2)); background: var(--cream); display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; } .process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; list-style: none; } .process li { border-top: 1px solid var(--copper); padding-top: 1rem; } .process li b { color: var(--copper); } .process h3 { margin: 1rem 0 .5rem; font-size: 1rem; } .process li p { font-size: .87rem; }
.gallery-preview { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; } .preview-grid { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 1.2rem; } .preview-grid img { width: 100%; height: 340px; object-fit: cover; } .preview-grid img:nth-child(2) { transform: translateY(2rem); }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; } .faq-list details { border-top: 1px solid var(--line); padding: 1.15rem 0; } .faq-list details:last-child { border-bottom: 1px solid var(--line); } .faq-list summary { cursor: pointer; font-size: 1.02rem; font-weight: 700; } .faq-list p { margin: 1rem 1.5rem .2rem 0; color: #576164; font-size: .9rem; }
.cta { width: 100%; padding: 5.5rem max(24px, calc((100% - 1260px) / 2)); display: flex; justify-content: space-between; align-items: end; gap: 2rem; background: var(--copper); color: #fff; } .cta .eyebrow { color: #ffe1c3; } .cta h2 { margin: 0; }
.site-footer { width: 100%; background: var(--ink); color: #fff; } .footer-inner { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 4rem 0; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 3rem; } .footer-inner p { color: #b9c0bd; max-width: 290px; font-size: .9rem; } .footer-inner h3 { color: var(--copper-light); font-size: .78rem; letter-spacing: .13em; } .footer-inner a:not(.brand) { display: block; width: fit-content; margin: .4rem 0; color: #dfe3df; font-size: .9rem; } .footer-bottom { padding: 1.2rem 24px; border-top: 1px solid #3d4849; color: #a7afac; text-align: center; font-size: .76rem; }
.call-button { position: fixed; z-index: 5; right: 22px; bottom: 22px; display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-radius: 99px; box-shadow: 0 8px 24px rgba(0,0,0,.25); background: var(--copper); color: #fff; font-weight: 700; }
.page-hero { width: 100%; min-height: 470px; padding: 7rem max(24px, calc((100% - 1260px) / 2)); background: var(--ink); color: #fff; } .page-hero p:last-child { max-width: 610px; color: #cbd2ce; font-size: 1.1rem; } .page-hero.compact { min-height: 330px; padding-bottom: 4rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; } .about-grid img { width: 100%; min-height: 480px; object-fit: cover; } .about-grid p { color: #536064; }
.values { width: 100%; padding: 5rem max(24px, calc((100% - 1260px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; background: var(--cream); } .values article { padding: 1.5rem 1.5rem 0; border-top: 2px solid var(--copper); } .values b { color: var(--copper); } .values h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.65rem; } .values p { color: #536064; font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; } .gallery-item { position: relative; overflow: hidden; min-height: 260px; background: var(--ink); } .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; } .gallery-item:hover img { transform: scale(1.05); } .gallery-item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem 1rem .9rem; background: linear-gradient(transparent, rgba(0,0,0,.75)); color: #fff; font-size: .84rem; }
.lightbox { display: none; position: fixed; z-index: 10; inset: 0; padding: 3rem; align-items: center; justify-content: center; background: rgba(10,14,15,.92); } .lightbox.is-open { display: flex; } .lightbox img { max-width: min(1100px, 100%); max-height: 90vh; } .lightbox button { position: absolute; top: 1.5rem; right: 2rem; color: #fff; background: transparent; border: 0; font-size: 3rem; cursor: pointer; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: start; } .contact-layout p { color: #536064; } .contact-phone { display: inline-block; margin: 1.5rem 0; color: var(--copper); font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; font-weight: 700; } .muted { font-size: .85rem; } .contact-form { padding: 2rem; background: var(--cream); } .contact-form label { display: block; margin-bottom: 1rem; font-size: .8rem; font-weight: 700; } .contact-form input, .contact-form textarea { width: 100%; margin-top: .4rem; padding: .85rem; border: 1px solid var(--line); background: #fff; font: inherit; } .contact-form small { display: block; margin-top: 1rem; color: #697476; }
@media (max-width: 800px) { .header-inner { width: calc(100% - 32px); min-height: 72px; } .header-phone { display: none; } .menu-toggle { display: block; margin-left: auto; } .main-nav { display: none; position: absolute; z-index: 3; top: 72px; left: 0; right: 0; margin: 0; padding: 1rem 24px 1.5rem; background: var(--ink); } .main-nav.is-open { display: grid; gap: 1rem; } .hero { grid-template-columns: 1fr; } .hero-content { margin: 0; padding: 5rem 24px 3rem; } .hero-image { min-height: 310px; } .hero-image::after { background: linear-gradient(0deg, var(--ink), transparent 55%); } .proof-strip, .services, .process, .faq, .about-grid, .contact-layout { grid-template-columns: 1fr; } .proof-strip { gap: 1rem; } .section { width: calc(100% - 32px); padding: 4.5rem 0; } .intro { grid-template-columns: 1fr; gap: 1rem; } .process { padding: 4.5rem 24px; } .process ol { grid-template-columns: repeat(2, 1fr); } .preview-grid { grid-template-columns: 1fr; } .preview-grid img, .preview-grid img:nth-child(2) { height: 250px; transform: none; } .cta { padding: 4rem 24px; display: grid; } .footer-inner { width: calc(100% - 48px); grid-template-columns: 1fr; gap: 1.5rem; } .page-hero { padding: 5rem 24px; } .values { padding: 4rem 24px; grid-template-columns: 1fr; } .gallery-grid { grid-template-columns: 1fr; } .gallery-item { min-height: 280px; } .contact-layout { gap: 3rem; } }
