:root {
  --ink: #19392a;
  --ink-deep: #102b20;
  --moss: #3c6441;
  --leaf: #719c54;
  --sage: #dce8d2;
  --cream: #f6f5ed;
  --sand: #eae6d8;
  --white: #fffefa;
  --line: rgba(25, 57, 42, 0.14);
  --display: "DM Serif Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; overflow-x: hidden; overflow-x: clip; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); overflow-x: hidden; overflow-x: clip; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; overscroll-behavior-y: none; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; touch-action: manipulation; }
button { cursor: pointer; }

.page-noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .23; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E"); }
.ambient { position: fixed; border-radius: 50%; pointer-events: none; filter: blur(1px); z-index: -1; }
.ambient-one { width: 38vw; height: 38vw; top: 3vh; right: -18vw; background: rgba(182, 205, 136, .25); animation: drift 15s ease-in-out infinite alternate; }
.ambient-two { width: 26vw; height: 26vw; left: -18vw; top: 64vh; background: rgba(209, 221, 185, .45); animation: drift 19s ease-in-out infinite alternate-reverse; }

.section-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-header { width: min(1380px, calc(100% - 40px)); min-height: 120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 15; transition: min-height .25s ease, box-shadow .25s ease; }
.site-header::before { content: ""; position: absolute; z-index: -1; inset-block: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: rgba(246,245,237,.78); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { min-height: 92px; }
.site-header.scrolled::before { background: rgba(246,245,237,.94); border-color: rgba(25,57,42,.1); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 15px; letter-spacing: -.02em; font-weight: 700; text-transform: uppercase; }
.brand-copy small { font-size: 9px; color: rgba(25,57,42,.65); letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 47px; }
.desktop-nav a { font-size: 13px; color: rgba(25,57,42,.8); position: relative; }
.desktop-nav a::after { position: absolute; content: ""; width: 0; height: 1px; bottom: -7px; left: 0; background: var(--ink); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { height: 46px; padding: 0 17px 0 18px; border: 1px solid var(--ink); border-radius: 999px; display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 700; transition: .25s ease; }
.header-cta svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-cta:hover { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, .85fr); gap: 5vw; align-items: center; padding: 59px 0 100px; }
.eyebrow, .section-label { margin: 0; text-transform: uppercase; font-size: 10px; letter-spacing: .18em; font-weight: 700; color: rgba(25,57,42,.64); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.eyebrow span { width: 24px; height: 1px; display: block; background: var(--leaf); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 650px; font-size: clamp(3.6rem, 6.1vw, 6.05rem); line-height: .91; margin-bottom: 29px; }
h1 em, h2 em { color: var(--moss); font-style: italic; }
.hero-text { color: rgba(25,57,42,.76); max-width: 438px; line-height: 1.65; font-size: 15px; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 999px; min-height: 52px; padding: 0 20px 0 24px; font-size: 13px; font-weight: 700; transition: transform .25s ease, background .25s ease; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--moss); transform: translateY(-3px); }
.text-link { padding: 14px 0; font-size: 13px; font-weight: 600; border-bottom: 1px solid rgba(25,57,42,.25); transition: border-color .2s ease; }
.text-link .icon-arrow { margin-left: 7px; }
.text-link:hover { border-color: var(--ink); }
.icon-arrow { width: 15px; height: 15px; position: relative; display: inline-block; flex: 0 0 auto; color: currentColor; }
.icon-arrow::before { content: ""; position: absolute; top: 7px; left: 1px; width: 12px; height: 1px; background: currentColor; }
.icon-arrow::after { content: ""; position: absolute; top: 4px; right: 1px; width: 5px; height: 5px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.icon-arrow-up { transform: rotate(-45deg); }
.icon-arrow-down { transform: rotate(45deg); }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 55px; }
.rating-mark { min-width: 64px; padding-right: 13px; border-right: 1px solid var(--line); display: grid; line-height: 1; gap: 6px; }
.rating-mark strong { font-family: var(--display); font-weight: 400; font-size: 26px; }
.rating-stars, .stars { display: inline-flex; gap: 2px; color: #d79a24; vertical-align: middle; }
.rating-stars i, .stars i { width: 9px; height: 9px; display: block; background: currentColor; clip-path: polygon(50% 0, 61% 34%, 98% 38%, 69% 60%, 79% 96%, 50% 76%, 21% 96%, 31% 60%, 2% 38%, 39% 34%); }
.hero-proof p { margin: 0; color: rgba(25,57,42,.65); font-size: 11px; line-height: 1.55; }
.hero-proof p strong { font-size: 12px; color: var(--ink); }

.hero-visual { position: relative; height: 510px; max-width: 482px; justify-self: end; width: 100%; }
.hero-frame { position: absolute; z-index: 1; inset: 0 0 16px 34px; overflow: hidden; border-radius: 240px 240px 10px 10px; background: var(--sage); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(16,43,32,.24)); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.84) contrast(1.05); transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.hero-visual:hover .hero-frame img { transform: scale(1.04); }
.hero-outline { position: absolute; z-index: 0; inset: 26px 25px 0 0; border: 1px solid rgba(25,57,42,.3); border-radius: 240px 240px 10px 10px; }
.hero-stamp { position: absolute; z-index: 2; bottom: 45px; left: 0; background: var(--white); padding: 13px 16px; display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 11px 25px rgba(19,51,34,.11); }
.hero-stamp i { width: 30px; height: 1px; background: var(--leaf); position: relative; }
.hero-stamp i::after { content: ""; position: absolute; right: 0; top: -2px; border: 3px solid transparent; border-left-color: var(--leaf); }
.hero-tag { position: absolute; z-index: 2; right: -26px; top: 78px; padding: 11px 14px; border-radius: 999px; background: rgba(246,245,237,.92); backdrop-filter: blur(7px); display: flex; gap: 8px; align-items: center; font-size: 11px; color: var(--ink); box-shadow: 0 9px 30px rgba(17,48,33,.12); }
.tag-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 4px rgba(113,156,84,.18); animation: pulse 2.7s ease infinite; }

.service-ticker { padding: 18px 0; overflow: hidden; contain: paint; background: var(--ink); color: var(--cream); white-space: nowrap; }
.ticker-track { display: inline-flex; gap: 29px; align-items: center; min-width: max-content; animation: ticker 28s linear infinite; }
.ticker-track span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.ticker-spark { width: 11px; height: 11px; display: block; flex: 0 0 auto; background: var(--leaf); clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%); }
.section-bridge { width: min(700px, calc(100% - 64px)); min-height: 95px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 17px; color: rgba(25,57,42,.62); text-align: center; }
.section-bridge span { display: block; width: 32px; height: 1px; flex: 0 0 auto; background: var(--leaf); }
.section-bridge p { margin: 0; max-width: 455px; font-size: 11px; line-height: 1.45; letter-spacing: .04em; }

