
:root {
  --ink: #12110f;
  --paper: #f3eee4;
  --sand: #ddc49d;
  --sand-dark: #aa8a5f;
  --white: #fffdf7;
  --muted: #6c675f;
  --line: rgba(18, 17, 15, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 90px; }

.site-header {
  height: 78px;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  padding: 0 4vw;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(18,17,15,.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
}
.brand { width: 58px; height: 58px; display: flex; align-items: center; }
.brand img { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; clip-path: circle(49% at 50% 50%); }
nav { display: flex; justify-content: center; gap: 34px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
nav a { opacity: .78; transition: opacity .2s; }
nav a:hover { opacity: 1; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 11px; }
.header-social { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(221,196,157,.42); border-radius: 50%; color: var(--sand); transition: background .2s ease, color .2s ease, transform .2s ease; }
.header-social svg { width: 17px; height: 17px; overflow: visible; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.header-social rect, .header-social circle:not(.header-social-dot) { fill: none; }
.header-social-dot { stroke: none; }
.header-social:hover { background: var(--sand); color: var(--ink); transform: translateY(-2px); }
.header-contact { border-bottom: 1px solid var(--sand); padding: 8px 0; margin-left: 3px; color: var(--sand); font-size: 14px; }

.hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: 56% 44%;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.hero-copy { padding: 82px 7vw 76px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; color: var(--sand-dark); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.hero .eyebrow { color: var(--sand); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 5.55vw, 86px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
h1 span { display: block; color: var(--sand); font-style: italic; }
.lead { max-width: 570px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; font-size: 14px; font-weight: 700; letter-spacing: .03em; transition: transform .2s, background .2s; position: relative; overflow: hidden; isolation: isolate; }
.button::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(255,255,255,.24); transform: translateX(-105%) skewX(-18deg); transition: transform .48s ease; }
.button:hover::after { transform: translateX(105%) skewX(-18deg); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sand); color: var(--ink); }
.text-link { color: var(--white); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.text-link span { margin-left: 8px; color: var(--sand); }
.text-link.dark { color: var(--ink); border-color: var(--line); display: inline-block; margin-top: 18px; }

.hero-visual { position: relative; overflow: hidden; isolation: isolate; min-height: 590px; border-left: 1px solid rgba(255,255,255,.08); background: #1b1915; }
.hero-project-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 54% center; transform: scale(1.015); animation: hero-photo 14s ease-in-out infinite alternate; }
.hero-image-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(18,17,15,.08) 35%, rgba(18,17,15,.78) 100%); }
@keyframes hero-photo { from { transform: scale(1.015); } to { transform: scale(1.07); } }
.hero-mark { width: 92px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; box-shadow: 0 12px 35px rgba(0,0,0,.42); position: absolute; z-index: 2; left: 26px; top: 26px; }
.hero-mark img { width: 100%; height: 100%; object-fit: contain; }
.hero-project-caption { position: absolute; z-index: 2; left: 30px; bottom: 30px; display: grid; gap: 4px; }
.hero-project-caption span { color: var(--sand); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-project-caption strong { font: 400 26px Georgia, serif; }
.location-tag { position: absolute; z-index: 1; right: 24px; top: 50%; bottom: auto; writing-mode: vertical-rl; white-space: nowrap; transform: translateY(-50%) rotate(180deg); color: rgba(255,255,255,.45); letter-spacing: .15em; text-transform: uppercase; font-size: 10px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--sand); border-bottom: 1px solid rgba(18,17,15,.15); }
.trust-strip span { padding: 22px 12px; text-align: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; border-right: 1px solid rgba(18,17,15,.14); }
.section { padding: 104px 7vw; }
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 7vw; align-items: end; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(40px, 4.55vw, 66px); font-weight: 400; letter-spacing: -.042em; line-height: 1.03; margin-bottom: 0; }
.section-heading > p:last-child { max-width: 460px; color: var(--muted); line-height: 1.7; margin-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 245px; padding: 28px; border-top: 1px solid rgba(18,17,15,.28); background: rgba(255,253,247,.5); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: background .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.service-card::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--sand-dark); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.service-card:hover { z-index: 1; background: var(--ink); color: var(--white); transform: translateY(-7px); box-shadow: 0 20px 45px rgba(18,17,15,.15); }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover p { color: rgba(255,255,255,.64); }
.service-number { color: var(--sand-dark); font-family: Georgia, serif; font-style: italic; margin-bottom: auto; }
.service-card h3 { margin: 35px 0 14px; font-size: 20px; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin-bottom: 0; }

.rot-section { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.rot-details { position: relative; }
.rot-toggle { min-height: 118px; padding: 24px 7vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; transition: background .25s ease; }
.rot-toggle::-webkit-details-marker { display: none; }
.rot-toggle:hover { background: rgba(255,255,255,.035); }
.rot-toggle > span:first-child { display: grid; gap: 7px; }
.rot-toggle small { color: var(--sand); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.rot-toggle strong { font: 400 clamp(25px, 2.5vw, 36px)/1.1 Georgia, serif; }
.rot-toggle-action { display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.58); }
.rot-toggle-action i { font-style: normal; font-size: 12px; }
.rot-toggle-action b { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(221,196,157,.45); border-radius: 50%; color: var(--sand); font: 300 24px/1 Arial, sans-serif; transition: transform .35s ease, background .25s ease; }
.rot-toggle:hover .rot-toggle-action b { background: var(--sand); color: var(--ink); }
.rot-details[open] .rot-toggle-action b { transform: rotate(45deg); }
.rot-details[open] .rot-toggle-action i { font-size: 0; }
.rot-details[open] .rot-toggle-action i::after { content: "Stäng guiden"; font-size: 12px; }
.rot-content { position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); }
.rot-content::before { content: "ROT"; position: absolute; right: -1vw; top: -4vw; color: rgba(255,255,255,.025); font: 400 clamp(180px, 28vw, 430px)/1 Georgia, serif; letter-spacing: -.08em; pointer-events: none; }
.rot-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; margin-bottom: 54px; }
.rot-heading .eyebrow { color: var(--sand); }
.rot-heading h2 { max-width: 720px; }
.rot-summary { padding-left: 28px; border-left: 1px solid rgba(221,196,157,.45); }
.rot-summary strong { display: block; margin-bottom: 10px; color: var(--sand); font: 400 25px/1.25 Georgia, serif; }
.rot-summary p { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }
.rot-cards { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rot-card { padding: 34px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); }
.rot-symbol { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; font-size: 22px; }
.rot-card-yes .rot-symbol { background: var(--sand); color: var(--ink); }
.rot-card-no .rot-symbol { background: rgba(255,255,255,.12); color: rgba(255,255,255,.7); }
.rot-card h3 { margin-bottom: 22px; font-size: 20px; }
.rot-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.rot-card li { position: relative; padding-left: 19px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.55; }
.rot-card li::before { content: ""; position: absolute; left: 0; top: .67em; width: 6px; height: 1px; background: var(--sand); }
.rot-card-no li::before { background: rgba(255,255,255,.38); }
.rot-process { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.rot-process > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 28px 30px 28px 0; border-right: 1px solid rgba(255,255,255,.14); }
.rot-process > div + div { padding-left: 30px; }
.rot-process > div:last-child { border-right: 0; }
.rot-process span { color: var(--sand); font: italic 16px Georgia, serif; }
.rot-process p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.6; }
.rot-footer { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 32px; }
.rot-footer p { max-width: 780px; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }
.rot-source { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(221,196,157,.45); color: var(--sand); font-size: 13px; white-space: nowrap; }
.rot-source span { transition: transform .2s ease; }
.rot-source:hover span { transform: translate(3px,-3px); }
.rot-updated { position: relative; z-index: 1; margin: 18px 0 0; color: rgba(255,255,255,.3); font-size: 10px; letter-spacing: .06em; }

