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

:root {
  --navy: #071927;
  --navy-2: #0c2638;
  --ink: #12212c;
  --muted: #64717a;
  --paper: #f5f3ee;
  --white: #fff;
  --accent: #f57935;
  --accent-dark: #d9571e;
  --line: #d8d9d6;
  --green: #20b85a;
  --shadow: 0 24px 70px rgba(7, 25, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; background: var(--white); color: var(--navy); padding: 12px 18px; transition: .2s; }
.skip-link:focus { top: 20px; }

.topbar { height: 38px; background: var(--navy); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .02em; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar a { transition: color .2s; }
.topbar a:hover { color: var(--white); }
.status-dot { width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #43d481; box-shadow: 0 0 0 4px rgba(67,212,129,.12); }

.site-header { position: fixed; top: 38px; left: 0; right: 0; z-index: 100; height: 78px; color: var(--white); transition: background .25s, box-shadow .25s, top .25s; }
.site-header.scrolled { top: 0; background: rgba(7, 25, 39, .96); box-shadow: 0 12px 36px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-mark { width: 39px; height: 39px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); font-family: "Manrope", sans-serif; font-weight: 700; }
.logo-mark span, .logo-mark b { position: absolute; font-style: normal; font-size: 16px; }
.logo-mark span { left: 7px; }
.logo-mark b { right: 7px; color: var(--accent); }
.logo-type { font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.06em; }
.logo-type > span { color: var(--accent); }
.logo-type small { margin-left: 2px; font-size: 10px; font-weight: 500; letter-spacing: 0; color: rgba(255,255,255,.55); }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; color: rgba(255,255,255,.78); }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--accent); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 16px 12px 19px; border: 1px solid rgba(255,255,255,.38); transition: .2s; }
.nav-cta:hover { background: var(--white); color: var(--navy); }
.nav-cta span { color: var(--accent); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 760px; height: min(900px, 100vh); color: var(--white); overflow: hidden; background: var(--navy); }
.hero-bg, .hero-shade { position: absolute; inset: 0; }
.hero-bg { background: url("assets/didim-cam-balkon-hero.webp") center center / cover no-repeat; transform: scale(1.015); animation: heroIn 1.3s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(4,17,27,.97) 0%, rgba(5,22,35,.83) 31%, rgba(7,25,39,.28) 65%, rgba(7,25,39,.12) 100%), linear-gradient(0deg, rgba(5,17,26,.42), transparent 46%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding-top: 95px; }
.hero-copy { width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #ff9a62; }
.hero h1, .section h2, .gallery h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 600; letter-spacing: -.055em; line-height: 1.04; }
.hero h1 { font-size: clamp(48px, 6vw, 78px); }
.hero h1 em, .section h2 em { font-weight: 400; font-style: normal; color: #ff9a62; }
.hero-lead { width: 580px; max-width: 100%; margin: 28px 0 34px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 13px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; cursor: pointer; padding: 0 23px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.btn-primary { color: var(--white); background: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.03); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.hero-proof { margin-top: 49px; display: flex; gap: 29px; }
.hero-proof > div { display: flex; align-items: center; gap: 11px; padding-right: 27px; border-right: 1px solid rgba(255,255,255,.17); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { color: #ff9a62; font-size: 11px; }
.hero-proof span { color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.45; }
.scroll-hint { position: absolute; right: 3.5vw; bottom: 45px; z-index: 3; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-hint i { width: 48px; height: 1px; position: relative; display: block; overflow: hidden; background: rgba(255,255,255,.2); }
.scroll-hint i::after { content: ""; position: absolute; inset: 0; background: var(--accent); animation: scrollLine 2s infinite; }

.trust-strip { background: var(--white); border-bottom: 1px solid #e6e6e3; }
.trust-row { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-row > p { min-width: 200px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }
.trust-row > p strong { color: var(--ink); }
.trust-divider { align-self: stretch; width: 1px; background: #ecece8; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-item b { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #dfe0dd; color: var(--accent-dark); font-size: 10px; border-radius: 50%; }
.trust-item span { color: #4f5c65; font-size: 12px; line-height: 1.5; }

.section { padding: 116px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.section-head h2, .section h2 { font-size: clamp(37px, 4.6vw, 58px); }
.section-head > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 335px); gap: 18px; }
.service-card { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.service-card--wide { grid-row: 1 / 3; }
.service-card img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.3,1); }
.service-card:hover img { transform: scale(1.045); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,17,27,.94), rgba(4,17,27,.02) 70%); }
.service-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 31px; }
.service-card--wide .service-content { padding: 39px 42px; }
.service-content > span { color: #ff9a62; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.service-content h3 { margin: 9px 0 8px; font-family: "Manrope", sans-serif; font-size: 27px; letter-spacing: -.03em; }
.service-card--wide h3 { font-size: 38px; }
.service-content p { max-width: 430px; margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.6; }
.service-content a { margin-top: 20px; display: inline-flex; gap: 16px; align-items: center; font-size: 12px; font-weight: 700; }
.service-content a b { color: #ff9a62; }
.service-list { margin-top: 18px; border-top: 1px solid var(--line); }
.service-list a { min-height: 78px; display: grid; grid-template-columns: 65px 1fr 1.5fr 24px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.service-list a:hover { padding: 0 15px; background: var(--white); }
.service-list span { color: var(--accent-dark); font-size: 11px; }
.service-list strong { font-family: "Manrope", sans-serif; font-size: 17px; }
.service-list small { color: var(--muted); font-size: 13px; }
.service-list b { color: var(--accent-dark); }

.why { color: var(--white); background: var(--navy); overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.why-copy > p:not(.eyebrow) { max-width: 430px; margin: 29px 0 28px; color: rgba(255,255,255,.62); line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 13px; font-weight: 700; }
.text-link span { color: #ff9a62; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.benefit { min-height: 245px; padding: 33px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s; }
.benefit:hover { background: rgba(255,255,255,.035); }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); color: #ff9a62; }
.benefit-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { margin: 27px 0 10px; font: 600 17px "Manrope", sans-serif; }
.benefit p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }

.process { background: #efede7; }
.section-head.compact { margin-bottom: 72px; }
.process-line { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.process-line::before { content: ""; position: absolute; top: 38px; left: 0; right: 0; height: 1px; background: #c9cac6; }
.process-step { position: relative; padding-right: 65px; }
.process-step b { display: block; margin-bottom: 17px; color: var(--accent-dark); font-size: 11px; }
.step-dot { position: relative; z-index: 1; display: block; width: 9px; height: 9px; margin-bottom: 35px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 8px #efede7; }
.process-step h3 { margin: 0 0 12px; font: 600 18px "Manrope", sans-serif; }
.process-step p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.gallery { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 760px; background: var(--navy); }
.gallery-main, .gallery-side figure { position: relative; margin: 0; overflow: hidden; }
.gallery-main > img, .gallery-side figure img { height: 100%; object-fit: cover; }
.gallery-main::after, .gallery-side figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,18,28,.72), transparent 57%); }
.gallery-main > div { position: absolute; z-index: 2; left: 6vw; bottom: 70px; color: var(--white); }
.gallery-main > div span { color: #ff9a62; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.gallery-main h2 { margin-top: 14px; font-size: clamp(36px, 4vw, 55px); }
.gallery-side { display: grid; grid-template-rows: 1fr 1fr; }
.gallery-side figure { border-left: 2px solid var(--paper); }
.gallery-side figure + figure { border-top: 2px solid var(--paper); }
.gallery-side figcaption { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 23px; display: flex; justify-content: space-between; color: var(--white); font: 600 14px "Manrope", sans-serif; }
.gallery-side figcaption span { color: #ff9a62; }
.gallery img { transition: transform .8s cubic-bezier(.2,.65,.3,1); }
.gallery-main:hover img, .gallery-side figure:hover img { transform: scale(1.035); }

.quote { color: var(--white); background: #0b2233; }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.quote-copy > p:not(.eyebrow) { max-width: 440px; margin: 25px 0 34px; color: rgba(255,255,255,.6); line-height: 1.8; }
.quote-phone { display: inline-flex; flex-direction: column; gap: 4px; }
.quote-phone small { color: rgba(255,255,255,.48); font-size: 11px; }
.quote-phone strong { font: 600 22px "Manrope", sans-serif; }
.quote-form { padding: 40px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; color: #46535c; font-size: 11px; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 49px; padding: 0 0 8px; border: 0; border-bottom: 1px solid #cfd2d3; outline: none; color: var(--ink); background: transparent; font-size: 14px; border-radius: 0; transition: border-color .2s; }
.quote-form textarea { min-height: 74px; padding-top: 11px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--accent); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #9ca3a7; font-weight: 400; }
.submit-btn { width: 100%; margin-top: 3px; }
.form-note { margin: 13px 0 0; color: #8b9499; font-size: 10px; line-height: 1.5; text-align: center; }

.footer { padding: 75px 0 22px; color: rgba(255,255,255,.62); background: #05131e; }
.footer-top { display: grid; grid-template-columns: 1.6fr .8fr .85fr .8fr; gap: 55px; padding-bottom: 60px; }
.logo--footer { color: var(--white); }
.footer-top > div:first-child > p { max-width: 330px; margin: 22px 0 0; font-size: 12px; line-height: 1.8; }
.footer h3 { margin: 6px 0 20px; color: var(--white); font: 600 13px "Manrope", sans-serif; }
.footer-top > div:not(:first-child):not(.footer-cta) { display: flex; flex-direction: column; gap: 12px; font-size: 12px; }
.footer a:hover { color: var(--white); }
.footer-cta { align-self: center; display: flex; align-items: center; gap: 20px; color: var(--white); font: 600 13px "Manrope", sans-serif; }
.round-arrow { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); color: #ff9a62; border-radius: 50%; font-size: 20px; transition: .2s; }
.round-arrow:hover { background: var(--accent); color: var(--white)!important; border-color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.floating-wa { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 11px 16px 11px 12px; color: var(--white); background: var(--green); border-radius: 40px; box-shadow: 0 11px 30px rgba(18,118,60,.32); font-size: 12px; font-weight: 700; transition: transform .2s; }
.floating-wa:hover { transform: translateY(-3px); }
.floating-wa svg { width: 25px; height: 25px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: .5; transform: scale(1.07); } to { opacity: 1; transform: scale(1.015); } }
@keyframes scrollLine { from { transform: translateX(-100%); } 55%, 100% { transform: translateX(100%); } }

@media (max-width: 980px) {
  .main-nav { gap: 20px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; padding: 25px 0; }
  .trust-divider { display: none; }
  .why-grid, .quote-grid { gap: 45px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-cta { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 34px, 1180px); }
  .topbar { display: none; }
  .site-header, .site-header.scrolled { top: 0; height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 3; cursor: pointer; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-toggle span { transition: .2s; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 80px 32px; background: var(--navy); transform: translateX(100%); transition: transform .32s; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.nav-cta) { display: block; color: var(--white); font: 600 27px "Manrope", sans-serif; }
  .nav-cta { margin-top: 8px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-bg { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,17,27,.96), rgba(5,22,35,.63)), linear-gradient(0deg, rgba(5,17,26,.5), transparent); }
  .hero-content { align-items: flex-end; padding: 120px 0 78px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-lead { margin: 22px 0 28px; font-size: 15px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { margin-top: 31px; gap: 12px; }
  .hero-proof > div { gap: 7px; padding-right: 10px; }
  .hero-proof span { font-size: 9px; }
  .scroll-hint { display: none; }
  .trust-row { grid-template-columns: 1fr; gap: 19px; padding: 30px 0; }
  .trust-row > p { padding-bottom: 19px; border-bottom: 1px solid #ecece8; }
  .section { padding: 82px 0; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-head > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 390px); }
  .service-card--wide { grid-row: auto; }
  .service-card--wide .service-content { padding: 28px 31px; }
  .service-card--wide h3 { font-size: 31px; }
  .service-list a { grid-template-columns: 42px 1fr 20px; }
  .service-list small { display: none; }
  .why-grid, .quote-grid { grid-template-columns: 1fr; gap: 55px; }
  .benefit { min-height: 220px; padding: 25px; }
  .process-line { grid-template-columns: 1fr; gap: 42px; }
  .process-line::before { top: 0; bottom: 0; left: 4px; right: auto; width: 1px; height: auto; }
  .process-step { padding: 0 0 0 34px; }
  .process-step b { margin-bottom: 8px; }
  .step-dot { position: absolute; left: 0; top: 5px; box-shadow: 0 0 0 7px #efede7; }
  .gallery { grid-template-columns: 1fr; min-height: auto; }
  .gallery-main { min-height: 550px; }
  .gallery-main > div { left: 25px; right: 25px; bottom: 35px; }
  .gallery-main h2 { font-size: 35px; }
  .gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: 300px; }
  .gallery-side figure + figure { border-top: 0; border-left: 2px solid var(--paper); }
  .quote-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .logo-type { font-size: 20px; }
  .eyebrow { margin-bottom: 17px; }
  .hero h1 { font-size: 44px; }
  .hero-proof > div { flex-direction: column; align-items: flex-start; }
  .section h2, .section-head h2 { font-size: 38px; }
  .service-grid { grid-template-rows: repeat(3, 350px); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 195px; }
  .gallery-side { grid-template-columns: 1fr; grid-template-rows: 310px 310px; }
  .gallery-side figure + figure { border-left: 0; border-top: 2px solid var(--paper); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-wa span { display: none; }
  .floating-wa { width: 51px; height: 51px; justify-content: center; padding: 0; }
}

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