/* AĞAR DEKORASYON — Yerel, bağımsız ve responsive tasarım. */
:root {
  --paper: #f7f7f2;
  --white: #ffffff;
  --ink: #1c302b;
  --ink-deep: #152720;
  --text: #56605a;
  --gold: #dbc09a;
  --gold-deep: #746040;
  --sage: #e8ece5;
  --line: #dfe3db;
  --muted: #e9eae2;
  --error: #a22e2e;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { opacity: .55; cursor: not-allowed; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
h1, h2 { letter-spacing: -.047em; line-height: 1.1; }
h1 { font-size: clamp(46px, 5vw, 72px); }
h2 { font-size: clamp(36px, 3.7vw, 54px); }
h3 { line-height: 1.35; letter-spacing: -.025em; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
p { color: var(--text); }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; display: inline-block; vertical-align: middle; }
ul { list-style: none; margin: 0; padding: 0; }
:focus-visible { outline: 3px solid #96723b; outline-offset: 5px; }
main:focus { outline: none; }
::selection { background: var(--gold); color: var(--ink); }
.container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 100px; }
.section-topless { padding-top: 8px; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .17em; line-height: 1.7; color: var(--gold-deep); margin-bottom: 22px; }
.eyebrow::before { content: ''; display: inline-block; height: 1px; width: 26px; background: currentColor; margin-right: 11px; vertical-align: middle; }
.eyebrow.light { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 14px 22px; border: 1px solid var(--ink); border-radius: 7px; color: var(--paper); background: var(--ink); font-size: 13px; font-weight: 500; line-height: 1.5; transition: background .2s, transform .2s, box-shadow .2s; }
.button svg { width: 20px; height: 20px; transition: transform .2s; }
.button:hover { background: #304b3f; box-shadow: 0 5px 16px #182a2512; }
.button:hover svg, .text-link:hover svg { transform: translate(2px, -2px); }
.button:active { transform: translateY(1px); }
.button-cream { color: var(--ink); background: #f2eadb; border-color: #f2eadb; }
.button-cream:hover { background: var(--gold); border-color: var(--gold); }
.button-outline { background: #ffffff08; border-color: #ffffff5c; color: white; }
.button-outline:hover { background: #ffffff16; }
.button-plain { color: var(--ink); background: transparent; border-color: #c2cbbf; }
.button-plain:hover { background: var(--sage); }
.text-link { display: inline-flex; align-items: center; gap: 26px; border-bottom: 1px solid #a9b3a5; padding: 10px 0; font-size: 13px; font-weight: 500; min-height: 44px; }
.text-link svg { width: 20px; height: 20px; transition: transform .2s; }
.text-link:hover { color: var(--gold-deep); }
.icon-button { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: inherit; padding: 0; }
.icon-button:hover { background: var(--sage); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 40; background: #f7f7f2f2; backdrop-filter: blur(14px); border-bottom: 1px solid transparent; }
.site-header.is-compact { border-color: var(--line); }
.header-inner { width: min(1320px, calc(100% - 80px)); height: 96px; margin: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 48px; height: 51px; display: flex; align-items: center; justify-content: center; border: 1px solid #a4afa0; border-radius: 7px; }
.brand-type { display: flex; flex-direction: column; }
.brand strong { font-size: 25px; font-weight: 500; line-height: 1.1; letter-spacing: .16em; }
.brand small { font-size: 8px; line-height: 1.5; letter-spacing: .25em; margin-top: 5px; }
.desktop-nav { display: flex; gap: 29px; align-items: center; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 12px; color: #57635c; white-space: nowrap; padding: 17px 0; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 6px; left: 0; height: 2px; width: 100%; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a.active, .desktop-nav a:hover { color: var(--ink); }
.desktop-nav a.active::after, .desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { margin-left: 14px; min-height: 44px; padding: 11px 20px; font-size: 12px; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; width: min(1376px, calc(100% - 48px)); margin: 0 auto; overflow: hidden; border-radius: 16px; min-height: 670px; background: var(--ink); }
.hero-background { position: absolute; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(19,38,30,.97) 0%, rgba(19,38,30,.87) 31%, rgba(19,38,30,.34) 64%, rgba(19,38,30,.05) 100%); }
.hero-content { padding: 65px 0 31px 65px; width: 58%; }
.hero-eyebrow { color: #e5e7dc; letter-spacing: .12em; font-size: 10px; display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.hero-eyebrow>span { width: 5px; height: 5px; border-radius: 100%; background: var(--gold); box-shadow: 0 0 0 5px #d9c09a15; }
.hero h1 { font-size: clamp(64px, 6vw, 88px); color: #faf8f2; line-height: 1.02; font-weight: 400; letter-spacing: -.04em; }
.hero h1 em { color: #e0c5a1; }
.hero-description { font-size: 14px; line-height: 1.8; max-width: 420px; margin-top: 24px; color: #e3e6dc; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.hero-actions .button { font-size: 12px; min-height: 49px; gap: 21px; }
.hero-bottom { display: flex; align-items: center; gap: 16px; margin-top: 47px; color: #d8dfd3; font-size: 8px; letter-spacing: .13em; }
.hero-line { width: 48px; height: 1px; background: #d8dfd366; }
.experience-badge { position: absolute; right: 42px; bottom: 51px; background: #f6f4e8ed; backdrop-filter: blur(8px); padding: 22px 24px; width: 215px; border: 1px solid #ffffff8c; border-radius: 12px; }
.experience-badge strong { display: flex; align-items: baseline; gap: 9px; font-family: Georgia, serif; font-size: 64px; font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.experience-badge strong span { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .12em; }
.experience-badge p { margin-top: 12px; font-size: 12px; line-height: 1.65; }
.experience-badge>svg { position: absolute; right: 25px; top: 26px; width: 24px; color: #867352; }
.hero-image-label { position: absolute; bottom: 17px; right: 26px; color: #fff; background: #18302699; padding: 3px 8px; border-radius: 4px; font-size: 9px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); padding-block: 33px; gap: 20px; }
.trust-strip p { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 11px; color: #53634f; }
.trust-strip p:first-child { justify-content: flex-start; }
.trust-strip p:last-child { justify-content: flex-end; }
.trust-strip svg { width: 20px; height: 20px; color: #778268; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 46px; }
.section-heading h2 em { color: #65745e; }
.section-heading-aside { max-width: 390px; font-size: 14px; line-height: 1.85; padding-bottom: 3px; }
.section-heading-aside .text-link { margin-top: 13px; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { display: flex; flex-direction: column; padding: 29px; background: #fffefa; border: 1px solid var(--line); border-radius: 12px; transition: transform .25s, box-shadow .25s, border-color .25s; min-width: 0; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 24px #1c302b0b; border-color: #aebba8; }
.service-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 49px; height: 49px; border: 1px solid #dbe1d6; border-radius: 10px; background: #f1f3ec; color: #496047; flex-shrink: 0; }
.service-icon svg { width: 25px; height: 25px; }
.card-index { color: #7c857a; font-size: 10px; letter-spacing: .08em; }
.service-card h3 { font-size: 22px; font-weight: 500; }
.service-card p { font-size: 13px; line-height: 1.8; margin-top: 12px; margin-bottom: 25px; }
.service-card-bottom { border-top: 1px solid var(--line); padding-top: 16px; margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 600; }
.service-card-bottom svg { width: 19px; height: 19px; }
.about-section { background: var(--sage); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-visual { position: relative; padding-bottom: 27px; padding-right: 24px; }
.photo { position: relative; overflow: hidden; background: #d8d8c7; border-radius: 13px; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo figcaption { position: absolute; bottom: 16px; left: 16px; background: #1c302bb3; color: white; font-size: 9px; border-radius: 4px; padding: 3px 8px; }
.about-photo { height: 510px; }
.about-photo img { object-position: 50% 50%; }
.craft-note { position: absolute; bottom: 0; right: 0; border-radius: 10px; background: var(--ink); color: #f4f4e9; padding: 24px 62px 25px 26px; font-size: 25px; line-height: 1.35; letter-spacing: -.03em; }
.craft-note em { color: var(--gold); }
.craft-note svg { position: absolute; right: 23px; top: 25px; color: var(--gold); width: 21px; }
.about-copy h2 { font-size: clamp(34px, 3.5vw, 49px); }
.about-copy>p:not(.eyebrow) { font-size: 14px; margin-top: 24px; line-height: 1.9; }
.about-copy>.text-link, .about-copy>.button { margin-top: 22px; }
.check-list { margin-top: 26px; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 13px; color: #465445; }
.check-list svg { width: 17px; height: 17px; margin-top: 3px; color: #607352; }
.featured-projects { display: grid; grid-template-columns: 1.17fr 1fr; gap: 34px; }
.project-card { min-width: 0; }
.featured-projects .project-card:nth-child(2) { padding-top: 65px; }
.project-image-wrap { position: relative; }
.project-image-link { position: relative; display: block; overflow: hidden; border-radius: 13px; }
.project-image-link .photo { height: 400px; }
.featured-projects .project-card:nth-child(2) .photo { height: 335px; }
.project-image-link img { transition: transform .6s; }
.project-image-link:hover img { transform: scale(1.025); }
.image-label { position: absolute; top: 18px; left: 18px; padding: 4px 10px; font-size: 9px; background: #f7f7f2ec; border-radius: 4px; color: var(--ink); }
.project-info { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; }
.project-info p { font-size: 9px; letter-spacing: .14em; color: #66735c; }
.project-info h3 { font-size: 23px; margin-top: 6px; }
.round-arrow { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #b9c4b1; border-radius: 50%; flex-shrink: 0; }
.round-arrow svg { width: 19px; height: 19px; }
.image-disclosure { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 18px; font-size: 11px; color: #687064; }
.process-section { background: #eeeee6; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: 49px; }
.process-step { border-top: 1px solid #c9d0c1; padding-top: 21px; position: relative; }
.process-step::before { content: ''; position: absolute; top: -3px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #79906f; }
.process-step>span { display: block; color: #718266; font-family: Georgia, serif; font-style: italic; font-size: 29px; margin-bottom: 27px; }
.process-step h3 { font-size: 18px; }
.process-step p { margin-top: 12px; font-size: 13px; line-height: 1.85; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.4fr; gap: 85px; align-items: start; }
.faq-grid>.text-link, .faq-grid>div>.text-link { margin-top: 24px; }
.faq-item { border-bottom: 1px solid #d6ddd0; }
.faq-item:first-child { border-top: 1px solid #d6ddd0; }
.faq-item summary { list-style: none; display: flex; align-items: center; gap: 19px; padding: 25px 0; cursor: pointer; font-size: 16px; line-height: 1.55; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-number { font-size: 10px; color: #747c6d; }
.faq-item summary>span:nth-child(2) { flex: 1; }
.faq-item summary svg { width: 18px; height: 18px; transition: transform .2s; }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-answer { padding: 0 35px 24px; }
.faq-answer p { font-size: 14px; line-height: 1.9; overflow-wrap: anywhere; }
.cta-section { background: var(--ink); padding-block: 77px; position: relative; overflow: hidden; }
.cta-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; position: relative; }
.cta-section h2 { color: #f4f4ec; font-size: clamp(36px,4vw,57px); }
.cta-section h2 em { color: var(--gold); }
.cta-actions { justify-self: end; }
.cta-actions p { color: #d7e0d2; font-size: 13px; line-height: 1.9; }
.cta-actions .button { margin-top: 25px; }
.cta-email { display: block; margin-top: 17px; color: #d0dbca; font-size: 11px; overflow-wrap: anywhere; }
.site-footer { background: var(--ink-deep); padding-top: 66px; color: #edf0e7; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr 1.05fr 1.35fr; gap: 46px; padding-bottom: 57px; }
.footer-brand .brand-mark { color: var(--gold); border-color: #526152; }
.footer-brand>p { color: #c2ccbb; font-size: 13px; line-height: 1.9; margin-top: 24px; }
.footer-signature { display: block; font-size: 8px; letter-spacing: .16em; color: #bcbfa8; margin-top: 23px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h2 { font-family: inherit; font-size: 11px; color: #dbd9c8; line-height: 1.5; letter-spacing: 0; margin-bottom: 17px; }
.footer-column a { font-size: 11px; padding-block: 5px; color: #c1caba; }
.footer-column a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-contact h2 { font-size: 22px; }
.footer-contact p { color: #c1caba; font-size: 12px; line-height: 1.8; margin-top: 15px; }
.email-link { font-size: 12px; overflow-wrap: anywhere; }
.footer-contact .email-link { display: inline-block; margin-top: 16px; color: #e0c9a6; }
.footer-contact .text-link { font-size: 11px; margin-top: 14px; color: #e9ecdf; border-color: #64715f; }
.footer-extra-contact { display: block; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 22px; border-top: 1px solid #3b4b3a; }
.footer-bottom p, .footer-bottom a { font-size: 9px; color: #b4c1ab; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 12px; }
.footer-bottom svg { width: 15px; height: 15px; }
.page-intro { padding-block: 38px 78px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: 10px; color: #68745f; margin-bottom: 48px; }
.breadcrumb a:hover { text-decoration: underline; }
.page-intro-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: end; }
.page-intro-grid>p { font-size: 15px; line-height: 1.9; padding-bottom: 8px; }
.page-intro h1 em { color: #65745e; }
.experience-tile { background: var(--ink); border-radius: 12px; color: var(--gold); position: absolute; bottom: 0; right: 0; display: flex; flex-direction: column; justify-content: center; padding: 18px 29px; }
.experience-tile strong { font-family: Georgia, serif; font-weight: 400; font-size: 78px; line-height: 1.1; }
.experience-tile span { font-size: 8px; letter-spacing: .1em; }
.about-page .about-photo { height: 590px; }
.service-help { display: flex; align-items: center; gap: 23px; margin-top: 35px; padding: 31px; border: 1px solid var(--line); border-radius: 12px; }
.service-help h2 { font-size: 19px; letter-spacing: -.02em; }
.service-help p { font-size: 13px; margin-top: 8px; }
.service-help .button { margin-left: auto; white-space: nowrap; }
.service-detail-intro { padding-top: 38px; }
.service-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.service-hero-grid .large { width: 60px; height: 60px; margin-bottom: 25px; }
.service-hero-grid .large svg { width: 30px; height: 30px; }
.service-hero-grid h1 { font-size: clamp(43px,4.9vw,65px); }
.service-hero-grid .eyebrow { margin-bottom: 17px; }
.service-hero-grid .service-tagline { font-family: Georgia, serif; font-style: italic; font-size: 23px; margin-top: 22px; color: #566b4f; line-height: 1.5; }
.service-hero-grid p:not(.eyebrow):not(.service-tagline) { margin-top: 18px; font-size: 14px; }
.service-hero-grid .button { margin-top: 28px; }
.service-hero-photo { height: 485px; }
.detail-grid { display: grid; grid-template-columns: 1.3fr .85fr; align-items: start; gap: 100px; }
.detail-copy>p:not(.eyebrow) { margin-top: 26px; font-size: 15px; line-height: 1.9; }
.detail-copy .check-list { margin-block: 30px; }
.small-note { font-size: 11px !important; line-height: 1.8; color: #68715f; }
.quote-aside { background: #e9ece3; padding: 35px; border-radius: 16px; }
.quote-aside .service-icon { margin-bottom: 25px; }
.quote-aside h2 { font-size: 36px; }
.quote-aside p:not(.eyebrow) { margin-top: 20px; font-size: 13px; }
.quote-aside .button { margin-block: 24px 17px; display: flex; }
.quote-aside .email-link { display: block; font-size: 11px; text-align: center; }
.three-columns { grid-template-columns: repeat(3,minmax(0,1fr)); }
.section-description { margin-top: 24px; max-width: 450px; font-size: 14px; }
.factor-list li { display: flex; gap: 22px; border-bottom: 1px solid var(--line); padding-block: 22px; font-size: 15px; }
.factor-list li:first-child { border-top: 1px solid var(--line); }
.factor-list span { font-size: 11px; color: #7b886d; margin-top: 4px; }
.related-services { padding-bottom: 80px; }
.related-services h2 { font-size: 27px; margin-bottom: 30px; }
.related-services .container>div { display: flex; flex-wrap: wrap; gap: 12px; }
.related-services a { display: flex; align-items: center; gap: 12px; font-size: 12px; border: 1px solid #cbd3c4; padding: 14px 18px; border-radius: 7px; }
.related-services a:hover { background: var(--sage); }
.related-services a svg { width: 18px; height: 18px; }
.gallery-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 40px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { display: flex; align-items: center; gap: 13px; border: 1px solid #cbd4c2; border-radius: 30px; background: transparent; color: var(--ink); padding: 11px 20px; min-height: 44px; font-size: 12px; }
.filter-button span { font-size: 10px; opacity: .7; }
.filter-button.selected { background: var(--ink); border-color: var(--ink); color: white; }
.filter-button:hover:not(.selected) { background: var(--sage); }
#project-count { font-size: 11px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 28px; }
.gallery-grid .photo { height: 360px; }
.gallery-open { position: absolute; right: 17px; bottom: 17px; color: var(--ink); background: #f7f7f2f0; border: 0; border-radius: 50%; }
.gallery-open svg { width: 21px; height: 21px; }
.project-detail-photo { height: min(62vw,640px); }
.project-detail-copy { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; padding-block: 55px; }
.project-detail-copy>div>p:not(.eyebrow) { font-size: 15px; margin-bottom: 22px; }
.project-detail-copy h2 { font-size: 41px; }
.faq-page-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-page-grid>aside { padding: 34px; border-radius: 16px; background: var(--sage); }
.faq-page-grid>aside h2 { font-size: 38px; }
.faq-page-grid>aside>p:not(.eyebrow) { font-size: 14px; margin-top: 25px; }
.faq-page-grid>aside>.button { font-size: 12px; margin-top: 26px; padding-inline: 17px; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.2fr; gap: 70px; align-items: start; }
.contact-info>p:not(.eyebrow) { margin-top: 23px; max-width: 350px; font-size: 14px; }
.contact-email-card { display: flex; align-items: center; gap: 15px; border: 1px solid #d4dcca; background: #eeeee5; border-radius: 12px; padding: 22px; margin-top: 31px; }
.contact-email-card>span:nth-child(2) { min-width: 0; }
.contact-email-card small { display: block; color: #65775a; font-size: 9px; letter-spacing: .12em; }
.contact-email-card strong { display: block; margin-top: 4px; font-size: 14px; font-weight: 400; line-height: 1.6; overflow-wrap: anywhere; }
.contact-email-card>svg { width: 19px; margin-left: auto; }
.contact-email-card:hover { border-color: #91a181; }
.contact-options a, .contact-options .contact-line { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-options span { display: block; font-size: 10px; color: #6d7964; }
.contact-options strong { font-size: 14px; font-weight: 400; }
.contact-tip { margin-top: 31px; padding-top: 27px; border-top: 1px solid var(--line); }
.contact-tip h3 { font-size: 19px; }
.contact-tip .check-list { margin-top: 20px; }
.contact-tip>p { margin-top: 18px; font-size: 12px; }
.contact-info>.text-link { margin-top: 19px; }
.form-panel { background: #fffefa; border: 1px solid var(--line); border-radius: 18px; padding: 37px; box-shadow: 0 14px 36px #1c302b05; }
.form-heading { padding-bottom: 26px; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.form-heading>span { font-size: 9px; color: #7a876d; letter-spacing: .1em; }
.form-heading h2 { font-size: 31px; margin-top: 14px; line-height: 1.2; }
.form-heading p { font-size: 12px; margin-top: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px 18px; }
.field { min-width: 0; }
.field label { display: block; font-size: 12px; margin-bottom: 8px; }
.field label span { color: #8f795b; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #d5dcce; background: #fafbf6; border-radius: 6px; color: var(--ink); padding: 11px 13px; line-height: 1.5; font-size: 13px; }
.field input::placeholder, .field textarea::placeholder { color: #74806b; opacity: 1; font-size: 12px; }
.field textarea { min-height: 144px; resize: vertical; }
.field select { padding-right: 24px; }
.field [aria-invalid=true] { border-color: var(--error); }
.field-error { font-size: 11px; color: var(--error); margin-top: 8px; }
.full-width { grid-column: 1 / -1; }
.character-count { font-size: 10px; text-align: right; color: #68725d; margin-top: 6px; }
.form-privacy { display: flex; align-items: flex-start; gap: 10px; margin-block: 20px; font-size: 10px; line-height: 1.8; }
.form-privacy svg { width: 16px; height: 16px; margin-top: 2px; color: #6b7d5f; }
.form-submit { width: 100%; justify-content: space-between; }
.form-status { font-size: 12px; margin-top: 15px; }
.error-status { color: var(--error); }
.quote-result { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); scroll-margin-top: 120px; }
.quote-result h3 { font-size: 24px; margin-bottom: 14px; }
.quote-result>p:not(.eyebrow) { font-size: 12px; }
#quote-text { white-space: pre-wrap; overflow-wrap: anywhere; background: var(--sage); border-radius: 8px; padding: 20px; font: 12px/1.9 'Helvetica Neue',Arial,sans-serif; }
.quote-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 20px; }
.quote-actions .button { font-size: 11px; padding-inline: 15px; gap: 12px; }
.form-noscript { font-size: 13px; margin-top: 20px; overflow-wrap: anywhere; }
.form-noscript a { text-decoration: underline; }
dialog { color: var(--ink); border: 1px solid var(--line); border-radius: 16px; padding: 30px; background: var(--paper); max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); }
dialog::backdrop { background: #13271ed9; backdrop-filter: blur(5px); }
.dialog-open { overflow: hidden; }
.mobile-menu { width: min(420px,calc(100vw - 28px)); }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23px; }
.mobile-menu-top h2 { font-size: 31px; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { border-bottom: 1px solid var(--line); padding: 15px 0; font-size: 22px; }
.mobile-menu nav a.active { color: #71825f; }
.mobile-menu-bottom { margin-top: 30px; font: italic 24px/1.4 Georgia,serif; color: #66735c; }
.gallery-dialog { width: min(1050px,calc(100vw - 40px)); }
.gallery-dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 22px; }
.gallery-dialog-top h2 { font-size: 27px; }
.gallery-dialog-top .eyebrow { font-size: 9px; margin-bottom: 7px; }
#gallery-image { width: 100%; height: min(59vh,590px); object-fit: contain; border-radius: 8px; background: #e6e5db; }
.gallery-dialog-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 17px 10px; }
.gallery-navigation { display: flex; align-items: center; gap: 17px; font-size: 12px; }
.rotate-arrow { display: flex; transform: rotate(180deg); }
.gallery-dialog.is-single .gallery-navigation button { visibility: hidden; }
.mobile-contact { display: none; }
.not-found { text-align: center; padding-block: 65px 95px; }
.error-number { font-family: Georgia,serif; color: #bac5ac; font-size: 100px; line-height: 1; margin-bottom: 30px; }
.not-found>p:not(.eyebrow):not(.error-number) { margin-top: 27px; }
.not-found .hero-actions { justify-content: center; }
@media(prefers-reduced-motion:no-preference) {
  .hero-content { animation: appear .8s both; }
  .experience-badge { animation: appear .8s .15s both; }
  @keyframes appear { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}
@media(min-width:1600px) { .hero-content { padding-left: 72px; } }
@media(max-width:1200px) {
  .container { width: calc(100% - 80px); }
  .header-inner { width: calc(100% - 64px); gap: 22px; }
  .desktop-nav { gap: 19px; }
  .header-cta { margin-left: 0; }
  .hero { min-height: 630px; }
  .hero-content { padding: 55px 0 30px 45px; width: 63%; }
  .hero h1 { font-size: 75px; }
  .hero-description { max-width: 380px; }
  .hero-bottom { font-size: 7px; gap: 12px; }
  .experience-badge { right: 30px; bottom: 49px; width: 180px; padding: 22px; }
  .experience-badge>svg { right: 17px; }
  .about-grid { gap: 55px; }
  .footer-grid { gap: 25px; }
  .contact-grid { gap: 38px; }
  .contact-email-card { padding: 17px; gap: 10px; }
  .contact-email-card .service-icon { width: 40px; height: 40px; }
  .contact-email-card strong { font-size: 12px; }
  .detail-grid { gap: 55px; }
  .service-hero-grid { gap: 45px; }
  .faq-page-grid { gap: 50px; }
}
@media(max-width:1024px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-cta { margin-left: auto; }
  .header-inner { height: 84px; }
  .hero h1 { font-size: 70px; }
  .hero-content { width: 72%; }
  .hero-bottom>span:last-child { display: none; }
  .hero-shade { background: linear-gradient(90deg,#13261ff2 0%,#13261fcc 39%,#13261f44 100%); }
  .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .section { padding-block: 80px; }
  .section-topless { padding-top: 10px; }
  .section-heading { gap: 30px; }
  .about-grid { gap: 35px; }
  .about-photo { height: 490px; }
  .about-copy>p:not(.eyebrow) { font-size: 13px; }
  .trust-strip { gap: 12px; }
  .trust-strip p { font-size: 10px; gap: 7px; }
  .trust-strip svg { width: 18px; height: 18px; }
  .featured-projects { gap: 25px; }
  .project-image-link .photo { height: 330px; }
  .featured-projects .project-card:nth-child(2) .photo { height: 275px; }
  .process-grid { gap: 22px; }
  .process-step h3 { font-size: 16px; }
  .process-step p { font-size: 12px; }
  .faq-grid { gap: 44px; }
  .cta-inner { gap: 40px; }
  .footer-grid { grid-template-columns: 1.1fr .8fr 1.1fr; gap: 30px; }
  .footer-contact { grid-column: 1 / -1; border-top: 1px solid #3b4b3a; padding-top: 25px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
  .footer-contact p { margin: 0; }
  .footer-contact .email-link, .footer-contact .text-link { margin: 0; }
  .page-intro-grid { gap: 45px; }
  .page-intro { padding-bottom: 65px; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .contact-email-card { flex-wrap: wrap; }
  .contact-email-card>span:nth-child(2) { flex-basis: calc(100% - 60px); }
  .contact-email-card>svg { display: none; }
  .form-panel { padding: 27px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .contact-info h2 { font-size: 38px; }
  .contact-tip .check-list li { font-size: 12px; }
  .service-hero-grid { gap: 30px; }
  .service-hero-photo { height: 450px; }
  .service-help { flex-wrap: wrap; }
  .service-help .button { margin-left: 72px; }
  .faq-page-grid { gap: 32px; }
  .faq-page-grid>aside { padding: 24px; }
}
@media(max-width:760px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 44px); }
  .header-inner { width: calc(100% - 40px); height: 79px; gap: 14px; }
  .brand { gap: 9px; }
  .brand-mark { width: 39px; height: 44px; }
  .brand-mark svg { width: 25px; height: 29px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 7px; }
  .header-cta { font-size: 11px; padding: 10px 13px; min-height: 43px; gap: 12px; }
  .header-cta svg { width: 17px; }
  .hero { width: calc(100% - 24px); min-height: 650px; border-radius: 13px; }
  .hero-background { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg,#12271fea,#12271f88),linear-gradient(0deg,#12271f82,transparent); }
  .hero-content { width: 100%; padding: 40px 29px 155px; }
  .hero-eyebrow { font-size: 8px; gap: 9px; letter-spacing: .1em; margin-bottom: 25px; }
  .hero h1 { font-size: clamp(52px,10vw,76px); }
  .hero-description { font-size: 13px; max-width: 380px; margin-top: 22px; }
  .hero-actions { gap: 10px; margin-top: 25px; }
  .hero-actions .button { font-size: 11px; padding: 13px 17px; gap: 13px; }
  .hero-bottom { display: none; }
  .experience-badge { right: 23px; bottom: 38px; width: 230px; padding: 15px 20px; display: flex; align-items: center; gap: 21px; border-radius: 9px; }
  .experience-badge strong { font-size: 44px; flex-direction: column; gap: 4px; }
  .experience-badge strong span { font-size: 8px; letter-spacing: .1em; }
  .experience-badge p { font-size: 10px; margin: 0; }
  .experience-badge>svg { top: 17px; right: 17px; width: 18px; }
  .hero-image-label { bottom: 11px; right: 24px; font-size: 8px; }
  .trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 19px 14px; padding-block: 25px; }
  .trust-strip p { justify-content: flex-start !important; font-size: 10px; gap: 9px; }
  .trust-strip svg { width: 17px; }
  .section { padding-block: 63px; }
  .section-topless { padding-top: 0; }
  .eyebrow { font-size: 10px; margin-bottom: 18px; letter-spacing: .14em; }
  h1 { font-size: 45px; }
  h2 { font-size: 38px; }
  .section-heading { display: block; margin-bottom: 33px; }
  .section-heading-aside { margin-top: 23px; max-width: none; font-size: 13px; }
  .section-heading-aside .text-link { margin-top: 10px; }
  .service-card { padding: 25px; }
  .service-card h3 { font-size: 22px; }
  .service-card p { font-size: 12px; }
  .service-card-top { margin-bottom: 21px; }
  .about-grid { grid-template-columns: 1fr; gap: 46px; }
  .about-photo, .about-page .about-photo { height: 420px; }
  .about-visual { padding-right: 23px; padding-bottom: 23px; }
  .craft-note { padding: 21px 66px 21px 23px; font-size: 24px; }
  .about-copy h2 { font-size: 38px; }
  .about-copy>p:not(.eyebrow) { font-size: 14px; margin-top: 23px; }
  .check-list { gap: 12px; }
  .featured-projects { gap: 22px; }
  .featured-projects .project-card:nth-child(2) { padding-top: 40px; }
  .project-image-link .photo { height: 300px; }
  .featured-projects .project-card:nth-child(2) .photo { height: 260px; }
  .project-info { gap: 12px; padding-top: 19px; }
  .project-info h3 { font-size: 20px; }
  .project-info p { font-size: 8px; }
  .round-arrow { width: 36px; height: 36px; }
  .round-arrow svg { width: 17px; }
  .image-disclosure { font-size: 10px; margin-top: 28px; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 26px; margin-top: 37px; }
  .process-step>span { font-size: 27px; margin-bottom: 20px; }
  .process-step h3 { font-size: 17px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-item summary { font-size: 15px; padding-block: 22px; gap: 14px; }
  .faq-answer { padding: 0 25px 22px; }
  .faq-answer p { font-size: 13px; }
  .cta-section { padding-block: 61px; }
  .cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-section h2 { font-size: 39px; }
  .cta-actions { justify-self: start; }
  .cta-actions p { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 27px; padding-bottom: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer { padding-top: 48px; }
  .footer-brand>p { margin-top: 18px; }
  .footer-signature { margin-top: 18px; }
  .footer-column a { font-size: 12px; padding-block: 6px; }
  .footer-contact { display: block; }
  .footer-contact h2 { font-size: 24px; }
  .footer-contact p { margin-top: 17px; }
  .footer-contact .email-link { display: block; margin-top: 16px; font-size: 13px; }
  .footer-contact .text-link { margin-top: 16px; }
  .footer-bottom { align-items: flex-start; padding-block: 20px; }
  .footer-bottom p { max-width: 215px; line-height: 1.9; }
  .footer-bottom a { white-space: nowrap; }
  .page-intro { padding-block: 24px 47px; }
  .breadcrumb { margin-bottom: 32px; font-size: 9px; gap: 10px; }
  .page-intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .page-intro h1 { font-size: clamp(37px,7.6vw,53px); }
  .page-intro-grid>p { font-size: 14px; line-height: 1.85; max-width: 530px; }
  .service-help { padding: 24px; gap: 19px; }
  .service-help h2 { font-size: 18px; }
  .service-help>div { flex: 1; min-width: 160px; }
  .service-help .button { margin-left: 0; }
  .service-detail-intro { padding-top: 24px; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-hero-grid h1 { font-size: 47px; }
  .service-hero-grid .service-tagline { font-size: 23px; }
  .service-hero-photo { height: 340px; }
  .service-hero-grid .large { width: 49px; height: 49px; margin-bottom: 19px; }
  .detail-grid { grid-template-columns: 1fr; gap: 37px; }
  .detail-copy>p:not(.eyebrow) { font-size: 14px; }
  .quote-aside { padding: 30px; }
  .three-columns { grid-template-columns: 1fr; gap: 30px; }
  .three-columns .process-step>span { margin-bottom: 12px; }
  .three-columns .process-step p { font-size: 13px; }
  .factor-list li { font-size: 14px; }
  .related-services { padding-bottom: 55px; }
  .related-services a { font-size: 11px; padding: 13px 14px; }
  .related-services h2 { font-size: 25px; }
  .gallery-toolbar { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 30px; }
  .filter-button { padding: 10px 16px; gap: 10px; font-size: 11px; }
  .gallery-grid { gap: 32px 22px; }
  .gallery-grid .photo { height: 290px; }
  .project-detail-photo { height: 360px; }
  .project-detail-copy { grid-template-columns: 1fr; gap: 26px; padding-block: 35px; }
  .project-detail-copy h2 { font-size: 35px; }
  .project-detail-copy>div>p:not(.eyebrow) { font-size: 14px; }
  .faq-page-grid { grid-template-columns: 1fr; gap: 33px; }
  .faq-page-grid>aside { padding: 28px; }
  .faq-page-grid>aside h2 { font-size: 35px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-info h2 { font-size: 38px; }
  .contact-email-card { flex-wrap: nowrap; padding: 20px; }
  .contact-email-card strong { font-size: 14px; }
  .contact-email-card>svg { display: block; }
  .contact-email-card>span:nth-child(2) { flex-basis: auto; }
  .contact-email-card .service-icon { width: 46px; height: 46px; }
  .form-panel { padding: 28px; }
  .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .field input, .field textarea, .field select { font-size: 16px; }
  .field select { font-size: 14px; }
  .has-mobile-contact { padding-bottom: 58px; }
  .mobile-contact { position: fixed; bottom: 0; inset-inline: 0; background: var(--ink); color: white; z-index: 39; display: flex; padding: 8px 16px calc(8px + env(safe-area-inset-bottom)); gap: 12px; }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; flex: 1; min-height: 42px; border: 1px solid #ffffff40; border-radius: 5px; font-size: 13px; }
}
@media(max-width:520px) {
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 25px; }
  .service-card-top { margin-bottom: 19px; }
  .service-card p { font-size: 13px; margin-bottom: 23px; }
  .service-card-bottom { font-size: 11px; }
  .featured-projects, .gallery-grid { grid-template-columns: 1fr; gap: 32px; }
  .featured-projects .project-card:nth-child(2) { padding-top: 0; }
  .project-image-link .photo, .featured-projects .project-card:nth-child(2) .photo, .gallery-grid .photo { height: 320px; }
  .project-info h3 { font-size: 23px; }
  .about-photo, .about-page .about-photo { height: 380px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-panel { padding: 24px; }
  .form-heading h2 { font-size: 29px; }
  .contact-email-card { gap: 11px; padding: 17px; }
  .contact-email-card strong { font-size: 12px; }
  .contact-email-card .service-icon { width: 40px; height: 40px; }
  .contact-email-card>svg { width: 17px; }
  .gallery-dialog { padding: 18px; }
  .gallery-dialog-top h2 { font-size: 23px; }
  .gallery-dialog-top .eyebrow { font-size: 8px; }
  .gallery-dialog-top .eyebrow::before { display: none; }
  #gallery-image { height: 43vh; }
  .gallery-dialog-bottom { gap: 15px; flex-wrap: wrap; }
  .gallery-dialog-bottom .text-link { font-size: 12px; }
  .quote-actions { flex-direction: column; }
  .page-intro-grid>p { font-size: 13px; }
  .service-hero-grid h1 { font-size: 43px; }
}
@media(max-width:380px) {
  .container { width: calc(100% - 36px); }
  .header-inner { width: calc(100% - 30px); gap: 9px; }
  .brand-mark { width: 33px; height: 39px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 6px; }
  .brand { gap: 7px; }
  .header-cta { font-size: 10px; padding: 10px 12px; gap: 8px; }
  .header-cta svg { display: none; }
  .hero-content { padding: 33px 21px 143px; }
  .hero h1 { font-size: 53px; }
  .hero-eyebrow { font-size: 7px; letter-spacing: .07em; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 265px; }
  .hero { min-height: 710px; }
  .hero-actions .button { justify-content: space-between; }
  .hero-description { font-size: 12px; }
  .trust-strip p { font-size: 9px; gap: 7px; }
  h2, .about-copy h2 { font-size: 34px; }
  .cta-section h2 { font-size: 34px; }
  .page-intro h1 { font-size: 36px; }
  .service-hero-grid h1 { font-size: 38px; }
  .contact-email-card { gap: 10px; padding: 16px; }
  .contact-email-card>svg { display: none; }
  .contact-email-card strong { font-size: 11px; }
  .contact-email-card .service-icon { width: 34px; height: 38px; }
  .form-panel { padding: 20px; }
  .project-info h3 { font-size: 21px; }
  .project-image-link .photo, .featured-projects .project-card:nth-child(2) .photo, .gallery-grid .photo { height: 280px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* İkinci sürüm: fotoğraflı hizmetler, hareket, WhatsApp ve ayrı sayfalar. */
body { font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; }
h1, h2 { font-weight: 600; }
h1 em, h2 em { font-family: inherit; font-style: normal; font-weight: 400; }
.hero h1 { font-weight: 500; }
.hero h1 em { font-weight: 300; }
.button { border-radius: 9px; }
main { overflow-x: clip; }
.utility-bar { background: var(--ink); color: #e4e9dd; }
.utility-bar .header-inner { height: 34px; justify-content: space-between; }
.utility-bar span { font-size: 9px; letter-spacing: .1em; }
.utility-bar a { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.utility-bar svg { width: 13px; height: 13px; color: var(--gold); }
.scroll-progress { position: absolute; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: #9a825a; transform: scaleX(0); transform-origin: left; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 8px; list-style: none; font-size: 12px; min-height: 46px; cursor: pointer; color: #57635c; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary>span { font-size: 14px; transition: transform .2s; }
.nav-dropdown[open] summary>span { transform: rotate(180deg); }
.nav-dropdown-panel { position: absolute; top: calc(100% + 12px); left: -20px; width: 224px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: #fffef9; box-shadow: 0 15px 40px #1630211a; }
.desktop-nav .nav-dropdown-panel a { display: block; padding: 12px; border-radius: 6px; font-size: 12px; }
.desktop-nav .nav-dropdown-panel a:hover { background: var(--sage); }
.desktop-nav .nav-dropdown-panel a::after { display: none; }
.photo-services { gap: 23px; }
.photo-services .service-card { padding: 0; overflow: hidden; border-radius: 17px; background: #fffefa; color: var(--ink); border-color: var(--line); transition: translate .3s, box-shadow .3s, border-color .3s; }
.photo-services .service-card:hover { transform: none; translate: 0 -6px; box-shadow: 0 18px 38px #19362a13; border-color: #afbda5; }
.service-cover { position: relative; overflow: hidden; }
.service-cover .photo { height: 230px; border-radius: 0; }
.service-cover img { transition: transform .85s cubic-bezier(.2,.65,.3,1); }
.service-card:hover .service-cover img { transform: scale(1.055); }
.service-photo-label { position: absolute; top: 15px; left: 15px; border: 1px solid #ffffff77; background: #fffdf0d9; color: #334d35; backdrop-filter: blur(6px); border-radius: 4px; padding: 3px 7px; font-size: 7px; letter-spacing: .1em; }
.service-cover-icon { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 10px; background: #f7f7f2eb; color: var(--ink); }
.service-cover-icon svg { width: 22px; height: 22px; }
.service-card-body { padding: 25px; display: flex; flex-direction: column; flex: 1; }
.service-title-row { display: flex; gap: 15px; align-items: baseline; justify-content: space-between; }
.service-title-row h3 { font-size: 23px; font-weight: 600; }
.photo-services .service-card p { color: var(--text); }
.photo-services .service-card-bottom { color: var(--ink); border-color: var(--line); min-height: 44px; }
.photo-services .card-index { color: #788571; }
.direct-contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 23px; }
.direct-contact-card { padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: #fffefa; display: flex; flex-direction: column; align-items: flex-start; transition: box-shadow .2s, border-color .2s; min-width: 0; }
.direct-contact-card:hover { box-shadow: 0 15px 32px #1c302b0d; border-color: #a4b799; }
.direct-contact-card .eyebrow { font-size: 9px; margin-top: 25px; margin-bottom: 12px; }
.direct-contact-card .eyebrow::before { display: none; }
.direct-contact-card h2 { font-size: 23px; line-height: 1.4; letter-spacing: -.03em; overflow-wrap: anywhere; max-width: 100%; }
.direct-contact-card p { font-size: 13px; margin-top: 17px; margin-bottom: 23px; }
.direct-contact-card .text-link { margin-top: auto; font-size: 12px; }
.direct-contact-card:first-child .service-icon { background: #e3f0e2; color: #26774c; }
.contact-invitation { background: var(--sage); }
.contact-photo { height: 405px; }
.quote-steps { list-style: none; padding: 0 0 20px; margin: 0 0 25px; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.quote-steps li { font-size: 9px; color: #627055; }
.quote-steps li>span { display: flex; width: 25px; height: 25px; align-items: center; justify-content: center; border: 1px solid #c1cdb6; border-radius: 50%; margin-bottom: 8px; font-size: 11px; }
.quote-steps li:first-child>span, .has-quote-result .quote-steps li:nth-child(-n+2)>span { background: var(--ink); color: white; border-color: var(--ink); }
.button-whatsapp { background: #21754a; border-color: #21754a; color: white; }
.button-whatsapp:hover { background: #165b36; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 11px 26px; border-top: 1px solid #3b4b3a; padding: 20px 0; }
.footer-legal a, .footer-legal button { font-size: 10px; line-height: 1.5; color: #c9d3c0; padding: 6px 0; background: none; border: none; }
.footer-legal a:hover, .footer-legal button:hover { text-decoration: underline; text-underline-offset: 4px; }
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 50; display: flex; align-items: center; gap: 19px; padding: 13px 19px; border-radius: 50px; background: #207648; border: 1px solid #4d946c; color: white; box-shadow: 0 9px 30px #163e2733; transition: background .25s, translate .25s; min-height: 61px; }
.whatsapp-float:hover { background: #185b36; translate: 0 -3px; }
.whatsapp-float>svg { width: 32px; height: 32px; }
.whatsapp-float-label { font-size: 12px; font-weight: 600; line-height: 1.4; }
.whatsapp-float-label small { display: block; font-size: 9px; font-weight: 400; margin-top: 3px; color: #e1f0df; }
.back-to-top { position: fixed; right: 27px; bottom: 104px; width: 43px; height: 43px; border-radius: 50%; background: #f7f7f2eb; border: 1px solid #bdc9b3; display: grid; place-items: center; z-index: 45; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; }
.back-to-top svg { width: 18px; height: 18px; transform: rotate(-45deg); }
.cookie-banner { position: fixed; bottom: 24px; left: 24px; z-index: 55; width: min(850px,calc(100% - 315px)); padding: 23px; border-radius: 16px; border: 1px solid #c5d0bd; background: #fffffaf5; backdrop-filter: blur(15px); box-shadow: 0 12px 55px #172d2924; }
.cookie-copy { display: flex; align-items: flex-start; gap: 17px; }
.cookie-icon { color: #6c7c5c; padding-top: 4px; }
.cookie-copy h2 { font-size: 19px; letter-spacing: -.025em; line-height: 1.4; }
.cookie-copy p { margin-top: 9px; font-size: 12px; line-height: 1.8; }
.cookie-copy a { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }
.cookie-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 17px; }
.cookie-actions .button { font-size: 11px; min-height: 43px; padding: 11px 17px; }
.cookie-visible .back-to-top { visibility: hidden; }
.legal-grid { display: grid; grid-template-columns: 270px 1fr; align-items: start; gap: 55px; }
.legal-nav { border: 1px solid var(--line); background: #eeeee6; border-radius: 14px; padding: 24px; }
.legal-nav .eyebrow { margin-bottom: 16px; }
.legal-nav a { display: flex; gap: 12px; padding: 12px 0; font-size: 12px; border-top: 1px solid #d4dcce; }
.legal-nav a span { font-size: 9px; color: #7a896c; padding-top: 3px; }
.legal-updated { font-size: 11px; padding-bottom: 26px; }
.legal-content>section { position: relative; border-top: 1px solid var(--line); padding: 29px 0 32px; scroll-margin-top: 115px; }
.legal-content h2 { font-size: 27px; line-height: 1.3; margin-bottom: 19px; }
.legal-section-number { display: block; font-size: 10px; color: #7d896f; letter-spacing: .1em; margin-bottom: 12px; }
.legal-content p { margin-top: 16px; font-size: 14px; line-height: 1.9; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-content .button { margin-top: 22px; }
.legal-draft { background: #eeede2; border-left: 3px solid #a18a62; padding: 20px; border-radius: 0 8px 8px 0; }
.legal-draft strong { font-size: 13px; }
.legal-draft p { font-size: 12px; margin-top: 8px; }
.legal-table-wrap { overflow: auto; }
.legal-content table { width: 100%; border-collapse: collapse; font-size: 12px; }
.legal-content th, .legal-content td { text-align: left; padding: 14px; border: 1px solid var(--line); }
.legal-content th { background: var(--sage); }
.legal-content code { font-size: 12px; overflow-wrap: anywhere; }
.reveal { --from-x: 0px; --from-y: 35px; --from-scale: 1; transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .95s cubic-bezier(.2,.7,.2,1), filter .9s; transition-delay: var(--reveal-delay,0ms); }
.reveal-left { --from-x: -64px; --from-y: 0px; }
.reveal-right { --from-x: 64px; --from-y: 0px; }
.reveal-scale { --from-y: 0px; --from-scale: .94; }
.reveal[data-reveal="waiting"] { opacity: 0; transform: translate3d(var(--from-x),var(--from-y),0) scale(var(--from-scale)); filter: blur(3px); }
.reveal[data-reveal="shown"] { opacity: 1; transform: none; filter: none; }
.photo-services .service-card.reveal { transition: opacity .9s, transform .95s cubic-bezier(.2,.7,.2,1), filter .9s, translate .3s, box-shadow .3s; transition-delay: var(--reveal-delay,0ms); }
.mobile-menu .mobile-legal-link { font-size: 14px; padding-block: 12px; }
@media(max-width:1100px) {
 .direct-contact-card { padding: 24px; }
 .direct-contact-card h2 { font-size: 20px; }
 .legal-grid { grid-template-columns: 220px 1fr; gap: 35px; }
 .service-cover .photo { height: 225px; }
}
@media(max-width:760px) {
 .utility-bar span { font-size: 7px; letter-spacing: .045em; }
 .utility-bar .header-inner { height: 30px; }
 .utility-bar a { font-size: 9px; gap: 5px; }
 .utility-bar svg { width: 11px; }
 .hero-content { padding-top: 38px; }
 .direct-contact-grid { grid-template-columns: 1fr; gap: 17px; }
 .direct-contact-card { padding: 27px; }
 .direct-contact-card h2 { font-size: 24px; }
 .direct-contact-card .eyebrow { margin-top: 19px; }
 .direct-contact-card p { margin-block: 14px 19px; }
 .contact-photo { height: 350px; }
 .legal-grid { grid-template-columns: 1fr; gap: 30px; }
 .legal-nav { display: none; }
 .legal-content h2 { font-size: 24px; }
 .legal-content p { font-size: 13px; }
 .legal-content th, .legal-content td { padding: 10px; font-size: 11px; }
 .cookie-banner { left: 14px; right: 14px; bottom: 96px; width: auto; padding: 20px; max-height: calc(100dvh - 185px); overflow: auto; }
 .cookie-copy { gap: 12px; }
 .cookie-icon { display: none; }
 .cookie-copy h2 { font-size: 17px; }
 .cookie-copy p { font-size: 11px; }
 .cookie-actions { justify-content: stretch; gap: 9px; }
 .cookie-actions .button { flex: 1; font-size: 10px; padding: 10px 9px; }
 .whatsapp-float { bottom: calc(20px + env(safe-area-inset-bottom)); right: 18px; min-height: 58px; width: 58px; height: 58px; justify-content: center; padding: 0; }
 .whatsapp-float-label { display: none; }
 .back-to-top { right: 25px; bottom: calc(97px + env(safe-area-inset-bottom)); }
 .reveal-left { --from-x: -27px; }
 .reveal-right { --from-x: 27px; }
 .service-title-row h3 { font-size: 22px; }
 .service-card-body { padding: 24px; }
 .footer-bottom { padding-bottom: 95px; }
}
@media(max-width:380px) { .utility-bar span { font-size: 6px; } .utility-bar a { font-size: 8px; } .service-cover .photo { height: 205px; } }
@media(prefers-reduced-motion:reduce) {
 .reveal[data-reveal="waiting"] { opacity: 1; transform: none; filter: none; }
 .photo-services .service-card:hover, .whatsapp-float:hover { translate: none; }
 .service-card:hover .service-cover img { transform: none; }
}