.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process-grid article { padding: 34px 5vw 10px 0; border-right: 1px solid var(--line); }
.process-grid article + article { padding-left: 5vw; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--sand-dark); font: italic 18px Georgia, serif; }
.process-grid h3 { margin: 40px 0 14px; font-size: 21px; }
.process-grid p { color: var(--muted); line-height: 1.65; font-size: 14px; }

.project-section { background: #e9e4da; display: grid; grid-template-columns: 1.48fr .52fr; gap: 6vw; align-items: center; }
.project-section-alt { background: var(--white); grid-template-columns: .58fr 1.42fr; }
.project-section-alt .project-image { grid-column: 2; grid-row: 1; justify-self: end; }
.project-section-alt .project-copy { grid-column: 1; grid-row: 1; }
.project-image { aspect-ratio: 1.38; background: #27241f; position: relative; overflow: hidden; box-shadow: 0 28px 65px rgba(63,47,29,.2); }
.project-image-portrait { width: min(100%, 620px); aspect-ratio: 3 / 4; }
.project-image::after { content: ""; position: absolute; z-index: 8; inset: 0; background: var(--ink); transform: translateX(0); pointer-events: none; transition: transform .9s cubic-bezier(.77,0,.18,1) .18s; }
.project-section.is-visible .project-image::after { transform: translateX(102%); }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.after-image { position: absolute; inset: 0; }
.before-image { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.slider-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 3px; background: var(--white); transform: translateX(-50%); pointer-events: none; }
.slider-line span { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); transform: translate(-50%,-50%); box-shadow: 0 5px 18px rgba(0,0,0,.25); font-weight: 700; }
.project-section.is-visible .slider-line span { animation: slider-hint 1.6s ease 1.2s 2; }
@keyframes slider-hint { 0%,100% { box-shadow: 0 5px 18px rgba(0,0,0,.25), 0 0 0 0 rgba(255,253,247,.55); } 50% { box-shadow: 0 5px 18px rgba(0,0,0,.25), 0 0 0 12px rgba(255,253,247,0); } }
.compare-slider { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.before-label, .after-label { position: absolute; z-index: 2; top: 18px; background: rgba(18,17,15,.82); color: var(--white); padding: 8px 12px; font: italic 15px Georgia, serif; opacity: 1; transition: opacity .22s ease, transform .22s ease; }
.before-label { left: 18px; }
.after-label { right: 18px; }
.before-after.only-before .after-label { opacity: 0; transform: translateX(8px); }
.before-after.only-after .before-label { opacity: 0; transform: translateX(-8px); }
.project-placeholder { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; background: linear-gradient(110deg, #5b554a 0 49.7%, #292722 50.3% 100%); color: rgba(255,255,255,.45); font: italic 30px Georgia, serif; }
.project-placeholder span { text-align: center; }
.project-placeholder i { height: 100%; background: rgba(255,255,255,.55); }
.project-label { position: absolute; left: 20px; bottom: 20px; background: var(--paper); padding: 11px 15px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.project-copy > p:not(.eyebrow) { color: #5e5a53; line-height: 1.7; }
.project-copy h2 { margin-bottom: 28px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 24px; }
.project-tags span { border: 1px solid rgba(18,17,15,.22); border-radius: 999px; padding: 7px 11px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.projects { background: #e9e4da; }
.projects-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 6vw; align-items: end; margin-bottom: 48px; }
.projects-heading h2 { max-width: 760px; }
.projects-heading > p { max-width: 380px; margin-bottom: 5px; color: var(--muted); line-height: 1.65; }
.ongoing-grid { display: grid; grid-template-columns: minmax(0, 900px); }
.ongoing-card { display: grid; grid-template-columns: 1.15fr .85fr; }
.ongoing-card .project-card-image { min-height: 330px; aspect-ratio: auto; }
.ongoing-card .project-card-meta { min-height: 100%; padding: 38px; align-content: center; }
.completed-heading { margin-top: 86px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.project-card { appearance: none; border: 0; padding: 0; background: var(--white); color: var(--ink); text-align: left; cursor: pointer; font: inherit; overflow: hidden; box-shadow: 0 16px 38px rgba(63,47,29,.08); transition: transform .35s ease, box-shadow .35s ease; }
.project-card:hover { transform: translateY(-7px); box-shadow: 0 26px 55px rgba(63,47,29,.16); }
.project-card-image { display: block; position: relative; aspect-ratio: 1.08; overflow: hidden; background: #2a2722; }
.project-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(18,17,15,.72)); opacity: .28; transition: opacity .35s ease; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.65,.2,1); }
.project-card:nth-child(2) .project-card-image img, .project-card:nth-child(3) .project-card-image img { object-position: center 70%; }
.project-card:hover .project-card-image img { transform: scale(1.045); }
.project-card:hover .project-card-image::after { opacity: .72; }
.project-card-image > span { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: .05em; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.project-card:hover .project-card-image > span { opacity: 1; transform: translateY(0); }
.project-card-meta { min-height: 126px; padding: 22px; display: grid; grid-template-columns: 1fr auto; align-content: start; column-gap: 15px; }
.project-card-meta small { grid-column: 1 / -1; margin-bottom: 12px; color: var(--sand-dark); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-card-meta strong { font: 400 23px/1.15 Georgia, serif; }
.project-card-meta i { font-style: normal; font-size: 20px; color: var(--sand-dark); transition: transform .3s ease; }
.project-card:hover .project-card-meta i { transform: translate(3px,-3px); }

body.dialog-open { overflow: hidden; }
.project-dialog { width: min(1120px, calc(100% - 44px)); max-height: calc(100dvh - 44px); margin: auto; padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.55); overflow: auto; }
.project-dialog::backdrop { background: rgba(11,10,9,.84); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.dialog-close { position: fixed; z-index: 12; width: 46px; height: 46px; margin: 14px 14px 0 0; right: max(22px, calc((100vw - 1120px) / 2 + 14px)); top: max(22px, calc((100vh - min(100vh - 44px, 780px)) / 2 + 14px)); border: 0; border-radius: 50%; background: rgba(18,17,15,.9); color: var(--white); font: 300 30px/1 Arial, sans-serif; cursor: pointer; }
.dialog-layout { min-height: 620px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; }
.dialog-layout .project-image { width: 100%; height: min(76vh, 760px); aspect-ratio: auto; box-shadow: none; }
.dialog-layout .project-image::after { display: none; }
.dialog-copy { padding: 60px 48px; }
.dialog-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 58px); }
.dialog-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin-bottom: 30px; }
.dialog-detail { width: 100%; margin: 0 0 28px; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: zoom-in; font: inherit; }
.dialog-detail img { width: 100%; max-height: 260px; object-fit: cover; object-position: center 58%; transition: filter .2s ease, transform .25s ease; }
.dialog-detail > span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.dialog-detail > i { display: none; }
.dialog-detail:not(.is-zoomed):hover img { filter: brightness(.9); transform: scale(.99); }
.dialog-detail.is-zoomed { position: fixed; z-index: 100; inset: 0; margin: 0; padding: 32px; display: grid; place-items: center; background: rgba(8,7,6,.94); cursor: zoom-out; }
.dialog-detail.is-zoomed img { width: auto; height: auto; max-width: min(100%, 1100px); max-height: calc(100dvh - 64px); object-fit: contain; }
.dialog-detail.is-zoomed > span { display: none; }
.dialog-detail.is-zoomed > i { position: fixed; right: 24px; top: 20px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--white); color: var(--ink); font: normal 30px/1 Arial,sans-serif; }

.about { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 8vw; background: var(--white); }
.about-badge { justify-self: center; width: min(285px, 68vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; overflow: hidden; box-shadow: 0 22px 55px rgba(18,17,15,.11); }
.about-badge img { width: 100%; height: 100%; object-fit: contain; }
.about-copy { max-width: 650px; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.8; }
.reviews { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; align-items: start; background: #e9e4da; }
.reviews-heading h2 { max-width: 420px; }
.review-card { margin: 0; padding: 46px 50px; background: var(--ink); color: var(--white); box-shadow: 0 25px 60px rgba(18,17,15,.12); position: relative; overflow: hidden; }
.review-card::before { content: "“"; position: absolute; right: 26px; top: -42px; color: rgba(221,196,157,.09); font: 190px/1 Georgia, serif; }
.review-card blockquote { position: relative; margin: 0 0 42px; max-width: 780px; font: 400 clamp(29px,3.2vw,47px)/1.25 Georgia, serif; letter-spacing: -.025em; }
.review-card figcaption { display: flex; align-items: center; gap: 17px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }
.review-recommendation { color: var(--sand); font-weight: 700; }
.review-card figcaption strong { font-weight: 600; }
.review-card figcaption a { margin-left: auto; color: rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 4px; }
.review-card figcaption a:hover { color: var(--sand); }
.area { display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 30px; font-size: 14px; line-height: 1.6; }
.area span { color: var(--muted); }
.service-area-details { margin-top: 18px; font-size: 14px !important; line-height: 1.65 !important; }

.quote-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; background-color: #191713; background-image: repeating-linear-gradient(101deg, transparent 0 27px, rgba(221,196,157,.018) 28px, transparent 30px); color: var(--white); align-items: start; }
.quote-intro { position: sticky; top: 40px; }
.quote-intro .eyebrow { color: var(--sand); }
.quote-intro h2 { margin-bottom: 28px; }
.quote-intro > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; }
.quote-points { display: grid; gap: 12px; margin-top: 34px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.5; }
.quote-points span::first-letter { color: var(--sand); }
.quote-form { padding: 38px; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 9px; margin-bottom: 20px; font-size: 14px; font-weight: 600; letter-spacing: 0; line-height: 1.4; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(18,17,15,.2); border-radius: 0; background: #fbf8f1; color: var(--ink); padding: 14px; font-family: inherit; font-size: 15px; font-weight: 400; letter-spacing: 0; outline: none; }
.quote-form input, .quote-form select { min-height: 51px; }
.quote-form textarea { resize: vertical; min-height: 140px; line-height: 1.5; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--sand-dark); box-shadow: 0 0 0 3px rgba(170,138,95,.14); }
.upload-field { position: relative; padding: 18px; border: 1px dashed rgba(18,17,15,.28); background: #f6f0e5; grid-template-columns: auto 1fr !important; align-items: center; column-gap: 14px !important; }
.upload-field > span:first-child { grid-column: 1 / -1; }
.upload-field small { color: var(--muted); font-size: 13px; font-weight: 400; }
.upload-field input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-button { display: inline-flex; min-height: 42px; padding: 0 16px; align-items: center; justify-content: center; background: var(--ink); color: var(--white); cursor: pointer; }
.file-status { color: var(--muted); font-size: 12px; font-weight: 400; }
.website-field { position: absolute !important; left: -9999px !important; }
.submit-button { border: 0; cursor: pointer; width: 100%; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-note a { border-bottom: 1px solid var(--sand-dark); }

.facebook-strip { min-height: 210px; padding: 42px 7vw; display: grid; grid-template-columns: 72px 1fr auto; gap: 34px; align-items: center; background: var(--sand); color: var(--ink); }
.facebook-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--sand); font: 700 40px/1 Arial, sans-serif; }
.facebook-copy .eyebrow { margin-bottom: 9px; color: rgba(18,17,15,.58); }
.facebook-copy h2 { margin-bottom: 8px; font-size: clamp(30px, 3vw, 43px); }
.facebook-copy > p:not(.eyebrow) { margin: 0; color: rgba(18,17,15,.62); font-size: 14px; }
.social-links { display: flex; gap: 12px; align-items: center; }
.social-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(18,17,15,.38); border-radius: 50%; color: var(--ink); transition: background .2s ease, color .2s ease, transform .2s ease; }
.social-icon svg { width: 24px; height: 24px; overflow: visible; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.social-icon rect, .social-icon circle:not(.social-icon-dot) { fill: none; }
.social-icon-dot { stroke: none; }
.social-icon:hover { background: var(--ink); color: var(--sand); transform: translateY(-3px); }
.facebook-link { display: inline-flex; align-items: center; gap: 12px; padding: 15px 0 8px; border-bottom: 1px solid rgba(18,17,15,.45); font-size: 13px; font-weight: 700; white-space: nowrap; }
.facebook-link span { font-size: 18px; transition: transform .2s ease; }
.facebook-link:hover span { transform: translate(3px,-3px); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.services .service-card, .process-grid article { opacity: 0; transform: translateY(20px); }
.services.is-visible .service-card, .process.is-visible .process-grid article { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .55s ease, background .35s ease, color .35s ease, box-shadow .35s ease; }
.services.is-visible .service-card:nth-child(2), .process.is-visible .process-grid article:nth-child(2) { transition-delay: .08s, .08s, 0s, 0s, 0s; }
.services.is-visible .service-card:nth-child(3), .process.is-visible .process-grid article:nth-child(3) { transition-delay: .16s, .16s, 0s, 0s, 0s; }
.services.is-visible .service-card:nth-child(4) { transition-delay: .24s, .24s, 0s, 0s, 0s; }
.services.is-visible .service-card:nth-child(5) { transition-delay: .32s, .32s, 0s, 0s, 0s; }

.contact-section { padding: 110px 7vw; text-align: center; background: var(--ink); color: var(--white); }
.contact-section .eyebrow { color: var(--sand); }
.contact-section h2 { max-width: 820px; margin: 0 auto 20px; }
.contact-section > p:not(.eyebrow) { color: rgba(255,255,255,.6); margin-bottom: 35px; }
.button-light { background: var(--white); color: var(--ink); }
footer { min-height: 150px; padding: 35px 5vw; background: #0b0a09; color: rgba(255,255,255,.55); display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 30px; font-size: 12px; }
footer img { width: 88px; justify-self: center; border-radius: 50%; clip-path: circle(49% at 50% 50%); }
footer p { margin: 0; text-align: center; }
.footer-details { display: grid; gap: 5px; }
.footer-details p:first-child { color: rgba(255,255,255,.82); font-weight: 600; }
footer a { color: var(--sand); }
.mobile-quote { display: none; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--ink); }
.thanks-card { width: min(720px, 100%); padding: 60px; background: var(--white); text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.thanks-card img { width: 110px; margin: 0 auto 28px; }
.thanks-card h1 { max-width: 620px; margin: 0 auto 24px; font-size: clamp(42px, 7vw, 70px); line-height: 1; }
.thanks-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin-bottom: 30px; }
.thanks-card > p a { text-decoration: underline; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .brand { width: 58px; height: 58px; }
  .brand img { width: 56px; height: 56px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 78px 6vw 64px; }
  .hero-visual { min-height: 360px; border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .hero-mark { width: 76px; left: 22px; top: 22px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .section { padding: 85px 6vw; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .rot-heading { grid-template-columns: 1fr; gap: 28px; }
  .rot-summary { max-width: 520px; }
  .rot-process { grid-template-columns: 1fr; }
  .rot-process > div, .rot-process > div + div { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .rot-process > div:last-child { border-bottom: 0; }
  .rot-footer { grid-template-columns: 1fr; gap: 22px; }
  .rot-source { justify-self: start; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 18px; }
  .project-section, .about, .reviews, .quote-section { grid-template-columns: 1fr; }
  .project-section-alt .project-image, .project-section-alt .project-copy { grid-column: 1; grid-row: auto; }
  .project-section-alt .project-image { justify-self: start; }
  .project-copy { max-width: 620px; }
  .projects-heading { grid-template-columns: 1fr; gap: 22px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:first-child { grid-column: 1 / -1; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-layout .project-image { height: min(62vh, 620px); }
  .dialog-copy { padding: 38px; }
  .quote-intro { position: static; }
  .facebook-strip { grid-template-columns: 64px 1fr; }
  .social-links { grid-column: 2; justify-self: start; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 20px; }
  .header-actions { gap: 8px; }
  .header-social { width: 31px; height: 31px; }
  .header-contact { display: none; }
  .hero-copy { padding: 52px 22px 48px; }
  h1 { font-size: 39px; line-height: 1.02; }
  .lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { min-height: 330px; }
  .hero-mark { width: 64px; left: 16px; top: 16px; }
  .hero-project-caption { left: 18px; bottom: 18px; }
  .hero-project-caption strong { font-size: 21px; }
  .location-tag { display: none; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip span { border-bottom: 1px solid rgba(18,17,15,.14); }
  .section { padding: 70px 22px; }
  .ongoing-card { grid-template-columns: 1fr; }
  .ongoing-card .project-card-image { min-height: 280px; }
  .ongoing-card .project-card-meta { min-height: 126px; padding: 22px; }
  .completed-heading { margin-top: 64px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .rot-toggle { min-height: 100px; padding: 20px 22px; }
  .rot-toggle-action i { display: none; }
  .rot-toggle-action b { width: 38px; height: 38px; }
  .rot-content::before { font-size: 190px; top: 20px; }
  .rot-summary { padding-left: 18px; }
  .rot-summary strong { font-size: 22px; }
  .rot-cards { grid-template-columns: 1fr; }
  .rot-card { padding: 26px 22px; }
  .rot-symbol { margin-bottom: 22px; }
  .rot-process { margin-top: 38px; }
  .project-image { aspect-ratio: 1.38; }
  .project-grid { grid-template-columns: 1fr; gap: 12px; }
  .project-card:first-child { grid-column: auto; }
  .project-card-image { aspect-ratio: 1.32; }
  .project-card-meta { min-height: 105px; padding: 18px; }
  .project-card-meta strong { font-size: 21px; }
  .project-card-image > span { opacity: 1; transform: none; font-size: 11px; }
  .project-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .dialog-close { position: absolute; right: 10px; top: 10px; margin: 0; }
  .dialog-layout .project-image { height: 54dvh; min-height: 380px; aspect-ratio: auto; }
  .dialog-copy { padding: 30px 22px 36px; }
  .dialog-copy h2 { font-size: 38px; }
  .before-label, .after-label { top: 8px; padding: 5px 8px; font-size: 11px; }
  .before-label { left: 8px; }
  .after-label { right: 8px; }
  .about-badge { width: 240px; }
  .review-card { padding: 34px 24px; }
  .review-card blockquote { margin-bottom: 32px; font-size: 29px; }
  .review-card figcaption { align-items: flex-start; flex-direction: column; gap: 9px; }
  .review-card figcaption a { margin-left: 0; margin-top: 8px; }
  .area { grid-template-columns: 1fr; gap: 5px; }
  .contact-section { padding: 80px 22px; }
  .button-light { font-size: 12px; padding: 0 18px; }
  .quote-section { padding-left: 0; padding-right: 0; }
  .quote-intro { padding: 0 22px; }
  .quote-form { padding: 28px 22px; }
  .facebook-strip { min-height: 0; padding: 40px 22px; grid-template-columns: 50px 1fr; gap: 22px 16px; }
  .facebook-mark { width: 50px; height: 50px; font-size: 31px; }
  .social-links { grid-column: 1 / -1; }
  .social-icon { width: 48px; height: 48px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .upload-field { grid-template-columns: 1fr !important; }
  .upload-button { width: 100%; }
  .file-status { text-align: center; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer img { margin: 0 auto; }
  body { padding-bottom: 72px; }
  .mobile-quote { display: flex; position: fixed; z-index: 20; left: 14px; right: 14px; bottom: 12px; min-height: 50px; align-items: center; justify-content: center; border-radius: 3px; background: var(--sand); color: var(--ink); font-size: 14px; font-weight: 800; box-shadow: 0 8px 28px rgba(0,0,0,.3); }
  .thanks-card { padding: 38px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .services .service-card, .process-grid article { opacity: 1; transform: none; }
  .project-image::after { display: none; }
  .slider-line span { animation: none !important; }
  .hero-project-image { animation: none; }
}