.intro { padding: 137px 0 126px; display: grid; grid-template-columns: 1fr 2fr; gap: 35px; }
.intro-content { display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 52px; align-items: end; }
.intro h2 { font-size: clamp(2.65rem, 4.1vw, 4rem); line-height: .98; margin: 0; }
.intro-content > p { margin: 0 0 3px; color: rgba(25,57,42,.72); line-height: 1.65; font-size: 14px; }

.services { padding-bottom: 143px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(2.8rem, 4.2vw, 4.35rem); line-height: .94; margin: 17px 0 0; }
.section-heading > p { max-width: 272px; margin: 0 8px 2px 0; color: rgba(25,57,42,.72); line-height: 1.6; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 430px; padding: 28px; border: 1px solid var(--line); background: rgba(255,254,250,.4); overflow: hidden; display: flex; flex-direction: column; transition: transform .35s ease, box-shadow .35s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 18px 36px rgba(23,55,37,.1); }
.service-number { font-size: 11px; letter-spacing: .15em; color: rgba(25,57,42,.6); }
.service-icon { width: 56px; height: 56px; margin: auto 0 22px; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.13); border-radius: 50%; display: grid; place-items: center; }
.service-card:not(.service-card-featured) .service-icon { background: var(--sage); border-color: transparent; }
.service-icon svg { width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.service-card h3 { font-family: var(--display); letter-spacing: -.04em; font-size: 35px; line-height: .92; font-weight: 400; margin: 0 0 16px; }
.service-card p { max-width: 285px; color: rgba(25,57,42,.7); font-size: 13px; line-height: 1.55; margin-bottom: 26px; }
.service-card a { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; padding-top: 13px; border-top: 1px solid var(--line); margin-top: auto; }
.service-card a .icon-arrow { transition: transform .25s ease; }
.service-card a:hover .icon-arrow { transform: translate(3px, -3px) rotate(-45deg); }
.service-card-featured { color: var(--white); border: 0; background: var(--ink); }
.service-photo, .service-card-overlay { position: absolute; inset: 0; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.67); transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.service-card-featured:hover .service-photo img { transform: scale(1.06); }
.service-card-overlay { z-index: 1; display: flex; flex-direction: column; padding: 28px; background: linear-gradient(180deg, rgba(18,53,35,.1), rgba(18,53,35,.84)); }
.service-card-featured .service-number, .service-card-featured p { color: rgba(255,254,250,.76); }
.service-card-featured a { border-color: rgba(255,254,250,.32); }

.signature { min-height: 276px; background: var(--sage); display: grid; grid-template-columns: 150px minmax(0,1.2fr) minmax(270px,.8fr); align-items: center; padding: 50px 70px; gap: 45px; position: relative; overflow: hidden; }
.signature::after { content: "RJ"; position: absolute; font-family: var(--display); font-size: 290px; font-style: italic; right: 30px; bottom: -105px; color: rgba(255,255,255,.22); pointer-events: none; }
.signature-logo { width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.48); }
.signature-logo img { width: 92px; height: 92px; object-fit: contain; }
.signature-copy, .signature-points { position: relative; z-index: 1; }
.signature-copy .section-label { margin-bottom: 13px; }
.signature-quote { font-family: var(--display); font-size: 28px; line-height: 1.05; letter-spacing: -.035em; margin: 0; max-width: 515px; }
.signature-points { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(25,57,42,.25); }
.signature-points li { border-bottom: 1px solid rgba(25,57,42,.25); padding: 12px 0; font-size: 12px; font-weight: 600; }
.signature-points span { color: rgba(25,57,42,.55); font-size: 10px; margin-right: 13px; }

