@charset "utf-8";


/*
  Marin Arts & Crafts Show refresh layer.
  Loaded after acs-refresh.css.
  Keep Marin-specific changes scoped to .theme-marin.
*/

:root {
  --ma-ink: #15392f;
  --ma-ink-soft: #284f43;
  --ma-green: #536f5a;
  --ma-green-dark: #253f34;
  --ma-green-soft: #879b82;
  --ma-paper: #f5efe3;
  --ma-paper-soft: #fffaf0;
  --ma-gold: #d7ad79;
  --ma-copper: #b9785c;
  --ma-muted: #5f665e;
  --ma-border: rgba(44, 63, 52, .18);
  --ma-shadow: 0 18px 45px rgba(26, 48, 39, .14);
  --ma-shadow-soft: 0 8px 22px rgba(26, 48, 39, .07);
}

/* ------------------------------
   Base Marin shell
------------------------------ */

.theme-marin {
  background: rgb(116 143 114);
  color: var(--ma-ink);
}

.theme-marin *,
.theme-marin *::before,
.theme-marin *::after {
  box-sizing: border-box;
}

.theme-marin img {
  max-width: 100%;
  height: auto;
}

.theme-marin main {
  width: min(1180px, 100%);
  margin: 0 auto;
  background:
    radial-gradient(circle at top left, rgba(215,173,121,.14), transparent 28rem),
    var(--ma-paper);
  color: var(--ma-ink);
  box-shadow: 0 10px 45px rgba(0,0,0,.24);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
}

/* ------------------------------
   Header
------------------------------ */

.theme-marin header {
  background: rgb(116 143 114);
  padding: clamp(12px, 3vw, 26px) 0 0;
}

.theme-marin header .pageWidth,
.theme-marin .marin-header-inner {
  width: min(1180px, 100%);
  max-width: 1180px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}

.theme-marin .mlogo,
.theme-marin .marin-logo {
  display: block;
  width: min(750px, 96vw);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ------------------------------
   Navigation
------------------------------ */

.theme-marin nav {
  background: var(--ma-paper-soft);
  border-top: 1px solid rgba(21,57,47,.14);
  border-bottom: 1px solid rgba(21,57,47,.18);
  color: var(--ma-ink);
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: .04em;
  line-height: 2.55em;
}

.theme-marin nav ul {
  margin: 0;
  padding: 0;
}

.theme-marin nav a {
  color: var(--ma-ink);
  font-size: 1.05rem;
  letter-spacing: .08em;
  padding: .8rem 1.05rem;
  text-decoration: none;
  border-radius: 0;
  font-weight: bold;
}

.theme-marin nav a:hover,
.theme-marin nav a:focus {
  background: rgba(83,111,90,.14);
  color: var(--ma-green-dark);
  text-decoration: none;
}

.theme-marin nav .side a {
  padding-left: .4rem;
  padding-right: .4rem;
}

/* ------------------------------
   Shared component skin
------------------------------ */

.theme-marin .acs-section-label,
.theme-marin .acs-eyebrow {
  color: var(--ma-copper);
}

.theme-marin .acs-lead {
  color: var(--ma-ink-soft);
}

.theme-marin .acs-button--primary {
  background: var(--ma-green);
  color: #fff;
}

.theme-marin .acs-button--primary:hover,
.theme-marin .acs-button--primary:focus {
  background: var(--ma-green-dark);
  color: #fff;
}

.theme-marin .acs-button--secondary {
  background: transparent;
  color: var(--ma-green-dark);
  border-color: var(--ma-green);
}

.theme-marin .acs-button--secondary:hover,
.theme-marin .acs-button--secondary:focus {
  background: var(--ma-green);
  color: #fff;
}

.theme-marin .acs-text-link {
  color: var(--ma-copper);
}

.theme-marin .acs-text-link:hover,
.theme-marin .acs-text-link:focus {
  color: var(--ma-green-dark);
}

.theme-marin .shared-brand-cta {
  background:
    radial-gradient(circle at top right, rgba(215,173,121,.24), transparent 26rem),
    var(--ma-green-dark);
}

.theme-marin .shared-brand-cta .acs-section-label {
  color: var(--ma-gold);
}

.theme-marin .shared-brand-cta .acs-button--primary {
  background: var(--ma-gold);
  color: var(--ma-green-dark);
}

.theme-marin .shared-brand-cta .acs-button--primary:hover,
.theme-marin .shared-brand-cta .acs-button--primary:focus {
  background: #efc893;
  color: var(--ma-green-dark);
}

/* ------------------------------
   Marin hero
------------------------------ */

.ma-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: center;
  min-height: clamp(500px, 58vw, 680px);
  padding: clamp(2rem, 5vw, 4rem) max(18px, calc((100% - 1040px) / 2));
  background:
    linear-gradient(90deg, rgba(245,239,227,.98) 0%, rgba(245,239,227,.9) 42%, rgba(245,239,227,.72) 100%),
    var(--ma-paper);
  border-bottom: 1px solid var(--ma-border);
  overflow: hidden;
}

