﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;500;600&display=swap'); .photo-order-page { --white: #ffffff; --brand: #fc5a5b; --brand-dark: #e84e4f; --brand-soft: rgba(252, 90, 91, 0.12); --text: #111111; --muted: #b2b2b2; --line: rgba(178, 178, 178, 0.45); --shadow: 0 16px 48px rgba(159, 135, 113, 0.14); --shadow-sm: 0 4px 20px rgba(178, 178, 178, 0.22); --radius: 20px; --radius-sm: 12px; --radius-pill: 999px; --max: 1140px; --heading: 'Montserrat', system-ui, sans-serif; --body: 'Open Sans', system-ui, sans-serif; --ease: cubic-bezier(0.22, 1, 0.36, 1); width: 100%; color: var(--text); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; } .photo-order-page *, .photo-order-page *::before, .photo-order-page *::after { box-sizing: border-box; } .photo-order-page img { display: block; max-width: 100%; height: auto; } .photo-order-page a { color: inherit; text-decoration: none; } .photo-order-page button, .photo-order-page input, .photo-order-page select, .photo-order-page textarea { font: inherit; } .photo-order-page .container { width: 100%; margin-inline: auto; } .photo-order-page .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border: none; border-radius: var(--radius-pill); font-family: var(--heading); font-size: 0.88rem; font-weight: 700; cursor: pointer; transition: transform 0.25s var(--ease), background 0.25s, box-shadow 0.25s; } .photo-order-page .btn:hover { transform: translateY(-2px); } .photo-order-page .btn--brand { background: var(--brand); color: var(--white); box-shadow: 0 8px 24px rgba(252, 90, 91, 0.32); } .photo-order-page .btn--brand:hover { background: var(--brand-dark); } .photo-order-page .breadcrumb { padding: 16px 0 0; font-size: 0.78rem; color: var(--muted); } .photo-order-page .breadcrumb a { color: var(--muted); text-decoration: none; } .photo-order-page .breadcrumb a:hover { color: var(--brand); } .photo-order-page .breadcrumb span { margin: 0 6px; } .photo-order-page .photo-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 40px 0 48px; border-bottom: 1px solid var(--line); } .photo-order-page .photo-hero__eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand); margin-bottom: 10px; } .photo-order-page .photo-hero__title { font-family: var(--heading); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: #111; line-height: 1.15; margin-bottom: 16px; } .photo-order-page .photo-hero__lead { font-size: 0.95rem; color: #555; line-height: 1.7; margin-bottom: 24px; } .photo-order-page .photo-hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; } .photo-order-page .photo-hero__badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: var(--radius-pill); background: #faf8f6; border: 1.5px solid var(--line); font-size: 0.8rem; font-weight: 600; color: #444; } .photo-order-page .photo-hero__btn { padding: 16px 32px; font-size: 1rem; } .photo-order-page .photo-hero__img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; } .photo-order-page .photo-hero__img img { width: 100%; height: 100%; object-fit: cover; } .photo-order-page .how-section { padding: 52px 0; background: #faf7f4; } .photo-order-page .section-title { font-family: var(--heading); font-size: 1.3rem; font-weight: 800; color: #111; margin-bottom: 28px; text-align: center; } .photo-order-page .how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: steps; } .photo-order-page .how-step { background: var(--white); border-radius: var(--radius); padding: 24px 20px; text-align: center; position: relative; } .photo-order-page .how-step__num { width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; font-family: var(--heading); font-size: 0.9rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; } .photo-order-page .how-step__icon { font-size: 1.8rem; margin-bottom: 10px; } .photo-order-page .how-step__title { font-family: var(--heading); font-size: 0.88rem; font-weight: 800; color: #111; margin-bottom: 6px; } .photo-order-page .how-step__desc { font-size: 0.78rem; color: #666; line-height: 1.6; } .photo-order-page .gifts-section { width: 100%; max-width: var(--max); margin: 0 auto; padding: 52px 0; } .photo-order-page .gifts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; } .photo-order-page .photo-gift-card { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 24px 18px 20px; text-align: center; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; position: relative; user-select: none; min-width: 0; height: 100%; } .photo-order-page .photo-gift-card:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: var(--shadow); } .photo-order-page .photo-gift-card.is-selected { border-color: var(--brand); border-width: 2px; background: rgba(252, 90, 91, 0.04); box-shadow: 0 0 0 3px var(--brand-soft); } .photo-order-page .photo-gift-card__check { position: absolute; top: 12px; right: 12px; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: transparent; transition: all 0.15s; } .photo-order-page .photo-gift-card.is-selected .photo-gift-card__check { border-color: var(--brand); background: var(--brand); color: #fff; } .photo-order-page .photo-gift-card__icon { width: 64px; height: 64px; border-radius: 50%; background: #faf0f0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 14px; transition: background 0.2s; } .photo-order-page .photo-gift-card.is-selected .photo-gift-card__icon { background: rgba(252, 90, 91, 0.12); } .photo-order-page .photo-gift-card__name { font-family: var(--heading); font-size: 1rem; font-weight: 800; color: #111; margin-bottom: 8px; overflow-wrap: anywhere; } .photo-order-page .photo-gift-card__desc { font-size: 0.8rem; color: #666; line-height: 1.6; margin-bottom: 12px; overflow-wrap: anywhere; } .photo-order-page .photo-gift-card__promo { display: inline-block; padding: 4px 12px; background: #faf0f0; border-radius: var(--radius-pill); font-family: var(--heading); font-size: 0.72rem; font-weight: 700; color: var(--brand); letter-spacing: 0.04em; } .photo-order-page .photo-gift-card.is-selected .photo-gift-card__promo { background: var(--brand); color: #fff; } .photo-order-page .gifts-note { margin-top: 16px; text-align: center; font-size: 0.78rem; color: var(--muted); line-height: 1.6; } .photo-order-page .gifts-note strong { color: #111; } .photo-order-page .form-section { padding: 52px 0; background: #faf7f4; } .photo-order-page .form-layout { display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: start; } .photo-order-page .form-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 32px; } .photo-order-page .form-card__title { font-family: var(--heading); font-size: 1.1rem; font-weight: 800; color: #111; margin-bottom: 24px; } .photo-order-page .form-card__submit { width: 100%; justify-content: center; margin-top: 20px; padding: 16px; font-size: 1rem; } .photo-order-page .form-card__submit:disabled { opacity: 0.72; cursor: wait; transform: none; } .photo-order-page .field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; } .photo-order-page .field:last-child { margin-bottom: 0; } .photo-order-page .field label { font-size: 0.75rem; color: var(--muted); font-weight: 600; } .photo-order-page .field-req { font-size: 0.72rem; color: var(--brand); font-weight: 700; } .photo-order-page .field input, .photo-order-page .field select, .photo-order-page .field textarea { padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-family: var(--body); font-size: 0.88rem; background: #faf8f6; color: #111; width: 100%; transition: border-color 0.2s, background 0.2s; } .photo-order-page .field input:focus, .photo-order-page .field select:focus, .photo-order-page .field textarea:focus { outline: none; border-color: var(--brand); background: #fff; } .photo-order-page .field textarea { resize: vertical; min-height: 90px; } .photo-order-page .upload-area { border: 2px dashed var(--line); border-radius: var(--radius-sm); padding: 32px 20px; text-align: center; cursor: pointer; transition: border-color 0.2s, background 0.2s; position: relative; } .photo-order-page .upload-area:hover { border-color: var(--brand); background: rgba(252, 90, 91, 0.03); } .photo-order-page .upload-area.has-file { border-color: var(--brand); border-style: solid; background: rgba(252, 90, 91, 0.04); } .photo-order-page .upload-area input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; } .photo-order-page .upload-area__icon { font-size: 2rem; margin-bottom: 10px; } .photo-order-page .upload-area__title { font-family: var(--heading); font-size: 0.88rem; font-weight: 700; color: #111; margin-bottom: 4px; } .photo-order-page .upload-area__sub { font-size: 0.75rem; color: var(--muted); } .photo-order-page .upload-area__preview { display: none; margin-top: 12px; } .photo-order-page .upload-area__preview img { max-height: 120px; border-radius: var(--radius-sm); object-fit: contain; } .photo-order-page .upload-area__file { margin-top: 6px; color: var(--brand); font-size: 0.75rem; font-weight: 600; } .photo-order-page .upload-area.has-file .upload-area__preview { display: block; } .photo-order-page .selected-gift-row { display: none; align-items: center; gap: 10px; padding: 12px 14px; background: rgba(252, 90, 91, 0.05); border: 1.5px solid var(--brand); border-radius: var(--radius-sm); margin-bottom: 16px; } .photo-order-page .selected-gift-row.is-visible { display: flex; } .photo-order-page .selected-gift-row__icon { font-size: 1.2rem; flex-shrink: 0; } .photo-order-page .selected-gift-row__text { font-size: 0.82rem; color: #111; } .photo-order-page .selected-gift-row__text span { color: var(--brand); font-weight: 700; } .photo-order-page .selected-gift-row__clear { margin-left: auto; background: none; border: none; cursor: pointer; color: var(--muted); font-size: 1rem; padding: 0; transition: color 0.2s; } .photo-order-page .selected-gift-row__clear:hover { color: var(--brand); } .photo-order-page .info-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; position: sticky; top: 80px; } .photo-order-page .info-card__img { width: 100%; height: 220px; object-fit: cover; display: block; } .photo-order-page .info-card__body { padding: 24px; } .photo-order-page .info-card__title { font-family: var(--heading); font-size: 1rem; font-weight: 800; color: #111; margin-bottom: 16px; } .photo-order-page .info-rows { display: flex; flex-direction: column; gap: 12px; } .photo-order-page .info-row { display: flex; align-items: flex-start; gap: 10px; font-size: 0.83rem; color: #444; line-height: 1.55; } .photo-order-page .info-row__icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; } .photo-order-page .info-card__phone { display: block; margin-top: 20px; padding: 13px; text-align: center; border-radius: var(--radius-pill); border: 1.5px solid var(--brand); color: var(--brand); font-family: var(--heading); font-size: 0.9rem; font-weight: 800; text-decoration: none; transition: background 0.2s, color 0.2s; } .photo-order-page .info-card__phone:hover { background: var(--brand); color: #fff; } .photo-order-page .success-screen { display: none; text-align: center; padding: 72px 20px; } .photo-order-page .success-screen.is-visible { display: block; } .photo-order-page .success-screen__icon { font-size: 4rem; margin-bottom: 16px; } .photo-order-page .success-screen__title { font-family: var(--heading); font-size: 1.6rem; font-weight: 800; color: #111; margin-bottom: 10px; } .photo-order-page .success-screen__sub { font-size: 0.9rem; color: #555; line-height: 1.65; margin-bottom: 28px; max-width: 40ch; margin-inline: auto; } .photo-order-page .consent-row { display: flex; align-items: flex-start; gap: 10px; font-size: 0.75rem; color: var(--muted); line-height: 1.6; margin-top: 16px; } .photo-order-page .consent-row input { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; accent-color: var(--brand); } .photo-order-page .consent-row a { color: var(--brand); } .gifts-section { padding: 52px 0; } .gifts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .gift-card { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 24px 18px 20px; text-align: center; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; position: relative; user-select: none; } .gift-card:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: var(--shadow); } .gift-card.is-selected { border-color: var(--brand); border-width: 2px; background: rgba(252, 90, 91, 0.04); box-shadow: 0 0 0 3px var(--brand-soft); } .gift-card__check { position: absolute; top: 12px; right: 12px; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: transparent; transition: all 0.15s; } .gift-card.is-selected .gift-card__check { border-color: var(--brand); background: var(--brand); color: #fff; } .gift-card__icon { width: 64px; height: 64px; border-radius: 50%; background: #faf0f0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 14px; transition: background 0.2s; } .gift-card.is-selected .gift-card__icon { background: rgba(252, 90, 91, 0.12); } .gift-card__name { font-family: var(--heading); font-size: 1rem; font-weight: 800; color: #111; margin-bottom: 8px; } .gift-card__desc { font-size: 0.8rem; color: #666; line-height: 1.6; margin-bottom: 12px; } .gift-card__promo { display: inline-block; padding: 4px 12px; background: #faf0f0; border-radius: var(--radius-pill); font-family: var(--heading); font-size: 0.72rem; font-weight: 700; color: var(--brand); letter-spacing: 0.04em; } .gift-card.is-selected .gift-card__promo { background: var(--brand); color: #fff; } .gifts-note { margin-top: 16px; text-align: center; font-size: 0.78rem; color: var(--muted); line-height: 1.6; } .gifts-note strong { color: #111; } @media (max-width: 1100px) { .photo-order-page .gifts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 900px) { .photo-order-page .photo-hero { grid-template-columns: 1fr; } .photo-order-page .photo-hero__img { order: -1; } .photo-order-page .how-steps { grid-template-columns: repeat(2, 1fr); } .photo-order-page .form-layout { grid-template-columns: 1fr; } .photo-order-page .info-card { position: static; } } @media (max-width: 480px) { .photo-order-page .how-steps { grid-template-columns: 1fr; } .photo-order-page .gifts-grid { grid-template-columns: 1fr; } }