/* Visual refinement: depth, flowing brand accents and restrained motion. */
:root { --brand-red: #b52235; }
.header { box-shadow: 0 5px 24px #102c4310; }
.button { border-radius: 8px; box-shadow: 0 8px 20px #071d3212; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { box-shadow: 0 12px 25px #071d3228; }
.hero-surface { position: relative; isolation: isolate; background: radial-gradient(ellipse at 85% 15%, #216780 0, transparent 49%), linear-gradient(120deg, #10263c, #173b56 67%, #18556b); }
.hero-surface::after { content: ''; position: absolute; inset: 20px 0 0; z-index: -1; opacity: .25; background: repeating-linear-gradient(120deg, transparent 0 89px, #ffffff0d 90px 91px); pointer-events: none; }
.hero { grid-template-columns: 1fr 1.05fr; gap: 72px; padding-top: 64px; padding-bottom: 92px; }
.hero h1 { color: white; font-size: clamp(2.625rem, 4.8vw, 4.5rem); }
.hero h1 span { color: #8cdeed; }
.hero h1 .hot-word { color: var(--brand-red); }
.hero .eyebrow { color: #a4e3ec; }
.hero-intro { color: #d9e5ed; }
.hero-note { color: #c4d7e1; }
.hero-facts { color: #e2edf3; border-color: #ffffff30; }
.hero-facts span::before { color: #8cdeed; }
.hero .button:not(.button-outline) { background: white; border-color: white; color: var(--navy); }
.hero .button:not(.button-outline):hover { background: #e5f6fa; }
.hero .button-outline { border-color: #8caaba; color: white; }
.hero .button-outline:hover { background: #ffffff12; }
.hero-image { height: 580px; border-radius: 18px; overflow: visible; background: transparent; box-shadow: 0 28px 65px #06152260; }
.hero-image > img { border-radius: inherit; object-position: 50% 58%; }
.hero-image::after { display: none; }
.hero-image figcaption { bottom: -25px; left: -28px; right: 32px; color: var(--navy); background: white; padding: 22px 24px; border: 1px solid #e0eaf0; border-radius: 12px; box-shadow: 0 18px 40px #071d3230; }
.hero-image figcaption span:not(.caption-rule) { color: var(--muted); }
.caption-rule { background: var(--blue); height: 42px; border-radius: 4px; }
.service-ribbon { position: relative; background: #edf6f8; color: var(--navy); border-bottom: 1px solid #dce8ec; }
.service-ribbon::before { content: ''; position: absolute; top: -25px; left: 0; width: 100%; height: 26px; background: #edf6f8; border-radius: 65% 95% 0 0 / 100% 100% 0 0; box-shadow: 0 -7px 0 #3f95b140; }
.service-ribbon .wrap { padding: 24px 0 28px; }
.service-ribbon i { color: var(--blue); }
.process { padding-top: 106px; padding-bottom: 100px; }
.step-number { width: 52px; height: 52px; padding: 0; display: grid; place-items: center; border: 1px solid #d1e5eb; border-radius: 50%; background: linear-gradient(145deg,#fff,#e7f3f6); font-size: 1rem; box-shadow: 0 6px 15px #17324d08; }
.steps { gap: 54px; }
.services-section { background: radial-gradient(ellipse at 100% 0%,#dceef2,transparent 65%),#f1f5f7; }
.service-grid { gap: 26px; align-items: stretch; }
.service-card { position: relative; border-radius: 16px; border-color: #dce7eb; padding: 36px 30px 30px; box-shadow: 0 10px 22px #17324d08; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::before { content: ''; position: absolute; top: 0; left: 30px; width: 48px; height: 4px; background: var(--blue); border-radius: 0 0 4px 4px; }
.service-card:nth-child(2) { background: var(--navy); border-color: var(--navy); box-shadow: 0 18px 35px #17324d25; }
.service-card:nth-child(2) h3,.service-card:nth-child(2) .text-link { color: white; }
.service-card:nth-child(2) p { color: #d7e4ec; }
.service-card:nth-child(2) .service-index { color: #9edce9; }
.service-card:nth-child(2)::before { background: #89d8e8; }
.service-index { font-size: .75rem; }
.service-card .text-link { border-top: 1px solid #dce7eb; padding-top: 20px; }
.service-card:nth-child(2) .text-link { border-color: #ffffff30; }
.service-card:focus-within { box-shadow: 0 20px 42px #17324d20; }
@media(hover:hover) { .service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 42px #17324d20; border-color: #9dbfc9; } }
.pricing-layout { grid-template-columns: 1.2fr 1fr; gap: 36px; }
.price-table { border-radius: 16px; box-shadow: 0 16px 42px #17324d0c; }
.price-table thead { background: #edf5f7; color: var(--navy); }
.price-table th,.price-table td { padding-top: 28px; padding-bottom: 28px; }
.price-table tbody tr:not(:last-child) td { font-family: var(--heading); font-weight: 800; font-size: 1.65rem; letter-spacing: -.045em; }
.price-table tbody tr:nth-child(2) { background: #fbfdfe; }
.price-conditions { background: #f5f8f9; padding: 28px; }
.inclusions { color: #e2edf3; background: linear-gradient(140deg,#17324d,#1b5268); border-radius: 16px; padding: 34px; box-shadow: 0 20px 38px #17324d23; }
.inclusions .eyebrow,.inclusions li::before { color: #9edfeb; }
.inclusions h3 { color: white; font-size: 1.875rem; }
.inclusions .small-note { color: #cfdee7; }
.inclusions .button { background: white; color: var(--navy); border-color: white; }
.inclusions .button:hover { background: #e4f5f8; }
.work-section { margin: 25px 24px 0; border-radius: 24px; background: radial-gradient(ellipse at 0 100%,#236177,transparent 65%),var(--navy); padding: 76px 0; }
.work-layout figure img { border-radius: 14px; box-shadow: 0 22px 45px #081b3440; }
.city-list span { border: 1px solid #dce8ed; background: #f5f9fa; border-radius: 7px; }
.faq details[open] { background: #f1f7f9; border-radius: 8px; padding-left: 16px; padding-right: 16px; }
.faq details { transition: background .2s; }
.contact-section { background: radial-gradient(ellipse at 90% 100%,#286780,transparent 65%),#132e47; border-top: 4px solid #3c8ca5; }
.reveal-once { animation: rise-in .65s cubic-bezier(.2,.7,.25,1) both; }
@keyframes rise-in { from { opacity: .35; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media(min-width:1101px) { .service-card:nth-child(2) { margin-top: -12px; margin-bottom: 12px; } }
@media(max-width:1100px) { .hero { gap: 42px; } .hero-image { height: 550px; } .hero-image figcaption { left: -16px; right: 18px; padding: 20px; } .inclusions { padding: 28px; } .service-card { padding: 30px 23px; } .steps { gap: 30px; } }
@media(max-width:780px) { .hero { grid-template-columns: 1fr; padding: 42px 0 75px; gap: 34px; } .hero-image { height: 450px; } .hero-image figcaption { left: 16px; right: 16px; bottom: -22px; } .hero h1 { font-size: clamp(2.5625rem,7vw,3.75rem); } .process { padding: 64px 0; } .steps { gap: 24px; } .pricing-layout { grid-template-columns: 1fr; } .work-section { margin: 0 12px; border-radius: 18px; padding: 42px 0; } .work-section .wrap { width: calc(100% - 40px); } .price-table tbody tr:not(:last-child) td { font-size: 1.45rem; } .service-ribbon .wrap { padding-top: 15px; } }
@media(max-width:480px) { .hero-image { height: 390px; } .hero-image figcaption { padding: 16px; gap: 12px; } .hero-image figcaption strong { font-size: .875rem; } .hero-image figcaption span:not(.caption-rule) { font-size: .75rem; } .price-table th,.price-table td { padding: 23px 12px; } .price-table tbody tr:not(:last-child) td { font-size: 1.25rem; } .price-conditions { padding: 20px; } .inclusions { padding: 28px 22px; } .service-card { padding: 30px 26px; } .hero-image figcaption { left: 10px; right: 10px; } }
@media(prefers-reduced-motion:reduce) { .reveal-once { animation: none; } .button:hover,.service-card:hover { transform: none; } }
