sektaotekpetrstyles.css
Blamestyles.css226 lines
:root { --milk: #f7f3ea; --paper: #fffdf8; --ink: #20221f; --muted: #656860; --rose: #eeb6b2; --rose-dark: #d9817e; --lime: #dde99b; --lavender: #dcd8ee; --line: rgba(32,34,31,.18); --display: Georgia, "Times New Roman", serif; --sans: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; } [hidden] { display: none !important; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--milk); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; } button, a { font: inherit; color: inherit; } button { cursor: pointer; } button:focus-visible, a:focus-visible { outline: 3px solid var(--rose-dark); outline-offset: 3px; } .site-shell { min-height: 100vh; overflow-x: hidden; } .site-header { position: sticky; top: 0; z-index: 40; display: flex; justify-content: space-between; align-items: center; min-height: 70px; padding: 14px clamp(20px,5vw,76px); background: rgba(247,243,234,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); } .site-header .logo { display: inline-flex; align-items: center; min-height: 44px; font-size: 24px; font-weight: 900; text-decoration: none; } .site-header > span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; } main { width: min(1400px,100%); margin: auto; padding: 0 clamp(20px,5vw,76px) 110px; } .mini-label { margin: 0 0 17px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .17em; } .hero { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(40px,7vw,100px); align-items: center; min-height: 730px; padding: 58px 0; } .hero h1 { margin: 0; font: 400 clamp(76px,10.5vw,150px)/.78 var(--display); letter-spacing: -.07em; } .hero-lead { max-width: 620px; margin: 38px 0 28px; font-size: clamp(20px,2.15vw,28px); line-height: 1.38; } .disclaimer { max-width: 620px; padding: 16px 18px; color: var(--muted); border-left: 3px solid var(--rose-dark); font-size: 13px; line-height: 1.5; } .pet-card { position: relative; min-height: 660px; padding: 28px 28px 23px; overflow: hidden; background: linear-gradient(155deg,#f0cbc3 0%,#eed8cc 100%); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 30px 80px rgba(62,52,43,.12); transition: background .55s ease; } .pet-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; } .progress-track { position: relative; z-index: 2; height: 8px; margin-top: 12px; overflow: hidden; background: rgba(255,255,255,.58); border-radius: 999px; } .progress-track span { display: block; height: 100%; background: var(--ink); border-radius: inherit; transition: width .55s cubic-bezier(.2,.8,.2,1); } .pet-window { position: relative; height: 490px; margin-top: 14px; } .pet-window img { position: absolute; z-index: 1; left: 50%; bottom: -3px; width: min(87%,450px); height: 100%; object-fit: contain; object-position: center bottom; opacity: 0; transform: translateX(-50%) translateY(24px) rotate(-4deg) scale(.94); filter: saturate(.7) brightness(.9); transition: opacity .28s ease,transform .65s cubic-bezier(.2,.8,.2,1),filter .65s ease; } .pet-window img.active { opacity: 1; animation: pet-arrival .62s cubic-bezier(.17,.8,.3,1.25) both; } .pet-mode { position: relative; z-index: 2; margin: 2px 0 7px; color: rgba(32,34,31,.58); text-align: center; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; } .pet-state { position: relative; z-index: 2; margin: 0; text-align: center; font: italic 18px/1.3 var(--display); } .energy-mark { position: absolute; z-index: 2; color: rgba(255,255,255,.92); font-size: 25px; opacity: 0; transform: scale(.2) rotate(-20deg); transition: opacity .3s ease,transform .55s cubic-bezier(.17,.8,.3,1.25); } .energy-one { top: 12%; left: 9%; } .energy-two { top: 26%; right: 8%; font-size: 16px; } .energy-three { bottom: 16%; left: 13%; font-size: 13px; } .pet-level-3 .energy-one,.pet-level-4 .energy-one,.pet-level-5 .energy-one { opacity: 1; transform: scale(1) rotate(8deg); } .pet-level-4 .energy-two,.pet-level-5 .energy-two { opacity: 1; transform: scale(1) rotate(-10deg); } .pet-level-5 .energy-three { opacity: 1; transform: scale(1) rotate(14deg); } .pet-level-1 { background: linear-gradient(155deg,#f0c9c1 0%,#ead8cf 72%); } .pet-level-2 { background: linear-gradient(155deg,#ecc8c0 0%,#e6ded0 65%,#edf0cc 100%); } .pet-level-3 { background: linear-gradient(155deg,#eac7c0 0%,#e8e5c9 100%); } .pet-level-4 { background: linear-gradient(155deg,#e7c7c2 0%,#e3eab4 100%); } .pet-level-5 { background: linear-gradient(155deg,#e5cbc5 0%,#dfea9f 100%); } .pet-level-1 .pet-window img { transform: translateX(-50%) translateY(17px) rotate(-2deg) scale(.98); filter: saturate(.78) brightness(.95); } .pet-level-2 .pet-window img { transform: translateX(-50%) translateY(10px) rotate(-1deg) scale(1); filter: saturate(.88) brightness(.98); } .pet-level-3 .pet-window img { transform: translateX(-50%) translateY(3px) rotate(1deg) scale(1.015); filter: saturate(.96) brightness(1); } .pet-level-4 .pet-window img { transform: translateX(-50%) translateY(-5px) rotate(-1deg) scale(1.025); filter: saturate(1.04) brightness(1.02); } .pet-level-5 .pet-window img { transform: translateX(-50%) translateY(-12px) scale(1.045); filter: saturate(1.1) brightness(1.05); } @keyframes pet-arrival { 0% { opacity: 0; transform: translateX(-50%) translateY(24px) rotate(-3deg) scale(.9); } 68% { opacity: 1; transform: translateX(-50%) translateY(-8px) rotate(2deg) scale(1.04); } 100% { opacity: 1; } } .checklist-section { padding: 90px 0 30px; } .section-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 34px; align-items: start; margin-bottom: 42px; } .section-heading h2 { max-width: 920px; margin: 0; font: 400 clamp(43px,6.3vw,82px)/.94 var(--display); letter-spacing: -.05em; } .checklist-heading > div > p { color: var(--muted); font-size: 16px; } .checklist { border-top: 1px solid var(--ink); } .check-item { border-bottom: 1px solid var(--line); transition: background .25s ease; } .check-item.checked { background: rgba(221,233,155,.4); } .check-main { display: grid; grid-template-columns: 70px 1fr auto; gap: 26px; align-items: center; width: 100%; min-height: 148px; padding: 24px 18px 24px 0; text-align: left; background: transparent; border: 0; } .check-number { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--ink); border-radius: 50%; font-size: 12px; font-weight: 800; transition: .25s ease; } .checked .check-number { color: white; background: var(--ink); } .check-copy { display: grid; grid-template-columns: minmax(200px,.65fr) 1.2fr; gap: 24px; align-items: center; } .check-copy strong { font: 400 clamp(29px,3.5vw,46px)/1 var(--display); } .check-copy > span { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.5; } .check-copy small { grid-column: 2; color: var(--rose-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; } .check-action { min-width: 72px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; } .checklist-video { margin: -13px 18px 24px 96px; } .massage-inline { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; margin: 0 18px 28px 96px; padding: 28px; background: var(--lavender); border: 1px solid rgba(32,34,31,.24); border-radius: 18px; } .massage-kicker { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; } .massage-inline h3 { margin: 13px 0 10px; font: 400 clamp(31px,4vw,48px)/1 var(--display); } .massage-inline p { max-width: 690px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; } .massage-inline details { margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(32,34,31,.2); } .massage-inline summary { font-size: 13px; font-weight: 800; cursor: pointer; } .massage-inline details p { margin-top: 10px; font-size: 12px; } .massage-video { min-width: 245px; background: var(--paper); } .video-button,.course-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 25px; min-height: 52px; padding: 13px 17px; background: transparent; border: 1px solid var(--ink); font-weight: 800; text-decoration: none; transition: .2s ease; touch-action: manipulation; } .video-button:hover { background: var(--lime); } .finish-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 80px; } .finish-message,.tomorrow-card { padding: clamp(28px,5vw,60px); border: 1px solid var(--line); border-radius: 24px; } .finish-message { background: var(--lavender); } .tomorrow-card { background: var(--paper); } .finish-message h2 { margin: 0 0 24px; font: 400 clamp(43px,5.7vw,72px)/.92 var(--display); letter-spacing: -.05em; } .finish-message > p:not(.mini-label) { color: var(--muted); line-height: 1.5; } .feeling-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 30px; } .feeling-row button { min-height: 52px; padding: 10px; background: transparent; border: 1px solid rgba(32,34,31,.3); } .feeling-row button.active { background: var(--ink); color: white; } .tomorrow-card h3 { margin: 0 0 25px; font: 400 clamp(35px,4vw,52px)/.98 var(--display); } .tomorrow-list { display: grid; gap: 7px; } .tomorrow-list button { display: grid; grid-template-columns: 27px 1fr; gap: 12px; align-items: center; min-height: 52px; padding: 9px 12px; text-align: left; background: transparent; border: 1px solid var(--line); } .tomorrow-list i { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; font-size: 11px; } .tomorrow-list button.selected { background: var(--lime); border-color: var(--ink); } .tomorrow-list button.selected i { background: var(--ink); color: white; } .tomorrow-result { margin: 18px 0 0; color: var(--muted); font: italic 16px/1.4 var(--display); } .practice-section { padding-top: 110px; } .practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } .practice-grid.single { grid-template-columns: minmax(0,760px); justify-content: end; } .practice-card { position: relative; min-height: 500px; padding: clamp(27px,4vw,48px); border: 1px solid var(--line); border-radius: 24px; } .massage-card { background: #e1dded; } .guasha-card { background: var(--rose); } .practice-index { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 35px; border: 1px solid var(--ink); border-radius: 50%; font-weight: 800; } .practice-type { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; } .practice-card h3 { margin: 18px 0; font: 400 clamp(40px,5.5vw,68px)/.95 var(--display); } .practice-card > p:not(.practice-type),.practice-card details p { color: #4f524b; font-size: 15px; line-height: 1.5; } .practice-card details { margin: 25px 0; padding: 15px 0; border-top: 1px solid rgba(32,34,31,.25); border-bottom: 1px solid rgba(32,34,31,.25); } .practice-card summary { font-weight: 800; cursor: pointer; } .practice-card .video-button { width: 100%; } .market-links { display: flex; gap: 8px; margin-top: 10px; } .market-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid rgba(32,34,31,.3); font-size: 11px; text-decoration: none; } .course-bridge { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px,7vw,95px); align-items: center; margin-top: 100px; padding: clamp(25px,5vw,68px); color: white; background: var(--ink); border-radius: 30px; } .course-image-wrap { position: relative; min-height: 480px; } .course-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50% 50% 14px 14px; filter: saturate(.75); } .course-image-wrap > span { position: absolute; top: 28px; right: -18px; padding: 16px; color: var(--ink); background: var(--lime); border-radius: 50%; transform: rotate(8deg); font-size: 11px; font-weight: 900; text-transform: uppercase; } .course-copy h2 { margin: 0 0 24px; font: 400 clamp(40px,5.4vw,68px)/.95 var(--display); letter-spacing: -.045em; } .course-copy > p:not(.mini-label) { color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.5; } .course-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0; } .course-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: 11px; } .course-button { width: 100%; color: var(--ink); background: var(--rose); border-color: var(--rose); } .course-button:hover { background: var(--lime); border-color: var(--lime); } .course-copy small { display: block; margin-top: 10px; color: rgba(255,255,255,.45); } .video-overlay { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)); } .video-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(20,21,19,.76); backdrop-filter: blur(11px); } .video-dialog { position: relative; z-index: 2; width: min(980px,100%); max-height: min(100dvh, 100%); overflow: auto; padding: 24px; background: var(--paper); border-radius: 24px; } .video-dialog-head { display: flex; justify-content: space-between; gap: 25px; align-items: start; margin-bottom: 18px; } .video-dialog-head .mini-label { margin-bottom: 5px; } .video-dialog-head h2 { margin: 0; font: 400 clamp(32px,5vw,52px)/1 var(--display); } .close-button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; background: transparent; border: 1px solid var(--ink); border-radius: 50%; font-size: 28px; } .video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #111; border-radius: 12px; } .video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .external-video-link { display: inline-block; margin-top: 12px; color: var(--muted); font-size: 12px; } footer { display: flex; justify-content: space-between; gap: 25px; padding: 28px clamp(20px,5vw,76px); color: rgba(255,255,255,.58); background: var(--ink); font-size: 11px; } footer p { margin: 0; } footer span { white-space: nowrap; } .course-nudge { position: fixed; z-index: 35; right: 22px; bottom: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; width: min(360px,calc(100vw - 36px)); overflow: hidden; color: var(--ink); background: rgba(255,253,248,.9); border: 1px solid rgba(32,34,31,.16); border-radius: 16px; box-shadow: 0 12px 35px rgba(32,34,31,.12); backdrop-filter: blur(16px); animation: nudge-in .38s ease both; } .course-nudge > a { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-width: 0; padding: 13px 12px 13px 16px; text-decoration: none; } .course-nudge > a > span { display: grid; gap: 3px; min-width: 0; } .course-nudge strong { font: 400 18px/1 var(--display); } .course-nudge small { color: var(--muted); font-size: 10px; } .course-nudge i { font-style: normal; font-size: 17px; } .course-nudge > button { display: grid; place-items: center; width: 36px; height: 36px; margin-right: 8px; color: rgba(32,34,31,.55); background: transparent; border: 0; border-left: 1px solid rgba(32,34,31,.12); font-size: 20px; } .course-nudge:hover { background: rgba(255,253,248,.98); } @keyframes nudge-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 900px) { .hero,.course-bridge { grid-template-columns: 1fr; } .hero { padding-top: 50px; } .pet-card { min-height: 640px; } .finish-section,.practice-grid { grid-template-columns: 1fr; } .section-heading { grid-template-columns: 1fr; } .check-copy { grid-template-columns: 1fr; gap: 10px; } .check-copy small { grid-column: 1; } .massage-inline { grid-template-columns: 1fr; align-items: start; } } @media (max-width: 640px) { .site-header { position: relative; padding: 14px 18px; } main { padding-left: 18px; padding-right: 18px; } .hero { min-height: auto; gap: 35px; padding: 42px 0; } .hero h1 { font-size: clamp(70px,22vw,100px); } .hero-lead { font-size: 19px; } .pet-card { min-height: 540px; padding: 21px; border-radius: 20px; } .pet-window { height: 400px; } .pet-window img { width: 92%; } .pet-state { font-size: 15px; } .checklist-section { padding-top: 65px; } .section-heading h2 { font-size: 46px; } .check-main { grid-template-columns: 48px 1fr; gap: 15px; padding: 23px 0; } .check-number { width: 42px; height: 42px; } .check-copy strong { font-size: 31px; } .check-copy > span { font-size: 14px; } .check-action { display: none; } .checklist-video { width: calc(100% - 63px); margin: -7px 0 22px 63px; } .massage-inline { margin: 0 0 22px; padding: 22px 18px; border-radius: 15px; } .massage-video { width: 100%; min-width: 0; } .finish-section { margin-top: 55px; } .finish-message,.tomorrow-card,.practice-card { padding: 24px 21px; border-radius: 18px; } .feeling-row { grid-template-columns: 1fr; } .practice-section { padding-top: 75px; } .practice-card { min-height: auto; } .course-bridge { margin-top: 70px; padding: 18px; border-radius: 20px; } .course-image-wrap { min-height: 350px; } .course-copy { padding: 8px 6px 15px; } .course-nudge { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); width: calc(100vw - 24px); border-radius: 14px; } .course-nudge > a { padding-left: 14px; } .video-overlay { padding: 12px; padding-bottom: max(12px, env(safe-area-inset-bottom)); } .video-dialog { padding: 14px 12px 12px; border-radius: 18px; } .video-dialog-head { margin-bottom: 12px; gap: 12px; } .video-dialog-head h2 { font-size: 24px; } .external-video-link { margin-top: 10px; } footer { flex-direction: column; } } @media (max-height: 620px) { .video-dialog { padding: 12px 14px; } .video-dialog-head { margin-bottom: 8px; } .video-dialog-head .mini-label { display: none; } .video-dialog-head h2 { font-size: 20px; } .video-frame { max-width: calc((100dvh - 120px) * 16 / 9); margin: 0 auto; } .external-video-link { margin-top: 6px; } } @media (prefers-reduced-motion: reduce) { *,*::before,*::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }