.page {
  --about-cream: #fffef5;
  --about-ink: #000;
  --about-muted: #414141;
  --about-rule: rgba(0, 0, 0, 0.2);
  min-height: 100dvh;
  background: var(--about-cream);
  color: var(--about-ink);
}

.canvas {
  --about-edge: 34px;
  --hero-base-green-size: clamp(458px, 44.6875vw, 680px);
  --hero-original-column-gap: clamp(11px, 0.859375vw, 18px);
  --hero-green-size: calc(var(--hero-base-green-size) * 0.92);
  --hero-column-gap: clamp(18px, 1.875vw, 28px);
  --hero-right-left: calc(var(--about-edge) + var(--hero-green-size) + var(--hero-column-gap));
  --hero-original-right-width: calc(
    100vw - var(--about-edge) - var(--hero-base-green-size) - var(--hero-original-column-gap) - var(--about-edge)
  );
  --hero-right-width: calc(var(--hero-original-right-width) * 0.9);
  --hero-right-edge: calc(100vw - var(--hero-right-left) - var(--hero-right-width));
  --hero-right-height: calc(var(--hero-copy-top) + 57px - var(--hero-right-top));
  --hero-title-top: 30px;
  --hero-title-height: clamp(74px, 7vw, 104px);
  --hero-right-top: calc(var(--hero-title-top) + var(--hero-title-height) + 2px);
  --hero-copy-top: calc(42px + var(--hero-green-size) + 14px);
  --about-panel-top: calc(var(--hero-copy-top) + 126px);
  position: relative;
  width: 100vw;
  height: calc(var(--about-panel-top) + 1260px);
  margin-inline: auto;
  overflow: hidden;
  background: var(--about-cream);
}

.header {
  position: absolute;
  inset: 0 0 auto;
  height: 76px;
  z-index: 2;
}