.ma-hero__content {
  position: relative;
  z-index: 2;
}

.theme-marin .ma-hero h1 {
  margin: 0 0 1rem;
  color: var(--ma-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: .95;
  letter-spacing: .01em;
  font-weight: normal;
  text-align: left;
}

.ma-hero__date,
.ma-hero__location {
  margin: 0 0 .25rem;
  color: var(--ma-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.2;
}

.ma-hero__location {
  color: var(--ma-muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 800;
}

.ma-hero__slideshow {
  position: relative;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--ma-shadow);
  background: #d9cbb9;
}

.ma-hero__slideshow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
  border-radius: 24px;
}

.ma-swiper,
.ma-hero .swiper-container {
  width: 100%;
  height: 100%;
}

.ma-hero .swiper-slide img {
  display: block;
  width: 100%;
  height: clamp(360px, 48vw, 560px);
  object-fit: cover;
}

.ma-hero .swiper-pagination {
  bottom: 12px;
}

.ma-hero .swiper-pagination-bullet {
  background: #fff;
  opacity: .75;
}

.ma-hero .swiper-pagination-bullet-active {
  background: var(--ma-green);
  opacity: 1;
}

/* Hide old slideshow captions / black caption strip */
.theme-marin .ma-hero .caption,
.theme-marin .ma-hero .swiper-slide .caption,
.theme-marin .ma-hero__slideshow .caption {
  display: none !important;
}
.theme-marin .ma-hero .swiper-slide::after,
.theme-marin .ma-hero .swiper-slide::before {
  display: none !important;
}

/* ------------------------------
   Intro and crafted sections
------------------------------ */

.ma-intro {
  background: var(--ma-paper);
  padding: clamp(2.6rem, 6vw, 4.8rem) 0;
}

.ma-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .65fr);
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: center;
}

.theme-marin .ma-intro h2,
.theme-marin .ma-crafted-section h2,
.theme-marin .ma-experience h2,
.theme-marin .ma-featured-exhibitors h2,
.theme-marin .ma-plan-visit h2,
.theme-marin .acs-email-cta h2 {
  margin: 0 0 1rem;
  color: var(--ma-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: normal;
}

.ma-date-card,
.ma-plan-card,
.ma-featured-card {
  background: #fff;
  border: 1px solid var(--ma-border);
  border-radius: 24px;
  box-shadow: var(--ma-shadow-soft);
}

.ma-date-card {
  padding: 1.5rem;
  text-align: center;
}

.ma-date-card__calendar {
  border: 1px solid var(--ma-border);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
}

.ma-date-card__month {
  display: block;
  background: var(--ma-green);
  color: #fff;
  padding: .45rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ma-date-card__days {
  display: block;
  color: var(--ma-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1;
  padding-top: .8rem;
}

.ma-date-card__week {
  display: block;
  color: var(--ma-muted);
  padding: .25rem 0 .9rem;
}

.ma-date-card__detail {
  color: var(--ma-muted);
}

.ma-crafted-section {
  background: var(--ma-paper-soft);
  border-top: 1px solid var(--ma-border);
  border-bottom: 1px solid var(--ma-border);
  padding: clamp(2.8rem, 7vw, 5rem) 0;
}

.ma-crafted-grid {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: start;
}

.ma-crafted-panel {
  border-left: 5px solid var(--ma-gold);
  padding-left: 1.25rem;
}

.ma-crafted-copy {
  color: var(--ma-muted);
  font-size: 1.08rem;
}

/* ------------------------------
   Photo collage
------------------------------ */

.ma-photo-collage {
  background: var(--ma-paper);
  overflow: hidden;
  border-top: 1px solid var(--ma-border);
  border-bottom: 1px solid var(--ma-border);
}

.ma-photo-collage__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  padding: 6px;
}

.ma-photo-collage__item {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--ma-paper);
  text-decoration: none;
}

.ma-photo-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .25s ease, opacity .25s ease;
}

