:root {
  --green: #344a3b;
  --orange: #d28420;
  --line: #e6e6e6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: #222;
  font-family: Arial, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.header {
  height: 345px;
  position: relative;
  display: grid;
  place-items: center;
}
.brand img {
  width: 255px;
  height: 235px;
  object-fit: contain;
}
.social {
  position: absolute;
  right: 7vw;
  top: 48px;
  display: flex;
  gap: 12px;
}
.social a {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: bold;
  color: #252525;
  transition: color .2s ease, border-color .2s ease, transform .2s ease, background .2s ease;
}
.social svg { width: 17px; height: 17px; fill: currentColor; }
.social .instagram svg { fill: none; stroke: currentColor; stroke-width: 1.9; }
.social .instagram .solid { fill: currentColor; stroke: none; }
.social .youtube .play { fill: #fff; }
.social a:hover { color: #fff; border-color: transparent; transform: translateY(-2px); }
.social .facebook:hover { background: #1877f2; }
.social .instagram:hover { background: #d62976; }
.social .youtube:hover { background: #ff0000; }
.nav {
  min-height: 58px;
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fffffff2;
  backdrop-filter: blur(10px);
  z-index: 50;
}
.nav > div {
  display: flex;
  gap: 70px;
}
.nav a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 21px 0;
}
.nav a:hover {
  color: var(--orange);
}
.nav button {
  display: none;
  border: 0;
  background: none;
}
.nav-dropdown { position: static; display: flex; align-items: center; }
.submenu { position: absolute; top: 100%; left: 50%; width: min(1168px, calc(100vw - 40px)); min-height: 410px; padding: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 55px #1d2f2326; opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: opacity .22s ease, transform .22s ease, visibility .22s; display: grid; grid-template-columns: 190px 1fr; gap: 28px; z-index: 60; }
.mega-categories { border-right: 1px solid #eee; padding-right: 20px; }
.nav .mega-categories button { display: block; width: 100%; padding: 16px 0; border: 0; border-bottom: 1px dotted #d8d8d8; background: transparent; color: #303030; text-align: left; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .1em; cursor: pointer; }
.nav .mega-categories button:hover, .nav .mega-categories button.active { color: var(--orange); padding-left: 7px; }
.mega-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.nav .mega-card { display: block; padding: 0; text-align: center; }
.mega-card img { width: 100%; height: 260px; object-fit: cover; object-position: center; transition: transform .4s ease, filter .4s ease; }
.mega-card:hover img { transform: translateY(-4px); filter: saturate(1.08); }
.mega-card strong { display: block; padding: 16px 8px 0; color: #2d2d2d; font: 700 21px/1.05 Arial, sans-serif; text-transform: none; letter-spacing: 0; }
.mega-empty { grid-column: 1/-1; padding: 80px 20px !important; text-align: center; color: var(--orange); }
.nav-dropdown:hover .submenu, .nav-dropdown:focus-within .submenu, .nav-dropdown.open .submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.hero {
  width: min(1155px, calc(100% - 40px));
  height: 610px;
  margin: 30px auto 0;
  position: relative;
}
.hero > img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.hero-link { display: block; height: 100%; position: relative; overflow: hidden; }
.hero-link > img { width: 100%; height: 470px; object-fit: cover; transition: transform .7s ease; }
.hero-link:hover > img { transform: scale(1.025); }
.hero-link > div { position: absolute; left: 17%; right: 17%; bottom: 15px; background: #fff; text-align: center; padding: 42px; box-shadow: 0 16px 40px #0000000e; }
.hero-link p span { margin-left: 0; color: var(--orange); font-weight: 800; }
.hero-single {
  height: auto;
  margin-bottom: 55px;
}
.hero-single .hero-link {
  display: block;
  overflow: visible;
}
.hero-single .hero-link > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1536 / 720;
  object-fit: cover;
  object-position: center 58%;
}
.hero-single .hero-link > div {
  position: relative;
  inset: auto;
  z-index: 1;
  width: min(760px, 86%);
  margin: -55px auto 0;
  padding: 36px 42px 38px;
  text-align: center;
  background: #fff;
  box-shadow: 0 16px 40px #0000000e;
}
.hero-single .hero-link p {
  margin: 0 0 16px;
}
.hero-single .hero-link h1 {
  max-width: 680px;
  margin: 0 auto;
}
.hero-collage { height: auto; margin-bottom: 55px; }
.hero-collage .hero-link { display: flex; flex-direction: column; overflow: visible; }
.hero-collage .hero-link > img { height: auto; aspect-ratio: 1536 / 720; object-fit: contain; }
.hero-collage .hero-link > div { position: relative; left: auto; right: auto; bottom: auto; width: min(760px, 86%); margin: -55px auto 0; z-index: 1; }
.hero > div {
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 15px;
  background: #fff;
  text-align: center;
  padding: 42px;
  box-shadow: 0 16px 40px #0000000e;
}
.hero h1 {
  font:
    700 clamp(42px, 5vw, 67px)/1.12 Georgia,
    serif;
  color: var(--green);
  margin: 0 0 22px;
}
.hero p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero p a {
  color: var(--orange);
  font-weight: 800;
}
.hero p span {
  margin-left: 20px;
  color: #777;
}
.icons {
  width: min(1040px, 90vw);
  margin: 30px auto 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}
.icons a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  transition: 0.25s;
}
.icons a:last-child {
  border: 0;
}
.icons a:hover {
  transform: translateY(-6px);
  color: var(--orange);
}
.icons b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--orange);
  margin-bottom: 13px;
}
.icons svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.icons a:first-child svg { fill: currentColor; stroke: none; }
.icons span {
  font:
    700 18px Georgia,
    serif;
}
.layout {
  width: min(1160px, 92vw);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) 320px;
  gap: 70px;
  padding-bottom: 90px;
}
.post-list article {
  display: grid;
  grid-template-columns: 45% 1fr;
  border-bottom: 1px solid var(--line);
  padding-bottom: 42px;
  margin-bottom: 42px;
  gap: 35px;
}
.photo {
  height: 300px;
  overflow: hidden;
  background: #f5f2ec;
  display: grid;
  place-items: center;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.photo:hover img {
  transform: scale(1.035);
}
.post-list h2 {
  font:
    700 31px/1.22 Georgia,
    serif;
  color: var(--green);
  margin: 10px 0;
}
.post-list small {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
}
.post-list p,
.product-grid p {
  color: #666;
  line-height: 1.7;
  font-size: 14px;
}
.category,
.more {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
aside h3 {
  font:
    700 19px Georgia,
    serif;
  text-align: center;
  margin: 0 0 22px;
  padding: 12px 0;
}
aside .ad {
  display: block;
  position: relative;
  margin-bottom: 42px;
}
.ad img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.ad span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #fff;
  padding: 9px;
}
.partners-carousel { position: relative; margin-bottom: 42px; padding: 0 34px; }
.partners { display: flex; overflow: hidden; scroll-snap-type: x mandatory; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.partners > a, .partners > .partner-card { flex: 0 0 100%; min-width: 100%; min-height: 205px; scroll-snap-align: start; background: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; padding: 20px 14px; overflow: hidden; }
.partners img.partner-logo { width: 100%; max-width: 190px; height: 118px; object-fit: contain; }
.partners .partner-monogram { width: 58px; height: 58px; border: 1px solid #d7cdbd; border-radius: 50%; display: grid; place-items: center; color: var(--green); background: linear-gradient(145deg, #fff, #f6f1e9); box-shadow: 0 6px 18px #26392d12; font: 700 17px/1 Georgia, serif; letter-spacing: .04em; }
.partners .partner-name { display: block; width: 100%; padding: 0 4px; color: var(--green); text-align: center; font: 700 13px/1.3 Georgia, serif; text-transform: uppercase; letter-spacing: .055em; }
.partners > a { transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.partners > a:hover { position: relative; z-index: 1; background: #fbf8f2; transform: translateY(-3px); box-shadow: 0 10px 24px #26392d16; }
.partners-arrow { position: absolute; top: 50%; z-index: 2; width: 29px; height: 36px; transform: translateY(-50%); border: 0; border-radius: 5px; background: var(--green); color: #fff; font-size: 24px; cursor: pointer; }
.partners-previous { left: 0; }
.partners-next { right: 0; }
.companies-carousel { width: min(1240px, 92vw); margin: 0 auto 90px; position: relative; padding: 0 58px; }
.companies-heading { text-align: center; margin: 0 0 28px; }
.companies-heading span { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.companies-heading h2 { margin: 8px 0 0; color: var(--green); font: 700 38px/1.1 Georgia, serif; }
.companies-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 12px 4px 28px; }
.companies-track::-webkit-scrollbar { display: none; }
.company-card { flex: 0 0 clamp(250px, 28vw, 340px); min-height: 270px; scroll-snap-align: start; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 28px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 35px #26392d0d; cursor: pointer; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.company-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px #26392d1a; }
.company-card .partner-logo { width: 100%; max-width: 230px; height: 155px; object-fit: contain; transition: transform .3s ease; }
.company-card:hover .partner-logo, .company-card:focus-visible .partner-logo { transform: scale(1.12); }
.company-card .partner-monogram { width: 120px; height: 120px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font: 700 30px Georgia, serif; }
.company-card .partner-name { color: var(--green); text-align: center; font: 700 17px/1.3 Georgia, serif; text-transform: uppercase; letter-spacing: .06em; }
.company-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; transform: translateY(-70%); border: 0; border-radius: 50%; background: var(--green); color: #fff; font-size: 34px; line-height: 1; cursor: pointer; box-shadow: 0 8px 22px #26392d2e; }
.company-previous { left: 0; }
.company-next { right: 0; }
.home-partners { width: min(1160px, 92vw); margin-top: -35px; }
.home-partners .company-card { flex-basis: calc((100% - 44px) / 3); }
.brand-viewer { position: fixed; z-index: 10000; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; background: #000b; backdrop-filter: blur(4px); color: var(--green); text-align: center; }
.brand-viewer[hidden] { display: none; }
.brand-viewer-panel { position: relative; width: min(760px, 92vw); padding: 28px; overflow: visible; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px #0005; }
.brand-viewer img { display: block; width: 100%; height: min(55vh, 460px); object-fit: contain; }
.brand-viewer h3 { margin: 20px 50px 16px; font: 700 25px/1.25 Georgia, serif; }
.brand-viewer-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--green); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }
.brand-site-link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 22px; border-radius: 999px; background: var(--orange); color: #fff; text-decoration: none; font-weight: 800; }
.brand-viewer-open { overflow: hidden; }
.columns {
  display: grid;
  gap: 8px;
  margin-bottom: 42px;
}
.collaborator-layout { width: min(1120px, calc(100% - 40px)); margin: 50px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; }
.collaborator-highlights { display: grid; grid-template-columns: 1fr; gap: 22px; }
.collaborator-highlights article { display: flex; align-items: center; gap: 22px; padding: 28px; border: 1px solid var(--line); background: #fff; box-shadow: 0 15px 40px #26392d0c; transition: transform .25s ease, box-shadow .25s ease; }
.collaborator-highlights article:hover { transform: translateY(-4px); box-shadow: 0 20px 45px #26392d18; }
.collaborator-logo { flex: 0 0 132px; height: 92px; display: grid; place-items: center; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.collaborator-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.collaborator-highlights small { color: var(--orange); font-weight: 800; letter-spacing: .12em; }
.collaborator-highlights h2 { margin: 7px 0; color: var(--green); font: 700 27px Georgia, serif; }
.collaborator-highlights h2 a { color: inherit; text-decoration: none; }
.collaborator-highlights p { margin: 0; color: #666; line-height: 1.55; }
.collaborator-highlights .more { display: inline-block; margin-top: 12px; color: var(--orange); text-decoration: none; font-weight: 800; font-size: 13px; }
.home-latest { width: min(1240px, calc(100% - 40px)); margin: 68px auto; }
.home-section-title { max-width: 650px; margin: 0 auto 32px; text-align: center; }
.home-section-title > span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.home-section-title h2 { margin: 9px 0 8px; color: var(--green); font: 700 clamp(30px, 4vw, 44px) Georgia, serif; }
.home-section-title p { margin: 0; color: #6b6b6b; }
.latest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.latest-grid article { min-width: 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 35px #26392d0d; transition: transform .25s ease, box-shadow .25s ease; }
.latest-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 44px #26392d18; }
.latest-photo { display: block; height: 210px; overflow: hidden; background: #f2efe9; }
.latest-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.latest-grid article:hover .latest-photo img { transform: scale(1.04); }
.latest-grid article > div { padding: 20px; }
.latest-grid h3 { margin: 9px 0 10px; font: 700 21px/1.2 Georgia, serif; }
.latest-grid h3 a { color: var(--green); text-decoration: none; }
.latest-grid small { display: block; color: #777; font-size: 10px; text-transform: uppercase; }
.latest-grid .more { display: inline-block; margin-top: 16px; color: var(--orange); text-decoration: none; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.columns a {
  border: 1px solid var(--line);
  padding: 13px;
  text-align: center;
  font-size: 13px;
}
.insta {
  display: block;
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
  margin-bottom: 42px;
  color: var(--green);
  font-weight: 700;
}
aside ul {
  list-style: none;
  padding: 0;
}
aside li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 11px 3px;
  font-size: 13px;
}
.footer-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(1160px, 92vw);
  margin: 0 auto 70px;
}
.footer-banners a {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.footer-banners img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f2ec;
  transition: 0.5s;
}
.footer-banners a:hover img {
  transform: scale(1.04);
}
.footer-banners span {
  position: absolute;
  left: 25px;
  bottom: 22px;
  background: #fff;
  padding: 12px 18px;
  font:
    700 21px Georgia,
    serif;
  color: var(--green);
}
footer {
  background: #f6f6f4;
  text-align: center;
  padding: 45px;
}
footer img {
  width: 125px;
  height: 100px;
  object-fit: contain;
}
footer p {
  font-size: 11px;
  color: #888;
}
.footer-credit { margin-top: 8px; }
.footer-credit a { color: var(--green); font-weight: 800; text-decoration: none; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: var(--orange); text-decoration: underline; }
.page-title {
  text-align: center;
  background: #f7f5f1;
  padding: 72px 20px;
  margin-bottom: 70px;
}
.page-title span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
.page-title h1 {
  font:
    700 clamp(42px, 6vw, 70px) Georgia,
    serif;
  color: var(--green);
  margin: 12px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.product-grid article {
  border: 1px solid var(--line);
}
.product-grid article > a {
  display: block;
  height: 360px;
  overflow: hidden;
}
.product-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f2ec;
  transition: 0.5s;
}
.product-grid article:hover img {
  transform: scale(1.03);
}
.product-grid article > div {
  padding: 24px;
}
.product-grid h2 {
  font:
    700 23px/1.25 Georgia,
    serif;
  color: var(--green);
}
.detail {
  width: min(960px, 90vw);
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.detail > img {
  width: 100%;
  max-height: 570px;
  object-fit: contain;
}
.detail h2,
.contact h2 {
  font:
    700 39px/1.15 Georgia,
    serif;
  color: var(--green);
}
.detail p {
  color: #666;
  line-height: 1.8;
}
.button,
.contact button {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 14px 18px;
  border: 0;
}
.contact {
  width: min(700px, 90vw);
  margin: 0 auto 90px;
  text-align: center;
}
.contact form {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.contact input,
.contact textarea {
  border: 1px solid #ddd;
  padding: 15px;
}
.contact textarea {
  height: 150px;
}
.contact-card { width: min(1120px, 92vw); display: grid; grid-template-columns: .8fr 1.2fr; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 20px 55px #26392d12; }
.contact-info { background: var(--green); color: #fff; padding: clamp(30px, 5vw, 60px); display: flex; flex-direction: column; align-items: flex-start; }
.contact-info > span { color: #edb76f; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.contact-info h2 { color: #fff; margin: 14px 0 20px; }
.contact-info p { color: #e2e8e3; line-height: 1.75; margin-bottom: 28px; }
.contact-info a { color: #fff; margin: 7px 0; overflow-wrap: anywhere; }
.contact-card form { margin: 0; padding: clamp(30px, 5vw, 60px); gap: 20px; }
.contact-card label { font-size: 12px; font-weight: 800; color: var(--green); text-transform: uppercase; letter-spacing: .07em; }
.contact-card input, .contact-card textarea { width: 100%; margin-top: 8px; border-radius: 8px; outline: none; text-transform: none; letter-spacing: 0; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px #d2842018; }
.contact-card textarea { min-height: 180px; resize: vertical; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card button { border-radius: 8px; padding: 16px 22px; font-weight: 800; cursor: pointer; transition: .25s; }
.contact-card button:hover { background: var(--orange); transform: translateY(-2px); }
@media (max-width: 900px) {
  .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header {
    height: 250px;
  }
  .brand img {
    width: 220px;
    height: 200px;
  }
  .nav {
    justify-content: flex-start;
    padding: 0 24px;
  }
  .nav button {
    display: block;
    padding: 15px 0;
  }
  .nav > div {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    background: #fff;
    box-shadow: 0 18px 25px #0002;
    flex-direction: column;
    gap: 0;
    padding: 10px 24px;
  }
  .nav > div.show {
    display: flex;
  }
  .nav a {
    padding: 14px 0;
  }
  .nav-dropdown { display: grid; grid-template-columns: 1fr auto; }
  .nav .nav-dropdown > button { display: block; width: 44px; padding: 8px; font-size: 22px; color: var(--green); cursor: pointer; }
  .submenu { position: static; grid-column: 1/-1; width: 100%; min-height: 0; max-height: 0; padding: 0 4px; border: 0; box-shadow: none; opacity: 1; visibility: hidden; overflow: hidden; transform: none; transition: max-height .3s ease, padding .3s ease; grid-template-columns: 1fr; gap: 14px; }
  .nav-dropdown:hover .submenu, .nav-dropdown:focus-within .submenu { visibility: hidden; }
  .nav-dropdown.open .submenu { max-height: 650px; padding-block: 8px 18px; visibility: visible; transform: none; }
  .mega-categories { display: flex; gap: 8px; overflow-x: auto; border: 0; padding: 0 0 8px; }
  .nav .mega-categories button { display: block; width: auto; min-width: max-content; padding: 10px 12px; border: 1px solid var(--line); border-radius: 4px; }
  .nav .mega-categories button:hover, .nav .mega-categories button.active { padding-left: 12px; border-color: var(--orange); }
  .mega-posts { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .nav .mega-card { min-width: min(75vw, 250px); scroll-snap-align: start; }
  .mega-card img { height: 145px; }
  .mega-card strong { padding: 10px 5px 0; font-size: 16px; }
  .companies-carousel { width: 100%; padding: 0 42px; margin-bottom: 60px; }
  .company-card { flex-basis: min(78vw, 300px); min-height: 235px; padding: 22px; }
  .company-card .partner-logo { height: 135px; max-width: 220px; }
  .company-arrow { width: 38px; height: 38px; font-size: 28px; }
  .home-partners { width: calc(100% - 32px); margin-top: -25px; }
  .home-partners .company-card { flex-basis: min(78vw, 300px); }
  .social {
    right: 24px;
    top: 28px;
  }
  .layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }
  .layout > *,
  .post-list,
  aside,
  .partners-carousel,
  .partners {
    min-width: 0;
    max-width: 100%;
  }
  aside {
    width: 100%;
    overflow: hidden;
  }
  .home-layout aside {
    display: none;
  }
  .partners-carousel {
    width: 100%;
  }
  .partners {
    width: 100%;
  }
  .partners > a,
  .partners > .partner-card {
    width: 100%;
    min-width: 0;
  }
  .footer-banners {
    grid-template-columns: 1fr;
  }
  .footer-banners a {
    height: 300px;
  }
  .detail {
    grid-template-columns: 1fr;
  }
  .hero > div {
    left: 8%;
    right: 8%;
  }
  .hero-link > div { left: 8%; right: 8%; }
  .contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .home-latest { width: calc(100% - 32px); margin: 44px auto; }
  .latest-grid { grid-template-columns: 1fr; }
  .latest-photo { height: 230px; }
  .header {
    height: 190px;
  }
  .brand img {
    width: 175px;
    height: 165px;
  }
  .social {
    top: 15px;
    right: 14px;
    gap: 6px;
  }
  .social a {
    width: 29px;
    height: 29px;
  }
  .hero {
    width: 100%;
    height: 520px;
    margin: 0;
  }
  .hero > img {
    height: 315px;
  }
  .hero-link > img { height: 315px; }
  .hero > div {
    left: 18px;
    right: 18px;
    bottom: 30px;
    padding: 30px 20px;
  }
  .hero-link > div { left: 18px; right: 18px; bottom: 30px; padding: 30px 20px; }
  .hero-single {
    height: auto;
    margin-bottom: 35px;
    padding: 0 16px;
  }
  .hero-single .hero-link > img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-position: center 58%;
  }
  .hero-single .hero-link > div {
    inset: auto;
    width: calc(100% - 36px);
    margin: -28px auto 0;
    padding: 24px 18px 26px;
    text-align: center;
  }
  .hero-single .hero-link h1 {
    font-size: clamp(27px, 7.8vw, 35px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }
  .hero-collage { height: auto; margin-bottom: 35px; }
  .hero-collage .hero-link > img { height: auto; object-fit: contain; }
  .hero-collage .hero-link > div { left: auto; right: auto; bottom: auto; width: calc(100% - 36px); margin: -18px auto 0; padding: 25px 18px; }
  .hero h1 {
    font-size: 39px;
  }
  .icons {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 55px;
  }
  .icons a {
    min-height: 120px;
    border-bottom: 1px solid var(--line);
  }
  .icons a:nth-child(2) { border-right: 0; }
  .icons b { width: 40px; height: 40px; }
  .icons svg { width: 33px; height: 33px; }
  .layout {
    width: calc(100% - 32px);
    min-width: 0;
    gap: 38px;
  }
  .post-list article {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .post-list,
  .post-list article,
  .post-list article > div {
    min-width: 0;
    max-width: 100%;
  }
  .post-list .photo {
    width: 112px;
    height: 112px;
    min-width: 0;
  }
  .post-list .photo img {
    display: block;
    max-width: 100%;
    object-position: center;
    object-fit: cover;
  }
  .post-list h2 {
    margin: 4px 0 6px;
    font-size: 19px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }
  .post-list small,
  .post-list .category,
  .post-list .more {
    font-size: 9px;
  }
  .post-list p {
    margin: 6px 0;
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
  }
  .footer-banners {
    width: calc(100% - 32px);
  }
  .footer-banners a {
    height: 220px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-grid article > a {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .page-title {
    width: 100%;
    max-width: 100%;
    padding: 42px 18px;
    margin-bottom: 34px;
  }
  .page-title h1 {
    font-size: 40px;
    line-height: 1.05;
  }
  .companies-carousel {
    width: 100%;
    padding: 0 48px;
    margin-bottom: 78px;
  }
  .companies-heading { margin-bottom: 16px; padding: 0 4px; }
  .companies-heading h2 { font-size: clamp(29px, 8.5vw, 36px); }
  .companies-track { gap: 12px; padding: 8px 0 20px; }
  .company-card {
    flex: 0 0 100%;
    min-height: 190px;
    gap: 12px;
    padding: 20px 16px;
    border-radius: 10px;
    scroll-snap-align: center;
  }
  .company-card .partner-logo {
    width: min(100%, 210px);
    height: 115px;
    max-width: 210px;
  }
  .company-card .partner-name { font-size: 14px; line-height: 1.25; }
  .company-arrow { top: 58%; width: 38px; height: 38px; transform: translateY(-50%); }
  .company-previous { left: 5px; }
  .company-next { right: 5px; }
  .brand-viewer { padding: 12px; }
  .brand-viewer-panel { width: 94vw; padding: 18px; border-radius: 14px; }
  .brand-viewer img { height: 45vh; }
  .brand-viewer h3 { margin: 16px 42px 14px; font-size: 21px; }
  .brand-viewer-close { top: 8px; right: 8px; }
  .home-partners { width: 100%; margin-top: 0; }
  .home-partners .company-card { flex-basis: 100%; }
  .detail {
    gap: 25px;
  }
  .detail h2 {
    font-size: 32px;
  }
}
.search {
  width: min(560px, 92vw);
  height: 50px;
  margin: 28px auto 0;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  text-align: left;
}
.search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}
.view-more {
  width: 100%;
  border: 0;
  background: var(--green);
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
.article-layout {
  width: min(1160px, 92vw);
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) 320px;
  gap: 70px;
}
.article-body {
  min-width: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.article-cover {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #f5f2ec;
  margin-bottom: 36px;
}
.article-cover[src*="cariri-capa"], .article-cover-full { max-height: none; height: auto; object-fit: contain; }
.article-gallery { position: relative; margin: 34px 0; overflow: hidden; border-radius: 10px; background: #f4f1eb; }
.gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.article-gallery img { flex: 0 0 100%; width: 100%; height: 520px; padding: 10px; object-fit: contain; scroll-snap-align: center; border-radius: 10px; cursor: zoom-in; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #294b3be8; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; transform: translateY(-50%); box-shadow: 0 5px 18px #0003; }
.gallery-previous { left: 12px; }
.gallery-next { right: 12px; }
.photo-viewer { width: min(1100px, 94vw); max-width: none; padding: 0; border: 0; border-radius: 12px; background: #111; overflow: visible; }
.photo-viewer::backdrop { background: #000c; }
.photo-viewer img { display: block; width: 100%; max-height: 88vh; object-fit: contain; border-radius: 12px; }
.photo-viewer button { position: absolute; z-index: 2; top: -18px; right: -18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: #222; font-size: 28px; cursor: pointer; box-shadow: 0 4px 20px #0005; }
.article-inline-image { margin: 32px 0; }
.article-inline-image img { display: block; width: 100%; max-height: 620px; object-fit: contain; border-radius: 8px; background: #f4f1eb; }
.article-body h2,
.article-body h3,
.article-body h4 {
  font-family: Georgia, serif;
  color: var(--green);
  line-height: 1.25;
}
.article-body h2 {
  font-size: 34px;
}
.article-body img {
  max-width: 100%;
  height: auto;
}
.article-body figure {
  max-width: 100%;
  margin: 28px 0;
}
.article-body a {
  color: var(--orange);
  text-decoration: underline;
}
.article-body .button {
  display: inline-block;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  padding: 14px 18px;
  margin-top: 24px;
}
.article-body blockquote {
  border-left: 4px solid var(--orange);
  margin: 24px 0;
  padding: 4px 24px;
  font:
    italic 21px/1.55 Georgia,
    serif;
}
.page-title h1 {
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .article-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .article-body {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .article-layout {
    width: calc(100% - 32px);
    margin-bottom: 60px;
  }
  .article-body h2 {
    font-size: 28px;
  }
  .post-list p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .search {
    margin-top: 22px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .contact-card { width: calc(100% - 32px); }
  .contact-row { grid-template-columns: 1fr; }
  .contact-info, .contact-card form { padding: 28px 20px; }
}

.reveal-item { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal-item.visible { opacity: 1; transform: none; }
.article-body.reveal-item { opacity: 1; transform: none; }
.photo img, .footer-banners img, .partners img { transition: transform .55s ease, filter .55s ease; }
.photo:hover img, .footer-banners a:hover img { transform: scale(1.045); filter: saturate(1.08); }
@media (prefers-reduced-motion: reduce) { .reveal-item { opacity: 1; transform: none; transition: none; } * { scroll-behavior: auto !important; } }
@media (max-width: 700px) {
  .collaborator-layout { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 32px; }
  .collaborator-highlights { width: calc(100% - 32px); grid-template-columns: 1fr; margin-top: 32px; }
  .collaborator-highlights article { padding: 20px; gap: 16px; }
  .collaborator-logo { flex-basis: 92px; height: 72px; padding: 6px; }
  .collaborator-highlights h2 { font-size: 23px; }
  .partners > a, .partners > .partner-card { min-height: 190px; }
  .article-gallery img { height: 360px; padding: 6px; }
  .gallery-arrow { flex-basis: 40px; width: 40px; height: 40px; font-size: 29px; }
}
