/* Theme 1.10.0 — isolated layout and responsive polish for /pro-nas/. */
.about-page {
  overflow: clip;
  background: var(--paper);
}

.about-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.about-page h2 {
  margin: 0;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.1;
  font-weight: 400;
}

.about-page h3 {
  font-weight: 400;
}

.about-section {
  padding: 104px 0;
}

.about-heading {
  margin-bottom: 46px;
}

.about-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: end;
}

.about-heading-copy {
  color: var(--muted);
  font-size: 15px;
}

.about-heading-copy p {
  margin: 0;
}

.about-heading-copy p + p {
  margin-top: 14px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.about-button-outline {
  border-color: rgba(48, 43, 37, .28);
  background: transparent;
  color: var(--ink);
}

.about-button-outline:hover,
.about-button-outline:focus-visible {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--white);
}

.about-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #403329;
  color: var(--white);
}

.about-hero-image,
.about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: 67% center;
}

.about-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(31, 27, 23, .94) 0%, rgba(34, 29, 24, .84) 43%, rgba(34, 29, 24, .32) 76%, rgba(34, 29, 24, .12) 100%),
    linear-gradient(180deg, rgba(23, 21, 18, .08) 55%, rgba(23, 21, 18, .7) 100%);
}

.about-hero-content {
  padding: 52px 0 56px;
}

.about-hero-content .eyebrow {
  margin-bottom: 17px;
}

.about-hero h1 {
  max-width: 970px;
  margin: 0;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1.04;
  font-weight: 400;
  text-wrap: balance;
}

.about-hero-lead,
.about-hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, .84);
}

.about-hero-lead {
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.68;
}

.about-hero-lead strong {
  color: #fffaf2;
  font-weight: 700;
}

.about-hero-copy {
  margin: 14px 0 0;
  font-size: 15px;
}

.about-hero .about-actions {
  margin-top: 24px;
}

.about-hero .button {
  min-width: 212px;
}

.about-categories {
  background: linear-gradient(180deg, #fffaf2 0%, #fbf3e7 100%);
}

.about-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-category-card {
  --about-accent: var(--red);
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px 14px;
  border: 1px solid #e0d2bf;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 30px rgba(68, 48, 32, .04);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.about-category-card:nth-child(4n + 2) {
  --about-accent: var(--gold);
  background: #f7ead7;
}

.about-category-card:nth-child(4n + 3) {
  --about-accent: var(--blue);
  background: #f3f1e9;
}

.about-category-card:nth-child(4n + 4) {
  --about-accent: var(--forest);
  background: #edf0e9;
}

.about-category-card::after {
  position: absolute;
  content: "";
  inset: auto 22px 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--about-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.about-category-card:hover,
.about-category-card:focus-visible {
  border-color: color-mix(in srgb, var(--about-accent) 42%, #d8cab7);
  box-shadow: 0 18px 36px rgba(55, 43, 32, .09);
  transform: translateY(-3px);
  outline: none;
}

.about-category-card:hover::after,
.about-category-card:focus-visible::after {
  transform: scaleX(1);
}

.about-category-card h3 {
  margin: 0;
  font-family: "Prata", Georgia, serif;
  font-size: 22px;
  line-height: 1.22;
}

.about-category-card p {
  grid-column: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.about-card-link {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 0;
  color: var(--forest);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .3px;
}

.about-category-action,
.about-gallery-action {
  margin: 28px 0 0;
  text-align: center;
}

.about-gallery {
  background: #fffaf2;
}

.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 12px;
}

.about-gallery-photo {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #e9dfd1;
  box-shadow: 0 14px 32px rgba(55, 43, 32, .08);
  cursor: zoom-in;
}

.about-gallery-photo-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.about-gallery-photo picture,
.about-gallery-photo img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-gallery-photo img {
  object-fit: cover;
  transition: transform .35s ease;
}

.about-gallery-photo:hover img,
.about-gallery-photo:focus-visible img {
  transform: scale(1.025);
}

.about-benefits {
  padding: 104px 0;
  background:
    radial-gradient(circle at 82% 4%, rgba(201, 150, 63, .13), transparent 28%),
    var(--forest-2);
  color: var(--white);
}

.about-heading-light h2 {
  max-width: 880px;
  color: var(--white);
}

.about-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.about-benefit {
  min-width: 0;
  padding: 30px 30px 32px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 20px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.about-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.about-benefit-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(227, 188, 114, .48);
  border-radius: 50%;
  color: #e3bc72;
}

.about-benefit-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-benefit-label {
  margin: 0;
  color: #e3bc72 !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-benefit h3 {
  margin: 8px 0 10px;
  color: #fffaf2;
  font-family: "Prata", Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
}

.about-benefit p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}

.about-help {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  background: var(--cream);
}

.about-help-image {
  min-height: 760px;
  overflow: hidden;
}

.about-help-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.about-help-copy {
  align-self: center;
  padding: 90px clamp(44px, 7vw, 112px);
}

.about-help-copy h2 {
  max-width: 650px;
}

.about-help-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: #554e47;
  font-size: 15px;
}

.about-help-copy .about-help-intro {
  margin-top: 28px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 1.56;
}

.about-actions-dark {
  margin-top: 30px;
}

.about-brands {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffdf8;
}

.about-brands-inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(46px, 8vw, 106px);
  align-items: center;
}