.ma-photo-collage__item:hover img,
.ma-photo-collage__item:focus img {
  transform: scale(1.035);
  opacity: .9;
}

/* ------------------------------
   Experience cards
------------------------------ */

.ma-experience {
  background: var(--ma-paper-soft);
  padding: clamp(2.8rem, 7vw, 5rem) 0;
  border-top: 1px solid var(--ma-border);
  border-bottom: 1px solid var(--ma-border);
}

.ma-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 1.6rem;
}

.ma-card-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ma-card {
  display: block;
  background: #fff;
  border: 1px solid var(--ma-border);
  border-radius: 18px;
  padding: 1.35rem;
  color: var(--ma-ink);
  text-decoration: none;
  box-shadow: var(--ma-shadow-soft);
  transition: box-shadow .2s ease, transform .2s ease;
}

.ma-card:hover,
.ma-card:focus {
  transform: translateY(-2px);
  box-shadow: var(--ma-shadow);
  color: var(--ma-ink);
  text-decoration: none;
}

.ma-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 .85rem;
  border-radius: 999px;
  background: rgba(83,111,90,.14);
  color: var(--ma-green-dark);
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}

.theme-marin .ma-card h3 {
  margin: 0 0 .5rem;
  color: var(--ma-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}

.ma-card p {
  margin: 0;
  color: var(--ma-muted);
  font-size: 1rem;
  line-height: 1.5;
}

/* ------------------------------
   Featured exhibitors
------------------------------ */

.ma-featured-exhibitors {
  background: var(--ma-paper);
  padding: clamp(2.8rem, 7vw, 5rem) 0;
  border-top: 1px solid var(--ma-border);
}

.ma-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.ma-featured-card {
  overflow: hidden;
}

.ma-featured-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ma-featured-card__body {
  padding: 1.15rem;
}

.theme-marin .ma-featured-card h3,
.theme-marin .ma-plan-card h3,
.theme-marin .shared-brand-cta__card h3 {
  margin: 0 0 .55rem;
  color: var(--ma-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: normal;
}

.theme-marin .shared-brand-cta__card h3 {
  color: #fff;
}

.theme-marin .shared-brand-cta__card p {
  color: #f3eadb;
}

.theme-marin .shared-brand-cta__card .acs-button--primary {
  background: var(--ma-gold);
  color: var(--ma-green-dark);
}

.theme-marin .shared-brand-cta__card .acs-button--primary:hover,
.theme-marin .shared-brand-cta__card .acs-button--primary:focus {
  background: #efc893;
  color: var(--ma-green-dark);
}

.ma-featured-card p,
.ma-plan-card p {
  color: var(--ma-muted);
}

/* ------------------------------
   Plan visit
------------------------------ */

.ma-plan-visit {
  background: var(--ma-paper-soft);
  padding: clamp(2.8rem, 7vw, 5rem) 0;
  border-top: 1px solid var(--ma-border);
}

.ma-plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: start;
}

.ma-plan-card {
  padding: 1.35rem;
}

/* ------------------------------
   Email and social
------------------------------ */

.theme-marin .acs-email-cta {
  background:
    radial-gradient(circle at top left, rgba(215,173,121,.22), transparent 26rem),
    var(--ma-paper-soft);
  color: var(--ma-ink);
  border-top: 1px solid var(--ma-border);
}

.theme-marin .acs-email-cta .acs-section-label {
  color: var(--ma-copper);
}

.theme-marin .acs-email-cta h2 {
  color: var(--ma-ink);
}

.ma-social-block {
  background: var(--ma-paper);
  border-top: 1px solid var(--ma-border);
  padding: 2rem 0;
  text-align: center;
}

.ma-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: .2rem .35rem;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(83,111,90,.12);
  color: var(--ma-green-dark);
  text-decoration: none;
}

.ma-social-icons a:hover,
.ma-social-icons a:focus {
  background: var(--ma-green);
  color: #fff;
  text-decoration: none;
}
/* ------------------------------
   Marin mailing list form
------------------------------ */

.theme-marin .acs-email-cta {
  background:
    radial-gradient(circle at top left, rgba(215,173,121,.22), transparent 26rem),
    var(--ma-paper-soft);
  color: var(--ma-ink);
  border-top: 1px solid var(--ma-border);
}

