:root { --maroon: #681f2b; --deep-maroon: #42151e; --wine: #8f3946; --tan: #ede2d2; --paper: #f8f5ef; --ink: #2e2927; --muted: #7b716b; --line: #d8ccbd; --serif: 'Playfair Display', Georgia, serif; --sans: 'DM Sans', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.site-header { background: var(--paper); border-bottom: 1px solid rgba(104,31,43,.12); }
.header-container { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo img { display: block; width: 173px; height: auto; }
.header-right, nav ul { display: flex; align-items: center; gap: 38px; }
nav ul { list-style: none; padding: 0; margin: 0; gap: 29px; font-size: 13px; font-weight: 600; }
nav a { transition: color .2s ease; } nav a:hover { color: var(--wine); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 700; font-size: 12px; letter-spacing: .02em; transition: transform .2s ease, background .2s ease; }
.header-cta { color: var(--paper); background: var(--maroon); padding: 13px 18px; } .header-cta:hover, .button:hover { transform: translateY(-2px); }
.header-cta span, .button span { font-size: 17px; font-weight: 400; line-height: 0; }
.hero { background: var(--tan); overflow: hidden; }
.hero-grid { min-height: 608px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 65px; }
.eyebrow { color: var(--wine); text-transform: uppercase; font-weight: 700; font-size: 10px; letter-spacing: .2em; margin: 0 0 22px; } .eyebrow span { display: inline-block; width: 28px; height: 1px; background: var(--wine); vertical-align: middle; margin: 0 12px 3px 0; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-family: var(--serif); font-weight: 700; line-height: 1.05; letter-spacing: -.035em; } h1 { font-size: clamp(47px, 6vw, 76px); margin-bottom: 25px; color: var(--deep-maroon); } h2 { font-size: clamp(37px, 4vw, 57px); color: var(--deep-maroon); } em { color: var(--wine); font-style: normal; }
.hero-intro { max-width: 425px; color: #665c55; line-height: 1.75; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; } .button { border: 0; cursor: pointer; padding: 16px 20px; } .button-primary { color: white; background: var(--maroon); } .phone-link { font-size: 12px; font-weight: 700; color: var(--maroon); } .phone-icon { display: inline-flex; width: 25px; height: 25px; border: 1px solid var(--maroon); align-items: center; justify-content: center; border-radius: 50%; margin-right: 7px; font-size: 17px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 54px; } .hero-proof p { font-size: 11px; line-height: 1.4; margin: 0; color: var(--maroon); } .hero-proof p span { color: #83766d; } .avatar-stack { display: flex; } .avatar-stack span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--wine); border: 2px solid var(--tan); color: white; font-size: 8px; margin-left: -7px; } .avatar-stack span:first-child { margin-left: 0; background: #c38c68; }
.hero-visual { min-height: 430px; position: relative; display: flex; align-items: center; justify-content: center; } .window-frame { position: relative; width: min(430px, 100%); aspect-ratio: .84; border: 12px solid var(--deep-maroon); background: #b0c0bb; box-shadow: 22px 25px 0 rgba(104,31,43,.12); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 10px; overflow: hidden; }
.window-pane { background: linear-gradient(130deg, rgba(249,248,237,.95), rgba(132,173,174,.64) 47%, rgba(238,225,185,.9)); position: relative; overflow: hidden; } .window-pane:after { content: ''; position: absolute; width: 180%; height: 70px; background: rgba(255,255,255,.33); transform: rotate(-43deg); top: 45%; left: -50%; } .pane-one { background: linear-gradient(140deg, #dce5df, #87abad 47%, #f3dfb5); } .pane-three { background: linear-gradient(140deg, #b9d0ce, #e4e4cc 50%, #8da9a6); } .pane-one span { color: rgba(66,21,30,.56); font-family: var(--serif); font-size: 21px; letter-spacing: .1em; transform: rotate(-90deg); position: absolute; right: -22px; top: 70px; z-index: 1; }
.shine { position: absolute; top: -12%; right: 11%; width: 20px; height: 125%; background: rgba(255,255,255,.4); transform: rotate(25deg); } .visual-note { position: absolute; right: -15px; bottom: 17px; display: flex; gap: 11px; align-items: center; background: var(--paper); padding: 15px 20px 15px 15px; box-shadow: 0 11px 28px rgba(66,21,30,.12); font-size: 10px; line-height: 1.35; color: #756962; } .visual-note strong { color: var(--maroon); } .note-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--paper); background: var(--maroon); font-size: 18px; }
.trust-bar { background: var(--deep-maroon); color: #f0dfcc; } .trust-items { min-height: 73px; display: flex; align-items: center; justify-content: space-between; gap: 18px; } .trust-items p { margin: 0; text-transform: uppercase; font-size: 9px; letter-spacing: .11em; font-weight: 600; } .trust-items p span { color: #c99478; margin-right: 9px; } .trust-items i { height: 15px; width: 1px; background: rgba(255,255,255,.2); }
.section { padding: 112px 0; } .section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 56px; } .section-heading h2 { margin: 0; } .section-heading > p { max-width: 305px; color: var(--muted); font-size: 13px; line-height: 1.75; margin: 0 0 5px; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); } .service-item { background: var(--paper); min-height: 292px; padding: 28px 30px; position: relative; } .service-item.featured { background: var(--maroon); color: #faefe2; } .service-number { font-size: 10px; letter-spacing: .12em; color: var(--wine); } .featured .service-number { color: #dba68d; } .service-icon { font-size: 29px; color: var(--wine); margin: 28px 0 15px; } .featured .service-icon { color: #e3b294; } .service-item h3 { font-family: var(--serif); font-size: 25px; margin-bottom: 8px; } .service-item p { max-width: 240px; color: var(--muted); font-size: 12px; line-height: 1.7; } .featured p { color: #ddc7b7; } .service-item > a { position: absolute; bottom: 25px; right: 30px; color: var(--wine); font-size: 23px; } .featured > a { color: #f1c6a7; }
.about-section { padding: 92px 0; background: var(--tan); } .about-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 55px; } .about-mark { width: 124px; height: 124px; border: 1px solid var(--wine); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); color: var(--maroon); font-size: 70px; position: relative; } .about-mark span { font-family: var(--sans); font-size: 16px; position: absolute; right: 15px; top: 16px; } .about-grid h2 { margin: 0; } .about-copy { color: #72665e; font-size: 13px; line-height: 1.75; } .about-copy p { margin-bottom: 16px; } .text-link { display: inline-block; margin-top: 8px; color: var(--maroon); font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--wine); padding-bottom: 4px; } .text-link span { font-size: 15px; margin-left: 10px; }
.testimonials-section { background: var(--paper); } .section-heading.compact { align-items: start; } .section-heading.compact .eyebrow { margin-bottom: 15px; } .quote-mark { color: var(--wine); font-family: var(--serif); font-size: 90px; line-height: .65; } .testimonial-list { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; } .testimonial-item { margin: 0; border-top: 1px solid var(--line); padding-top: 24px; } blockquote { font-family: var(--serif); color: var(--deep-maroon); font-size: 20px; line-height: 1.45; margin: 0 0 24px; } figcaption { display: flex; flex-direction: column; font-size: 11px; color: var(--maroon); } figcaption span { color: var(--muted); margin-top: 3px; }
.contact-section { background: var(--maroon); color: #f9ece0; padding: 100px 0; } .contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 120px; } .contact-section h2 { color: #fff8f0; margin-bottom: 24px; } .contact-section em { color: #e2b095; } .contact-intro { color: #dec5b5; max-width: 360px; font-size: 13px; line-height: 1.75; } .contact-details { display: flex; flex-direction: column; gap: 6px; margin-top: 38px; font-size: 12px; color: #f2dbca; } .contact-details a { font-size: 17px; color: #fff8f0; } .contact-details span { margin-top: 8px; color: #c7a99a; } form { display: flex; flex-direction: column; gap: 8px; } form label { color: #e3c6b5; font-size: 10px; margin-top: 8px; } form input, form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); background: transparent; padding: 8px 0 11px; font-family: var(--sans); color: white; font-size: 13px; outline: none; } form input:focus, form textarea:focus { border-color: #e9b79a; } form input::placeholder, form textarea::placeholder { color: #caaea0; } form textarea { resize: vertical; min-height: 73px; } .button-light { align-self: flex-start; margin-top: 22px; color: var(--maroon); background: #f8e8d7; } .button:disabled { cursor: wait; opacity: .72; transform: none; } .form-field-hidden { position: absolute; left: -100vw; height: 1px; overflow: hidden; } .form-status { min-height: 20px; margin: 10px 0 0; color: #f8e8d7; font-size: 12px; line-height: 1.5; } .form-status-error { color: #ffd0c7; } .form-status-success { color: #f9ead9; }
.site-footer { background: var(--deep-maroon); color: #d1afa0; } .site-footer .container { min-height: 108px; display: flex; align-items: center; justify-content: center; gap: 100px; } .footer-logo img { width: 140px; filter: brightness(0) invert(1); opacity: .85; } .site-footer p, .site-footer span { margin: 0; font-size: 10px; letter-spacing: .05em; }
@media (max-width: 800px) { .container { width: min(100% - 40px, 600px); } .header-container { min-height: 78px; } .logo img { width: 145px; } .header-right { gap: 15px; } nav { display: none; } .header-cta { padding: 11px 12px; font-size: 10px; } .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 70px; padding-bottom: 75px; } .hero-visual { min-height: 370px; } .window-frame { width: min(350px, 90%); } .visual-note { right: 0; } .trust-items { padding: 22px 0; flex-wrap: wrap; justify-content: center; } .trust-items i { display: none; } .trust-items p { width: 45%; text-align: center; } .section { padding: 75px 0; } .section-heading, .about-grid { display: block; } .section-heading > p { margin-top: 23px; } .service-list { grid-template-columns: 1fr; } .service-item { min-height: 245px; } .about-mark { margin-bottom: 42px; } .about-copy { margin-top: 28px; max-width: 480px; } .testimonial-list, .contact-grid { grid-template-columns: 1fr; gap: 40px; } .contact-grid { gap: 60px; } .site-footer .container { flex-wrap: wrap; padding: 24px 0; } }
@media (max-width: 420px) { h1 { font-size: 45px; } h2 { font-size: 37px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; } .trust-items p { font-size: 8px; } .trust-items p span { display: block; margin: 0 0 3px; } .visual-note { font-size: 9px; } }

.inline-image > img {
    display: flex;
    max-width: 400px;
}
