:root { --accent: #c8f135; --bg: #10271d; --ink: #fff; --paper: #f6f5ec; --dark: #172017; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dark); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.public-nav { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(5vw,25px); color: var(--ink); background: var(--bg); border-bottom: 1px solid #ffffff20; }
.public-logo { max-width: 35%; overflow: hidden; font: 800 20px Manrope; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; letter-spacing: -.04em; }
.public-nav nav { display: flex; gap: 32px; font-size: 13px; }.public-nav nav a { opacity: .75; }
.public-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 24px; color: var(--dark); background: var(--accent); border-radius: 4px; font-size: 13px; font-weight: 800; }
.public-whatsapp.small { min-height: 40px; padding: 0 17px; font-size: 12px; }
.public-hero { position: relative; min-height: 650px; display: flex; align-items: center; padding: 80px max(9vw,30px); color: var(--ink); background: linear-gradient(90deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 88%,transparent) 55%,color-mix(in srgb,var(--bg) 45%,transparent)), var(--cover, linear-gradient(135deg,#173b2a,#76947e)); background-size: cover; background-position: center; overflow: hidden; }
.public-hero::after { content: ""; position: absolute; width: 45vw; height: 45vw; right: -20vw; top: -25vw; border: 1px solid #ffffff20; border-radius: 50%; box-shadow: 0 0 0 80px #ffffff05,0 0 0 160px #ffffff05; }
.public-hero-copy { position: relative; z-index: 1; width: min(720px,90%); }
.public-kicker { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.public-hero h1 { margin: 20px 0; font: 800 clamp(45px,6.5vw,84px)/.98 Manrope; letter-spacing: -.06em; }
.public-hero p { max-width: 580px; margin-bottom: 30px; color: #d7e0da; font-size: 17px; line-height: 1.7; }
.hero-number { position: absolute; right: 5vw; bottom: 4vw; color: #ffffff20; font: 800 130px Manrope; }
.public-section { padding: 100px max(8vw,28px); }.public-section > header { max-width: 650px; }.public-section > header > span { color: #667066; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.public-section h2, .public-contact h2 { margin: 12px 0 45px; font: 800 clamp(36px,5vw,62px)/1.05 Manrope; letter-spacing: -.055em; }
.service-list { border-top: 1px solid #cdd2c8; }.service-list article { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; padding: 25px 10px; border-bottom: 1px solid #cdd2c8; }
.service-list article > span { color: #8b9288; font-size: 11px; }.service-list h3 { margin: 0; font: 700 22px Manrope; }.service-list i { font-style: normal; font-size: 22px; }
.about { display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; color: var(--ink); background: var(--bg); }.about h2 { margin-bottom: 25px; }.about p { max-width: 700px; color: #ced9d1; font-size: 18px; line-height: 1.8; }
.section-index { color: #ffffff25; font: 800 100px Manrope; }
.portfolio { background: #e9ece4; }.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 45px 24px; }.portfolio-grid article { background: var(--paper); }.gallery-carousel { position: relative; height: 360px; overflow: hidden; background: color-mix(in srgb,var(--bg) 35%,#ddd); }.portfolio-grid img,.portfolio-placeholder { width: 100%; height: 360px; display: block; object-fit: cover; background: color-mix(in srgb,var(--bg) 35%,#ddd); }.gallery-carousel-image { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .25s ease; }.gallery-carousel-image.active { opacity: 1; pointer-events: auto; }.gallery-carousel-button { position: absolute; top: 50%; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--dark); background: color-mix(in srgb,var(--accent) 86%,white); box-shadow: 0 10px 25px #0004; cursor: pointer; font-size: 30px; line-height: 1; transform: translateY(-50%); }.gallery-carousel-button.previous { left: 14px; }.gallery-carousel-button.next { right: 14px; }.gallery-carousel-counter { position: absolute; right: 14px; bottom: 14px; z-index: 2; padding: 7px 10px; border-radius: 999px; color: white; background: #0008; font-size: 11px; font-weight: 800; }.portfolio-grid article > div:last-child { padding: 24px; }.portfolio-grid small { color: #798078; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.portfolio-grid h3 { margin: 7px 0; font: 800 23px Manrope; }.portfolio-grid p { margin: 0; color: #687068; line-height: 1.6; }
.public-contact { padding: 110px 25px; color: var(--ink); background: color-mix(in srgb,var(--bg) 90%,black); text-align: center; }.public-contact h2 { max-width: 800px; margin-left: auto; margin-right: auto; }.public-contact > p { color: #cbd6ce; }
.public-contact > div { display: flex; justify-content: center; align-items: center; gap: 30px; margin-top: 35px; }.public-contact > div > a:last-child { border-bottom: 1px solid #ffffff70; }
.public-footer { display: flex; justify-content: space-between; padding: 28px max(5vw,25px); color: #778077; background: #0c120e; font-size: 11px; }.public-footer b { color: white; text-transform: uppercase; }.public-footer a { color: var(--accent); }
.theme-energy { --accent: #f3dc35; --bg: #092c36; --paper: #f2f6f5; }.theme-energy .public-hero h1 { text-transform: uppercase; }
.theme-flow { --accent: #70d6ff; --bg: #063e5c; --paper: #f2f8fa; }.theme-flow .public-whatsapp { border-radius: 30px; }.theme-flow .public-hero { background-position: center; }
.theme-color { --accent: #ffcf32; --bg: #4c2371; --paper: #fff9f2; }.theme-color .public-hero { background-image: linear-gradient(110deg,#4c2371ed,#f04d42aa),var(--cover,linear-gradient(135deg,#8338ec,#ff006e,#ffbe0b)); }.theme-color .public-hero h1 { font-family: "Playfair Display",serif; letter-spacing: -.03em; }.theme-color .public-whatsapp { border-radius: 30px; }
.theme-craft { --accent: #e1a968; --bg: #2a1c14; --paper: #f4efe8; }.theme-craft .public-hero h1,.theme-craft .public-section h2,.theme-craft .public-contact h2 { font-family: "Playfair Display",serif; letter-spacing: -.03em; }.theme-craft .public-whatsapp { border-radius: 0; }
@media(max-width:700px) {
  .public-nav nav { display: none; }.public-nav .small { display: none; }.public-logo { max-width: 80%; }
  .public-hero { min-height: 570px; padding: 60px 25px; }.public-hero-copy { width: 100%; }.public-hero h1 { font-size: 48px; }
  .about { grid-template-columns: 1fr; }.section-index { font-size: 60px; }.service-list article { grid-template-columns: 42px 1fr auto; }.service-list h3 { font-size: 18px; }
  .public-contact > div { flex-direction: column; }.public-footer { gap: 20px; flex-direction: column; text-align: center; }
  .portfolio-grid { grid-template-columns: 1fr; }.gallery-carousel,.portfolio-grid img,.portfolio-placeholder { height: 250px; }
}