.theme-marin .acs-email-cta .acs-section-label {
  color: var(--ma-copper);
}

.theme-marin .acs-email-cta h2 {
  color: var(--ma-ink);
}

.theme-marin .acs-mailing-form {
  background: #fff;
  border: 1px solid var(--ma-border);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: var(--ma-shadow-soft);
}

.theme-marin .acs-mailing-form label {
  display: block;
  color: var(--ma-ink);
  font-weight: 800;
  margin-bottom: .5rem;
}

.theme-marin .acs-mailing-form__row {
  display: flex;
  gap: .5rem;
}

.theme-marin .acs-mailing-form input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--ma-border);
  border-radius: 999px;
  padding: .85rem 1rem;
  color: var(--ma-ink);
  background: #fff;
  font-size: 1rem;
}

.theme-marin .acs-mailing-form input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  border: 0;
  border-radius: 999px;
  background: var(--ma-green);
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  padding: .85rem 1.2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.theme-marin .acs-mailing-form input[type="submit"]:hover,
.theme-marin .acs-mailing-form input[type="submit"]:focus {
  background: var(--ma-green-dark);
  color: #fff;
}

/* ------------------------------
   Mobile
------------------------------ */

@media all and (max-width: 900px) {
  .ma-card-grid,
  .ma-card-grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 600px) {
  .ma-card-grid,
  .ma-card-grid--six {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 980px) {
  .ma-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ma-hero__slideshow {
    order: -1;
  }

  .ma-photo-collage__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 760px) {
  .theme-marin header {
    padding-top: 8px;
  }

  .theme-marin header .pageWidth,
  .theme-marin .marin-header-inner {
    padding-left: 8px;
    padding-right: 8px;
  }

  .theme-marin .mlogo,
  .theme-marin .marin-logo {
    width: 100%;
  }

  .ma-intro__grid,
  .ma-crafted-grid,
  .ma-plan-grid,
  .ma-featured-grid {
    grid-template-columns: 1fr;
  }

  .ma-photo-collage__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding: 4px;
  }

  .ma-hero .swiper-slide img {
    height: 64vw;
    min-height: 260px;
  }
}



.theme-marin footer {
    width: min(1180px, 100%);
    color: rgb(255, 255, 255);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    margin: 0px auto;
    background: rgb(32, 27, 23);
    overflow: hidden;
}

.theme-marin .details-drawing-section .acs-button--secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, .72);
}
/* ------------------------------
   Sponsor grid
------------------------------ */

.theme-marin .az-sponsors {
  background: var(--ma-paper);
  padding: clamp(2.8rem, 7vw, 5rem) 0;
  border-top: 1px solid var(--ma-border);
  text-align: center;
}

.theme-marin .az-wrap {
  width: var(--acs-wrap, min(1060px, calc(100% - 36px)));
  margin: 0 auto;
}

.theme-marin .az-sponsors h2 {
  margin: 0 0 1.4rem;
  color: var(--ma-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: normal;
}

.theme-marin .az-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin: 1.5rem 0 1.25rem;
}

.theme-marin .az-sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  background: #fff;
  border: 1px solid var(--ma-border);
  border-radius: 18px;
  padding: 1.2rem;
  color: var(--ma-green-dark);
  text-decoration: none;
  box-shadow: var(--ma-shadow-soft);
  transition: box-shadow .2s ease, transform .2s ease;
}

.theme-marin .az-sponsor:hover,
.theme-marin .az-sponsor:focus {
  transform: translateY(-2px);
  box-shadow: var(--ma-shadow);
  color: var(--ma-green-dark);
  text-decoration: none;
}

.theme-marin .az-sponsor span {
  color: var(--ma-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.theme-marin .az-sponsor img {
  display: block;
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
}

.theme-marin .az-sponsors p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ma-muted);
}

.theme-marin .az-sponsor-more-link {
  margin: 1rem 0 0;
  text-align: center;
  font-size: .95rem;
  line-height: 1.4;
}

.theme-marin .az-sponsor-more-link a {
  color: var(--ma-copper);
  font-weight: 800;
  text-decoration: none;
}

.theme-marin .az-sponsor-more-link a:hover,
.theme-marin .az-sponsor-more-link a:focus {
  color: var(--ma-green-dark);
  text-decoration: underline;
}

@media all and (max-width: 760px) {
  .theme-marin .az-sponsor-grid {
    grid-template-columns: 1fr;
  }
}