@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #173f43;
  --ink-2: #20565a;
  --paper: #fff8ec;
  --paper-2: #fde9d8;
  --white: #fffdf9;
  --muted: #61716f;
  --line: rgba(23, 63, 67, .15);
  --accent: #ed7040;
  --accent-dark: #c94e29;
  --sun: #f4bf4f;
  --sage: #e8f3df;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Manrope', Arial, sans-serif;
  --radius: 22px;
  --shell: min(1240px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 124px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 18px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; height: 88px; z-index: 100; color: var(--white); transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 72px; background: rgba(18, 27, 26, .96); box-shadow: 0 14px 32px rgba(0, 0, 0, .12); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-family: var(--display); font-size: 20px; letter-spacing: -.035em; }
.brand b { font-weight: 700; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-brand { width: 226px; min-height: 67px; padding: 0; display: flex; flex-direction: column; align-items: stretch; gap: 3px; overflow: visible; color: var(--white); background: transparent; border: 0; border-radius: 0; box-shadow: none; transition: transform .2s; }
.header-brand:hover { transform: translateY(-1px); }
.brand-logo-viewport { position: relative; width: 226px; height: 50px; display: block; overflow: hidden; background: var(--paper-2); border: 1px solid rgba(255, 196, 159, .72); border-radius: 14px; box-shadow: 0 8px 24px rgba(0, 0, 0, .14); transition: box-shadow .2s; }
.header-brand:hover .brand-logo-viewport { box-shadow: 0 10px 28px rgba(0, 0, 0, .2); }
.brand-logo { position: absolute; top: -43.5px; left: -53px; width: 330px; height: auto; max-width: none; mix-blend-mode: multiply; }
.brand-owner { display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; font-family: var(--sans); font-size: 13px; font-weight: 700; line-height: 1.1; letter-spacing: .12em; text-shadow: 0 1px 5px rgba(0, 0, 0, .4); text-transform: uppercase; }
.brand-owner::before, .brand-owner::after { width: 17px; height: 1px; content: ''; background: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.site-nav a { color: rgba(255, 255, 255, .76); font-size: 14px; font-weight: 500; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.nav-phone { min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; font-size: 14px; font-weight: 600; transition: border .2s, background .2s; }
.nav-phone:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }
.nav-phone svg, .mobile-call svg { width: 17px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; }

.hero { min-height: min(920px, 100svh); position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url('images/web/hero-tym-na-strese.jpg') 54% center / cover no-repeat; filter: saturate(1.06) contrast(1.02); transform: scale(1.015); animation: hero-in 1.3s cubic-bezier(.2,.65,.3,1) both; }
.hero-overlay { background: linear-gradient(90deg, rgba(17,58,60,.94) 0%, rgba(17,58,60,.76) 40%, rgba(17,58,60,.18) 76%), linear-gradient(0deg, rgba(16,50,52,.68), transparent 44%); }
.hero-inner { position: relative; z-index: 2; min-height: min(920px, 100svh); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; padding-top: 155px; padding-bottom: 96px; gap: 70px; }
.hero-copy { max-width: 785px; align-self: center; padding-top: 40px; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 11px; color: var(--accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: #ffd17b; }
.hero h1, .section-head h2, .process h2, .about h2, .faq h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5.4vw, 80px); font-weight: 500; line-height: 1.02; letter-spacing: -.055em; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; }
.hero h1 em { color: #ffc49f; }
.hero-lead { max-width: 670px; margin: 29px 0 0; color: rgba(255,255,255,.75); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 0; border-radius: 8px; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; }
.button .button-label { font-size: inherit; }
.button-primary { background: var(--accent); color: #fff; box-shadow: 0 12px 28px rgba(188, 78, 31, .25); }
.button-primary:hover { background: #ee7742; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.24); }
.button-ghost:hover { background: #fff; color: var(--ink); }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 12px 28px rgba(8,42,44,.16); }
.button-light:hover { color: #fff; background: var(--accent); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.light-link { color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.26); }
.light-link strong { color: #fff; }
.hero-proof { align-self: end; margin-bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(24,79,80,.68); backdrop-filter: blur(13px); }
.proof-item { min-height: 118px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.proof-item:nth-child(2) { border-right: 0; }
.proof-item strong { font-family: var(--display); font-size: 35px; line-height: 1; letter-spacing: -.05em; }
.proof-item sup { color: var(--accent); font-size: .55em; }
.proof-item > span { margin-top: 9px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.4; }
.proof-item b { color: #e9a16f; letter-spacing: .08em; }
.proof-wide { min-height: 66px; grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; border-top: 1px solid rgba(255,255,255,.14); border-right: 0; }
.proof-wide svg { width: 20px; fill: none; stroke: var(--accent); stroke-width: 2; }
.proof-wide > span { margin: 0; color: rgba(255,255,255,.82); font-size: 12px; }
.hero-scroll { position: absolute; z-index: 2; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { width: 24px; height: 37px; position: relative; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; }
.hero-scroll span::after { content: ''; position: absolute; width: 3px; height: 6px; top: 7px; left: 9px; border-radius: 99px; background: var(--accent); animation: scroll-dot 1.8s infinite; }

.intro { background: radial-gradient(circle at 92% 7%, rgba(244,191,79,.22), transparent 25%), var(--paper); }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 100px; margin-bottom: 58px; }
.section-head h2, .about h2, .faq h2 { font-size: clamp(40px, 4.4vw, 65px); }
.section-head > p { margin: 0 0 3px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.services-grid > .service-card:last-child { grid-column: 1 / -1; min-height: 300px; }
.service-card { min-height: 350px; padding: 34px; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(20,32,31,.08); border-radius: var(--radius); overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:nth-child(2) { background: #fff0e5; }
.service-card:nth-child(3) { background: var(--sage); }
.service-card:nth-child(4) { background: #fff1c9; }
.service-card:nth-child(5) { background: #e6f3f4; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(220,107,55,.32); box-shadow: 0 22px 50px rgba(20,32,31,.08); }
.service-featured { grid-row: span 2; min-height: 716px; padding: 40px; color: #fff; background: linear-gradient(145deg, #1a4b4f, #2b6868); }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-number { color: #9aa29f; font-size: 11px; letter-spacing: .16em; }
.service-icon { width: 54px; height: 54px; fill: none; stroke: var(--accent); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s; }
.service-card:hover .service-icon { transform: rotate(-3deg) scale(1.06); }
.service-card h3 { max-width: 420px; margin: auto 0 13px; font-family: var(--display); font-size: clamp(25px, 3vw, 39px); line-height: 1.08; letter-spacing: -.045em; }
.service-card p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.7; }
.service-featured p { max-width: 540px; color: rgba(255,255,255,.63); font-size: 17px; }
.service-featured ul { margin: 35px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.service-featured li { padding: 15px 0; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: 14px; }
.service-featured li::before { content: '✓'; color: var(--accent); }
.service-card.service-with-graphic { min-height: 390px; padding: 0; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--white); }
.service-card-body { padding: 38px; display: flex; flex-direction: column; }
.service-card-body h3 { margin-top: auto; }
.core-visual { min-height: 390px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; overflow: hidden; background: radial-gradient(circle at 75% 15%, rgba(244,191,79,.28), transparent 25%), linear-gradient(145deg, #e7f3ef, #cfe6e2); }
.core-rings { width: 210px; height: 210px; position: relative; flex: 0 0 auto; }
.core-rings i, .core-rings b { position: absolute; inset: 0; margin: auto; display: block; border-radius: 50%; }
.core-rings i { border: 1px solid rgba(23,63,67,.24); }
.core-rings i:nth-child(2) { width: 156px; height: 156px; border-color: rgba(23,63,67,.38); }
.core-rings i:nth-child(3) { width: 102px; height: 102px; border: 2px solid var(--accent); }
.core-rings b { width: 54px; height: 54px; background: var(--ink); box-shadow: 0 0 0 12px rgba(237,112,64,.13); }
.core-rings::before, .core-rings::after { content: ''; position: absolute; z-index: 2; background: rgba(23,63,67,.28); }
.core-rings::before { width: 1px; height: 100%; left: 50%; }
.core-rings::after { width: 100%; height: 1px; top: 50%; }
.core-specs { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.core-specs span { color: var(--muted); font-size: 9px; line-height: 1.35; text-align: center; }
.core-specs b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 10px; }
.card-link { margin-top: 24px; align-self: flex-start; display: flex; gap: 9px; border-bottom: 1px solid var(--line); padding-bottom: 4px; font-size: 13px; font-weight: 700; }
.card-link span { color: var(--accent); }

.milling-showcase { min-height: 500px; margin-top: 16px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; background: var(--white); border: 1px solid rgba(20,32,31,.08); border-radius: var(--radius); }
.milling-photo { min-height: 500px; position: relative; overflow: hidden; }
.milling-photo::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(8,24,25,.72)); }
.milling-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform .75s ease; }
.milling-showcase:hover .milling-photo img { transform: scale(1.025); }
.milling-photo > span { position: absolute; z-index: 1; left: 28px; bottom: 25px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.milling-copy { padding: clamp(42px, 6vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.milling-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(36px, 4vw, 58px); font-weight: 500; line-height: 1.04; letter-spacing: -.05em; }
.milling-copy h3 em { font-family: var(--serif); font-weight: 400; color: var(--accent-dark); }
.milling-copy > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 0; color: var(--muted); line-height: 1.72; }
.milling-steps { margin-top: 30px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 20px; border-top: 1px solid var(--line); }
.milling-steps span { color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.process { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 92% 8%, rgba(244,191,79,.18), transparent 25%), linear-gradient(135deg, #173f43 0%, #235e61 100%); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12vw; align-items: start; }
.process-sticky { position: sticky; top: 120px; }
.process h2 { max-width: 550px; font-size: clamp(40px, 4.3vw, 65px); }
.process h2 em { color: #e8a681; }
.process-sticky > p:not(.eyebrow) { max-width: 500px; margin: 28px 0 34px; color: rgba(255,255,255,.57); line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 190px; display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 38px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list > li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; color: #e7a580; font-size: 11px; }
.process-list h3 { margin: 2px 0 10px; font-family: var(--display); font-size: 26px; letter-spacing: -.035em; }
.process-list p { max-width: 560px; margin: 0; color: rgba(255,255,255,.56); line-height: 1.7; }

.projects { background: linear-gradient(180deg, #fde8d6, #fff3e5); }
.projects-head { margin-bottom: 50px; }
.project-grid { height: 760px; display: grid; grid-template-columns: 1.08fr .82fr .82fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.project { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: #ccc; }
.project-tall { grid-row: 1 / 3; }
.project img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05) contrast(1.02); transition: transform .8s cubic-bezier(.2,.6,.3,1), filter .35s; }
.project:hover img { filter: saturate(1.14) contrast(1.03); transform: scale(1.035); }
.project::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,13,12,.75)); pointer-events: none; }
.project figcaption { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 23px; display: flex; flex-direction: column; color: white; }
.project figcaption span { margin-bottom: 6px; color: #f0ae88; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.project figcaption strong { font-family: var(--display); font-size: 22px; letter-spacing: -.035em; }
.project-strip-head { margin: 50px 0 20px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.project-strip-head > div { display: flex; flex-direction: column; gap: 6px; }
.project-strip-head > div span { color: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-strip-head strong { font-family: var(--display); font-size: 23px; letter-spacing: -.035em; }
.strip-hint { color: var(--muted); font-size: 11px; }
.strip-hint b { margin-left: 7px; color: var(--accent-dark); font-size: 17px; }
.project-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 14px; overflow-x: auto; overflow-y: hidden; padding: 0 0 18px; scroll-snap-type: x mandatory; scrollbar-color: var(--accent) rgba(23,63,67,.1); scrollbar-width: thin; }
.project-mini { height: 320px; min-width: 0; margin: 0; position: relative; overflow: hidden; border-radius: 16px; background: #d8d2c8; scroll-snap-align: start; }
.project-mini img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-mini:hover img { transform: scale(1.04); }
.project-mini::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(8,24,25,.8)); }
.project-mini figcaption { position: absolute; z-index: 1; left: 20px; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 4px; color: #fff; }
.project-mini figcaption span { color: #ffc49f; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-mini figcaption strong { font-family: var(--display); font-size: 16px; letter-spacing: -.025em; }
.visual-note { margin: 14px 3px 0; color: #838a87; font-size: 11px; }
.managed-gallery { margin-top: 78px; padding-top: 70px; border-top: 1px solid rgba(23,63,67,.12); }
.managed-gallery-head { margin-bottom: 34px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.managed-gallery-head h3 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.2vw, 60px); font-weight: 500; line-height: 1.02; letter-spacing: -.05em; }
.managed-gallery-head h3 em { color: var(--accent-dark); font-family: var(--serif); font-weight: 400; }
.managed-gallery-head > p { margin: 0 0 3px; color: var(--muted); line-height: 1.7; }
.managed-gallery-grid { min-height: 190px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.managed-gallery-empty { grid-column: 1 / -1; margin: 0; padding: 55px 30px; display: grid; place-items: center; color: var(--muted); background: rgba(255,253,249,.62); border: 1px dashed rgba(23,63,67,.2); border-radius: var(--radius); text-align: center; }
.managed-gallery-item { min-width: 0; margin: 0; position: relative; overflow: hidden; background: #d8d2c8; border-radius: 17px; }
.managed-gallery-item a { min-height: 360px; display: block; position: relative; }
.managed-gallery-item img { width: 100%; height: 360px; object-fit: cover; transition: transform .55s ease; }
.managed-gallery-item a:hover img { transform: scale(1.035); }
.managed-gallery-item a::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(8,24,25,.82)); pointer-events: none; }
.managed-gallery-item figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; color: #fff; font-family: var(--display); font-size: 19px; line-height: 1.25; letter-spacing: -.025em; pointer-events: none; }
.gallery-lightbox { width: min(1100px, calc(100% - 30px)); max-height: calc(100svh - 30px); padding: 0; overflow: hidden; color: #fff; background: #101817; border: 0; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.gallery-lightbox::backdrop { background: rgba(4,12,12,.84); backdrop-filter: blur(5px); }
.gallery-lightbox img { width: 100%; max-height: calc(100svh - 105px); object-fit: contain; background: #0b1110; }
.gallery-lightbox p { min-height: 58px; margin: 0; padding: 17px 65px 17px 22px; color: rgba(255,255,255,.8); }
.gallery-lightbox button { width: 42px; height: 42px; position: absolute; z-index: 2; top: 12px; right: 12px; color: #fff; background: rgba(8,20,20,.72); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; }

.about { background: radial-gradient(circle at 0 100%, rgba(244,191,79,.18), transparent 24%), linear-gradient(180deg, var(--paper), #fff1dc); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.about-photo { min-height: 760px; position: relative; }
.about-photo img { width: 100%; height: 760px; object-fit: cover; border-radius: var(--radius); }
.about-stamp { position: absolute; right: -45px; bottom: 58px; width: 130px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--sun); color: var(--ink); text-align: center; transform: rotate(-8deg); box-shadow: 0 18px 35px rgba(94,49,25,.2); }
.about-stamp span { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-stamp b { margin: -2px 0; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.about h2 { max-width: 630px; }
.about-lead { margin: 29px 0 16px; color: var(--ink) !important; font-size: 18px; }
.about-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); line-height: 1.77; }
.values { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 30px; border-top: 1px solid var(--line); }
.values span { color: var(--accent-dark); font-size: 10px; letter-spacing: .15em; }
.values strong { display: block; margin: 10px 0 7px; font-family: var(--display); font-size: 18px; }
.values p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.field-section { padding-top: 0; background: linear-gradient(180deg, #fff1dc, var(--paper)); }
.field-card { min-height: 530px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius); box-shadow: 0 26px 65px rgba(22,63,67,.13); }
.field-photo { min-height: 530px; overflow: hidden; }
.field-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s ease; }
.field-card:hover .field-photo img { transform: scale(1.025); }
.field-copy { padding: clamp(38px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 100% 0, rgba(244,191,79,.2), transparent 30%), linear-gradient(145deg, #173f43, #245f61); }
.field-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.1vw, 60px); font-weight: 500; line-height: 1.03; letter-spacing: -.055em; }
.field-copy h2 em { color: #ffc49f; }
.field-copy > p:not(.eyebrow) { max-width: 540px; margin: 25px 0 0; color: rgba(255,255,255,.67); line-height: 1.7; }
.field-tags { margin: 29px 0 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.field-tags span { padding: 8px 12px; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.17); border-radius: 99px; font-size: 10px; font-weight: 600; letter-spacing: .06em; }
.field-copy .button { align-self: flex-start; }

.service-area { padding-top: 0; background: var(--paper); }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.area-card { min-height: 280px; padding: 30px; background: var(--white); border: 1px solid rgba(20,32,31,.08); border-radius: var(--radius); }
.area-card > span { color: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.area-card h3 { margin: 42px 0 20px; font-family: var(--display); font-size: 25px; line-height: 1.08; letter-spacing: -.04em; }
.area-card ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.area-card li { padding: 7px 10px; color: var(--muted); background: var(--paper); border-radius: 99px; font-size: 11px; line-height: 1.2; }
.area-note { margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; text-align: center; }

.testimonial { padding-top: 0; }
.testimonial-box { display: grid; grid-template-columns: 320px 1fr; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 60px rgba(31,40,38,.07); }
.testimonial-box + .testimonial-box { margin-top: 24px; }
.rating-block { padding: 48px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(145deg, #1b4d50, #2d6b68); }
.rating-block > span { color: rgba(255,255,255,.56); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.rating-block strong { margin: 22px 0 1px; font-family: var(--display); font-size: 66px; line-height: 1; letter-spacing: -.06em; }
.rating-block b { color: #f0a36f; letter-spacing: .12em; }
.rating-block a { margin-top: 23px; color: rgba(255,255,255,.62); font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
blockquote { margin: 0; padding: 60px 70px; position: relative; display: flex; flex-direction: column; justify-content: center; }
blockquote svg { position: absolute; width: 50px; top: 34px; right: 44px; fill: var(--paper-2); }
blockquote p { position: relative; max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.5vw, 37px); line-height: 1.36; letter-spacing: -.025em; }
blockquote footer { display: flex; gap: 10px; margin-top: 26px; font-size: 12px; }
blockquote footer span { color: var(--muted); }

.faq { background: var(--sage); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 12vw; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p:not(.eyebrow) { max-width: 380px; margin: 25px 0; color: var(--muted); line-height: 1.7; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 90px; padding: 26px 5px; display: grid; grid-template-columns: 1fr 30px; gap: 30px; align-items: center; font-family: var(--display); font-size: 19px; font-weight: 600; letter-spacing: -.02em; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { width: 22px; height: 22px; position: relative; }
summary span::before, summary span::after { content: ''; position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: var(--accent-dark); transition: transform .25s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { max-width: 650px; margin: -7px 45px 27px 5px; color: var(--muted); line-height: 1.7; }

.contact { color: #fff; background: radial-gradient(circle at 88% 18%, rgba(244,191,79,.18), transparent 25%), linear-gradient(135deg, #173f43, #225c5e); }
.contact-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.contact h2 { font-size: clamp(45px, 5vw, 71px); }
.contact h2 em { color: #eca782; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; margin: 26px 0 39px; color: rgba(255,255,255,.57); line-height: 1.7; }
.contact-direct { max-width: 465px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-direct a, .contact-direct div { padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-direct span { color: rgba(255,255,255,.43); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-direct strong { font-size: 13px; font-weight: 600; text-align: right; }
.contact-form { padding: 43px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 20px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(20,32,31,.22); border-radius: 0; outline: 0; font-size: 15px; text-transform: none; letter-spacing: 0; transition: border-color .2s; }
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form .invalid { border-color: #b52d25; }
.contact-form button:disabled { opacity: .68; cursor: wait; transform: none; }
.contact-form[aria-busy='true'] input, .contact-form[aria-busy='true'] select, .contact-form[aria-busy='true'] textarea { cursor: wait; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; }
.form-submit p { max-width: 195px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.form-status { min-height: 17px; margin: 12px 0 0; color: var(--accent-dark); font-size: 12px; }
.form-status.is-success { color: #237255; }
.form-status.is-error { color: #a12b25; }
.form-fallback { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.form-fallback[hidden] { display: none; }
.form-fallback a { color: var(--accent-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.site-footer { color: rgba(255,255,255,.68); background: #0e2f32; }
.footer-main { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 65px; padding: 70px 0 58px; }
.footer-brand { align-self: start; color: #fff; }
.footer-main > p { max-width: 330px; margin: 7px 0; font-size: 13px; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links span { margin-bottom: 5px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { padding: 18px 0 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.mobile-call { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.3,1); }
.js .reveal.in-view { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: .4; transform: scale(1.07); } to { opacity: 1; transform: scale(1.015); } }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 25% { opacity: 1; } 70% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

@media (max-width: 1050px) {
  .nav-wrap { gap: 20px; }
  .site-nav { gap: 20px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-proof { display: none; }
  .section-head { gap: 50px; }
  .process-layout, .contact-wrap { gap: 7vw; }
  .about-grid { gap: 65px; }
  .about-stamp { right: -25px; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .field-card { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: .8fr 1.1fr; }
  .footer-main > p { display: none; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 680px); }
  .section { padding: 88px 0; }
  .nav-phone { display: none; }
  .menu-toggle { width: 44px; height: 44px; margin-left: auto; display: grid; place-content: center; gap: 7px; background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
  .menu-toggle i { width: 18px; height: 1px; display: block; background: #fff; transition: transform .25s; }
  .menu-toggle[aria-expanded='true'] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: -1; margin: 0; padding: 120px 34px 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; background: var(--ink); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .site-nav a { font-family: var(--display); font-size: 34px; letter-spacing: -.04em; }
  .hero { min-height: 790px; }
  .hero-inner { min-height: 790px; padding-top: 130px; padding-bottom: 80px; }
  .hero-media { background-position: 56% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(17,58,60,.94) 0%, rgba(17,58,60,.72) 66%, rgba(17,58,60,.25)), linear-gradient(0deg, rgba(17,58,60,.7), transparent 48%); }
  .hero-copy { padding-top: 75px; }
  .hero-lead { font-size: 17px; }
  .hero-scroll { display: none; }
  .section-head, .process-layout, .about-grid, .faq-grid, .contact-wrap { grid-template-columns: 1fr; }
  .section-head { gap: 25px; margin-bottom: 42px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-featured { min-height: 600px; }
  .service-card.service-with-graphic { grid-template-columns: 1fr 1fr; }
  .milling-showcase { grid-template-columns: 1fr; }
  .milling-photo { min-height: 420px; height: 420px; }
  .process-layout { gap: 55px; }
  .process-sticky, .faq-intro { position: static; }
  .project-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 510px 300px; grid-auto-rows: 300px; }
  .project-tall { grid-column: 1 / -1; grid-row: auto; }
  .project-strip { grid-auto-columns: 245px; }
  .managed-gallery-head { grid-template-columns: 1fr; gap: 22px; }
  .managed-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .about-photo, .about-photo img { min-height: 630px; height: 630px; }
  .about-stamp { right: 20px; }
  .field-section { padding-top: 0; }
  .field-card { grid-template-columns: 1fr; }
  .field-photo { min-height: 360px; height: 360px; }
  .field-copy { padding: 48px; }
  .testimonial-box { grid-template-columns: 220px 1fr; }
  .rating-block { padding: 34px; }
  blockquote { padding: 45px; }
  .contact-wrap { gap: 50px; }
  .footer-main { grid-template-columns: 1fr 1.3fr; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); --radius: 17px; }
  .section { padding: 72px 0; }
  .site-header { height: 72px; }
  .nav-wrap { gap: 12px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; }
  .header-brand { width: 202px; min-height: 60px; padding: 0; gap: 3px; }
  .brand-logo-viewport { width: 202px; height: 44px; border-radius: 12px; }
  .brand-logo { top: -38px; left: -46px; width: 292px; }
  .brand-owner { font-size: 12px; gap: 8px; }
  .brand-owner::before, .brand-owner::after { width: 14px; }
  .hero, .hero-inner { min-height: 750px; }
  .hero-inner { padding-top: 110px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(42px, 12.8vw, 57px); }
  .hero-copy { padding-top: 80px; }
  .hero-lead { margin-top: 23px; font-size: 15px; line-height: 1.6; }
  .hero-actions { margin-top: 31px; align-items: flex-start; flex-direction: column; gap: 21px; }
  .button { min-height: 52px; }
  .section-head h2, .process h2, .about h2, .faq h2 { font-size: 39px; }
  .section-head > p { font-size: 15px; }
  .services-grid { gap: 12px; }
  .service-card, .service-featured { min-height: 380px; padding: 27px; }
  .service-featured { min-height: 550px; }
  .service-card h3 { font-size: 29px; }
  .service-card.service-with-graphic { min-height: 0; padding: 0; grid-template-columns: 1fr; }
  .service-card-body { min-height: 390px; padding: 27px; }
  .core-visual { min-height: 350px; padding: 25px 20px; }
  .core-rings { width: 180px; height: 180px; }
  .core-specs { width: 100%; }
  .milling-photo { min-height: 320px; height: 320px; }
  .milling-copy { padding: 36px 27px 40px; }
  .milling-copy h3 { font-size: 38px; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 10px; }
  .process-list h3 { font-size: 22px; }
  .project-grid { display: flex; flex-direction: column; }
  .project { height: 370px; }
  .project-strip-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .project-strip { grid-auto-columns: 76vw; }
  .project-mini { height: 330px; }
  .managed-gallery { margin-top: 58px; padding-top: 52px; }
  .managed-gallery-grid { grid-template-columns: 1fr; }
  .managed-gallery-item a, .managed-gallery-item img { min-height: 380px; height: 380px; }
  .about-grid { gap: 50px; }
  .about-photo, .about-photo img { min-height: 520px; height: 520px; }
  .about-stamp { width: 105px; height: 105px; bottom: 30px; }
  .field-photo { min-height: 275px; height: 275px; }
  .field-copy { padding: 35px 27px 38px; }
  .field-copy h2 { font-size: 38px; }
  .area-grid { grid-template-columns: 1fr; gap: 12px; }
  .area-card { min-height: 0; padding: 27px; }
  .area-card h3 { margin-top: 30px; }
  .area-note { text-align: left; }
  .values { grid-template-columns: 1fr; }
  .testimonial-box { grid-template-columns: 1fr; }
  .rating-block { padding: 34px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; }
  .rating-block > span, .rating-block a { grid-column: 1 / -1; }
  .rating-block strong { margin: 12px 0 0; font-size: 54px; }
  .rating-block b { align-self: end; margin-bottom: 7px; }
  .rating-block a { margin-top: 10px; }
  blockquote { padding: 42px 30px; }
  blockquote svg { width: 34px; right: 28px; top: 25px; }
  blockquote p { font-size: 25px; }
  blockquote footer { flex-direction: column; gap: 3px; }
  summary { font-size: 17px; }
  .contact-form { padding: 27px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit p { max-width: none; }
  .contact-direct a, .contact-direct div { flex-direction: column; gap: 6px; }
  .contact-direct strong { text-align: left; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { gap: 25px; }
  .footer-bottom { padding-bottom: 84px; flex-direction: column; gap: 9px; }
  .mobile-call { position: fixed; z-index: 90; right: 14px; bottom: 14px; min-height: 48px; padding: 0 19px; display: flex; align-items: center; gap: 9px; color: #fff; background: var(--accent); border-radius: 99px; box-shadow: 0 9px 24px rgba(78,42,24,.28); font-size: 13px; font-weight: 700; }
  .mobile-call svg { stroke: #fff; }
}

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