/*
Theme Name: Recome
Theme URI: https://recome.online/
Description: Recome storefront child theme for Blocksy.
Author: Recome
Template: blocksy
Version: 2.0.1
Text Domain: ontook
*/

:root {
  --recome-ink: #0b1026;
  --recome-paper: #f4f2ed;
  --recome-white: #ffffff;
  --recome-blue: #536dfe;
  --recome-coral: #ff725e;
  --recome-lime: #c7ff6b;
  --recome-muted: #62677a;
  --recome-line: #d9d9df;
  --recome-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--recome-ink); background: var(--recome-paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.recome-shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.recome-skip { position: absolute; top: -100px; left: 18px; z-index: 999; padding: 11px 16px; color: var(--recome-white); background: var(--recome-ink); }
.recome-skip:focus { top: 18px; }

.recome-notice { color: #dfe4ff; background: var(--recome-ink); border-bottom: 1px solid #ffffff1f; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.recome-notice__inner { display: flex; justify-content: space-between; gap: 20px; padding-block: 10px; }
.recome-header { position: relative; z-index: 50; color: var(--recome-ink); background: rgba(244, 242, 237, .96); border-bottom: 1px solid var(--recome-line); }
.recome-header__inner { display: flex; align-items: center; gap: 34px; min-height: 86px; }
.recome-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 27px; font-weight: 850; letter-spacing: -.055em; text-decoration: none; }
.recome-logo__mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--recome-white); background: var(--recome-blue); border-radius: 50% 50% 50% 12%; font-size: 17px; font-weight: 900; letter-spacing: -.05em; transform: rotate(-7deg); }
.recome-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.recome-nav a, .recome-actions a { position: relative; font-size: 13px; font-weight: 700; text-decoration: none; }
.recome-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--recome-coral); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.recome-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.recome-actions { display: flex; align-items: center; gap: 20px; padding-left: 23px; border-left: 1px solid var(--recome-line); }
.recome-bag { display: inline-flex; align-items: center; gap: 7px; }
.recome-bag span { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; color: var(--recome-white); background: var(--recome-ink); border-radius: 99px; font-size: 10px; }
.recome-mobile { display: none; margin-left: auto; }
.recome-mobile summary { display: flex; gap: 9px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.recome-mobile summary::-webkit-details-marker { display: none; }
.recome-mobile nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; padding: 12px 32px 22px; background: var(--recome-paper); border-top: 1px solid var(--recome-line); border-bottom: 1px solid var(--recome-line); box-shadow: 0 24px 50px #0b102626; }
.recome-mobile nav a { padding: 13px 0; border-bottom: 1px solid var(--recome-line); font-size: 15px; font-weight: 700; text-decoration: none; }

.recome-kicker { display: inline-block; color: var(--recome-blue); font-size: 11px; font-weight: 850; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.recome-hero { position: relative; overflow: hidden; color: var(--recome-white); background: var(--recome-ink); }
.recome-hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(#ffffff15 1px, transparent 1px), linear-gradient(90deg, #ffffff15 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.recome-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(470px, .94fr); align-items: stretch; min-height: 680px; }
.recome-hero__copy { align-self: center; max-width: 680px; padding: 92px 60px 100px 0; }
.recome-hero .recome-kicker { color: var(--recome-lime); }
.recome-hero h1 { margin: 23px 0 28px; color: var(--recome-white); font-size: clamp(58px, 7vw, 104px); font-weight: 800; letter-spacing: -.085em; line-height: .88; }
.recome-hero h1 em { color: var(--recome-coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.recome-hero__copy > p { max-width: 560px; margin: 0; color: #c9ccdc; font-size: 18px; line-height: 1.7; }
.recome-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 38px; }
.recome-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.recome-button:hover { transform: translateY(-2px); }
.recome-button--bright { color: var(--recome-ink); background: var(--recome-lime); }
.recome-button--dark { color: var(--recome-white); background: var(--recome-ink); }
.recome-button--outline { color: var(--recome-white); border-color: #ffffff82; background: transparent; }
.recome-button--outline:hover { color: var(--recome-ink); background: var(--recome-white); }
.recome-link { padding-bottom: 5px; color: inherit; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; text-decoration: none; }
.recome-link:hover { color: var(--recome-coral); }
.recome-hero__visual { position: relative; min-height: 100%; overflow: hidden; background: linear-gradient(145deg, #536dfe 0%, #4f64db 55%, #3d4db6 100%); border-left: 1px solid #ffffff24; }
.recome-orbit { position: absolute; border: 1px solid #ffffff5c; border-radius: 50%; }
.recome-orbit--one { width: 590px; height: 590px; top: 30px; left: 20px; }
.recome-orbit--two { width: 390px; height: 390px; top: 130px; left: 120px; }
.recome-device { position: absolute; padding: 10px; background: #0a0d17; box-shadow: 24px 30px 65px #07102c80; }
.recome-device span { display: block; width: 100%; height: 100%; overflow: hidden; background: radial-gradient(circle at 25% 23%, #c7ff6b 0 9%, transparent 10%), radial-gradient(circle at 70% 75%, #ff725e 0 16%, transparent 17%), linear-gradient(145deg, #8799ff, #162359 70%); }
.recome-device--tablet { top: 105px; right: -86px; width: 470px; height: 360px; border-radius: 28px; transform: rotate(9deg); }
.recome-device--tablet span { border-radius: 18px; }
.recome-device--phone { right: 300px; bottom: 57px; width: 160px; height: 330px; padding: 7px; border-radius: 32px; transform: rotate(-8deg); }
.recome-device--phone span { border-radius: 25px; background: radial-gradient(circle at 60% 28%, #c7ff6b 0 13%, transparent 14%), linear-gradient(165deg, #ff725e, #7334c9 65%, #0d1438); }
.recome-hero__note { position: absolute; right: 32px; bottom: 35px; min-width: 220px; padding: 21px 24px; color: var(--recome-ink); background: var(--recome-lime); border-radius: 16px 16px 3px 16px; transform: rotate(2deg); }
.recome-hero__note small { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.recome-hero__note strong { font-size: 20px; letter-spacing: -.035em; line-height: 1.2; }

.recome-proof { color: var(--recome-white); background: var(--recome-coral); }
.recome-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.recome-proof__grid > div { display: flex; align-items: center; gap: 17px; min-height: 84px; padding: 18px 28px; border-right: 1px solid #0b102633; }
.recome-proof__grid > div:first-child { padding-left: 0; }
.recome-proof__grid > div:last-child { border-right: 0; }
.recome-proof span { opacity: .6; font-size: 11px; font-weight: 900; }
.recome-proof strong { font-size: 13px; letter-spacing: .015em; }

.recome-section { padding: 116px 0; }
.recome-heading { margin-bottom: 48px; }
.recome-heading h2, .recome-process h2, .recome-manifesto h2, .recome-help h2 { margin: 12px 0 0; font-size: clamp(43px, 5vw, 70px); letter-spacing: -.075em; line-height: .98; }
.recome-heading h2 { color: var(--recome-ink); }
.recome-heading--split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.recome-heading--split > p { max-width: 390px; margin: 0 0 5px auto; color: var(--recome-muted); font-size: 17px; line-height: 1.7; }
.recome-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.recome-collections { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.recome-collection { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 485px; padding: 40px; overflow: hidden; border-radius: var(--recome-radius); text-decoration: none; transition: transform .25s ease; isolation: isolate; }
.recome-collection:hover { transform: translateY(-7px); }
.recome-collection--phone { color: var(--recome-white); background: var(--recome-blue); }
.recome-collection--tablet { min-height: 400px; margin-top: 85px; color: var(--recome-ink); background: var(--recome-lime); }
.recome-collection .recome-kicker { color: currentColor; opacity: .72; }
.recome-collection h3 { margin: 10px 0 8px; color: inherit; font-size: clamp(44px, 6vw, 76px); letter-spacing: -.075em; line-height: .96; }
.recome-collection p { max-width: 310px; margin: 0; font-size: 15px; line-height: 1.6; }
.recome-collection__number { position: absolute; top: 30px; left: 34px; z-index: 2; font-size: 12px; font-weight: 900; }
.recome-collection__arrow { position: absolute; top: 25px; right: 28px; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; }
.recome-collection__shape { position: absolute; z-index: -1; opacity: .78; }
.recome-collection--phone .recome-collection__shape { top: -65px; right: 75px; width: 250px; height: 500px; border: 2px solid #ffffff75; border-radius: 50px; transform: rotate(24deg); box-shadow: inset 0 0 0 35px #273ec760; }
.recome-collection--tablet .recome-collection__shape { top: 75px; right: -115px; width: 340px; height: 240px; border: 46px solid #0b102620; border-radius: 46px; transform: rotate(-12deg); }

.recome-arrivals { background: var(--recome-white); }
.recome-arrivals .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 18px; margin: 0; }
.recome-arrivals .woocommerce ul.products::before, .recome-arrivals .woocommerce ul.products::after { display: none; }
.recome-arrivals .woocommerce ul.products li.product { float: none; width: auto; margin: 0; padding: 0; border: 0; background: transparent; }
.recome-arrivals .woocommerce ul.products li.product a img { aspect-ratio: 1 / 1.05; margin: 0 0 18px; padding: 18px; object-fit: contain; background: #f1f1f3; border-radius: 16px; transition: transform .25s ease; }
.recome-arrivals .woocommerce ul.products li.product:hover a img { transform: translateY(-5px); }
.recome-arrivals .woocommerce-loop-product__title { padding: 0 !important; color: var(--recome-ink); font-size: 15px !important; font-weight: 750; line-height: 1.4; }
.recome-arrivals .woocommerce ul.products li.product .price { margin-top: 7px; color: var(--recome-blue); font-size: 14px; font-weight: 800; }
.recome-arrivals .woocommerce ul.products li.product .button { display: none; }

.recome-process { color: var(--recome-white); background: var(--recome-ink); }
.recome-process .recome-kicker { color: var(--recome-coral); }
.recome-process h2, .recome-steps h3 { color: var(--recome-white); }
.recome-process__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.recome-process__intro > p { max-width: 410px; margin: 28px 0 0; color: #b7bbce; line-height: 1.7; }
.recome-steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.recome-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 27px 0; border-top: 1px solid #ffffff2b; }
.recome-steps li:last-child { border-bottom: 1px solid #ffffff2b; }
.recome-steps li > span { padding-top: 5px; color: var(--recome-lime); font-size: 11px; font-weight: 900; }
.recome-steps h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.035em; }
.recome-steps p { margin: 0; color: #aeb2c5; line-height: 1.6; }

.recome-manifesto { padding: 40px 0; background: var(--recome-coral); }
.recome-manifesto__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; }
.recome-manifesto__graphic { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--recome-lime); border-radius: var(--recome-radius) 0 0 var(--recome-radius); }
.recome-manifesto__graphic::before, .recome-manifesto__graphic::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid #0b10264a; border-radius: 50%; }
.recome-manifesto__graphic::after { width: 290px; height: 290px; }
.recome-manifesto__graphic span { position: relative; z-index: 2; font-family: Georgia, serif; font-size: 260px; font-style: italic; line-height: 1; transform: translateX(-10px); }
.recome-manifesto__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(45px, 7vw, 95px); color: var(--recome-white); background: var(--recome-blue); border-radius: 0 var(--recome-radius) var(--recome-radius) 0; }
.recome-manifesto__copy .recome-kicker { color: var(--recome-lime); }
.recome-manifesto__copy h2 { max-width: 620px; color: var(--recome-white); }
.recome-manifesto__copy p { max-width: 520px; margin: 27px 0 32px; color: #e4e7ff; font-size: 17px; line-height: 1.7; }

.recome-help { padding: 96px 0; color: var(--recome-white); background: var(--recome-coral); }
.recome-help__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.recome-help .recome-kicker { color: var(--recome-ink); }
.recome-help h2 { max-width: 800px; color: var(--recome-ink); }

.recome-main { min-height: 55vh; padding-block: 78px 110px; }
.recome-page { max-width: 850px; }
.recome-page h1, .recome-shop h1 { margin: 13px 0 42px; color: var(--recome-ink); font-size: clamp(49px, 6vw, 78px); letter-spacing: -.075em; line-height: .98; }
.recome-page h2 { margin: 42px 0 12px; font-size: 28px; letter-spacing: -.04em; }
.recome-page p, .recome-page li { color: #494f63; font-size: 16px; line-height: 1.8; }
.recome-page a { color: var(--recome-blue); }
.recome-shop .woocommerce-products-header { margin-bottom: 38px; }
.recome-shop ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 18px; }
.recome-shop ul.products::before, .recome-shop ul.products::after { display: none; }
.recome-shop ul.products li.product { float: none; width: auto; margin: 0; }
.recome-shop ul.products li.product img { padding: 16px; background: var(--recome-white); border-radius: 15px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { color: var(--recome-white); background: var(--recome-blue); border-radius: 999px; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { color: var(--recome-white); background: var(--recome-ink); }
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price { color: var(--recome-blue); }

.recome-footer { padding: 82px 0 24px; color: var(--recome-white); background: #080c1c; }
.recome-footer__lead { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 58px; border-bottom: 1px solid #ffffff24; }
.recome-logo--footer { color: var(--recome-white); font-size: 48px; }
.recome-logo--footer .recome-logo__mark { width: 52px; height: 52px; background: var(--recome-coral); font-size: 24px; }
.recome-footer__lead p { margin: 0; color: #a9adbf; line-height: 1.7; text-align: right; }
.recome-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; width: 70%; margin: 62px 0 70px auto; }
.recome-footer h3 { margin: 0 0 20px; color: var(--recome-lime); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.recome-footer__grid a { display: block; width: fit-content; margin: 12px 0; color: #d7d9e4; font-size: 14px; text-decoration: none; }
.recome-footer__grid a:hover { color: var(--recome-coral); }
.recome-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid #ffffff24; color: #797e91; font-size: 11px; letter-spacing: .04em; }

@media (max-width: 1060px) {
  .recome-nav, .recome-actions { display: none; }
  .recome-mobile { display: block; }
  .recome-hero__grid { grid-template-columns: 1fr .85fr; }
  .recome-hero__copy { padding-right: 36px; }
  .recome-device--tablet { right: -180px; }
  .recome-device--phone { right: 180px; }
  .recome-arrivals .woocommerce ul.products, .recome-shop ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .recome-shell { width: min(100% - 36px, 1280px); }
  .recome-notice__inner span:first-child { display: none; }
  .recome-notice__inner { justify-content: center; }
  .recome-header__inner { min-height: 72px; }
  .recome-hero__grid { display: block; min-height: 0; }
  .recome-hero__copy { padding: 75px 0 68px; }
  .recome-hero h1 { font-size: clamp(55px, 15vw, 78px); }
  .recome-hero__visual { min-height: 510px; border-top: 1px solid #ffffff24; border-left: 0; }
  .recome-device--tablet { right: -65px; }
  .recome-device--phone { right: 53%; }
  .recome-proof__grid { grid-template-columns: 1fr; }
  .recome-proof__grid > div, .recome-proof__grid > div:first-child { min-height: 65px; padding: 14px 0; border-right: 0; border-bottom: 1px solid #0b102633; }
  .recome-section { padding: 82px 0; }
  .recome-heading--split, .recome-process__grid, .recome-manifesto__grid { grid-template-columns: 1fr; gap: 38px; }
  .recome-heading--split > p { margin-left: 0; }
  .recome-collections { grid-template-columns: 1fr; }
  .recome-collection--tablet { margin-top: 0; }
  .recome-arrivals .woocommerce ul.products, .recome-shop ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recome-manifesto__graphic { min-height: 390px; border-radius: var(--recome-radius) var(--recome-radius) 0 0; }
  .recome-manifesto__copy { border-radius: 0 0 var(--recome-radius) var(--recome-radius); }
  .recome-help__inner, .recome-footer__lead { display: block; }
  .recome-help .recome-button { margin-top: 30px; }
  .recome-footer__lead p { margin-top: 25px; text-align: left; }
  .recome-footer__grid { width: 100%; }
}

@media (max-width: 520px) {
  .recome-logo { font-size: 24px; }
  .recome-logo__mark { width: 32px; height: 32px; }
  .recome-mobile nav { padding-inline: 18px; }
  .recome-hero__copy > p { font-size: 16px; }
  .recome-buttons { align-items: flex-start; flex-direction: column; gap: 22px; }
  .recome-hero__visual { min-height: 420px; }
  .recome-device--tablet { top: 70px; right: -125px; width: 390px; height: 290px; }
  .recome-device--phone { right: auto; bottom: 35px; left: 20px; width: 120px; height: 250px; }
  .recome-hero__note { right: 16px; bottom: 18px; min-width: 175px; padding: 16px; }
  .recome-heading--row { display: block; }
  .recome-heading--row .recome-link { display: inline-block; margin-top: 22px; }
  .recome-collection { min-height: 400px; padding: 28px; }
  .recome-collection--tablet { min-height: 350px; }
  .recome-arrivals .woocommerce ul.products, .recome-shop ul.products { gap: 28px 10px; }
  .recome-arrivals .woocommerce ul.products li.product a img { padding: 8px; }
  .recome-steps li { grid-template-columns: 35px 1fr; gap: 15px; }
  .recome-manifesto__graphic { min-height: 310px; }
  .recome-manifesto__graphic span { font-size: 190px; }
  .recome-manifesto__copy { padding: 38px 27px; }
  .recome-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .recome-footer__bottom { display: block; line-height: 1.8; }
}
