:root{
  --paper:#fbfaf7;
  --warm:#f4efe8;
  --sand:#e9ded0;
  --text:#27231f;
  --muted:#6f665c;
  --gold:#b38a4b;
  --gold-soft:#d7c4a2;
  --line:rgba(39,35,31,.12);
  --shadow:0 30px 80px rgba(54,42,28,.10);
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Manrope', Arial, sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:#e7d7bd;color:#2b241e}.site-header{position:sticky;top:0;z-index:50;height:104px;padding:18px clamp(22px,5vw,72px);display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:34px;background:rgba(251,250,247,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(210,197,177,.46);transition:.35s ease}.site-header.is-scrolled{height:82px;box-shadow:0 12px 34px rgba(64,48,32,.06)}.brand{display:flex;align-items:center;width:170px;min-width:0}.brand img{width:170px;height:auto;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,3vw,48px);font-size:12px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:#2f2a25}.main-nav a{position:relative;white-space:nowrap}.main-nav a:not(.nav-panel)::after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:1px;background:var(--gold);transition:.25s ease}.main-nav a:hover::after{width:100%}.nav-panel{padding:14px 22px;border:1px solid rgba(179,138,75,.45);color:#8b6735;background:rgba(255,255,255,.35);transition:.25s ease}.nav-panel:hover{background:#fff;border-color:var(--gold)}.menu-toggle{display:none;background:transparent;border:0;width:38px;height:28px;position:relative}.menu-toggle span{display:block;height:1px;background:#2d2925;margin:8px 0}.hero{min-height:calc(100vh - 104px);display:grid;grid-template-columns:minmax(320px,.78fr) minmax(420px,1.22fr);align-items:center;padding:clamp(48px,6vw,88px) clamp(22px,5vw,72px) clamp(40px,5vw,72px);gap:clamp(28px,5vw,80px);position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:auto auto 8% 0;width:48vw;height:48vw;background:radial-gradient(circle,rgba(234,223,208,.82),rgba(251,250,247,0) 68%);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:620px}.eyebrow{margin:0 0 26px;color:var(--gold);font-size:12px;letter-spacing:.28em;text-transform:uppercase;font-weight:600}.hero h1,.philosophy h2,.services h2,.developer h2,.resident h2,.contact h2{font-family:var(--serif);font-weight:500;line-height:.98;letter-spacing:.015em;margin:0;color:var(--text)}.hero h1{font-size:clamp(54px,7vw,106px)}.lead{max-width:520px;margin:32px 0 0;color:#514940;font-size:clamp(16px,1.35vw,19px);line-height:1.9}.hero-actions{display:flex;gap:16px;align-items:center;margin-top:38px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border:1px solid rgba(179,138,75,.42);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;transition:.25s ease}.btn::after{content:"→";margin-left:14px;font-size:16px}.btn-primary{background:linear-gradient(135deg,#b88c4c,#caa56d);color:#fff;border-color:transparent;box-shadow:0 16px 42px rgba(179,138,75,.22)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 54px rgba(179,138,75,.28)}.btn-ghost{background:rgba(255,255,255,.45);color:#3c332b}.btn-ghost:hover{background:#fff}.hero-image{margin:0;position:relative;min-height:560px;border-radius:0 0 0 96px;overflow:hidden;box-shadow:var(--shadow)}.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,250,247,.92) 0%,rgba(251,250,247,.45) 17%,rgba(251,250,247,0) 42%)}.hero-image img{width:100%;height:100%;min-height:560px;object-fit:cover;filter:saturate(.92) contrast(.98) brightness(1.06)}.statement{padding:clamp(62px,8vw,112px) clamp(22px,10vw,160px);text-align:center;background:linear-gradient(180deg,var(--paper),#fff)}.statement p{font-family:var(--serif);font-size:clamp(34px,4vw,62px);line-height:1.12;margin:0 auto;max-width:1020px;color:#332d27}.philosophy{display:grid;grid-template-columns:1fr 1fr;min-height:660px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.philosophy-image{min-height:560px;overflow:hidden}.philosophy-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) brightness(1.07)}.philosophy-copy{padding:clamp(58px,7vw,106px);display:flex;flex-direction:column;justify-content:center}.philosophy h2,.services h2,.developer h2,.resident h2,.contact h2{font-size:clamp(40px,4.8vw,78px)}.philosophy p:not(.eyebrow),.developer p,.resident p,.contact p{max-width:560px;color:#5e554c;margin:26px 0 0}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0 clamp(22px,5vw,72px);background:var(--paper);border-bottom:1px solid var(--line)}.value{padding:clamp(46px,5vw,78px) clamp(18px,3vw,48px);border-right:1px solid var(--line)}.value:last-child{border-right:0}.value span{display:block;color:var(--gold);font-family:var(--serif);font-size:42px;margin-bottom:20px}.value h3,.service h3{font-size:22px;margin:0 0 16px;font-weight:500;color:#2d2925}.value p,.service p{margin:0;color:#6b6258}.services{padding:clamp(72px,9vw,132px) clamp(22px,5vw,72px);background:linear-gradient(180deg,#fff,var(--paper))}.section-heading{text-align:center;max-width:920px;margin:0 auto 54px}.service-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service{min-height:280px;padding:34px 30px;border:1px solid rgba(179,138,75,.16);background:rgba(255,255,255,.72);box-shadow:0 18px 60px rgba(64,48,32,.055);transition:.3s ease}.service:hover{transform:translateY(-7px);border-color:rgba(179,138,75,.42);box-shadow:0 24px 80px rgba(64,48,32,.09)}.service::before{content:"";display:block;width:42px;height:1px;background:var(--gold);margin-bottom:30px}.developer{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch;background:var(--warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.developer-copy{padding:clamp(62px,8vw,118px);align-self:center}.text-link{display:inline-flex;margin-top:34px;color:#8f6837;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.text-link::after{content:"→";margin-left:14px}.developer-image{min-height:520px;overflow:hidden}.developer-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) brightness(1.06)}.resident{margin:clamp(72px,8vw,118px) clamp(22px,5vw,72px);padding:clamp(42px,6vw,76px);display:grid;grid-template-columns:1fr 1fr auto;gap:34px;align-items:center;background:#fff;border:1px solid rgba(179,138,75,.18);box-shadow:var(--shadow)}.resident h2{font-size:clamp(34px,4vw,58px)}.resident p{margin:0}.contact{display:grid;grid-template-columns:1fr .72fr;gap:44px;padding:clamp(72px,9vw,132px) clamp(22px,5vw,72px);background:linear-gradient(135deg,var(--paper),#fff)}.contact-card{background:var(--text);color:#fff;padding:44px;display:flex;flex-direction:column;justify-content:center;gap:18px;min-height:280px}.contact-card a{font-size:clamp(22px,2.3vw,36px);font-family:var(--serif);transition:.2s ease}.contact-card a:hover{color:var(--gold-soft)}.site-footer{background:#fff;padding:56px clamp(22px,5vw,72px) 24px;border-top:1px solid var(--line)}.footer-inner{display:grid;grid-template-columns:1.2fr .55fr .8fr;gap:40px;align-items:start}.footer-logo{width:220px;height:auto}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col p{margin:0 0 10px;color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:700}.footer-col a{color:#5e554c}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:46px;padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:#81786e}.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease, transform .75s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.simple-page{min-height:100vh;display:grid;place-items:center} 
@media (max-width:1050px){.site-header{grid-template-columns:160px 1fr auto}.brand,.brand img{width:150px}.main-nav{gap:22px}.hero{grid-template-columns:1fr}.hero-image{min-height:430px;border-radius:0 0 0 56px}.hero-image img{min-height:430px}.service-list{grid-template-columns:repeat(2,1fr)}.resident{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.site-header{height:82px;grid-template-columns:142px 1fr;padding:14px 20px}.brand,.brand img{width:138px}.menu-toggle{display:block;justify-self:end}.main-nav{position:fixed;inset:82px 0 auto 0;background:rgba(251,250,247,.98);border-bottom:1px solid var(--line);padding:28px 22px;display:none;flex-direction:column;align-items:flex-start;gap:22px}.main-nav.is-open{display:flex}.nav-panel{width:100%;text-align:center}.hero{padding:34px 20px 46px}.hero h1{font-size:48px}.lead{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-image{min-height:360px;border-radius:0 0 0 34px}.hero-image img{min-height:360px}.statement{padding:58px 22px}.statement p{font-size:34px}.philosophy,.developer,.contact{grid-template-columns:1fr}.philosophy-copy,.developer-copy{padding:50px 22px}.values{grid-template-columns:1fr;padding:0}.value{border-right:0;border-bottom:1px solid var(--line)}.service-list{grid-template-columns:1fr}.services,.contact{padding:62px 22px}.resident{margin:58px 20px;padding:34px 24px}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.footer-logo{width:180px}}

/* NOESA v1.1 – mobile refinement and richer content */
.section-heading p:not(.eyebrow){max-width:760px;margin:22px auto 0;color:#5e554c;line-height:1.9}.details{padding:clamp(72px,9vw,128px) clamp(22px,5vw,72px);background:#fff;border-top:1px solid var(--line)}.details-intro{display:grid;grid-template-columns:.65fr 1.35fr;gap:clamp(28px,6vw,84px);align-items:end;margin-bottom:54px}.details-intro h2{font-family:var(--serif);font-size:clamp(38px,4.7vw,72px);line-height:1.04;font-weight:500;margin:0;max-width:860px}.details-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.detail{padding:34px 30px;min-height:220px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(251,250,247,.6),rgba(255,255,255,.9))}.detail h3{margin:0 0 14px;font-size:20px;font-weight:500;color:#2d2925}.detail p{margin:0;color:#665d54;line-height:1.85}.brand img{display:block}.site-header .brand{align-self:center}.hero h1{font-weight:500;letter-spacing:.005em}.philosophy h2,.services h2,.developer h2,.resident h2,.contact h2,.details-intro h2{font-weight:500}.service{min-height:300px}.service p{line-height:1.85}
@media (max-width:1050px){.details-grid{grid-template-columns:repeat(2,1fr)}.details-intro{grid-template-columns:1fr}}
@media (max-width:760px){.site-header{height:74px;padding:10px 20px}.site-header.is-scrolled{height:70px}.brand,.brand img{width:104px}.main-nav{inset:74px 0 auto 0}.hero{min-height:auto;padding:42px 20px 38px;gap:28px}.eyebrow{font-size:10px;letter-spacing:.24em;margin-bottom:18px}.hero h1{font-size:clamp(38px,11.2vw,46px);line-height:1.06;font-weight:500;letter-spacing:0}.lead{font-size:16px;line-height:1.82;margin-top:24px}.hero-actions{gap:14px;margin-top:30px}.btn{min-height:48px;padding:0 22px;font-size:11px;letter-spacing:.11em}.hero-image{min-height:310px;border-radius:0 0 0 28px}.hero-image img{min-height:310px}.hero-image::after{background:linear-gradient(180deg,rgba(251,250,247,.15),rgba(251,250,247,0) 42%)}.statement{padding:48px 22px}.statement p{font-size:30px;line-height:1.18}.philosophy-copy,.developer-copy{padding:44px 22px}.philosophy h2,.services h2,.developer h2,.resident h2,.contact h2,.details-intro h2{font-size:34px;line-height:1.08}.values{margin-top:0}.value{padding:34px 22px}.value span{font-size:30px;margin-bottom:14px}.service{min-height:auto;padding:28px 24px}.details{padding:56px 20px}.details-intro{display:block;margin-bottom:32px}.details-grid{grid-template-columns:1fr}.detail{padding:28px 22px;min-height:auto}.resident{box-shadow:none}.contact-card{padding:32px 24px}.contact-card a{font-size:28px}.footer-logo{width:150px}}
@media (max-width:420px){.hero h1{font-size:40px}.lead{font-size:15.5px}.btn{width:100%}.hero-image{min-height:285px}.brand,.brand img{width:98px}.site-header{height:70px}.main-nav{inset:70px 0 auto 0}}

/* NOESA v1.2 — review fixes */
.site-header{
  height:112px;
  padding-top:18px;
  padding-bottom:18px;
  border-bottom:0 !important;
  box-shadow:0 1px 0 rgba(210,197,177,.25), 0 18px 50px rgba(63,48,32,.035);
  overflow:visible;
}
.site-header.is-scrolled{
  height:96px;
  border-bottom:0 !important;
  box-shadow:0 1px 0 rgba(210,197,177,.22), 0 18px 50px rgba(63,48,32,.055);
}
.brand{width:188px; height:76px; display:flex; align-items:center; justify-content:flex-start; overflow:visible;}
.brand img{width:188px; max-height:76px; object-fit:contain; object-position:left center;}
.site-header.is-scrolled .brand{height:68px;}
.site-header.is-scrolled .brand img{max-height:68px;}
.nav-panel{padding:15px 24px; border-radius:0; background:rgba(255,255,255,.58); box-shadow:none;}
.nav-panel:hover{background:var(--gold); color:#fff; border-color:var(--gold);}
.eyebrow{
  font-size:14px;
  letter-spacing:.34em;
  line-height:1.4;
  font-weight:700;
}
.section-heading .eyebrow,.philosophy .eyebrow,.developer .eyebrow,.resident .eyebrow,.contact .eyebrow,.details .eyebrow{
  font-size:15px;
  margin-bottom:24px;
}
.contact{background:linear-gradient(180deg,#fff,var(--paper));}
.contact-card{
  background:rgba(255,255,255,.78) !important;
  color:var(--text) !important;
  border:1px solid rgba(179,138,75,.28);
  box-shadow:0 22px 70px rgba(64,48,32,.07);
}
.contact-card a{font-family:var(--serif); color:#332d27;}
.contact-card a:hover{color:var(--gold);}
.footer-logo{width:330px; max-width:100%;}
.footer-brand{display:flex; align-items:flex-start;}
.site-footer{padding-top:72px;}
.main-nav a[href*="panelmieszkanca"]:not(.nav-panel){display:none;}

.page-hero{padding:clamp(74px,9vw,140px) clamp(22px,8vw,120px) clamp(48px,7vw,90px);background:linear-gradient(135deg,#fff,var(--paper));border-bottom:1px solid var(--line)}
.page-hero-inner{max-width:1040px}.page-hero h1{font-family:var(--serif);font-size:clamp(46px,6vw,94px);line-height:1.02;font-weight:500;margin:0;color:var(--text)}.page-hero p{max-width:760px;margin:30px 0 0;color:#5f564d;font-size:clamp(17px,1.4vw,20px);line-height:1.9}
.content-section{padding:clamp(56px,7vw,104px) clamp(22px,8vw,120px);background:#fff;border-bottom:1px solid var(--line)}.content-section.alt{background:var(--paper)}.content-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(34px,6vw,96px);align-items:start}.content-label{font-size:14px;text-transform:uppercase;letter-spacing:.28em;color:var(--gold);font-weight:700}.content-body h2{font-family:var(--serif);font-size:clamp(34px,4vw,62px);line-height:1.08;font-weight:500;margin:0 0 26px}.content-body h3{font-size:24px;font-weight:500;margin:34px 0 12px}.content-body p{margin:0 0 20px;color:#5f564d;line-height:1.9}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid rgba(179,138,75,.2);margin-top:42px}.process div{padding:28px 26px;border-right:1px solid rgba(179,138,75,.18)}.process div:last-child{border-right:0}.process span{color:var(--gold);font-family:var(--serif);font-size:34px}.process p{margin:12px 0 0;color:#5f564d}

@media (max-width:1050px){
  .brand,.brand img{width:170px}.site-header{grid-template-columns:180px 1fr auto}.footer-logo{width:280px}.content-grid{grid-template-columns:1fr}.process{grid-template-columns:1fr}
  .process div{border-right:0;border-bottom:1px solid rgba(179,138,75,.18)}.process div:last-child{border-bottom:0}
}
@media (max-width:760px){
  .site-header{height:86px;padding:10px 22px;box-shadow:0 1px 0 rgba(210,197,177,.32)}
  .site-header.is-scrolled{height:78px}
  .brand{width:128px;height:64px}.brand img{width:128px;max-height:64px}.site-header.is-scrolled .brand{height:58px}.site-header.is-scrolled .brand img{max-height:58px}
  .main-nav{inset:86px 0 auto 0;padding:34px 28px 40px;gap:24px;box-shadow:0 28px 70px rgba(64,48,32,.08)}
  .site-header.is-scrolled .main-nav{inset:78px 0 auto 0}
  .main-nav a{font-size:22px;letter-spacing:.02em;text-transform:none;font-weight:400;color:#4f463d}.main-nav .nav-panel{display:inline-flex;margin-top:10px;font-size:13px;text-transform:uppercase;letter-spacing:.12em;padding:14px 20px;color:#8b6735}.main-nav a[href*="panelmieszkanca"]:not(.nav-panel){display:flex}
  .eyebrow{font-size:14px;letter-spacing:.30em;margin-bottom:20px}.section-heading .eyebrow,.philosophy .eyebrow,.developer .eyebrow,.resident .eyebrow,.contact .eyebrow,.details .eyebrow{font-size:15px;margin-bottom:22px}
  .contact{grid-template-columns:1fr;padding:56px 22px}.contact-card{padding:30px 24px;min-height:auto;gap:14px}.contact-card a{font-size:30px;line-height:1.25}
  .footer-inner{grid-template-columns:1fr;gap:36px}.footer-logo{width:240px;margin:0 auto}.footer-brand{justify-content:center}.site-footer{text-align:left;padding-top:58px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:10px}
  .page-hero{padding:54px 22px 44px}.page-hero h1{font-size:42px}.content-section{padding:48px 22px}.content-label{font-size:14px}.content-body h2{font-size:34px}.content-body h3{font-size:22px}
}
@media (max-width:420px){
  .brand{width:122px}.brand img{width:122px}.site-header{height:84px}.main-nav{inset:84px 0 auto 0}.contact-card a{font-size:28px}.footer-logo{width:230px}
}

/* NOESA v1.3 — typography, header, footer and developer route refinements */
.site-header{
  height:108px;
  padding-top:16px;
  padding-bottom:16px;
  background:rgba(251,250,247,.92);
}
.site-header.is-scrolled{
  height:92px;
}
.brand{height:74px; width:184px;}
.brand img{width:184px; max-height:74px;}
.site-header.is-scrolled .brand{height:64px;}
.site-header.is-scrolled .brand img{max-height:64px;}
.hero h1{font-size:clamp(50px,6.1vw,88px); line-height:1.02;}
.philosophy h2,.services h2,.developer h2,.resident h2,.contact h2{font-size:clamp(38px,4.1vw,64px); line-height:1.04;}
.details-intro h2{font-size:clamp(36px,4.0vw,62px); line-height:1.06;}
.statement p{font-size:clamp(32px,3.5vw,54px);}
.eyebrow{
  font-size:12px;
  letter-spacing:.34em;
  color:#a98043;
}
.hero .eyebrow{
  white-space:nowrap;
  font-size:12px;
  letter-spacing:.32em;
  margin-bottom:22px;
}
.section-heading .eyebrow,.philosophy .eyebrow,.developer .eyebrow,.resident .eyebrow,.contact .eyebrow,.details .eyebrow{
  font-size:13px;
  letter-spacing:.34em;
  font-weight:700;
  margin-bottom:22px;
}
.contact-card{
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(248,245,240,.82)) !important;
}
.footer-inner{grid-template-columns:1.05fr .5fr .62fr .82fr;}
.footer-logo{width:360px; opacity:.95;}
.footer-company span{display:block;color:#5e554c;line-height:1.75}
.footer-map{margin-top:42px;border:1px solid rgba(179,138,75,.16);height:260px;overflow:hidden;background:#f8f5f0}
.footer-map iframe{width:100%;height:100%;border:0;filter:saturate(.65) contrast(.95) brightness(1.03)}
.footer-bottom{margin-top:30px;}
.page-hero h1{font-size:clamp(44px,5.2vw,78px)}
.content-body h2{font-size:clamp(32px,3.5vw,54px)}
.nav-panel{padding:14px 24px; min-height:48px; display:inline-flex; align-items:center; justify-content:center;}

@media (max-width:1050px){
  .hero h1{font-size:clamp(48px,7vw,76px)}
  .footer-inner{grid-template-columns:1fr 1fr;}
  .footer-logo{width:300px;}
}
@media (max-width:760px){
  .site-header{height:88px;padding:12px 22px;background:rgba(251,250,247,.96)}
  .site-header.is-scrolled{height:80px}
  .brand{width:132px;height:64px}.brand img{width:132px;max-height:64px}.site-header.is-scrolled .brand{height:58px}.site-header.is-scrolled .brand img{max-height:58px}
  .main-nav{inset:88px 0 auto 0}.site-header.is-scrolled .main-nav{inset:80px 0 auto 0}
  .hero{padding-top:40px}
  .hero .eyebrow{font-size:10px;letter-spacing:.18em;white-space:nowrap;margin-bottom:18px;line-height:1.2;color:#ad8548}
  .hero h1{font-size:clamp(36px,10.5vw,43px);line-height:1.08;letter-spacing:0}
  .lead{font-size:15.5px;line-height:1.82}
  .section-heading .eyebrow,.philosophy .eyebrow,.developer .eyebrow,.resident .eyebrow,.contact .eyebrow,.details .eyebrow{font-size:13px;letter-spacing:.26em;margin-bottom:20px}
  .philosophy h2,.services h2,.developer h2,.resident h2,.contact h2,.details-intro h2{font-size:31px;line-height:1.12}
  .statement p{font-size:28px;line-height:1.2}
  .contact-card{gap:12px}.contact-card a{font-size:25px;line-height:1.3}
  .footer-inner{grid-template-columns:1fr;gap:30px}.footer-logo{width:260px}.footer-map{height:220px;margin-top:34px}
  .footer-col p{font-size:12px;letter-spacing:.22em}
}
@media (max-width:420px){
  .hero .eyebrow{font-size:9.5px;letter-spacing:.16em}
  .hero h1{font-size:38px}
  .brand{width:126px}.brand img{width:126px}.footer-logo{width:248px}
  .contact-card a{font-size:24px}
}


/* NOESA v1.0.1 — corrected images and developer-page visual */
.developer-page-image{padding:0 clamp(22px,5vw,72px) clamp(56px,7vw,96px);background:var(--paper);}
.developer-page-image img{width:100%;max-height:560px;object-fit:cover;border-radius:24px;box-shadow:0 28px 78px rgba(56,43,29,.10);}
@media (max-width:760px){
  .developer-page-image{padding:0 20px 44px;}
  .developer-page-image img{border-radius:18px;max-height:360px;}
}


/* NOESA v1.0.3 — developer page spacing and wording polish */
.page-hero{padding-top:clamp(96px,10vw,156px);}
.page-hero .eyebrow{margin-bottom:34px;}
.page-hero h1{max-width:980px;}
@media (max-width:760px){
  .page-hero{padding:72px 22px 44px;}
  .page-hero .eyebrow{margin-bottom:28px;font-size:12px;letter-spacing:.32em;line-height:1.35;}
  .page-hero h1{font-size:40px;line-height:1.10;}
  .page-hero p{font-size:18px;line-height:1.85;margin-top:26px;}
}
@media (max-width:420px){
  .page-hero{padding-top:68px;}
  .page-hero h1{font-size:38px;}
}


/* NOESA v1.0 Final — mobile developer spacing + typographic polish */
@media (max-width:760px){
  .page-hero{padding-top:96px !important;}
  .page-hero .eyebrow{margin-bottom:42px !important;}
}
@media (max-width:420px){
  .page-hero{padding-top:92px !important;}
  .page-hero .eyebrow{margin-bottom:40px !important;}
}