.projects { padding: 143px 0; }
.round-link { width: 106px; height: 106px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-content: center; text-align: center; transition: .3s ease; gap: 1px; }
.round-link span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.round-link .icon-arrow { margin-top: 2px; }
.round-link:hover { background: var(--ink); color: var(--white); transform: rotate(-8deg); }
.project-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 25px; align-items: end; }
.project-main { margin: 0; }
.project-secondary { margin: 0 0 0 0; }
.project-image { position: relative; overflow: hidden; border: 0; padding: 0; background: var(--sage); width: 100%; display: block; }
.project-main .project-image { height: 530px; }
.project-secondary .project-image { height: 368px; }
.project-image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.82); transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.project-main .project-image img { object-position: center 54%; }
.project-secondary .project-image img { object-position: center; }
.project-image:hover img { transform: scale(1.055); filter: saturate(1); }
.zoom-symbol { width: 43px; height: 43px; position: absolute; right: 16px; top: 16px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--white); transform: translateY(-10px); opacity: 0; transition: .3s ease; }
.project-image:hover .zoom-symbol { opacity: 1; transform: translateY(0); }
figcaption { display: grid; gap: 5px; padding: 17px 0 0; }
figcaption strong { font-family: var(--display); letter-spacing: -.025em; font-weight: 400; font-size: 25px; }
figcaption span { font-size: 12px; color: rgba(25,57,42,.65); }