.about-brands-copy h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.about-brands-copy > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.about-brand-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.about-brand-list li {
  padding: 11px 16px;
  border: 1px solid #dfd2bf;
  border-radius: 999px;
  background: #fbf3e7;
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
}

.about-online {
  padding: 96px 0;
  background:
    linear-gradient(120deg, rgba(168, 60, 60, .16), transparent 45%),
    #253b33;
  color: var(--white);
}

.about-online-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.about-online-copy h2 {
  color: #fffaf2;
}

.about-online-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
}

.about-search {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
}

.about-search label {
  display: block;
  margin-bottom: 13px;
  color: #fffaf2;
  font-size: 13px;
  font-weight: 800;
}

.about-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.about-search input {
  min-width: 0;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 2px 0 0 2px;
  background: #fffaf2;
  color: var(--ink);
}

.about-search input:focus {
  outline: 2px solid #e3bc72;
  outline-offset: -2px;
}

.about-search .button {
  border-radius: 0 2px 2px 0;
}

.about-search small {
  display: block;
  margin-top: 11px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.about-gifts {
  background: #fffaf2;
}

.about-gifts-inner {
  padding: 70px clamp(28px, 7vw, 90px);
  border: 1px solid #dfd0bc;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(201, 150, 63, .1), transparent 54%),
    var(--cream);
}

.about-gifts-inner h2 {
  max-width: 850px;
}

.about-gifts-copy {
  max-width: 940px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.about-gifts-copy p {
  margin: 0;
  color: #554e47;
  font-size: 15px;
}

.about-gifts-copy a {
  border-bottom: 1px solid rgba(64, 87, 74, .42);
  color: var(--forest);
  font-weight: 700;
}

.about-gifts-copy a:hover,
.about-gifts-copy a:focus-visible {
  border-bottom-color: var(--red);
  color: var(--red);
}

.about-faq {
  padding: 104px 0;
  background: #fffdf8;
}

.about-faq-inner {
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  gap: clamp(44px, 8vw, 108px);
  align-items: start;
}

.about-faq-list {
  border-top: 1px solid #d9ccba;
}

.about-faq-item {
  border-bottom: 1px solid #d9ccba;
}

.about-faq-item summary {
  min-height: 76px;
  padding: 22px 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.about-faq-item summary::-webkit-details-marker {
  display: none;
}

.about-faq-item summary span {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #b9aa97;
  border-radius: 50%;
}

.about-faq-item summary span::before,
.about-faq-item summary span::after {
  position: absolute;
  content: "";
  left: 7px;
  right: 7px;
  top: 13px;
  height: 1px;
  background: var(--forest);
}

.about-faq-item summary span::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.about-faq-item[open] summary span::after {
  transform: rotate(0);
}

.about-faq-item summary:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 5px;
}

.about-faq-item > div {
  overflow: hidden;
}

.about-faq-item > div p {
  max-width: 760px;
  margin: 0;
  padding: 0 50px 24px 4px;
  color: var(--muted);
  font-size: 14px;
}

.about-love {
  padding: 98px 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(201, 150, 63, .2), transparent 24%),
    linear-gradient(125deg, #7f3034, #3b5145 78%);
  color: var(--white);
}

.about-love-inner {
  max-width: 1020px;
  margin-inline: auto;
  text-align: center;
}

.about-love h2 {
  color: #fffaf2;
}

.about-love p:not(.eyebrow) {
  max-width: 820px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .78);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
}

.about-love p:last-child {
  color: #fffaf2;
  font-weight: 600;
}

.about-visit {
  padding: 104px 0;
  background: #fffaf2;
}

.about-visit-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.about-visit-copy h2 {
  max-width: 620px;
}

.about-visit-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.about-contact-list {
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.about-contact-list > div {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.about-contact-list dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-contact-list dd {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
}

.about-contact-list a {
  color: var(--forest);
}

.about-visit-actions {
  margin-top: 30px;
}

.about-map {
  min-width: 0;
  height: 520px;
  overflow: hidden;
  border: 1px solid #d9ccba;
  border-radius: 24px;
  background: var(--cream);
  box-shadow: 0 24px 50px rgba(54, 42, 31, .1);
}

.about-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1100px) {
  .about-heading-split,
  .about-online-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-online-copy > p:not(.eyebrow) {
    max-width: 840px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 600px;
  }

  .about-hero-shade {
    background:
      linear-gradient(180deg, rgba(29, 25, 21, .38) 0%, rgba(29, 25, 21, .62) 42%, rgba(24, 22, 19, .95) 100%),
      linear-gradient(90deg, rgba(28, 24, 20, .56), rgba(28, 24, 20, .12));
  }

  .about-benefit-grid,
  .about-gifts-copy {
    grid-template-columns: 1fr;
  }

  .about-help {
    grid-template-columns: 1fr;
  }

  .about-help-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .about-help-copy {
    padding: 72px max(24px, calc((100vw - var(--max)) / 2));
  }

  .about-brands-inner,
  .about-faq-inner,
  .about-visit-grid {
    grid-template-columns: 1fr;
  }

  .about-faq-inner {
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .about-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .about-page h2 {
    font-size: clamp(34px, 10vw, 43px);
  }

  .about-section,
  .about-benefits,
  .about-faq,
  .about-visit {
    padding: 68px 0;
  }

  .about-heading {
    margin-bottom: 30px;
  }

  .about-hero {
    min-height: 580px;
    align-items: flex-end;
  }

  .about-hero-image {
    object-position: 69% center;
  }

  .about-hero-content {
    padding: 44px 0 42px;
  }

  .about-hero-content .eyebrow {
    margin-bottom: 12px;
  }

  .about-hero h1 {
    font-size: clamp(31px, 9.2vw, 39px);
    line-height: 1.09;
    text-wrap: pretty;
  }

  .about-hero-lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .about-hero-copy {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.52;
  }

  .about-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .about-actions .button,
  .about-hero .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 12px 16px;
  }

  .about-hero .about-actions {
    margin-top: 20px;
    gap: 9px;
  }

  .about-heading-split {
    gap: 22px;
  }

  .about-heading-copy {
    font-size: 13px;
  }

  .about-category-grid {
    gap: 10px;
  }

  .about-category-card {
    min-height: 0;
    padding: 17px 15px;
    border-radius: 14px;
  }

  .about-category-card h3 {
    font-size: 18px;
  }

  .about-category-card p {
    font-size: 12px;
    line-height: 1.5;
  }

  .about-card-link {
    padding: 0;
    font-size: 20px;
  }

  .about-benefit-grid {
    grid-template-columns: 1fr;
  }

  .about-benefit {
    padding: 24px 20px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .about-benefit h3 {
    font-size: 20px;
  }

  .about-gallery-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 14px;
  }

  .about-gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .about-gallery-photo,
  .about-gallery-photo-featured {
    flex: 0 0 min(82vw, 360px);
    height: 280px;
    scroll-snap-align: start;
  }

  .about-help-image {
    aspect-ratio: 4 / 3;
  }

  .about-help-copy {
    padding: 56px 20px;
  }

  .about-help-copy .about-help-intro {
    font-size: 18px;
  }

  .about-help-copy > p:not(.eyebrow) {
    font-size: 13px;
  }

  .about-brands,
  .about-online,
  .about-love {
    padding: 68px 0;
  }

  .about-brands-inner,
  .about-online-inner {
    gap: 34px;
  }

  .about-brands-copy > p:last-child,
  .about-online-copy > p:not(.eyebrow) {
    font-size: 13px;
  }

  .about-brand-list {
    gap: 8px;
  }

  .about-brand-list li {
    padding: 9px 13px;
    font-size: 13px;
  }

  .about-search {
    padding: 20px;
    border-radius: 14px;
  }

  .about-search > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-search input,
  .about-search .button {
    width: 100%;
    border-radius: 2px;
  }

  .about-gifts-inner {
    width: 100%;
    padding: 42px 22px;
    border-radius: 20px;
  }

  .about-gifts-copy {
    margin-top: 22px;
    gap: 18px;
  }

  .about-gifts-copy p {
    font-size: 13px;
  }

  .about-faq-item summary {
    min-height: 68px;
    padding: 18px 2px;
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 12px;
    font-size: 16px;
  }

  .about-faq-item summary span {
    width: 26px;
    height: 26px;
  }

  .about-faq-item summary span::before,
  .about-faq-item summary span::after {
    top: 12px;
  }

  .about-faq-item > div p {
    padding: 0 36px 20px 2px;
    font-size: 13px;
  }

  .about-love {
    text-align: left;
  }

  .about-love-inner {
    text-align: left;
  }

  .about-love p:not(.eyebrow) {
    font-size: 15px;
  }

  .about-contact-list > div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .about-contact-list dd {
    font-size: 15px;
  }

  .about-map {
    height: 390px;
    border-radius: 18px;
  }

  .about-visit {
    padding-bottom: 112px;
  }
}

@media (max-width: 350px) {
  .about-category-grid {
    grid-template-columns: 1fr;
  }

  .about-category-card {
    min-height: 176px;
  }

  .about-hero {
    min-height: 610px;
  }

  .about-hero h1 {
    font-size: 30px;
  }

  .about-contact-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-category-card,
  .about-category-card::after,
  .about-gallery-photo img,
  .about-faq-item summary span::after {
    transition: none;
  }
}