.logo {
  position: absolute;
  left: 4px;
  top: 5px;
  width: 154px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.nav {
  position: absolute;
  left: 124px;
  top: 18px;
  width: 249px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}

.headerRule {
  position: absolute;
  left: 13px;
  right: 30px;
  top: 75px;
  height: 1px;
  background: var(--about-rule);
}

.imageFrame {
  position: absolute;
  overflow: hidden;
  border: 1.5px solid var(--about-rule);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  background: #f5f5f0;
}

.imageFrame img,
.computerImage img,
.social img {
  object-fit: cover;
}

.imageFrame img,
.computerImage img {
  width: 100%;
  height: 100%;
  display: block;
}

.greenImage {
  left: var(--about-edge);
  top: 42px;
  width: var(--hero-green-size);
  height: var(--hero-green-size);
}

.portraitImage {
  left: var(--hero-right-left);
  top: var(--hero-right-top);
  width: var(--hero-right-width);
  height: var(--hero-right-height);
  max-height: calc(var(--about-panel-top) - var(--hero-right-top) - 69px);
}

.portraitImage img {
  object-position: 50% 36%;
  transform: none;
}

.heroTitle {
  position: absolute;
  left: calc(var(--hero-right-left) + 21px);
  right: var(--hero-right-edge);
  top: var(--hero-title-top);
  width: auto;
  height: var(--hero-title-height);
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(53px, 6.375vw, 90px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -3.96px;
  white-space: nowrap;
}

.heroTitle span {
  font-weight: 600;
}

.heroCopy {
  position: absolute;
  left: var(--about-edge);
  top: var(--hero-copy-top);
  width: calc(var(--hero-green-size) - 8px);
  height: auto;
  display: block;
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 19px;
  color: #000;
}

.aboutPanel {
  position: absolute;
  left: var(--about-edge);
  top: var(--about-panel-top);
  width: calc(100vw - 68px);
  height: 407px;
}

.panelRule {
  position: absolute;
  inset: 0;
  border: 1.65px solid var(--about-rule);
  border-radius: 3px;
  pointer-events: none;
  z-index: 3;
}

.aboutVideo {
  position: absolute;
  left: 89px;
  top: 42px;
  width: 234px;
  height: 219px;
  border: 0;
  display: block;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.computerImage {
  position: absolute;
  left: 45px;
  top: 28px;
  width: 340px;
  height: 349px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
  z-index: 1;
}

.computerImage img {
  object-position: center;
}

.aboutText {
  position: absolute;
  left: 37.578125vw;
  top: 60px;
  width: calc(100vw - 37.578125vw - 68px);
}

.aboutText h2 {
  margin: 0;
  height: 100px;
  display: flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: clamp(76px, 7.5vw, 96px);
  font-weight: 600;
  line-height: 52px;
}

.aboutText p {
  margin: -4px 0 0;
  width: 100%;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.39px;
}

.aboutText a {
  display: inline-block;
  margin-top: 9px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 90px;
}

.deliverySection {
  position: absolute;
  left: 34px;
  top: calc(var(--about-panel-top) + 355px);
  width: calc(100vw - 68px);
  height: 323px;
}

.deliveryTitle,
.exchangeTitle {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 64px;
  line-height: 52px;
  font-weight: 400;
  white-space: nowrap;
}

.deliveryTitle {
  height: 247px;
  display: flex;
  align-items: center;
  gap: 23px;
}

.deliveryTitle strong,
.exchangeTitle strong {
  font-weight: 600;
}

.deliverySection p,
.exchangeSection p {
  position: absolute;
  left: 2px;
  top: 38px;
  width: calc(100vw - 70px);
  height: 285px;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.carePanel {
  position: absolute;
  left: 0;
  top: calc(var(--about-panel-top) + 556px);
  width: 100vw;
  height: 247px;
}

.careBox {
  position: absolute;
  left: 34px;
  top: 43px;
  width: calc(100vw - 68px);
  height: 152px;
  border: 1px solid var(--about-rule);
  border-radius: 7px;
}

.careDiagonal {
  position: absolute;
  left: 44.578125vw;
  top: 120px;
  width: 124px;
  height: 1px;
  background: var(--about-rule);
  transform: rotate(121.58deg);
  transform-origin: center;
}

.carePanel h2 {
  position: absolute;
  left: 126px;
  top: 0;
  width: 946px;
  height: 247px;
  margin: 0;
  padding-top: 80px;
  font-family: var(--font-heading);
  font-size: 38.4px;
  font-weight: 400;
  line-height: 43.2px;
  text-transform: none;
}

.carePanel h2 strong {
  font-weight: 600;
}

.careDesktopText,
.careMobileText {
  display: block;
}

.careDesktopText span,
.careMobileText span {
  display: block;
}

.careMobileText {
  display: none;
}

.carePanel p {
  position: absolute;
  left: auto;
  right: 86px;
  top: -7px;
  width: 36.40625vw;
  height: 247px;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 38.4px;
  line-height: 43.2px;
  text-align: right;
}

.exchangeSection {
  position: absolute;
  left: 34px;
  top: calc(var(--about-panel-top) + 697px);
  width: calc(100vw - 68px);
  height: 322px;
}

.exchangeTitle {
  height: 247px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.exchangeTitle span {
  font-weight: 400;
}

.categories.categories {
  position: absolute;
  left: var(--about-edge);
  right: var(--about-edge);
  top: calc(var(--about-panel-top) + 910px);
  width: auto;
  margin-top: 0 !important;
}

.cacti-about-page .categories.categories .categoriesSection {
  width: 100%;
}

.footer {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 0;
  height: 439px;
  background: rgba(0, 0, 0, 0.91);
  color: #fff;
}

.footerBrand {
  position: absolute;
  left: 45px;
  top: 84px;
  width: 394px;
}

.footerBrand h2 {
  display: none;
}

.footerBrand p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 21px;
}

.social {
  position: absolute;
  right: 77px;
  top: 80px;
  width: 351px;
  height: 139px;
}

.instagram,
.facebook {
  position: absolute;
  display: block;
}

.instagram {
  left: 0;
  top: 13px;
  width: 182px;
  height: 102px;
}

.facebook {
  right: 0;
  top: 0;
  width: 228px;
  height: 128px;
}

.social p {
  position: absolute;
  left: 48px;
  top: 33px;
  width: 443px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 21px;
  transform: translateY(87px);
}

.legal {
  position: absolute;
  left: 450px;
  bottom: 35px;
  width: 470px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 21px;
  text-align: left;
}

@media (max-width: 1024px) and (min-width: 681px) {
  .canvas {
    --tablet-green-size: clamp(305px, 44.75vw, 458px);
    width: 100vw;
    max-width: 100vw;
    height: calc(1080px + var(--tablet-green-size));
  }

  .logo {
    left: 11px;
    top: 16px;
    width: 92px;
    height: 32px;
    font-size: 34px;
  }

  .nav {
    left: 100px;
    top: 17px;
    width: 249px;
    height: 63px;
    gap: 14px;
    font-size: 13px;
  }

  .headerRule {
    left: 18px;
    right: 15px;
    top: 75px;
  }

  .greenImage {
    left: 20px;
    top: 42px;
    width: var(--tablet-green-size);
    height: var(--tablet-green-size);
  }

  .portraitImage {
    left: calc(46px + var(--tablet-green-size));
    top: 91px;
    width: calc(100vw - var(--tablet-green-size) - 72px);
    height: clamp(312px, 46vw, 470px);
  }

  .heroTitle {
    left: calc(52px + var(--tablet-green-size));
    right: 20px;
    top: -13px;
    width: auto;
    height: 153px;
    column-gap: 8px;
    font-size: clamp(50px, 7.25vw, 58px);
    line-height: 33px;
    letter-spacing: -2.2px;
  }

  .heroTitle > span {
    margin-right: 6px;
  }

  .heroCopy {
    left: 20px;
    top: calc(51px + var(--tablet-green-size));
    width: var(--tablet-green-size);
    height: auto;
    font-size: 9px;
    line-height: 12px;
  }

  .aboutPanel {
    left: 20px;
    top: calc(136px + var(--tablet-green-size));
    width: calc(100vw - 40px);
    height: 254px;
  }

  .panelRule {
    border-width: 1.1px;
  }

  .computerImage {
    left: 28px;
    top: 22px;
    width: 210px;
    height: 215px;
  }

  .aboutVideo {
    left: 55px;
    top: 39px;
    width: 145px;
    height: 136px;
  }

  .aboutText {
    left: 38vw;
    top: 37px;
    width: calc(100vw - 38vw - 63px);
  }

  .aboutText h2 {
    height: 62px;
    font-size: 60px;
    line-height: 33px;
  }

  .aboutText p {
    width: 100%;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.18px;
  }

  .aboutText a {
    margin-top: 1px;
    font-size: 13px;
    line-height: 50px;
  }

  .deliverySection {
    left: 20px;
    top: calc(438px + var(--tablet-green-size));
    width: calc(100vw - 40px);
    height: 145px;
  }

  .deliveryTitle,
  .exchangeTitle {
    font-size: 40px;
    line-height: 33px;
  }

  .deliveryTitle {
    height: 44px;
    gap: 14px;
  }

  .exchangeTitle {
    height: 44px;
  }

  .deliverySection p,
  .exchangeSection p {
    width: calc(100vw - 42px);
    top: 45px;
    height: 80px;
    align-items: flex-start;
    margin-top: 0;
    font-size: 9px;
    line-height: 12px;
  }

  .carePanel {
    left: 0;
    top: calc(540px + var(--tablet-green-size));
    width: 100vw;
    height: 153px;
  }

  .careBox {
    left: 20px;
    top: 25px;
    width: calc(100vw - 40px);
    height: 95px;
    border-radius: 5px;
  }

  .careDiagonal {
    left: calc(50vw - 63px);
    top: 70px;
    width: 64px;
  }

  .carePanel h2 {
    left: 40px;
    top: 0;
    width: 285px;
    height: 153px;
    padding-top: 49px;
    font-size: 24px;
    line-height: 27.2px;
    text-transform: none;
  }

  .carePanel h2 strong {
    font-weight: 600;
  }

  .carePanel p {
    left: auto;
    right: 40px;
    top: 0;
    width: 291px;
    height: 153px;
    font-size: 24px;
    line-height: 27.2px;
  }

  .exchangeSection {
    left: 20px;
    top: calc(697px + var(--tablet-green-size));
    width: calc(100vw - 40px);
    height: 145px;
  }

  .exchangeTitle {
    gap: 15px;
  }

  .categories.categories {
    left: 20px;
    right: 20px;
    top: calc(810px + var(--tablet-green-size));
    width: auto;
    margin-top: 0 !important;
  }

  .footer {
    left: 0;
    right: 0;
    height: 439px;
  }

  .footerBrand {
    left: 45px;
    top: 57px;
    width: 238px;
  }

  .footerBrand h2 {
    display: block;
    margin: 0 0 23px;
    font-family: var(--font-heading);
    font-size: 96px;
    font-weight: 600;
    line-height: 38px;
  }

  .footerBrand p {
    font-size: 10px;
    line-height: 10px;
  }

  .social {
    right: 49px;
    top: 51px;
    width: 301px;
    height: 172px;
  }

  .instagram {
    left: 0;
    top: 18px;
    width: 150px;
    height: 85px;
  }

  .facebook {
    right: 0;
    top: 0;
    width: 216px;
    height: 121px;
  }

  .social p {
    left: 40px;
    top: 122px;
    font-size: 24px;
    line-height: 21px;
    transform: none;
  }

  .legal {
    left: 249px;
    bottom: 43px;
    width: 330px;
    font-size: 10px;
    line-height: 10px;
  }
}

@media (max-width: 680px) {
  .canvas {
    --mobile-hero-lift: clamp(12px, 4vw, 26px);
    width: 100vw;
    height: calc(74.2029vw + 580px - var(--mobile-hero-lift));
  }

  .header {
    height: 57px;
  }

  .logo {
    left: -268px;
    top: -84px;
    width: 648px;
    height: 234px;
    font-size: 30px;
    letter-spacing: -0.3px;
  }

  .nav {
    display: none;
  }

  .headerRule {
    left: 9px;
    right: 16px;
    top: 55px;
  }

  .greenImage {
    left: 15px;
    top: calc(9.8551vw - 2.9565px - var(--mobile-hero-lift));
    width: calc(45.5072vw - 13.6522px);
    height: calc(45.5072vw - 13.6522px);
    border-width: 0.5px;
  }

  .portraitImage {
    left: calc(48.9855vw + 0.3043px);
    top: calc(20.2899vw - 6.087px - var(--mobile-hero-lift));
    width: calc(51.0145vw - 15.3043px);
    height: calc(48.9855vw - 14.6957px);
    border-width: 0.5px;
  }

  .portraitImage img {
    transform: none;
  }

  .heroTitle {
    left: calc(47.8261vw + 0.6522px);
    right: 15px;
    top: calc(9.8551vw - 2.9565px - var(--mobile-hero-lift));
    width: auto;
    height: calc(8.6957vw - 2.6087px);
    display: block;
    font-size: calc(8.1159vw - 2.4348px);
    line-height: calc(8.6957vw - 2.6087px);
    letter-spacing: -1.12px;
  }

  .heroCopy {
    left: 15px;
    top: calc(59.7101vw - 17.913px - var(--mobile-hero-lift));
    width: calc(45.5072vw - 13.6522px);
    height: auto;
    display: block;
    align-items: initial;
    font-size: calc(1.4493vw - 0.4348px);
    line-height: calc(2.3188vw - 0.6957px);
  }

  .aboutPanel {
    left: 15px;
    top: calc(74.2029vw - 22.2609px - var(--mobile-hero-lift));
    width: calc(100vw - 30px);
    height: 163px;
  }

  .panelRule {
    border-width: 0.55px;
  }

  .computerImage {
    left: clamp(24px, calc(7.1429vw + 1.2143px), 28px);
    top: 22px;
    width: clamp(108px, calc(35.7143vw - 5.9286px), 128px);
    height: clamp(110px, calc(37.5vw - 9.625px), 131px);
    transform: translate(-10%, -5%);
  }

  .aboutVideo {
    left: clamp(38px, calc(10.7143vw + 3.8214px), 44px);
    top: clamp(27px, calc(8.9286vw - 1.4821px), 32px);
    width: clamp(74px, calc(25vw - 5.75px), 88px);
    height: clamp(69px, calc(23.2143vw - 5.0714px), 82px);
    transform: translate(-16%, -12%);
  }

  .aboutText {
    left: clamp(156px, calc(21.4286vw + 87.6429px), 168px);
    top: 21px;
    width: min(240px, calc(100vw - 198px));
  }

  .aboutText h2 {
    height: 47px;
    font-size: 24px;
    line-height: 52px;
  }

  .aboutText p {
    width: 100%;
    font-size: 5px;
    line-height: 8px;
    letter-spacing: 0;
  }

  .aboutText a {
    margin-top: -3px;
    font-size: 8px;
    line-height: 30px;
  }

  .deliverySection {
    left: 15px;
    top: calc(74.2029vw + 165.7391px - var(--mobile-hero-lift));
    width: calc(100vw - 30px);
    height: 66px;
  }

  .deliveryTitle,
  .exchangeTitle {
    font-size: clamp(16px, 5.3333vw, 20px);
    line-height: clamp(20px, 6.4vw, 24px);
  }

  .deliveryTitle {
    height: 24px;
    align-items: flex-start;
    gap: 11px;
  }

  .deliverySection p {
    left: 1px;
    top: 26px;
    width: calc(100vw - 31px);
    height: auto;
    display: block;
    align-items: initial;
    margin: 0;
    font-size: 5px;
    line-height: 8px;
  }

  .carePanel {
    left: 0;
    top: calc(74.2029vw + 233.7391px - var(--mobile-hero-lift));
    width: 100vw;
    height: 55px;
  }

  .careBox {
    left: 15px;
    top: 0;
    width: calc(100vw - 30px);
    height: 55px;
    border-width: 0.5px;
    border-radius: 2px;
  }

  .careDiagonal {
    left: calc(50vw - 28.5px);
    top: 27px;
    width: 49px;
    height: 0.5px;
    transform: rotate(119.17deg);
  }

  .carePanel h2 {
    left: 30px;
    top: 0;
    width: min(145px, calc(50vw - 48px));
    height: 55px;
    padding-top: 14px;
    font-size: clamp(13px, 4.2vw, 16px);
    line-height: clamp(11px, 3.4vw, 12.8px);
    text-transform: none;
  }

  .carePanel h2 strong {
    font-weight: 600;
  }

  .careDesktopText {
    display: none;
  }

  .careMobileText {
    display: block;
  }

  .carePanel p {
    left: auto;
    right: 30px;
    top: 0;
    width: min(170px, calc(50vw - 42px));
    height: 55px;
    font-size: clamp(13px, 4.2vw, 16px);
    line-height: clamp(11px, 3.4vw, 12.8px);
  }

  .exchangeSection {
    left: 15px;
    top: calc(74.2029vw + 305.7391px - var(--mobile-hero-lift));
    width: calc(100vw - 30px);
    height: 66px;
  }

  .exchangeTitle {
    height: 24px;
    align-items: center;
    gap: clamp(6px, 2.4vw, 9px);
  }

  .exchangeTitle strong {
    flex: 0 0 auto;
    width: auto;
  }

  .exchangeTitle span {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    white-space: nowrap;
  }

  .exchangeSection p {
    left: 0;
    top: 26px;
    width: calc(100vw - 30px);
    height: auto;
    display: block;
    align-items: initial;
    margin: 0;
    font-size: 5px;
    line-height: 8px;
  }

  .categories.categories {
    left: 15px;
    right: 15px;
    top: calc(74.2029vw + 385.7391px - var(--mobile-hero-lift));
    width: auto;
    margin-top: 0 !important;
  }

  .cacti-about-page > .footer {
    margin-top: 12px;
  }

  .footer {
    left: 0;
    right: 0;
    height: 279px;
  }

  .footerBrand {
    left: 21px;
    top: 43px;
    width: 164px;
  }

  .footerBrand h2 {
    display: block;
    margin: 0 0 28px;
    font-family: var(--font-heading);
    font-size: 64px;
    font-weight: 600;
    line-height: 28px;
  }

  .footerBrand p {
    font-size: 8px;
    line-height: 10px;
  }

  .social {
    right: 22px;
    top: 15px;
    width: 115px;
    height: 104px;
  }

  .instagram {
    left: 0;
    top: 50px;
    width: 64px;
    height: 36px;
  }

  .facebook {
    right: 0;
    top: 46px;
    width: 78px;
    height: 44px;
  }

  .social p {
    left: 19px;
    top: 0;
    width: 120px;
    font-size: 8px;
    line-height: 21px;
    transform: none;
  }

  .legal {
    right: 18px;
    left: auto;
    bottom: 20px;
    width: 310px;
    font-size: 7px;
    line-height: 10px;
  }
}