.review-section { background: var(--ink-deep); color: var(--white); padding: 132px 0; position: relative; overflow: hidden; }
.review-section::before { content: ""; position: absolute; width: 700px; height: 700px; left: -270px; top: -380px; border: 1px solid rgba(220,232,210,.16); border-radius: 50%; box-shadow: 0 0 0 82px rgba(220,232,210,.035), 0 0 0 172px rgba(220,232,210,.02); }
.review-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; position: relative; }
.review-heading h2 { font-size: clamp(3rem, 4.45vw, 4.65rem); line-height: .93; margin: 19px 0 47px; }
.review-heading .section-label { color: rgba(255,254,250,.55); }
.review-heading h2 em { color: #d6e6c2; }
.google-rating { display: flex; gap: 10px; align-items: center; }
.google-g { font-family: Arial, sans-serif; font-weight: 700; font-size: 30px; color: #fff; position: relative; }
.google-g::after { content: ""; width: 9px; height: 9px; border-top: 3px solid #4285f4; border-right: 3px solid #4285f4; position: absolute; right: -1px; top: 12px; }
.google-rating div { display: grid; gap: 3px; }
.google-rating strong { font-size: 13px; letter-spacing: .02em; }
.google-rating strong .rating-stars { color: #efc45d; margin-left: 5px; }
.google-rating strong .rating-stars i { width: 8px; height: 8px; }
.google-rating small { color: rgba(255,254,250,.58); font-size: 11px; }
.review-list { display: grid; gap: 14px; padding-top: 9px; }
.review-card { min-height: 150px; border: 1px solid rgba(255,254,250,.17); padding: 26px 29px; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 20px; transition: background .3s ease, transform .3s ease; }
.review-card:hover { background: rgba(255,254,250,.055); transform: translateX(6px); }
.review-card blockquote { margin: 0; font-family: var(--display); font-size: 22px; line-height: 1.05; letter-spacing: -.025em; }
.review-card footer { min-width: 116px; display: grid; gap: 4px; }
.review-card footer strong { font-size: 11px; }
.review-card footer span { font-size: 9px; line-height: 1.3; color: rgba(255,254,250,.55); }

.contact { padding: 140px 0; }
.contact-panel { min-height: 460px; position: relative; overflow: hidden; background: var(--moss); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; }
.contact-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,43,32,.1), rgba(16,43,32,.16)); z-index: 1; }
.contact-photo { overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.55) brightness(.72); }
.contact-content { position: relative; z-index: 2; padding: 75px 8vw 40px 76px; }
.contact .section-label { color: rgba(255,254,250,.6); margin-bottom: 20px; }
.contact h2 { color: var(--white); font-size: clamp(2.6rem, 4vw, 4.2rem); line-height: .95; margin-bottom: 19px; }
.contact h2 em { color: #d7e5c6; }
.contact-content > p:not(.section-label) { max-width: 385px; color: rgba(255,254,250,.75); font-size: 14px; line-height: 1.6; margin-bottom: 27px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: #dce8d2; transform: translateY(-3px); }
.contact-number { position: absolute; z-index: 2; right: 36px; bottom: 23px; display: flex; gap: 7px; color: rgba(255,254,250,.52); font-size: 11px; letter-spacing: .13em; }

.site-footer { min-height: 120px; padding-bottom: 34px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; }
.site-footer p, .site-footer > a:not(.brand) { margin: 0; font-size: 11px; color: rgba(25,57,42,.65); }
.site-footer > a:not(.brand) { font-weight: 700; color: var(--ink); }

.lightbox { position: fixed; z-index: 30; inset: 0; padding: 40px; background: rgba(11,30,20,.9); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { display: block; width: auto; height: auto; max-width: min(100%, 900px); max-height: 85vh; object-fit: contain; transform: scale(.95); transition: transform .3s ease; }
.lightbox.open img { transform: scale(1); }
.lightbox-close { position: absolute; top: 23px; right: 27px; border: 0; background: none; color: var(--white); font-size: 36px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .11s; }
.reveal-delay-2 { transition-delay: .2s; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes drift { to { transform: translate(4vw, 5vh) scale(1.06); } }
@keyframes pulse { 50% { transform: scale(.72); opacity: .65; } }

@media (max-width: 900px) {
  html { scroll-padding-top: 110px; }
  .section-shell { width: min(100% - 40px, 640px); }
  .site-header { width: 100%; min-height: 102px; padding: 0 20px; }
  .site-header.scrolled { min-height: 88px; }
  .site-header::before { background: rgba(246,245,237,.92); }
  .desktop-nav { display: none; }
  .brand { gap: 12px; }
  .brand img { width: 52px; height: 52px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 9px; }
  .header-cta { width: 46px; height: 46px; padding: 0; justify-content: center; margin-left: auto; margin-right: 10px; background: var(--ink); color: var(--white); }
  .header-cta span { display: none; }
  .header-cta svg { width: 16px; }
  .menu-button { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(25,57,42,.18); border-radius: 50%; padding: 0; background: rgba(255,254,250,.72); }
  .menu-button span { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { display: block; position: absolute; top: calc(100% - 4px); right: 16px; width: min(320px, calc(100vw - 32px)); padding: 14px; background: var(--white); box-shadow: 0 15px 35px rgba(23,55,37,.14); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .25s ease; border: 1px solid rgba(25,57,42,.08); border-radius: 0 0 16px 16px; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-nav a { display: block; padding: 13px; font-size: 13px; border-bottom: 1px solid var(--line); }
  .mobile-nav a:last-child { border-bottom: 0; background: var(--ink); color: var(--white); margin-top: 8px; }
  .hero { padding: 41px 0 68px; min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .hero-visual { height: 400px; width: min(100%, 450px); justify-self: start; margin-left: 0; }
  .hero-frame { left: 24px; }
  .hero-outline { right: 15px; }
  .hero-tag { right: -3px; }
  .intro { padding: 76px 0 82px; grid-template-columns: 1fr; gap: 26px; border-bottom: 1px solid var(--line); }
  .intro-content { grid-template-columns: 1fr; gap: 22px; }
  .intro-content > p { max-width: 420px; }
  .section-heading { align-items: start; flex-direction: column; gap: 23px; margin-bottom: 37px; }
  .section-heading > p { margin: 0; }
  .services { padding-top: 75px; padding-bottom: 92px; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { min-height: 365px; }
  .signature { width: 100%; grid-template-columns: 95px 1fr; padding: 48px 40px; gap: 27px; }
  .signature-logo { width: 90px; height: 90px; }
  .signature-logo img { width: 68px; height: 68px; }
  .signature-points { grid-column: 1 / -1; }
  .projects { padding: 92px 0; }
  .project-grid { grid-template-columns: 1fr; gap: 42px; }
  .project-main .project-image { height: 420px; }
  .project-secondary .project-image { height: 390px; }
  .review-section { padding: 92px 0; }
  .review-inner { grid-template-columns: 1fr; gap: 48px; }
  .review-heading h2 { margin-bottom: 30px; }
  .review-card { grid-template-columns: 1fr; gap: 15px; padding: 24px; }
  .review-card footer { min-width: 0; }
  .contact { padding: 92px 0; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-photo { height: 180px; }
  .contact-content { padding: 55px 32px 72px; }
  .contact-number { left: 32px; right: auto; }
}

@media (max-width: 500px) {
  .section-shell { width: calc(100% - 32px); }
  .site-header { padding: 0 16px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 14px; }
  h1 { font-size: clamp(3rem, 13.5vw, 4.2rem); line-height: .94; }
  .hero { padding-top: 33px; gap: 40px; }
  .hero-visual { height: 352px; }
  .hero-frame { left: 15px; inset-bottom: 8px; }
  .hero-outline { right: 8px; top: 20px; }
  .hero-stamp { bottom: 28px; padding: 11px 12px; font-size: 9px; }
  .hero-tag { top: 56px; font-size: 10px; }
  .hero-proof { margin-top: 39px; }
  .button { width: 100%; justify-content: space-between; }
  .hero-actions .text-link { margin: 0 auto; }
  .signature { grid-template-columns: 1fr; padding: 40px 32px; }
  .signature-logo { width: 80px; height: 80px; }
  .signature-points { grid-column: auto; }
  .round-link { width: 84px; height: 84px; }
  .site-footer { padding: 28px 0; align-items: start; flex-direction: column; gap: 22px; }
  .lightbox { padding: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
