:root {
--ink: #111111;
--ink-soft: #232323;
--cream: #f5f1e7;
--paper: #fffdf7;
--yellow: #f6df22;
--pink: #e83f67;
--line: rgba(17, 17, 17, 0.15);
--radius: 28px;
--shadow: 0 22px 70px rgba(17, 17, 17, 0.14);
--container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: var(--paper);
color: var(--ink);
line-height: 1.5;
overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; left: 20px; top: -60px; background: var(--yellow); padding: 10px 16px; z-index: 9999; font-weight: 800; }
.skip-link:focus { top: 12px; }
.topbar { background: var(--ink); color: white; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 16px; white-space: nowrap; overflow: hidden; }
.topbar i { width: 4px; height: 4px; background: var(--yellow); border-radius: 50%; }
.site-header { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: -.03em; font-size: 18px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 750; }
.main-nav > a:not(.btn) { position: relative; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav > a:not(.btn):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.nav-toggle span { width: 18px; height: 2px; background: var(--ink); transition: .2s; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 999px; border: 1px solid var(--ink); font-weight: 900; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(17,17,17,.16); }
.btn--dark { background: var(--ink); color: white; }
.btn--yellow { background: var(--yellow); color: var(--ink); }
.btn--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; border-bottom: 2px solid var(--ink); padding-bottom: 5px; }
.text-link span { font-size: 19px; }
.hero { padding-top: 70px; background: radial-gradient(circle at 11% 25%, rgba(246,223,34,.24), transparent 24%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(38px, 4.7vw, 72px); align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 12px; }
.eyebrow span { width: 26px; height: 3px; background: var(--pink); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 5.15vw, 78px); line-height: .96; letter-spacing: -.055em; margin: 24px 0 28px; max-width: 820px; }
h1 em { font-style: normal; position: relative; z-index: 0; white-space: normal; }
h1 em::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: .04em; height: .28em; background: var(--yellow); z-index: -1; transform: rotate(-1.6deg); }
.hero-lead { font-size: clamp(18px, 2vw, 22px); color: #444; max-width: 650px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 34px 0 38px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 34px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 1px; }
.hero-proof strong { font-size: 18px; font-weight: 950; }
.hero-proof span { color: #6a6a6a; font-size: 13px; }
.hero-visual { position: relative; min-height: 650px; }
.hero-img-wrap { position: relative; height: 650px; border-radius: 42px 42px 150px 42px; overflow: hidden; box-shadow: var(--shadow); background: #ddd; isolation: isolate; }
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-wrap::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.18)); pointer-events: none; }
.floating-card { position: absolute; background: white; border-radius: 20px; box-shadow: 0 18px 50px rgba(17,17,17,.17); }
.floating-card--top { top: 34px; left: -42px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; }
.floating-card p { margin: 0; font-size: 12px; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #2cc96b; box-shadow: 0 0 0 6px rgba(44,201,107,.15); }
.floating-card--bottom { right: -30px; bottom: 44px; max-width: 310px; padding: 20px 22px; background: var(--yellow); transform: rotate(-2deg); }
.floating-card--bottom strong { display: block; line-height: 1.25; font-size: 17px; }
.mini-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 7px; }
.ticker { overflow: hidden; border-block: 1px solid var(--ink); background: var(--yellow); transform: rotate(-.8deg) scale(1.015); }
.ticker__track { width: max-content; display: flex; align-items: center; gap: 27px; padding: 15px 0; animation: ticker 26s linear infinite; font-weight: 950; letter-spacing: .04em; }
.ticker__track span { font-size: 15px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-head h2, .process-intro h2, .faq-grid h2, .quote-copy h2 { font-size: clamp(40px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; margin: 14px 0 0; max-width: 780px; }
.section-head > p { max-width: 430px; margin-bottom: 4px; color: #555; font-size: 17px; }
.universe-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.service-card { min-height: 430px; border-radius: var(--radius); overflow: hidden; position: relative; background: var(--cream); isolation: isolate; }
.service-card--wide { grid-row: span 2; min-height: 882px; }
.service-card__image { position: absolute; inset: 0; z-index: -2; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-card__image img { transform: scale(1.04); }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(17,17,17,.08), rgba(17,17,17,.78)); }
.service-card__content { min-height: inherit; height: 100%; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 30px; color: white; }
.service-card__content > div { max-width: 470px; }
.service-card h3 { font-size: clamp(30px, 3.2vw, 50px); line-height: 1; letter-spacing: -.04em; margin-bottom: 12px; }
.service-card p { color: rgba(255,255,255,.82); font-size: 16px; }
.service-card a { font-weight: 900; }
.card-number { align-self: start; display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 auto; border-radius: 50%; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); font-weight: 950; }
.chip-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; gap: 8px; flex-wrap: wrap; }
.chip-list li { border: 1px solid rgba(255,255,255,.4); border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 850; }
.section-dark { background: var(--ink); color: white; position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: var(--pink); filter: blur(150px); opacity: .12; right: -120px; top: 100px; }
.section-head--light > p { color: rgba(255,255,255,.63); }
.event-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.event-tabs span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 11px 15px; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 750; }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { background: #1b1b1b; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 30px; min-height: 340px; display: flex; flex-direction: column; transition: transform .22s ease, background .22s ease; }
.offer-card:hover { transform: translateY(-6px); background: #222; }
.offer-card__tag { align-self: start; background: var(--yellow); color: var(--ink); border-radius: 999px; padding: 6px 10px; font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.offer-card h3 { font-size: 34px; line-height: 1; letter-spacing: -.035em; margin: 30px 0 14px; }
.offer-card p { color: rgba(255,255,255,.63); }
.offer-card__footer { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; align-items: end; font-size: 12px; color: rgba(255,255,255,.48); }
.offer-card__footer b { color: var(--yellow); font-size: 28px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 66px; }
.why-card { border-top: 1px solid rgba(255,255,255,.22); padding-top: 22px; }
.why-card > span { color: var(--yellow); }
.why-card h3 { font-size: 20px; margin: 20px 0 10px; }
.why-card p { color: rgba(255,255,255,.56); font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 18px; }
.gallery-item { margin: 0; position: relative; border-radius: 24px; overflow: hidden; background: #ddd; }
.gallery-item--large { grid-column: span 2; grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.52)); }
.gallery-item figcaption { position: absolute; left: 20px; bottom: 18px; z-index: 2; color: white; font-weight: 900; }
.seo-section { background: var(--paper); }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 24px; }
.seo-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 14px 40px rgba(17,17,17,.05); }
.seo-card h3 { font-size: 28px; line-height: 1.04; letter-spacing: -.03em; margin-bottom: 12px; }
.seo-card p { color: #5f5f5f; margin: 0; }
.seo-copy { background: var(--cream); border-radius: 24px; padding: 28px; }
.seo-copy p { margin-bottom: 18px; color: #444; }
.chip-list--dark li { border-color: rgba(17,17,17,.18); color: var(--ink); background: rgba(255,255,255,.8); }
.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.process-intro { position: sticky; top: 130px; }
.process-intro p { color: #555; max-width: 460px; font-size: 17px; margin: 24px 0 30px; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { font-size: 38px; font-weight: 950; color: var(--pink); }
.process-list h3 { font-size: 30px; letter-spacing: -.035em; margin-bottom: 8px; }
.process-list p { color: #666; margin: 0; }
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-grid > div:first-child p { color: #666; max-width: 390px; margin-top: 22px; }
.accordion details { border-top: 1px solid var(--line); padding: 22px 0; }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; font-size: 20px; font-weight: 900; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; font-size: 25px; line-height: 1; }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { color: #666; max-width: 760px; margin: 15px 42px 0 0; }
.quote-section { background: var(--yellow); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy p { max-width: 500px; margin: 24px 0 28px; }
.contact-cards { display: grid; gap: 10px; }
.contact-cards a { display: grid; gap: 2px; border: 1px solid rgba(17,17,17,.35); border-radius: 16px; padding: 14px 16px; }
.contact-cards small { text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.quote-form { background: var(--paper); border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: white; padding: 14px; outline: none; text-transform: none; letter-spacing: 0; color: var(--ink); transition: border .2s, box-shadow .2s; }
.quote-form textarea { resize: vertical; min-height: 110px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(246,223,34,.4); }
.form-note { font-size: 11px; color: #777; text-align: center; margin: 12px 0 0; }
.visit-strip { padding: 54px 0; background: var(--pink); color: white; }
.visit-strip__inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.visit-strip h2 { font-size: 40px; letter-spacing: -.04em; margin: 8px 0 0; }
.visit-details { display: flex; gap: 40px; }
.visit-details p { margin: 0; color: rgba(255,255,255,.85); }
.site-footer { background: var(--ink); color: white; padding: 68px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.4fr 1fr; gap: 40px; }
.footer-brand img { width: 84px; filter: drop-shadow(0 0 8px rgba(255,255,255,.14)); }
.footer-brand p { max-width: 300px; color: rgba(255,255,255,.58); margin-top: 18px; }
.footer-grid h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .13em; color: var(--yellow); margin-bottom: 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: start; }
.footer-grid a { color: rgba(255,255,255,.68); margin-bottom: 10px; font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 12px; }
.mobile-actions { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); } .material-section { background: linear-gradient(180deg, var(--paper), var(--cream)); }
.material-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.material-copy p { color: #555; font-size: 18px; max-width: 560px; margin: 22px 0 24px; }
.material-price-badge { display: grid; gap: 5px; max-width: 520px; padding: 20px 22px; margin: 0 0 24px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(17,17,17,.06); }
.material-price-badge strong { font-size: 22px; letter-spacing: -.02em; }
.material-price-badge span { color: #666; font-size: 14px; }
.material-visual { display: grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: 245px; gap: 16px; }
.material-photo { margin: 0; position: relative; overflow: hidden; border-radius: 26px; background: #ddd; box-shadow: 0 18px 50px rgba(17,17,17,.1); }
.material-photo--large { grid-row: span 2; }
.material-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.material-photo:hover img { transform: scale(1.04); }
.material-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.62)); }
.material-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; color: white; font-weight: 950; }
.material-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.material-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 16px 44px rgba(17,17,17,.06); }
.material-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: var(--yellow); font-weight: 950; }
.material-card h3 { font-size: 27px; line-height: 1.04; letter-spacing: -.035em; margin-bottom: 10px; }
.material-card p { color: #5d5d5d; margin: 0; } .inner-page-shell { min-height: 100vh; background: var(--paper); }
.inner-page-hero { padding: 72px 0 42px; background: radial-gradient(circle at 12% 20%, rgba(246,223,34,.22), transparent 28%), var(--paper); border-bottom: 1px solid var(--line); }
.inner-page-hero .kicker { margin-bottom: 16px; }
.inner-page-hero h1 { font-size: clamp(44px, 6vw, 76px); max-width: 980px; margin: 0; }
.inner-page-content { padding: 56px 0 96px; }
.inner-page-content > article { max-width: 1040px; margin: 0 auto; }
.inner-page-content article > *:not(.jlf-seo-hero):not(.jlf-contact-grid):not(.jlf-contact-form) { max-width: 860px; margin-left: auto; margin-right: auto; }
.inner-page-content article > h2 { margin-top: 54px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.035em; }
.inner-page-content article > h3 { margin-top: 34px; font-size: 25px; letter-spacing: -.025em; }
.inner-page-content article > p, .inner-page-content article > ul, .inner-page-content article > ol { font-size: 17px; color: #4d4d4d; }
.inner-page-content article > ul, .inner-page-content article > ol { padding-left: 24px; }
.inner-page-content .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.inner-page-content .wp-block-buttons { gap: 12px; margin-top: 28px; margin-bottom: 34px; }
.inner-page-content .is-style-outline .wp-block-button__link { background: transparent; border: 1px solid var(--ink); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.footer-legal a { color: rgba(255,255,255,.62); }
.footer-legal a:hover { color: white; }
@media (max-width: 1020px) {
.main-nav { position: fixed; inset: 118px 20px auto; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 22px; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 18px; }
.main-nav.open { display: flex; }
.nav-toggle { display: inline-flex; }
.nav-cta { margin-top: 6px; }
.hero-grid { grid-template-columns: 1fr; gap: 52px; }
.hero-visual { min-height: 560px; }
.hero-img-wrap { height: 560px; }
.floating-card--top { left: 20px; }
.floating-card--bottom { right: 16px; }
.offers-grid { grid-template-columns: 1fr; }
.why-grid { grid-template-columns: 1fr 1fr; }
.seo-grid { grid-template-columns: 1fr; }
.quote-grid, .faq-grid, .process-grid, .material-grid { grid-template-columns: 1fr; gap: 50px; }
.material-card-grid { grid-template-columns: 1fr; }
.quote-copy, .process-intro { position: static; }
.visit-strip__inner { grid-template-columns: 1fr auto; }
.visit-details { grid-row: 2; }
.footer-grid { grid-template-columns: 1.2fr 1fr 1.3fr; }
.footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 760px) {
.container { width: min(calc(100% - 28px), var(--container)); }
.section-pad { padding: 78px 0; }
.inner-page-hero { padding: 50px 0 28px; }
.inner-page-content { padding: 36px 0 78px; }
.topbar__inner { justify-content: flex-start; }
.nav-wrap { min-height: 72px; }
.brand img { width: 46px; height: 46px; }
.brand span { display: none; }
.main-nav { inset: 106px 14px auto; }
.hero { padding-top: 48px; }
h1 { font-size: clamp(46px, 15vw, 68px); }
.hero-proof { gap: 19px; }
.hero-proof div { min-width: 120px; }
.hero-visual { min-height: 470px; }
.hero-img-wrap { height: 470px; border-radius: 28px 28px 90px 28px; }
.floating-card--top { top: 18px; left: 12px; right: 12px; }
.floating-card--bottom { right: 8px; left: 42px; bottom: 20px; max-width: none; }
.section-head { display: block; }
.section-head > p, .section-head > .text-link { margin-top: 22px; }
.universe-grid { grid-template-columns: 1fr; }
.service-card--wide { grid-row: auto; min-height: 520px; }
.service-card { min-height: 430px; }
.service-card__content { padding: 22px; }
.card-number { width: 45px; height: 45px; }
.gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
.gallery-item--large { grid-column: span 2; grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }
.seo-grid { grid-template-columns: 1fr; }
.why-grid { grid-template-columns: 1fr; }
.process-list li { grid-template-columns: 58px 1fr; }
.form-row { grid-template-columns: 1fr; gap: 0; }
.quote-form { padding: 22px; }
.visit-strip__inner { grid-template-columns: 1fr; gap: 24px; }
.visit-details { grid-row: auto; display: grid; gap: 14px; }
.footer-grid { grid-template-columns: 1fr 1fr; }
.footer-brand { grid-column: span 2; }
.footer-grid > div:last-child { grid-column: auto; }
.footer-bottom { margin-bottom: 58px; gap: 16px; flex-direction: column; }
.mobile-actions { position: fixed; z-index: 140; left: 10px; right: 10px; bottom: 10px; height: 54px; display: grid; grid-template-columns: .7fr 1.3fr; border-radius: 999px; overflow: hidden; box-shadow: 0 12px 35px rgba(0,0,0,.24); }
.mobile-actions a { display: grid; place-items: center; font-size: 13px; font-weight: 950; }
.mobile-actions a:first-child { background: white; color: var(--ink); }
.mobile-actions a:last-child { background: var(--yellow); color: var(--ink); }
}
@media (max-width: 480px) {
.hero-actions { align-items: stretch; flex-direction: column; }
.hero-actions .btn, .hero-actions .text-link { justify-content: center; }
.hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
.gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
.material-visual { grid-template-columns: 1fr; grid-auto-rows: 230px; }
.material-photo--large { grid-row: span 1; }
.gallery-item--large, .gallery-item--wide { grid-column: auto; grid-row: auto; }
.footer-grid { grid-template-columns: 1fr; }
.footer-brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
* { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
.reveal { opacity: 1; transform: none; }
} .trust-strip { background: #fff; border-block: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-stat { min-height: 118px; display: flex; align-items: center; gap: 15px; padding: 24px 20px; border-right: 1px solid var(--line); transition: background .2s ease; }
.trust-stat:first-child { border-left: 1px solid var(--line); }
a.trust-stat:hover { background: var(--cream); }
.trust-stat__icon { min-width: 50px; color: var(--pink); font-size: 23px; font-weight: 950; letter-spacing: -.04em; }
.trust-stat strong, .trust-stat small { display: block; }
.trust-stat strong { font-size: 16px; line-height: 1.15; }
.trust-stat small { margin-top: 5px; color: #6a6a6a; font-size: 12px; }
.reviews-section { background: linear-gradient(180deg, var(--paper), #f1ecdf); }
.reviews-summary { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.reviews-summary__score { display: flex; align-items: baseline; }
.reviews-summary__score strong { font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.reviews-summary__score span { color: #666; font-weight: 800; }
.reviews-summary p { margin: 2px 0 0; color: #666; font-size: 13px; }
.stars { color: #f0b400; letter-spacing: .08em; font-size: 18px; white-space: nowrap; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.review-card { min-height: 290px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 16px 44px rgba(17,17,17,.06); }
.review-card__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.google-badge { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid var(--line); font-size: 20px; font-weight: 950; color: #4285f4; }
.review-card blockquote { margin: 34px 0 30px; font-size: 24px; line-height: 1.24; font-weight: 850; letter-spacing: -.025em; }
.review-card footer { margin-top: auto; display: flex; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }
.review-card footer span { color: #777; }
.review-card__date { color: #777; font-size: 12px; font-weight: 750; }
.reviews-actions { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 30px; flex-wrap: wrap; }
.consent-row { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 700 !important; }
.consent-row input { width: 18px !important; height: 18px; margin-top: 1px; padding: 0 !important; accent-color: var(--ink); }
.form-benefits { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 2px 0 18px; color: #555; font-size: 12px; font-weight: 750; }
.whatsapp-float { position: fixed; z-index: 130; right: 22px; bottom: 22px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; background: #25d366; color: #071f10; box-shadow: 0 14px 38px rgba(0,0,0,.22); font-size: 13px; font-weight: 950; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 18px 45px rgba(0,0,0,.27); } .material-section { background: linear-gradient(180deg, var(--paper), var(--cream)); }
.material-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.material-copy p { color: #555; font-size: 18px; max-width: 560px; margin: 22px 0 24px; }
.material-price-badge { display: grid; gap: 5px; max-width: 520px; padding: 20px 22px; margin: 0 0 24px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(17,17,17,.06); }
.material-price-badge strong { font-size: 22px; letter-spacing: -.02em; }
.material-price-badge span { color: #666; font-size: 14px; }
.material-visual { display: grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: 245px; gap: 16px; }
.material-photo { margin: 0; position: relative; overflow: hidden; border-radius: 26px; background: #ddd; box-shadow: 0 18px 50px rgba(17,17,17,.1); }
.material-photo--large { grid-row: span 2; }
.material-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.material-photo:hover img { transform: scale(1.04); }
.material-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.62)); }
.material-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; color: white; font-weight: 950; }
.material-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.material-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 16px 44px rgba(17,17,17,.06); }
.material-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: var(--yellow); font-weight: 950; }
.material-card h3 { font-size: 27px; line-height: 1.04; letter-spacing: -.035em; margin-bottom: 10px; }
.material-card p { color: #5d5d5d; margin: 0; } .inner-page-shell { min-height: 100vh; background: var(--paper); }
.inner-page-hero { padding: 72px 0 42px; background: radial-gradient(circle at 12% 20%, rgba(246,223,34,.22), transparent 28%), var(--paper); border-bottom: 1px solid var(--line); }
.inner-page-hero .kicker { margin-bottom: 16px; }
.inner-page-hero h1 { font-size: clamp(44px, 6vw, 76px); max-width: 980px; margin: 0; }
.inner-page-content { padding: 56px 0 96px; }
.inner-page-content > article { max-width: 1040px; margin: 0 auto; }
.inner-page-content article > *:not(.jlf-seo-hero):not(.jlf-contact-grid):not(.jlf-contact-form) { max-width: 860px; margin-left: auto; margin-right: auto; }
.inner-page-content article > h2 { margin-top: 54px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.035em; }
.inner-page-content article > h3 { margin-top: 34px; font-size: 25px; letter-spacing: -.025em; }
.inner-page-content article > p, .inner-page-content article > ul, .inner-page-content article > ol { font-size: 17px; color: #4d4d4d; }
.inner-page-content article > ul, .inner-page-content article > ol { padding-left: 24px; }
.inner-page-content .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.inner-page-content .wp-block-buttons { gap: 12px; margin-top: 28px; margin-bottom: 34px; }
.inner-page-content .is-style-outline .wp-block-button__link { background: transparent; border: 1px solid var(--ink); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.footer-legal a { color: rgba(255,255,255,.62); }
.footer-legal a:hover { color: white; }
@media (max-width: 1020px) {
.trust-strip__grid { grid-template-columns: 1fr 1fr; }
.trust-stat:nth-child(2) { border-right: 0; }
.trust-stat:nth-child(n+3) { border-top: 1px solid var(--line); }
.reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
.trust-strip__grid { grid-template-columns: 1fr; }
.trust-stat { min-height: 96px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
.trust-stat:first-child { border-top: 0; }
.reviews-summary { margin-top: 24px; width: 100%; }
.review-card { min-height: 250px; }
.review-card blockquote { font-size: 21px; }
.whatsapp-float { display: none; }
} .menu-section {
background:
radial-gradient(circle at 12% 18%, rgba(246, 223, 34, .22), transparent 28%),
var(--cream);
}
.menu-layout {
display: grid;
grid-template-columns: .72fr 1.28fr;
gap: 64px;
align-items: start;
}
.menu-copy {
position: sticky;
top: 128px;
}
.menu-copy h2 {
font-size: clamp(42px, 5vw, 68px);
line-height: .96;
letter-spacing: -.055em;
margin: 14px 0 24px;
}
.menu-copy > p:not(.menu-note) {
color: #555;
font-size: 18px;
max-width: 520px;
}
.menu-highlights {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin: 26px 0 30px;
}
.menu-highlights span {
border: 1px solid rgba(17, 17, 17, .18);
background: rgba(255, 255, 255, .72);
border-radius: 999px;
padding: 8px 12px;
font-size: 12px;
font-weight: 850;
}
.menu-actions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 22px;
}
.menu-note {
margin: 20px 0 0;
color: #777;
font-size: 12px;
max-width: 490px;
}
.menu-preview {
background: white;
border: 1px solid var(--line);
border-radius: 28px;
padding: 18px;
box-shadow: var(--shadow);
}
.menu-image-button {
position: relative;
display: block;
width: 100%;
padding: 0;
border: 0;
border-radius: 18px;
overflow: hidden;
background: white;
cursor: zoom-in;
}
.menu-image-button img {
width: 100%;
height: auto;
object-fit: contain;
}
.menu-image-button span {
position: absolute;
right: 16px;
bottom: 16px;
padding: 9px 13px;
border-radius: 999px;
background: rgba(17, 17, 17, .88);
color: white;
font-size: 12px;
font-weight: 900;
box-shadow: 0 8px 24px rgba(0,0,0,.22);
}
.menu-dialog {
width: min(94vw, 1120px);
max-height: 94vh;
padding: 0;
border: 0;
border-radius: 24px;
overflow: hidden;
background: #f3f3f3;
box-shadow: 0 28px 100px rgba(0, 0, 0, .35);
}
.menu-dialog::backdrop {
background: rgba(0, 0, 0, .76);
backdrop-filter: blur(5px);
}
.menu-dialog__bar {
position: sticky;
top: 0;
z-index: 2;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 14px 18px;
background: var(--ink);
color: white;
}
.menu-dialog__bar strong {
font-size: 14px;
text-transform: uppercase;
letter-spacing: .08em;
}
.menu-dialog__close {
width: 42px;
height: 42px;
display: grid;
place-items: center;
border: 1px solid rgba(255,255,255,.28);
border-radius: 50%;
background: transparent;
color: white;
font-size: 28px;
line-height: 1;
}
.menu-dialog__content {
max-height: calc(94vh - 70px);
overflow: auto;
padding: 16px;
}
.menu-dialog__content img {
width: min(100%, 1000px);
height: auto;
margin-inline: auto;
border-radius: 12px;
background: white;
}
body.dialog-open { overflow: hidden; } .material-section { background: linear-gradient(180deg, var(--paper), var(--cream)); }
.material-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.material-copy p { color: #555; font-size: 18px; max-width: 560px; margin: 22px 0 24px; }
.material-price-badge { display: grid; gap: 5px; max-width: 520px; padding: 20px 22px; margin: 0 0 24px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(17,17,17,.06); }
.material-price-badge strong { font-size: 22px; letter-spacing: -.02em; }
.material-price-badge span { color: #666; font-size: 14px; }
.material-visual { display: grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: 245px; gap: 16px; }
.material-photo { margin: 0; position: relative; overflow: hidden; border-radius: 26px; background: #ddd; box-shadow: 0 18px 50px rgba(17,17,17,.1); }
.material-photo--large { grid-row: span 2; }
.material-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.material-photo:hover img { transform: scale(1.04); }
.material-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.62)); }
.material-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; color: white; font-weight: 950; }
.material-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.material-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 16px 44px rgba(17,17,17,.06); }
.material-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: var(--yellow); font-weight: 950; }
.material-card h3 { font-size: 27px; line-height: 1.04; letter-spacing: -.035em; margin-bottom: 10px; }
.material-card p { color: #5d5d5d; margin: 0; } .inner-page-shell { min-height: 100vh; background: var(--paper); }
.inner-page-hero { padding: 72px 0 42px; background: radial-gradient(circle at 12% 20%, rgba(246,223,34,.22), transparent 28%), var(--paper); border-bottom: 1px solid var(--line); }
.inner-page-hero .kicker { margin-bottom: 16px; }
.inner-page-hero h1 { font-size: clamp(44px, 6vw, 76px); max-width: 980px; margin: 0; }
.inner-page-content { padding: 56px 0 96px; }
.inner-page-content > article { max-width: 1040px; margin: 0 auto; }
.inner-page-content article > *:not(.jlf-seo-hero):not(.jlf-contact-grid):not(.jlf-contact-form) { max-width: 860px; margin-left: auto; margin-right: auto; }
.inner-page-content article > h2 { margin-top: 54px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.035em; }
.inner-page-content article > h3 { margin-top: 34px; font-size: 25px; letter-spacing: -.025em; }
.inner-page-content article > p, .inner-page-content article > ul, .inner-page-content article > ol { font-size: 17px; color: #4d4d4d; }
.inner-page-content article > ul, .inner-page-content article > ol { padding-left: 24px; }
.inner-page-content .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.inner-page-content .wp-block-buttons { gap: 12px; margin-top: 28px; margin-bottom: 34px; }
.inner-page-content .is-style-outline .wp-block-button__link { background: transparent; border: 1px solid var(--ink); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.footer-legal a { color: rgba(255,255,255,.62); }
.footer-legal a:hover { color: white; }
@media (max-width: 1020px) {
.menu-layout { grid-template-columns: 1fr; gap: 42px; }
.menu-copy { position: static; }
}
@media (max-width: 760px) {
.menu-preview { padding: 10px; border-radius: 20px; }
.menu-image-button { border-radius: 13px; }
.menu-image-button span { right: 10px; bottom: 10px; }
.menu-actions { align-items: stretch; flex-direction: column; }
.menu-actions .btn, .menu-actions .text-link { justify-content: center; }
.menu-dialog { width: 98vw; max-height: 96vh; border-radius: 18px; }
.menu-dialog__content { max-height: calc(96vh - 70px); padding: 8px; }
} .home-downloads-section {
padding-top: 94px;
padding-bottom: 94px;
background: linear-gradient(180deg, var(--paper), #f7f2e7);
}
.home-downloads-section .jlf-downloads {
margin: 0;
padding: clamp(24px, 4vw, 48px);
border-radius: 30px;
background: var(--cream);
}
.home-downloads-section .jlf-downloads__intro {
max-width: 780px;
margin-bottom: 30px;
}
.home-downloads-section .jlf-downloads__intro h2 {
margin: 14px 0 12px;
font-size: clamp(36px, 5vw, 62px);
line-height: .98;
letter-spacing: -.045em;
}
.home-downloads-section .jlf-downloads__intro p {
margin: 0;
max-width: 720px;
font-size: 18px;
color: #555;
}
.home-downloads-section .jlf-seo-badge {
display: inline-flex;
padding: 8px 12px;
border-radius: 999px;
background: var(--yellow);
color: var(--ink);
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.home-downloads-section .jlf-downloads__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.home-downloads-section .jlf-download-card {
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 22px;
background: #fff;
box-shadow: 0 16px 40px rgba(17,17,17,.08);
}
.home-downloads-section .jlf-download-card__preview {
display: block;
aspect-ratio: 4 / 3;
overflow: hidden;
background: #ddd;
}
.home-downloads-section .jlf-download-card__preview img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
transition: transform .25s ease;
}
.home-downloads-section .jlf-download-card__preview:hover img { transform: scale(1.025); }
.home-downloads-section .jlf-download-card__body {
display: flex;
flex: 1;
flex-direction: column;
align-items: flex-start;
padding: 22px;
}
.home-downloads-section .jlf-download-card__body h3 {
margin: 0 0 8px;
font-size: 25px;
}
.home-downloads-section .jlf-download-card__body p {
margin: 0 0 20px;
color: #666;
}
.home-downloads-section .jlf-download-card__body .jlf-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 50px;
margin-top: auto;
padding: 0 20px;
border: 1px solid var(--yellow);
border-radius: 999px;
background: var(--yellow);
color: var(--ink);
font-weight: 900;
text-decoration: none;
}
.home-downloads-section .jlf-downloads__actions { margin-top: 26px; }
.home-downloads-section .jlf-downloads__actions .jlf-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 22px;
border-radius: 999px;
background: var(--ink);
color: #fff;
font-weight: 900;
}
@media (max-width: 900px) {
.home-downloads-section .jlf-downloads__grid { grid-template-columns: 1fr; }
.home-downloads-section .jlf-download-card {
display: grid;
grid-template-columns: minmax(180px, .8fr) 1.2fr;
}
.home-downloads-section .jlf-download-card__preview {
height: 100%;
aspect-ratio: auto;
}
}
@media (max-width: 620px) {
.home-downloads-section { padding-top: 72px; padding-bottom: 72px; }
.home-downloads-section .jlf-downloads { padding: 22px; }
.home-downloads-section .jlf-download-card { display: flex; }
.home-downloads-section .jlf-download-card__preview { aspect-ratio: 4 / 3; }
} html {
width: 100%;
max-width: 100%;
overflow-x: clip;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
width: 100%;
max-width: 100%;
overflow-x: clip;
}
main, header, footer, section, article, nav, form, dialog {
max-width: 100%;
}
img, picture, video, canvas, svg, iframe {
max-width: 100%;
}
input, select, textarea, button {
max-width: 100%;
}
.container,
.hero-grid > *,
.section-head > *,
.universe-grid > *,
.offers-grid > *,
.why-grid > *,
.gallery-grid > *,
.process-grid > *,
.faq-grid > *,
.quote-grid > *,
.footer-grid > *,
.trust-strip__grid > *,
.reviews-grid > *,
.menu-layout > *,
.jlf-seo-hero > *,
.jlf-contact-grid > *,
.jlf-downloads__grid > *,
.jlf-download-card > *,
.jlf-download-card__body {
min-width: 0;
}
h1, h2, h3, h4 { text-wrap: balance; }
h1, h2, h3, h4,
p, li, blockquote,
.hero-lead,
.section-head p,
.service-card p,
.offer-card p,
.review-card blockquote,
.jlf-download-card__body p,
.inner-page-content p,
.inner-page-content li {
overflow-wrap: normal;
word-break: normal;
hyphens: none;
-webkit-hyphens: none;
}
a[href^="mailto:"],
a[href^="http"],
.footer-grid a,
.footer-legal a,
.jlf-contact-card strong {
overflow-wrap: anywhere;
}
.btn,
.jlf-btn,
.wp-block-button__link {
white-space: normal;
text-align: center;
line-height: 1.2;
} h1 em { white-space: normal; } .admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
.admin-bar .site-header { top: 46px; }
} .inner-page-content table,
.inner-page-content .wp-block-table {
display: block;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.inner-page-content pre,
.inner-page-content code {
max-width: 100%;
overflow-wrap: anywhere;
}
@media (max-width: 1020px) {
.main-nav {
width: auto;
max-height: calc(100dvh - 132px);
overflow-y: auto;
overscroll-behavior: contain;
}
.hero-copy,
.hero-visual { width: 100%; }
.section-head h2,
.process-intro h2,
.faq-grid h2,
.quote-copy h2 { max-width: 100%; }
}
@media (max-width: 760px) {
:root { --radius: 22px; }
.container { width: min(calc(100% - 28px), var(--container)); }
.section-pad { padding: 68px 0; }
.topbar__inner {
min-height: 38px;
padding-block: 8px;
justify-content: center;
flex-wrap: wrap;
gap: 4px 12px;
white-space: normal;
line-height: 1.15;
text-align: center;
}
.topbar__inner i { display: none; }
.topbar__inner span:nth-of-type(3) { display: none; }
.nav-wrap { min-height: 70px; }
.main-nav {
inset: 108px 14px auto;
max-height: calc(100dvh - 122px);
padding: 20px;
}
.main-nav a {
width: 100%;
padding-block: 3px;
}
.hero {
padding-top: 38px;
padding-bottom: 60px;
}
.hero-grid { gap: 34px; }
.eyebrow, .kicker {
max-width: 100%;
font-size: 11px;
letter-spacing: .1em;
line-height: 1.35;
}
h1 {
max-width: 100%;
margin: 18px 0 22px;
font-size: clamp(40px, 11vw, 52px);
line-height: .98;
letter-spacing: -.045em;
}
h1 em {
padding-inline: .04em;
background: linear-gradient(transparent 72%, var(--yellow) 72%);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
h1 em::after { display: none; }
.hero-lead {
max-width: 100%;
font-size: 17px;
line-height: 1.55;
}
.hero-actions {
width: 100%;
gap: 12px;
margin: 28px 0 30px;
}
.hero-actions .btn,
.hero-actions .text-link {
width: 100%;
min-height: 50px;
padding: 13px 18px;
}
.hero-proof {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px 14px;
}
.hero-proof div { min-width: 0; }
.hero-proof strong { font-size: 16px; line-height: 1.2; }
.hero-visual { min-height: 430px; }
.hero-img-wrap {
height: 430px;
border-radius: 26px 26px 72px 26px;
}
.floating-card--top {
top: 14px;
left: 12px;
right: 12px;
padding: 12px 14px;
}
.floating-card--top p { font-size: 11px; line-height: 1.35; }
.floating-card--bottom {
left: 14px;
right: 14px;
bottom: 16px;
max-width: none;
padding: 16px 18px;
transform: none;
}
.floating-card--bottom strong { font-size: 15px; }
.section-head { margin-bottom: 34px; }
.section-head h2,
.process-intro h2,
.faq-grid h2,
.quote-copy h2,
.menu-copy h2 {
max-width: 100%;
font-size: clamp(34px, 9vw, 44px);
line-height: 1;
letter-spacing: -.04em;
}
.section-head > p { max-width: 100%; font-size: 16px; }
.service-card,
.service-card--wide { min-height: 460px; }
.service-card__content {
width: 100%;
padding: 22px;
}
.service-card__content > div { min-width: 0; }
.service-card h3 { font-size: 34px; }
.service-card a { display: inline-block; max-width: 100%; overflow-wrap: break-word; }
.offer-card {
min-height: auto;
padding: 24px;
}
.offer-card h3 { font-size: 29px; }
.why-grid { margin-top: 48px; }
.reviews-summary {
flex-wrap: wrap;
gap: 12px;
padding: 15px 18px;
}
.reviews-summary__score strong { font-size: 42px; }
.review-card { padding: 23px; }
.review-card blockquote { font-size: 20px; }
.review-card footer { flex-wrap: wrap; }
.quote-form,
.jlf-contact-form { width: 100%; }
.quote-form input,
.quote-form select,
.quote-form textarea,
.jlf-contact-form input,
.jlf-contact-form select,
.jlf-contact-form textarea { min-width: 0; }
.visit-strip { padding: 44px 0; }
.visit-strip h2 { font-size: 34px; line-height: 1.05; }
.home-downloads-section { padding: 64px 0; }
.home-downloads-section .jlf-downloads,
.jlf-downloads {
width: 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding: 20px;
border-radius: 22px;
overflow: hidden;
}
.home-downloads-section .jlf-downloads__intro h2,
.jlf-downloads__intro h2 {
font-size: clamp(32px, 9vw, 42px);
line-height: 1;
}
.home-downloads-section .jlf-downloads__intro p,
.jlf-downloads__intro p { font-size: 16px; }
.home-downloads-section .jlf-download-card,
.jlf-download-card {
display: flex;
width: 100%;
max-width: 100%;
}
.home-downloads-section .jlf-download-card__body,
.jlf-download-card__body { padding: 20px; }
.home-downloads-section .jlf-download-card__body h3,
.jlf-download-card__body h3 { font-size: 23px; }
.home-downloads-section .jlf-download-card__body .jlf-btn,
.jlf-download-card__body .jlf-btn,
.home-downloads-section .jlf-downloads__actions .jlf-btn,
.jlf-downloads__actions .jlf-btn {
width: 100%;
min-height: 52px;
padding: 13px 16px;
}
.inner-page-hero { padding: 44px 0 28px; }
.inner-page-hero h1,
.page article > h1 {
max-width: 100%;
font-size: clamp(34px, 10vw, 44px);
line-height: 1;
letter-spacing: -.04em;
}
.inner-page-content { padding: 34px 0 72px; }
.inner-page-content > article { width: 100%; }
.inner-page-content article > *:not(.jlf-seo-hero):not(.jlf-contact-grid):not(.jlf-contact-form):not(.jlf-downloads) {
max-width: 100%;
}
.inner-page-content article > h2,
.page .entry-content h2,
.page article > h2,
.page article .wp-block-heading {
margin-top: 40px;
font-size: clamp(28px, 8vw, 36px);
line-height: 1.08;
}
.inner-page-content article > h3 { font-size: 23px; }
.inner-page-content article > p,
.inner-page-content article > ul,
.inner-page-content article > ol { font-size: 16px; }
.jlf-seo-hero {
width: 100%;
margin: 18px 0 40px;
padding: 20px;
border-radius: 22px;
}
.jlf-seo-hero__copy h2 {
font-size: clamp(31px, 9vw, 40px);
}
.jlf-seo-hero__copy p { font-size: 16px; }
.jlf-seo-actions { width: 100%; }
.jlf-seo-actions .jlf-btn { width: 100%; }
.jlf-contact-card { padding: 20px; }
.jlf-contact-card strong { font-size: 20px; }
.wp-block-buttons { align-items: stretch; }
.wp-block-button,
.wp-block-button__link { width: 100%; }
.wp-block-columns { gap: 20px; }
}
@media (max-width: 480px) {
.container { width: min(calc(100% - 24px), var(--container)); }
.section-pad { padding: 58px 0; }
h1 { font-size: clamp(35px, 10.5vw, 43px); }
.hero-proof { grid-template-columns: 1fr; gap: 14px; }
.hero-visual { min-height: 380px; }
.hero-img-wrap { height: 380px; border-radius: 22px 22px 58px 22px; }
.floating-card--top { right: 10px; left: 10px; }
.floating-card--bottom { right: 10px; left: 10px; }
.section-head h2,
.process-intro h2,
.faq-grid h2,
.quote-copy h2,
.menu-copy h2 { font-size: clamp(31px, 9vw, 38px); }
.service-card,
.service-card--wide { min-height: 420px; }
.service-card__content {
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
}
.card-number { position: absolute; top: 18px; left: 18px; }
.gallery-grid { grid-auto-rows: 270px; }
.review-card blockquote { font-size: 18px; }
.home-downloads-section .jlf-downloads,
.jlf-downloads { padding: 16px; }
.home-downloads-section .jlf-download-card__body,
.jlf-download-card__body { padding: 18px; }
.mobile-actions {
left: max(8px, env(safe-area-inset-left));
right: max(8px, env(safe-area-inset-right));
bottom: max(8px, env(safe-area-inset-bottom));
}
}
@media (max-width: 360px) {
.container { width: min(calc(100% - 20px), var(--container)); }
h1 { font-size: 34px; }
.section-head h2,
.process-intro h2,
.faq-grid h2,
.quote-copy h2,
.menu-copy h2 { font-size: 30px; }
.hero-lead { font-size: 16px; }
.btn, .jlf-btn { padding-inline: 14px; font-size: 13px; }
.floating-card--bottom strong { font-size: 14px; }
} .jlf-breadcrumb { margin: 0 0 22px; font-size: 13px; color: #666; }
.jlf-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.jlf-breadcrumb li { display: inline-flex; align-items: center; min-width: 0; }
.jlf-breadcrumb li + li::before { content: "/"; margin-right: 8px; color: #aaa; }
.jlf-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.jlf-breadcrumb [aria-current="page"] { overflow-wrap: anywhere; }
.menu-dialog__content img:not([src]) { min-height: min(72vh, 900px); background: var(--cream); }
img[width][height]:not(.jlf-cover-image) { height: auto; }
.hero-img-wrap img,
.service-card__image img,
.gallery-item img,
.menu-preview img { height: 100%; }
@media (max-width: 760px) {
.jlf-breadcrumb { margin-bottom: 16px; }
} .hero-copy,
.hero-visual,
.section-head > *,
.service-card__content > div,
.offer-card,
.review-card,
.jlf-download-card__body {
min-width: 0;
} .hero-img-wrap,
.service-card__image,
.gallery-item,
.home-downloads-section .jlf-download-card__preview,
.jlf-download-card__preview {
position: relative;
overflow: hidden;
}
.hero-img-wrap img,
.service-card__image img,
.gallery-item img,
.home-downloads-section .jlf-download-card__preview img,
.jlf-download-card__preview img {
display: block;
width: 100%;
height: 100% !important;
min-height: 100%;
object-fit: cover;
}
.hero-img-wrap img {
position: absolute;
inset: 0;
object-position: center center;
}
.hero-img-wrap::after { z-index: 1; } h1, h2, h3, h4, h5, h6,
p, li, blockquote, figcaption,
.hero-lead, .section-head p, .process-intro p,
.service-card p, .offer-card p, .why-card p,
.review-card blockquote, .seo-card p, .seo-copy p,
.inner-page-content p, .inner-page-content li,
.jlf-download-card__body p {
word-break: normal !important;
overflow-wrap: normal !important;
hyphens: none !important;
-webkit-hyphens: none !important;
}
h1 em { white-space: normal !important; }
p { text-wrap: pretty; } a[href^="mailto:"],
a[href^="http"],
.footer-grid a,
.footer-legal a,
.jlf-contact-card strong {
overflow-wrap: anywhere;
word-break: break-word;
} @media (max-width: 1180px) {
.hero-grid {
grid-template-columns: 1fr;
gap: 46px;
}
.hero-copy {
max-width: 900px;
}
.hero-copy h1 {
max-width: 880px;
font-size: clamp(48px, 7vw, 72px);
}
.hero-visual,
.hero-img-wrap {
min-height: 560px;
height: 560px;
}
}
@media (max-width: 760px) {
.hero-copy h1 {
max-width: 100%;
font-size: clamp(38px, 10.4vw, 50px);
line-height: 1;
letter-spacing: -.04em;
}
.hero-lead,
.section-head > p,
.process-intro p,
.quote-copy p {
max-width: 100%;
}
.hero-visual,
.hero-img-wrap {
min-height: 430px;
height: 430px;
}
}
@media (max-width: 480px) {
.hero-copy h1 {
font-size: clamp(34px, 10vw, 43px);
line-height: 1.02;
}
.hero-visual,
.hero-img-wrap {
min-height: 380px;
height: 380px;
}
} .reveal,
.reveal.is-visible {
opacity: 1 !important;
transform: none !important;
}
img,
picture,
figure img {
visibility: visible !important;
opacity: 1 !important;
}
.event-photo-strip {
display: grid;
grid-template-columns: 1.35fr .85fr .85fr;
gap: 18px;
margin: 34px 0 42px;
}
.event-photo-strip figure {
position: relative;
min-width: 0;
height: 330px;
margin: 0;
overflow: hidden;
border-radius: 24px;
background: #2d2d2d;
border: 1px solid rgba(255,255,255,.12);
}
.event-photo-strip figure:first-child { height: 380px; }
.event-photo-strip img {
display: block;
width: 100%;
height: 100% !important;
object-fit: cover;
object-position: center;
}
.event-photo-strip figcaption {
position: absolute;
left: 14px;
right: 14px;
bottom: 14px;
padding: 10px 12px;
border-radius: 14px;
color: #fff;
background: rgba(17,17,17,.78);
backdrop-filter: blur(8px);
font-size: 13px;
line-height: 1.35;
}
@media (max-width: 900px) {
.event-photo-strip {
grid-template-columns: 1fr 1fr;
}
.event-photo-strip figure,
.event-photo-strip figure:first-child {
height: 310px;
}
.event-photo-strip figure:first-child {
grid-column: 1 / -1;
height: 420px;
}
}
@media (max-width: 620px) {
.event-photo-strip {
grid-template-columns: 1fr;
gap: 14px;
margin: 26px 0 34px;
}
.event-photo-strip figure,
.event-photo-strip figure:first-child {
grid-column: auto;
height: 280px;
border-radius: 20px;
}
} .hero-img-wrap,
.service-card__image,
.gallery-item,
.event-photo-strip figure {
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
.service-card__image {
position: absolute !important;
inset: 0 !important;
width: 100% !important;
height: 100% !important;
min-height: 100% !important;
background-color: transparent !important;
}
.jlf-cover-image,
.hero-img-wrap > img.jlf-cover-image,
.service-card__image > img.jlf-cover-image,
.gallery-item > img.jlf-cover-image,
.event-photo-strip figure > img.jlf-cover-image {
position: absolute !important;
inset: 0 !important;
display: block !important;
width: 100% !important;
height: 100% !important;
min-width: 100% !important;
min-height: 100% !important;
max-width: none !important;
max-height: none !important;
margin: 0 !important;
object-fit: cover !important;
object-position: center center !important;
}
.service-card__content {
position: relative;
z-index: 2;
}
.service-card::after {
z-index: 1;
pointer-events: none;
}
.service-card__image {
z-index: 0;
}
.service-card {
isolation: isolate;
} .quick-project { padding: 28px 0; background: #fff; }
.quick-project__inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 28px 32px; border: 1px solid var(--line); border-radius: 26px; background: var(--cream); box-shadow: 0 14px 40px rgba(17,17,17,.05); }
.quick-project__copy { max-width: 720px; }
.quick-project__copy h2 { font-size: clamp(26px, 3vw, 42px); line-height: 1.03; letter-spacing: -.045em; margin: 10px 0 0; }
.quick-project__action { display: flex; align-items: center; justify-content: flex-end; gap: 24px; flex: 0 0 auto; }
.quick-project__action p { display: grid; gap: 2px; max-width: 280px; margin: 0; font-size: 13px; color: #666; }
.quick-project__action strong { color: var(--ink); font-size: 15px; }
.case-studies-section { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.case-study-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.case-study-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border-radius: 26px; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 48px rgba(17,17,17,.06); }
.case-study-card__metric { display: inline-flex; align-self: flex-start; padding: 8px 13px; border-radius: 999px; background: var(--yellow); font-size: 13px; font-weight: 950; }
.case-study-card h3 { margin: auto 0 14px; font-size: clamp(28px, 3vw, 40px); line-height: 1; letter-spacing: -.045em; }
.case-study-card p { margin: 0; color: #626262; }
.case-studies-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 22px; padding: 24px 28px; border-radius: 22px; background: var(--yellow); }
.case-studies-cta > div { display: grid; gap: 3px; }
.case-studies-cta strong { font-size: 20px; }
.case-studies-cta span { color: #4f4a15; }
@media (max-width: 1020px) {
.quick-project__inner, .quick-project__action { align-items: flex-start; }
.quick-project__inner { flex-direction: column; }
.quick-project__action { width: 100%; justify-content: space-between; }
.case-study-grid { grid-template-columns: 1fr; }
.case-study-card { min-height: 240px; }
}
@media (max-width: 760px) {
.quick-project { padding: 20px 0; }
.quick-project__inner { padding: 24px 22px; gap: 24px; }
.quick-project__action { flex-direction: column; }
.quick-project__action p, .quick-project__action .btn { width: 100%; max-width: none; }
.case-studies-cta { align-items: stretch; flex-direction: column; }
.case-studies-cta .btn { width: 100%; }
}  .material-section--catalog { background: linear-gradient(180deg, var(--paper), #f8f3e7); overflow: hidden; }
.material-hero-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 0; align-items: stretch; overflow: hidden; border-radius: 34px; background: var(--ink); color: white; box-shadow: 0 24px 70px rgba(17,17,17,.14); }
.material-hero-card__copy { padding: clamp(30px, 4vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.material-hero-card__copy .kicker { color: var(--yellow); }
.material-hero-card__copy h2 { margin: 16px 0 18px; font-size: clamp(36px, 4.8vw, 64px); line-height: .98; letter-spacing: -.055em; max-width: 650px; }
.material-hero-card__copy p { color: rgba(255,255,255,.78); font-size: clamp(16px, 1.35vw, 20px); max-width: 590px; margin-bottom: 22px; }
.material-hero-card__media { min-height: 430px; position: relative; overflow: hidden; }
.material-hero-card__media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(17,17,17,.48), transparent 35%); pointer-events: none; }
.material-hero-card__media img { width: 100%; height: 100%; object-fit: cover; }
.material-price-badge--inline { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: white; box-shadow: none; }
.material-price-badge--inline span { color: rgba(255,255,255,.68); }
.material-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.material-catalog-card { min-width: 0; overflow: hidden; border-radius: 26px; background: white; border: 1px solid rgba(17,17,17,.10); box-shadow: 0 16px 48px rgba(17,17,17,.07); }
.material-catalog-card img { width: 100%; height: 215px; object-fit: cover; }
.material-catalog-card__body { padding: 22px 22px 24px; min-height: 235px; display: flex; flex-direction: column; align-items: flex-start; }
.material-catalog-card__body h3 { margin: 0 0 9px; font-size: clamp(22px, 2vw, 28px); line-height: 1.02; letter-spacing: -.035em; overflow-wrap: anywhere; }
.material-catalog-card__body p { margin: 0 0 16px; color: #555; font-size: 15px; line-height: 1.45; }
.material-catalog-card__body span { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; min-height: 39px; padding: 0 15px; border: 1px solid rgba(17,17,17,.22); border-radius: 999px; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .03em; background: #fffaf0; }
.material-cta-strip { margin-top: 34px; padding: 28px 32px; border-radius: 26px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; gap: 22px; box-shadow: 0 18px 48px rgba(17,17,17,.13); }
.material-cta-strip div { display: grid; gap: 4px; }
.material-cta-strip strong { font-size: 22px; letter-spacing: -.02em; }
.material-cta-strip span { color: rgba(255,255,255,.68); }
@media (max-width: 980px) {
.material-hero-card, .material-catalog-grid { grid-template-columns: 1fr; }
.material-hero-card__media { min-height: 320px; order: -1; }
.material-catalog-card img { height: 245px; }
.material-catalog-card__body { min-height: 0; }
.material-cta-strip { align-items: stretch; flex-direction: column; }
.material-cta-strip .btn { width: 100%; }
}
@media (max-width: 560px) {
.material-hero-card { border-radius: 26px; }
.material-hero-card__copy { padding: 26px; }
.material-hero-card__media { min-height: 240px; }
.material-catalog-grid { gap: 16px; margin-top: 24px; }
.material-catalog-card { border-radius: 22px; }
.material-catalog-card img { height: 190px; }
.material-catalog-card__body { padding: 18px 18px 20px; }
.material-catalog-card__body h3 { font-size: 22px; }
.material-catalog-card__body p { font-size: 14px; }
.material-cta-strip { padding: 23px; border-radius: 22px; }
} .hero-visual, .hero-img-wrap { content-visibility: visible; contain-intrinsic-size: auto 650px; }
.hero-img-wrap img { object-position: center; }
.service-card__image, .gallery-item, .material-photo, .material-catalog-card { content-visibility: auto; contain-intrinsic-size: 430px; }
@media (max-width: 760px) {
.hero { padding-top: 36px; }
.hero-visual, .hero-img-wrap { min-height: 340px; height: 340px; contain-intrinsic-size: auto 340px; }
.hero-img-wrap { border-radius: 30px 30px 90px 30px; }
}
@media (max-width: 480px) {
.hero-visual, .hero-img-wrap { min-height: 310px; height: 310px; }
}