/* ABOUT PAGE FULL WIDTH */
.page-content,
.page-article,
.page-body {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-header {
  display: none !important;
}

/* REC-STYLE ABOUT LAYOUT */
.p65-about-section {
  width: 100%;
  min-height: 78vh;
  color: #050505;
  padding: 110px 7vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* Section 1: warm off-white */
.p65-about-section:nth-of-type(1) {
  background: #f7f5f0;
  color: #050505;
}

/* Section 2: black */
.p65-about-section:nth-of-type(2) {
  background: #101010;
  color: #f7f5f0;
}

/* Section 3: clean white */
.p65-about-section:nth-of-type(3) {
  background: #ffffff;
  color: #050505;
}

/* Section 4, if added later: stone/tan */
.p65-about-section:nth-of-type(4) {
  background: #e8e2d6;
  color: #050505;
}

.p65-about-grid {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.p65-about-section.alt .p65-about-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.p65-about-text {
  max-width: 680px;
}

.p65-kicker {
  margin: 0 0 24px;
  color: #990000;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Gold kicker on black section */
.p65-about-section:nth-of-type(2) .p65-kicker {
  color: #d6a21e;
}

.p65-about-text h2 {
  margin: 0 0 32px;
  color: inherit;
  font-size: clamp(3rem, 4.8vw, 6rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: none;
}

.p65-about-text p {
  margin: 0 0 24px;
  color: inherit;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.35;
  font-weight: 400;
}

.p65-about-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p65-about-media img {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 900px) {
  .p65-about-section {
    min-height: auto;
    padding: 80px 24px;
  }

  .p65-about-grid,
  .p65-about-section.alt .p65-about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .p65-about-text {
    max-width: 100%;
  }

  .p65-about-text h2 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .p65-about-media img {
    max-width: 460px;
  }
}

/* DELIVERY INFO PAGE ONLY - FAQ STYLE */
body.page-id-311 .pr6j5ct-delivery-page {
  max-width: 1680px;
  margin: 0 auto;
  padding: 150px 7vw;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(420px, 0.9fr);
  gap: 120px;
  color: #000;
}

body.page-id-311 .delivery-heading {
  margin-bottom: 90px;
}

body.page-id-311 .delivery-heading span {
  display: block;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5f5f5f;
  margin-bottom: 14px;
}

body.page-id-311 .delivery-heading h1 {
  font-size: clamp(72px, 7vw, 130px);
  line-height: 0.85;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.06em;
}

body.page-id-311 .delivery-group {
  margin-bottom: 90px;
}

body.page-id-311 .delivery-group h2 {
  font-size: 38px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.page-id-311 .delivery-group details {
  border-top: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-311 .delivery-group details:last-child {
  border-bottom: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-311 .delivery-group summary {
  list-style: none;
  cursor: pointer;
  padding: 42px 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  position: relative;
  padding-right: 70px;
}

body.page-id-311 .delivery-group summary::-webkit-details-marker {
  display: none;
}

body.page-id-311 .delivery-group summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 36px;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}

body.page-id-311 .delivery-group details[open] summary::after {
  content: "–";
}

body.page-id-311 .delivery-answer {
  padding: 0 0 46px;
  max-width: 980px;
}

body.page-id-311 .delivery-answer p {
  margin: 0;
  font-size: 24px;
  line-height: 1.65;
}

body.page-id-311 .delivery-contact {
  padding-top: 10px;
  max-width: 520px;
}

body.page-id-311 .delivery-contact h2 {
  font-size: 58px;
  line-height: 1;
  margin: 0 0 42px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

body.page-id-311 .delivery-contact p {
  font-size: 24px;
  line-height: 1.55;
  margin: 0 0 30px;
}

body.page-id-311 .delivery-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-width: 340px;
  height: 88px;
  border: 1.5px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease;
}

body.page-id-311 .delivery-email-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 900px) {
  body.page-id-311 .pr6j5ct-delivery-page {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 90px 24px;
  }

  body.page-id-311 .delivery-heading {
    margin-bottom: 70px;
  }

  body.page-id-311 .delivery-heading span {
    font-size: 18px;
  }

  body.page-id-311 .delivery-heading h1 {
    font-size: clamp(64px, 18vw, 100px);
  }

  body.page-id-311 .delivery-group {
    margin-bottom: 75px;
  }

  body.page-id-311 .delivery-group h2 {
    font-size: 34px;
  }

  body.page-id-311 .delivery-group summary {
    font-size: 26px;
    padding: 36px 0;
    padding-right: 58px;
  }

  body.page-id-311 .delivery-group summary::after {
    font-size: 42px;
    top: 33px;
  }

  body.page-id-311 .delivery-answer p {
    font-size: 22px;
    line-height: 1.6;
  }

  body.page-id-311 .delivery-contact {
    max-width: none;
    border-top: 1.5px solid rgba(0,0,0,0.65);
    padding-top: 55px;
  }

  body.page-id-311 .delivery-contact h2 {
    font-size: 50px;
  }

  body.page-id-311 .delivery-contact p {
    font-size: 22px;
  }

  body.page-id-311 .delivery-email-btn {
    width: 100%;
    min-width: 0;
    height: 84px;
    font-size: 22px;
  }
}

/* SERVICE & RETURNS PAGE ONLY - FAQ STYLE */
body.page-id-320 .pr6j5ct-service-page {
  max-width: 1680px;
  margin: 0 auto;
  padding: 150px 7vw;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(420px, 0.9fr);
  gap: 120px;
  color: #000;
}

body.page-id-320 .service-heading {
  margin-bottom: 90px;
}

body.page-id-320 .service-heading span {
  display: block;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5f5f5f;
  margin-bottom: 14px;
}

body.page-id-320 .service-heading h1 {
  font-size: clamp(72px, 7vw, 130px);
  line-height: 0.85;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.06em;
}

body.page-id-320 .service-group {
  margin-bottom: 90px;
}

body.page-id-320 .service-group h2 {
  font-size: 38px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.page-id-320 .service-group details {
  border-top: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-320 .service-group details:last-child {
  border-bottom: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-320 .service-group summary {
  list-style: none;
  cursor: pointer;
  padding: 42px 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  position: relative;
  padding-right: 70px;
}

body.page-id-320 .service-group summary::-webkit-details-marker {
  display: none;
}

body.page-id-320 .service-group summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 36px;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}

body.page-id-320 .service-group details[open] summary::after {
  content: "–";
}

body.page-id-320 .service-answer {
  padding: 0 0 46px;
  max-width: 980px;
}

body.page-id-320 .service-answer p {
  margin: 0;
  font-size: 24px;
  line-height: 1.65;
}

body.page-id-320 .service-contact {
  padding-top: 10px;
  max-width: 520px;
}

body.page-id-320 .service-contact h2 {
  font-size: 58px;
  line-height: 1;
  margin: 0 0 42px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

body.page-id-320 .service-contact p {
  font-size: 24px;
  line-height: 1.55;
  margin: 0 0 30px;
}

body.page-id-320 .service-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-width: 340px;
  height: 88px;
  border: 1.5px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease;
}

body.page-id-320 .service-email-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 900px) {
  body.page-id-320 .pr6j5ct-service-page {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 90px 24px;
  }

  body.page-id-320 .service-heading {
    margin-bottom: 70px;
  }

  body.page-id-320 .service-heading span {
    font-size: 18px;
  }

  body.page-id-320 .service-heading h1 {
    font-size: clamp(64px, 18vw, 100px);
  }

  body.page-id-320 .service-group {
    margin-bottom: 75px;
  }

  body.page-id-320 .service-group h2 {
    font-size: 34px;
  }

  body.page-id-320 .service-group summary {
    font-size: 26px;
    padding: 36px 0;
    padding-right: 58px;
  }

  body.page-id-320 .service-group summary::after {
    font-size: 42px;
    top: 33px;
  }

  body.page-id-320 .service-answer p {
    font-size: 22px;
    line-height: 1.6;
  }

  body.page-id-320 .service-contact {
    max-width: none;
    border-top: 1.5px solid rgba(0,0,0,0.65);
    padding-top: 55px;
  }

  body.page-id-320 .service-contact h2 {
    font-size: 50px;
  }

  body.page-id-320 .service-contact p {
    font-size: 22px;
  }

  body.page-id-320 .service-email-btn {
    width: 100%;
    min-width: 0;
    height: 84px;
    font-size: 22px;
  }
}

/* TERMS & CONDITIONS PAGE ONLY - FAQ STYLE */
body.page-id-329 .pr6j5ct-terms-page {
  max-width: 1680px;
  margin: 0 auto;
  padding: 150px 7vw;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(420px, 0.9fr);
  gap: 120px;
  color: #000;
}

body.page-id-329 .terms-heading {
  margin-bottom: 90px;
}

body.page-id-329 .terms-heading span {
  display: block;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5f5f5f;
  margin-bottom: 14px;
}

body.page-id-329 .terms-heading h1 {
  font-size: clamp(68px, 7vw, 130px);
  line-height: 0.85;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.06em;
}

body.page-id-329 .terms-group {
  margin-bottom: 90px;
}

body.page-id-329 .terms-group h2 {
  font-size: 38px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.page-id-329 .terms-group details {
  border-top: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-329 .terms-group details:last-child {
  border-bottom: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-329 .terms-group summary {
  list-style: none;
  cursor: pointer;
  padding: 42px 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  position: relative;
  padding-right: 70px;
}

body.page-id-329 .terms-group summary::-webkit-details-marker {
  display: none;
}

body.page-id-329 .terms-group summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 36px;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}

body.page-id-329 .terms-group details[open] summary::after {
  content: "–";
}

body.page-id-329 .terms-answer {
  padding: 0 0 46px;
  max-width: 980px;
}

body.page-id-329 .terms-answer p {
  margin: 0;
  font-size: 24px;
  line-height: 1.65;
}

body.page-id-329 .terms-contact {
  padding-top: 10px;
  max-width: 520px;
}

body.page-id-329 .terms-contact h2 {
  font-size: 58px;
  line-height: 1;
  margin: 0 0 42px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

body.page-id-329 .terms-contact p {
  font-size: 24px;
  line-height: 1.55;
  margin: 0 0 30px;
}

body.page-id-329 .terms-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-width: 340px;
  height: 88px;
  border: 1.5px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease;
}

body.page-id-329 .terms-email-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 900px) {
  body.page-id-329 .pr6j5ct-terms-page {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 90px 24px;
  }

  body.page-id-329 .terms-heading {
    margin-bottom: 70px;
  }

  body.page-id-329 .terms-heading span {
    font-size: 18px;
  }

  body.page-id-329 .terms-heading h1 {
    font-size: clamp(58px, 16vw, 96px);
  }

  body.page-id-329 .terms-group {
    margin-bottom: 75px;
  }

  body.page-id-329 .terms-group h2 {
    font-size: 34px;
  }

  body.page-id-329 .terms-group summary {
    font-size: 26px;
    padding: 36px 0;
    padding-right: 58px;
  }

  body.page-id-329 .terms-group summary::after {
    font-size: 42px;
    top: 33px;
  }

  body.page-id-329 .terms-answer p {
    font-size: 22px;
    line-height: 1.6;
  }

  body.page-id-329 .terms-contact {
    max-width: none;
    border-top: 1.5px solid rgba(0,0,0,0.65);
    padding-top: 55px;
  }

  body.page-id-329 .terms-contact h2 {
    font-size: 50px;
  }

  body.page-id-329 .terms-contact p {
    font-size: 22px;
  }

  body.page-id-329 .terms-email-btn {
    width: 100%;
    min-width: 0;
    height: 84px;
    font-size: 22px;
  }
}

/* FAQ PAGE ONLY - MATCH TERMS / SERVICE STYLE */
body.page-id-276 .pr6j5ct-faq-page {
  max-width: 1680px;
  margin: 0 auto;
  padding: 150px 7vw;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(420px, 0.9fr);
  gap: 120px;
  color: #000;
}

body.page-id-276 .faq-heading {
  margin-bottom: 90px;
}

body.page-id-276 .faq-heading span {
  display: block;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5f5f5f;
  margin-bottom: 14px;
}

body.page-id-276 .faq-heading h1 {
  font-size: clamp(90px, 8vw, 140px);
  line-height: 0.85;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.06em;
}

body.page-id-276 .faq-group {
  margin-bottom: 90px;
}

body.page-id-276 .faq-group h2 {
  font-size: 38px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.page-id-276 .faq-group details {
  border-top: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-276 .faq-group details:last-child {
  border-bottom: 1.5px solid rgba(0,0,0,0.65);
}

body.page-id-276 .faq-group summary {
  list-style: none;
  cursor: pointer;
  padding: 42px 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  position: relative;
  padding-right: 70px;
}

body.page-id-276 .faq-group summary::-webkit-details-marker {
  display: none;
}

body.page-id-276 .faq-group summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 36px;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}

body.page-id-276 .faq-group details[open] summary::after {
  content: "–";
}

body.page-id-276 .faq-answer {
  padding: 0 0 46px;
  max-width: 980px;
}

body.page-id-276 .faq-answer p {
  margin: 0;
  font-size: 24px;
  line-height: 1.65;
}

body.page-id-276 .faq-contact {
  padding-top: 10px;
  max-width: 520px;
}

body.page-id-276 .faq-contact h2 {
  font-size: 58px;
  line-height: 1;
  margin: 0 0 42px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

body.page-id-276 .faq-contact p {
  font-size: 24px;
  line-height: 1.55;
  margin: 0 0 30px;
}

body.page-id-276 .faq-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-width: 340px;
  height: 88px;
  border: 1.5px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease;
}

body.page-id-276 .faq-email-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 900px) {
  body.page-id-276 .pr6j5ct-faq-page {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 90px 24px;
  }

  body.page-id-276 .faq-heading {
    margin-bottom: 70px;
  }

  body.page-id-276 .faq-heading span {
    font-size: 18px;
  }

  body.page-id-276 .faq-heading h1 {
    font-size: clamp(82px, 22vw, 120px);
  }

  body.page-id-276 .faq-group {
    margin-bottom: 75px;
  }

  body.page-id-276 .faq-group h2 {
    font-size: 34px;
  }

  body.page-id-276 .faq-group summary {
    font-size: 26px;
    padding: 36px 0;
    padding-right: 58px;
  }

  body.page-id-276 .faq-group summary::after {
    font-size: 42px;
    top: 33px;
  }

  body.page-id-276 .faq-answer p {
    font-size: 22px;
    line-height: 1.6;
  }

  body.page-id-276 .faq-contact {
    max-width: none;
    border-top: 1.5px solid rgba(0,0,0,0.65);
    padding-top: 55px;
  }

  body.page-id-276 .faq-contact h2 {
    font-size: 50px;
  }

  body.page-id-276 .faq-contact p {
    font-size: 22px;
  }

  body.page-id-276 .faq-email-btn {
    width: 100%;
    min-width: 0;
    height: 84px;
    font-size: 22px;
  }
}