:root {
  --ink: #171a18;
  --ink-soft: #242825;
  --paper: #f1efe9;
  --paper-2: #e7e3da;
  --white: #faf9f5;
  --accent: #c98a45;
  --line: rgba(23, 26, 24, .16);
  --sans: "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 12px 16px; background: var(--accent); color: var(--ink); }
.skip-link:focus { top: 14px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--accent); box-shadow: 0 0 12px rgba(201,138,69,.65); }
.hero { min-height: 100svh; position: relative; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; padding-top: 98px; color: var(--white); background: var(--ink); }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(14,17,15,.84), rgba(14,17,15,.56) 43%, rgba(14,17,15,.15) 75%), linear-gradient(0deg, rgba(14,17,15,.75), transparent 36%), url("../images/hero.jpg"); background-position: center; background-size: cover; transform: scale(1.025); animation: hero-zoom 16s ease-out forwards; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background-image: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255,255,255,.1) 25%, transparent calc(25% + 1px)), linear-gradient(90deg, transparent calc(75% - 1px), rgba(255,255,255,.1) 75%, transparent calc(75% + 1px)); }
.site-nav { position: fixed; inset: 0 0 auto; z-index: 70; min-height: 98px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5vw; border-bottom: 1px solid rgba(255,255,255,.2); transition: min-height .3s ease, background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-nav.is-scrolled { min-height: 76px; background: rgba(17,19,17,.88); border-bottom-color: rgba(255,255,255,.1); box-shadow: 0 12px 35px rgba(0,0,0,.16); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 28px; line-height: 1; }
.brand-words { display: flex; flex-direction: column; line-height: 1; letter-spacing: .16em; }
.brand-words strong { font-size: 14px; }
.brand-words small { margin-top: 6px; color: var(--accent); font-size: 8px; letter-spacing: .42em; }
.main-menu { display: flex; align-items: center; gap: 34px; }
.main-menu a { position: relative; color: rgba(255,255,255,.8); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.main-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--accent); transition: right .25s ease; }
.main-menu a:hover::after { right: 0; }
.main-menu a.is-active { color: var(--white); }
.main-menu a.is-active::after { right: 0; }
.nav-call { justify-self: end; min-width: 138px; height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border: 1px solid rgba(255,255,255,.42); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; transition: .25s ease; }
.nav-call:hover { background: var(--white); color: var(--ink); }
.nav-call b { font-size: 18px; font-weight: 400; }
.menu-toggle { display: none; }
.hero-content { width: min(1000px, 90vw); margin: auto 5vw; padding: 12vh 0 10vh; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .21em; }
.eyebrow > span { color: var(--accent); }
.eyebrow.dark { color: #6b6a64; }
.eyebrow.light { color: rgba(255,255,255,.48); }
.hero-label { opacity: 0; animation: reveal-up .75s ease forwards .15s; }
.hero-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(201,138,69,.6); animation: pulse 2s infinite; }
.hero h1 { max-width: 970px; margin: 28px 0 24px; font-family: var(--serif); font-size: clamp(62px, 7.6vw, 118px); line-height: .84; letter-spacing: -.055em; font-weight: 400; opacity: 0; animation: reveal-up .8s ease forwards .3s; }
.hero h1 em { display: block; padding-left: 8vw; color: var(--accent); font-weight: 400; }
.hero-content > p { max-width: 610px; margin: 0 0 38px 8vw; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.85; opacity: 0; animation: reveal-up .8s ease forwards .45s; }
.hero-actions { margin-left: 8vw; display: flex; align-items: center; gap: 32px; opacity: 0; animation: reveal-up .8s ease forwards .6s; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 0 22px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 19px; font-weight: 400; }
.button-accent { background: var(--accent); color: #21170f; }
.button-accent:hover { background: #dfa15c; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--accent); }
.text-link { display: inline-flex; align-items: center; gap: 27px; padding-bottom: 8px; border-bottom: 1px solid; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.text-link.light { border-color: rgba(255,255,255,.5); }
.text-link.dark { border-color: var(--ink); }
.text-link span { color: var(--accent); font-size: 17px; font-weight: 400; }
.hero-foot { min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.45); font-size: 8px; text-transform: uppercase; letter-spacing: .22em; }
.discover { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); }
.discover i { width: 30px; height: 1px; background: var(--accent); }
.trust-rail { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: clamp(17px, 4vw, 65px); padding: 0 20px; background: var(--accent); color: #261c12; font-size: 10px; text-transform: uppercase; letter-spacing: .19em; }
.trust-rail span { font-size: 18px; font-weight: 400; }
.section { padding: 125px 7vw; }
.intro > .eyebrow, .process > .eyebrow { margin-bottom: 45px; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: start; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 84px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
h2 em { color: var(--accent); font-weight: 400; }
.intro-copy { max-width: 530px; padding-top: 10px; }
.intro-copy p { margin: 0 0 22px; color: #62645f; font-size: 13px; line-height: 1.95; }
.intro-copy .text-link { margin-top: 16px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values article { padding: 42px 42px 45px 0; }
.values article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.values small, .service-list small, .process-grid small { color: var(--accent); font-size: 9px; letter-spacing: .18em; }
.values h3 { margin: 30px 0 12px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.values p { max-width: 300px; margin: 0; color: #6f706b; font-size: 12px; line-height: 1.75; }
.services { background: var(--ink); color: var(--white); }
.section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 6vw; align-items: start; margin-bottom: 68px; }
.section-head .eyebrow { margin-top: 12px; }
.section-head h2 { font-size: clamp(52px, 6vw, 92px); }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-list article { position: relative; min-height: 150px; display: grid; grid-template-columns: 80px 1fr 1fr 45px; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); overflow: hidden; }
.service-list article::before { content: ""; position: absolute; inset: 0; right: 100%; background: var(--accent); transition: right .45s cubic-bezier(.22,1,.36,1); }
.service-list article:hover::before { right: 0; }
.service-list article > * { position: relative; z-index: 1; }
.service-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 45px); font-weight: 400; }
.service-list p { max-width: 490px; margin: 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.85; transition: color .3s ease; }
.service-list b { font-size: 27px; font-weight: 400; }
.service-list article:hover small, .service-list article:hover p { color: #2a1d10; }
.project-starter { position: relative; background: #d09a5b; color: #20170f; }
.project-starter::before { content: "ODUNCU"; position: absolute; right: -2vw; top: 24px; color: rgba(32,23,15,.055); font-family: var(--serif); font-size: clamp(110px, 18vw, 280px); line-height: .8; letter-spacing: -.08em; pointer-events: none; }
.project-starter-head { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.project-starter-head .eyebrow { margin-bottom: 38px; color: rgba(32,23,15,.6); }
.project-starter-head .eyebrow span { color: #fff4e7; }
.project-starter-head h2 em { color: #fff4e7; }
.starter-intro { max-width: 390px; padding-bottom: 8px; }
.starter-intro > span { display: inline-block; margin-bottom: 17px; padding: 8px 11px; border: 1px solid rgba(32,23,15,.35); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.starter-intro p { margin: 0; color: rgba(32,23,15,.7); font-size: 13px; line-height: 1.8; }
.project-picker { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; gap: 0; margin-top: 70px; border: 1px solid rgba(32,23,15,.22); background: rgba(255,255,255,.06); }
.project-choices { display: grid; }
.project-choice { position: relative; display: grid; grid-template-columns: 48px 1fr 1fr 30px; gap: 24px; align-items: center; min-height: 122px; padding: 24px 30px; border: 0; border-bottom: 1px solid rgba(32,23,15,.18); background: transparent; color: #20170f; text-align: left; cursor: pointer; transition: background .28s ease, color .28s ease; }
.project-choice:last-child { border-bottom: 0; }
.project-choice:hover, .project-choice.is-selected { background: var(--ink); color: var(--white); }
.project-choice small { font-size: 9px; letter-spacing: .18em; opacity: .65; }
.project-choice strong { font-family: var(--serif); font-size: clamp(26px, 2.5vw, 38px); font-weight: 400; }
.project-choice > span { max-width: 300px; color: rgba(32,23,15,.62); font-size: 11px; line-height: 1.7; transition: color .28s ease; }
.project-choice:hover > span, .project-choice.is-selected > span { color: rgba(255,255,255,.55); }
.project-choice b { font-size: 24px; font-weight: 400; }
.project-result { min-height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 52px; border-left: 1px solid rgba(32,23,15,.22); background: #f2eee5; }
.project-result > small { color: var(--accent); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.project-result h3 { margin: 23px 0 18px; font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); line-height: .95; font-weight: 400; }
.project-result p { margin: 0 0 32px; color: #6a6964; font-size: 12px; line-height: 1.8; }
.project-whatsapp { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 18px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; transition: background .25s ease, opacity .25s ease; }
.project-whatsapp:hover { background: #303530; }
.project-whatsapp span { color: var(--accent); font-size: 18px; font-weight: 400; }
.project-whatsapp.is-disabled { opacity: .32; cursor: not-allowed; }
.different-project { width: fit-content; margin-top: 21px; padding-bottom: 5px; border-bottom: 1px solid #8c8982; color: #77746d; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.vision { min-height: 880px; position: relative; display: flex; align-items: flex-end; padding: 7vw; background: linear-gradient(90deg, rgba(12,15,13,.12), rgba(12,15,13,.02)), url("../images/vision.jpg") center/cover no-repeat; }
.vision::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,16,14,.72), transparent 62%); }
.vision-card { position: relative; z-index: 1; width: min(610px, 100%); margin-left: auto; padding: 52px 58px; border-top: 3px solid var(--accent); background: rgba(23,26,24,.94); color: var(--white); backdrop-filter: blur(14px); }
.vision-card .eyebrow { margin-bottom: 28px; }
.vision-card blockquote { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(32px, 3.6vw, 50px); line-height: 1.08; font-weight: 400; }
.vision-card p { margin: 0 0 35px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.9; }
.process { background: var(--paper-2); }
.process-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.process-head p { max-width: 390px; margin: 0 0 8px; color: #6b6d68; font-size: 13px; line-height: 1.85; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; }
.process-grid::before { content: ""; position: absolute; top: 61px; left: 0; right: 0; height: 1px; background: #bab8b0; }
.process-grid article { position: relative; padding-right: 42px; }
.process-grid article + article { padding-left: 28px; }
.process-grid i { position: relative; z-index: 1; display: block; width: 12px; height: 12px; margin: 29px 0 38px; border: 3px solid var(--paper-2); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.process-grid h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.process-grid p { margin: 0; color: #6b6d68; font-size: 11px; line-height: 1.8; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: var(--white); }
.contact-info { padding: 120px 7vw; background: linear-gradient(rgba(23,26,24,.9), rgba(23,26,24,.95)), url("../images/contact.jpg") center/cover; }
.contact-info .eyebrow { margin-bottom: 45px; }
.contact-info h2 { font-size: clamp(49px, 5vw, 78px); }
.contact-info > p { max-width: 510px; margin: 32px 0 50px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.85; }
.contact-links { display: grid; gap: 19px; }
.contact-links a, .contact-links div { display: flex; flex-direction: column; gap: 6px; }
.contact-links small { color: var(--accent); font-size: 8px; text-transform: uppercase; letter-spacing: .17em; }
.contact-links strong { font-size: 12px; font-weight: 600; }
.contact-form { display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 120px 7vw; background: var(--ink-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: flex; flex-direction: column; gap: 11px; color: rgba(255,255,255,.64); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; outline: 0; background: transparent; color: var(--white); font-size: 13px; text-transform: none; letter-spacing: 0; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--accent); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.27); }
.contact-form select option { background: var(--ink); }
.contact-form button { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border: 0; background: var(--accent); color: #21170f; cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; transition: background .25s ease; }
.contact-form button:hover { background: #e0a45f; }
.contact-form button span { font-size: 21px; font-weight: 400; }
.contact-form > small { color: rgba(255,255,255,.33); font-size: 8px; line-height: 1.5; }
footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 60px 7vw 38px; background: #111311; color: var(--white); }
.footer-brand { grid-row: 1 / span 2; }
footer > p { margin: 0; color: rgba(255,255,255,.42); font-size: 10px; }
.footer-menu { display: flex; gap: 26px; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
footer > small { grid-column: 2 / 4; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.25); font-size: 8px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 30; min-height: 48px; display: flex; align-items: center; gap: 18px; padding: 0 17px; background: #e3a45d; color: #20170e; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.whatsapp-float b { font-size: 17px; font-weight: 400; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes reveal-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-zoom { to { transform: scale(1); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(201,138,69,0); } 100% { box-shadow: 0 0 0 0 rgba(201,138,69,0); } }

@media (max-width: 900px) {
  .hero { padding-top: 80px; }
  .site-nav, .site-nav.is-scrolled { min-height: 80px; grid-template-columns: 1fr auto auto; }
  .menu-toggle { position: relative; z-index: 62; width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; margin-right: 8px; border: 0; background: transparent; color: var(--white); cursor: pointer; }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-menu { position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 100px 10vw; background: rgba(17,19,17,.98); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: .25s ease; }
  .main-menu.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-menu a { font-family: var(--serif); font-size: 38px; text-transform: none; letter-spacing: -.02em; }
  .nav-call { z-index: 63; min-width: 48px; width: 48px; padding: 0; justify-content: center; }
  .nav-call span { display: none; }
  .hero h1 em, .hero-content > p, .hero-actions { padding-left: 0; margin-left: 0; }
  .intro-grid, .section-head, .process-head, .contact, .project-starter-head, .project-picker { grid-template-columns: 1fr; }
  .intro-grid { gap: 38px; }
  .values { grid-template-columns: 1fr; }
  .values article, .values article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-list article { grid-template-columns: 42px 1fr 35px; padding: 30px 0; }
  .service-list p { grid-column: 2 / 3; }
  .service-list b { grid-column: 3; grid-row: 1 / 3; }
  .project-starter-head { gap: 34px; }
  .project-picker { margin-top: 54px; }
  .project-result { border-top: 1px solid rgba(32,23,15,.22); border-left: 0; }
  .vision { min-height: 740px; padding: 5vw; }
  .vision-card { margin: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 55px 20px; }
  .process-grid::before { display: none; }
  .process-grid article, .process-grid article + article { padding: 0 30px 0 0; }
  .process-grid i { margin: 20px 0; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > small { grid-column: 1 / 3; }
}

@media (max-width: 600px) {
  .section { padding: 88px 24px; }
  .site-nav { padding: 0 22px; }
  .hero-content { width: auto; margin: auto 24px; padding: 13vh 0 10vh; }
  .hero h1 { font-size: clamp(53px, 16.5vw, 75px); line-height: .89; }
  .hero h1 em { margin-top: 7px; }
  .hero-content > p { font-size: 13px; line-height: 1.75; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero-foot { padding: 0 22px; }
  .hero-foot > span:first-child { display: none; }
  .trust-rail { min-height: 70px; gap: 9px; font-size: 7px; letter-spacing: .1em; }
  .trust-rail span { font-size: 12px; }
  .intro > .eyebrow, .process > .eyebrow { margin-bottom: 32px; }
  h2, .contact-info h2 { font-size: 47px; }
  .values { margin-top: 64px; }
  .section-head { gap: 0; margin-bottom: 45px; }
  .service-list article { grid-template-columns: 33px 1fr 27px; gap: 15px; }
  .service-list h3 { font-size: 30px; }
  .project-starter::before { top: 50px; font-size: 115px; }
  .project-choice { grid-template-columns: 27px 1fr 24px; gap: 13px; min-height: 118px; padding: 23px 18px; }
  .project-choice > span { grid-column: 2 / 3; }
  .project-choice b { grid-column: 3; grid-row: 1 / 3; }
  .project-result { padding: 42px 25px; }
  .vision { min-height: 680px; padding: 0; }
  .vision-card { width: calc(100% - 30px); padding: 37px 28px; }
  .process-head { gap: 25px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 58px; gap: 42px; }
  .process-grid i { display: none; }
  .process-grid h3 { margin-top: 12px; }
  .contact-info, .contact-form { padding: 84px 24px; }
  .field-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 60px 24px 95px; }
  .footer-brand { grid-row: auto; }
  .footer-menu { margin: 10px 0; }
  footer > small { grid-column: auto; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

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