* { box-sizing: border-box; } body { margin: 0; background: #faf6ee; color: #3d3325; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } button, input { font: inherit; } button { cursor: pointer; } a { color: inherit; text-decoration: none; }
  h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; } em { color: #d98e1f; font-style: italic; } .muted { color: #7a6f5c; line-height: 1.65; }
  .loader { min-height: 100vh; display: grid; place-content: center; justify-items: center; color: #d98e1f; } .loader span { font-size: 3rem; animation: pulse 1.2s infinite; } .loader p { color: #7a6f5c; }
  .site-shell { overflow: hidden; } .site-header, .admin-header { height: 88px; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: auto; padding: 0 34px; position: relative; z-index: 5; } .brand { color: #3d3325; font-family: Georgia, serif; font-size: 1.7rem; letter-spacing: -.06em; display: flex; align-items: center; gap: 5px; } .brand-flower { color: #d98e1f; font-size: 1.5rem; } .brand small { color: #a69c8c; letter-spacing: .12em; font: 700 .55rem Inter, sans-serif; align-self: flex-end; margin-bottom: 4px; } nav { display: flex; gap: 36px; } nav button, .mobile-menu { border: 0; background: none; color: #7a6f5c; font-size: .78rem; padding: 8px 0; position: relative; } nav button.active, nav button:hover { color: #3d3325; } .nav-dot { width: 5px; height: 5px; background: #d98e1f; border-radius: 50%; display: inline-block; vertical-align: top; } .button { border: 0; border-radius: 999px; padding: 12px 21px; display: inline-flex; align-items: center; gap: 18px; font-size: .78rem; transition: transform .2s, box-shadow .2s; } .button:hover { transform: translateY(-2px); } .button.primary { background: #d98e1f; color: #fff; box-shadow: 0 8px 22px #d98e1f33; } .button.primary:hover { box-shadow: 0 12px 28px #d98e1f55; } .button.ghost { background: #fff; color: #7a6f5c; border: 1px solid #e6dcc6; } .button.subtle { background: transparent; color: #7a6f5c; } .button.light { background: #fff; color: #b5730f; padding: 14px 24px; } .play-button { padding: 11px 17px; }
  .hero { max-width: 1240px; min-height: 610px; margin: auto; padding: 70px 34px 90px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 20px; position: relative; } .hero-copy { position: relative; z-index: 2; } .eyebrow { color: #b5730f; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 18px; } .hero h1 { font-size: clamp(3.5rem, 6.4vw, 5.7rem); line-height: .93; color: #483b4d; margin-bottom: 25px; } .title-dot { color: #d98e1f; } .hero-text { max-width: 400px; color: #7a6f5c; font-size: .94rem; line-height: 1.75; margin-bottom: 27px; } .hero-button { padding: 15px 22px; } .hint { color: #a69c8c; font-size: .65rem; margin-top: 15px; } .hero-art { height: 480px; position: relative; } .sun { width: 355px; height: 355px; border-radius: 50%; background: #f3ecdd; position: absolute; right: 60px; top: 25px; } .hero-image-frame { position: absolute; width: min(590px, 95%); height: 380px; right: 0; top: 65px; overflow: hidden; border-radius: 46% 46% 16% 16% / 35% 35% 12% 12%; transform: rotate(3deg); box-shadow: 0 20px 40px #3d33250f; border: 10px solid #fff; } .hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transform: rotate(-3deg) scale(1.08); filter: saturate(.86); } .cloud { position: absolute; width: 120px; height: 37px; background: #fff; border-radius: 50%; opacity: .8; } .cloud:before, .cloud:after { content: ''; position: absolute; background: #fff; border-radius: 50%; } .cloud:before { width: 52px; height: 52px; left: 22px; bottom: 8px; } .cloud:after { width: 40px; height: 40px; right: 18px; bottom: 6px; } .cloud-a { top: 56px; left: 26px; transform: scale(.7); } .cloud-b { right: 4px; bottom: 40px; transform: scale(.55); } .floating-card { position: absolute; z-index: 2; background: #ffffff; box-shadow: 0 12px 30px #3d33250d; border: 0; } .feature-card { left: 22px; bottom: 66px; padding: 15px 19px; display: flex; gap: 11px; align-items: center; border-radius: 14px; font: .76rem Georgia, serif; line-height: 1.35; } .feature-card span { color: #d98e1f; font-size: 1.3rem; } .level-card { right: 8px; top: 18px; border-radius: 14px; padding: 11px 14px; display: flex; gap: 9px; align-items: center; } .level-card small { display: block; font-size: .48rem; letter-spacing: .1em; color: #a69c8c; } .level-card strong { font: .76rem Georgia, serif; } .mini-avatar { width: 28px; height: 28px; display: grid; place-items: center; background: #fff3da; border-radius: 50%; color: #d98e1f; } .hero-sparkle { position: absolute; color: #d98e1f; font-size: 1.4rem; } .sparkle-one { top: 75px; left: 45%; } .sparkle-two { right: 5%; bottom: 95px; }
  .section { max-width: 1240px; padding: 105px 34px; margin: auto; } .intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; } .section-heading h2 { color: #3d3325; font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1; margin-bottom: 0; } .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 15px; background: #fff3da; color: #d98e1f; font-size: 1.3rem; margin-bottom: 20px; }
  .screenshots { max-width: none; background: #f3ecdd; padding-left: max(34px, calc((100vw - 1172px) / 2)); padding-right: max(34px, calc((100vw - 1172px) / 2)); } .centered { text-align: center; } .shot-grid { display: grid; grid-template-columns: 1.4fr .9fr .9fr; grid-template-rows: 175px 175px; gap: 13px; margin-top: 42px; } .shot { border: 0; border-radius: 18px; overflow: hidden; padding: 0; position: relative; text-align: left; background: #eadfce; } .shot img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s; filter: saturate(.83); } .shot:hover img { transform: scale(1.06); } .shot:after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, #3d3325aa); } .shot span { position: absolute; bottom: 14px; left: 17px; color: white; font-size: .72rem; z-index: 1; } .shot-1 { grid-row: 1 / 3; } .shot-2 { grid-column: 2; } .shot-3 { grid-column: 3; } .shot-4 { grid-column: 2; } .shot-5 { grid-column: 3; } .shot-more { grid-column: 2 / 4; display: none; } .more-icon { font-size: 2rem; color: #d98e1f; } .shot-more strong, .shot-more small { display: block; color: #3d3325; margin: 8px 0; }
  .latest { padding-bottom: 110px; } .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; } .news-card { border: 1px solid #e6dcc6; text-align: left; padding: 25px; min-height: 205px; } .card { background: #fff; border: 1px solid #e6dcc6; border-radius: 20px; box-shadow: 0 12px 30px #3d33250b; } .news-date { color: #b5730f; font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; } .news-card h3 { font-size: 1.32rem; margin: 16px 0 8px; } .news-card p, .news-full p { color: #7a6f5c; font-size: .78rem; line-height: 1.65; } .read-more { color: #b5730f; font-size: .7rem; font-weight: 700; display: block; margin-top: 20px; } .centered-button { display: block; margin: 25px auto 0; }
  .cta { margin: 0 34px 70px; border-radius: 30px; background: #b5730f; color: white; text-align: center; padding: 72px 20px 78px; position: relative; overflow: hidden; } .cta:before, .cta:after { content: ''; position: absolute; border: 1px solid #ffffff44; border-radius: 50%; width: 300px; height: 300px; } .cta:before { left: -120px; bottom: -220px; } .cta:after { right: -120px; top: -220px; } .cta .eyebrow { color: #fff3da; } .cta h2 { font-size: clamp(2.7rem, 5vw, 4rem); line-height: .96; margin-bottom: 27px; color: #fff; } .cta em { color: #ffffff; } .cta-sparkle { position: absolute; top: 35px; left: 19%; font-size: 2rem; color: #fff3da; }
  footer { border-top: 1px solid #e6dcc6; max-width: 1172px; margin: auto; padding: 30px 0 38px; display: flex; align-items: center; gap: 28px; color: #a79ba8; font-size: .72rem; } footer p { flex: 1; margin: 0; } footer > a:last-child { color: #b5730f; }
  .inner-page { max-width: 1172px; margin: auto; padding: 85px 0 120px; } .inner-hero { max-width: 680px; margin-bottom: 70px; } .inner-hero h1 { font-size: clamp(3.3rem, 6vw, 5rem); line-height: .95; margin-bottom: 25px; } .inner-hero > p:last-child { max-width: 470px; color: #7a6f5c; line-height: 1.75; } .feature-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; } .detail-card { padding: 26px; position: relative; overflow: hidden; } .detail-number { position: absolute; right: 24px; top: 24px; color: #e6dcc6; font: 2rem Georgia, serif; } .detail-card h2 { font-size: 1.5rem; margin: 0 0 10px; } .detail-card p { color: #7a6f5c; font-size: .8rem; line-height: 1.65; min-height: 70px; } .detail-card img { width: calc(100% + 52px); height: 150px; object-fit: cover; margin: 12px -26px -26px; filter: saturate(.75); } .all-shots { margin-top: 105px; } .shot-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 40px; } .shot-strip button { border: 0; background: none; padding: 0; text-align: left; } .shot-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; display: block; margin-bottom: 8px; } .shot-strip span { color: #7a6f5c; font-size: .62rem; } .news-page .inner-hero { margin-bottom: 50px; } .news-list { display: grid; gap: 14px; max-width: 800px; } .news-full { text-align: left; border: 1px solid #e6dcc6; padding: 27px 30px; transition: transform .2s; } .news-full:hover { transform: translateX(5px); } .news-full h2 { font-size: 1.8rem; margin: 11px 0 6px; } .public-empty { max-width: 500px; padding: 50px; text-align: center; } .public-empty > div { font-size: 2rem; color: #d98e1f; }
  .article-page { max-width: 760px; margin: auto; padding: 85px 0 130px; } .back-link { border: 0; background: none; color: #b5730f; padding: 0; font-size: .76rem; margin-bottom: 62px; } .article-page h1 { font-size: clamp(3rem, 6vw, 5rem); line-height: .95; margin: 15px 0; } .article-lead { font: 1.15rem Georgia, serif; color: #7a6f5c; line-height: 1.6; margin: 22px 0 42px; } .article-content { color: #3d3325; font-size: 1rem; line-height: 1.85; margin-bottom: 40px; } .article-content h2 { font-size: 2rem; margin-top: 38px; } .article-content blockquote { border-left: 3px solid #d98e1f; margin: 25px 0; padding: 10px 20px; color: #7a6f5c; font-family: Georgia, serif; font-style: italic; }
  .admin-shell { min-height: 100vh; background: #faf6ee; } .admin-header { max-width: 1100px; border-bottom: 1px solid #e6dcc6; } .admin-main { max-width: 1100px; margin: auto; padding: 62px 30px 100px; } .admin-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 38px; } .admin-heading h1 { font-size: 3.3rem; margin: 0 0 10px; } .admin-login { width: min(420px, calc(100% - 40px)); margin: 10vh auto; padding: 35px; } .admin-login .back-link { margin-bottom: 35px; } .admin-mark { width: 50px; height: 50px; display: grid; place-items: center; background: #fff3da; color: #d98e1f; border-radius: 17px; font-size: 1.5rem; margin-bottom: 26px; } .admin-login h1 { font-size: 2.5rem; margin-bottom: 10px; } label { display: block; color: #3d3325; font-size: .73rem; font-weight: 700; margin: 19px 0 8px; } input { width: 100%; padding: 13px 14px; border: 1px solid #e6dcc6; border-radius: 10px; background: #fff; outline: none; color: #3d3325; margin-top: 7px; } input:focus { border-color: #d98e1f; box-shadow: 0 0 0 3px #d98e1f1f; } .full { width: 100%; justify-content: center; margin-top: 24px; } .text-button { border: 0; background: none; color: #b5730f; font-size: .72rem; padding: 15px 0 0; } .form-error, .success-message { border-radius: 10px; padding: 12px 15px; margin: 18px 0; font-size: .75rem; } .form-error { background: #fff0f0; color: #c76d77; } .success-message { background: #edf9f3; color: #5d9b7b; } .editor { padding: 33px; max-width: 850px; } .editor-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 28px; } .editor-top h2 { font-size: 2.1rem; margin: 0; } .icon-button { border: 0; background: #f3ecdd; color: #7a6f5c; border-radius: 8px; width: 32px; height: 32px; margin-left: 5px; } .icon-button:hover { color: #b5730f; } .icon-button.danger:hover { color: #c86d78; } .label-hint { color: #a69c8c; font-weight: 400; margin-left: 5px; } .toolbar { display: flex; gap: 5px; align-items: center; border: 1px solid #e6dcc6; border-bottom: 0; border-radius: 10px 10px 0 0; padding: 8px; margin-top: 7px; } .toolbar button { border: 0; background: #fff; color: #7a6f5c; border-radius: 6px; padding: 6px 9px; font-size: .72rem; } .toolbar button:hover { background: #fff3da; color: #b5730f; } .toolbar span { flex: 1; } .wysiwyg { min-height: 250px; border: 1px solid #e6dcc6; border-radius: 0 0 10px 10px; padding: 18px; background: #fff; outline: none; line-height: 1.75; color: #3d3325; } .wysiwyg:empty:before { content: attr(data-placeholder); color: #a69c8c; } .editor-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; } .check { margin: 0; font-weight: 400; } .check input { width: auto; margin: 0 7px 0 0; } .admin-list { max-width: 850px; overflow: hidden; } .empty { padding: 65px 30px; text-align: center; } .empty > div { font-size: 2.2rem; color: #d98e1f; } .empty h2 { font-size: 1.7rem; margin: 14px 0 8px; } .admin-row { padding: 17px 22px; display: flex; align-items: center; border-bottom: 1px solid #e6dcc6; gap: 13px; } .admin-row:last-child { border-bottom: 0; } .status-dot { width: 8px; height: 8px; border-radius: 50%; background: #cfc5b5; } .status-dot.published { background: #80c59c; } .row-copy { flex: 1; } .row-copy h3 { margin: 0 0 5px; font: 1.05rem Georgia, serif; } .row-copy p { margin: 0; color: #7a6f5c; font-size: .7rem; } .pill { background: #f3ecdd; border-radius: 99px; color: #7a6f5c; padding: 5px 9px; font-size: .6rem; } .pill.live { background: #eaf7ef; color: #69aa83; }
  .lightbox { position: fixed; inset: 0; z-index: 20; display: flex; align-items: center; justify-content: center; background: #3d3325dd; padding: 35px; } .lightbox figure { max-width: min(1000px, 85vw); margin: 0; } .lightbox img { max-width: 100%; max-height: 78vh; border-radius: 16px; display: block; box-shadow: 0 20px 60px #0005; } .lightbox figcaption { color: #fff; text-align: center; margin-top: 14px; font-size: .8rem; } .lightbox-close, .lightbox-arrow { position: absolute; border: 0; color: white; background: #ffffff22; border-radius: 50%; width: 42px; height: 42px; font-size: 1.4rem; } .lightbox-close { top: 24px; right: 28px; } .lightbox-arrow { top: 50%; transform: translateY(-50%); } .lightbox-arrow.left { left: 25px; } .lightbox-arrow.right { right: 25px; }
  .mobile-menu { display: none; font-size: 1.2rem; }
  /* Palette aligned with rose-armory: ivory, warm brown and golden amber. */
  body { background: #faf6ee; color: #3d3325; }
  em { color: #d98e1f; }
  .loader { color: #d98e1f; } .loader p { color: #7a6f5c; }
  .site-header, .admin-header { background: rgba(250, 246, 238, .94); } .brand { color: #3d3325; } .brand-flower { color: #d98e1f; } .brand small, nav button, .mobile-menu { color: #7a6f5c; } nav button.active, nav button:hover { color: #b5730f; } .nav-dot { background: #d98e1f; }
  .button.primary { background: #d98e1f; color: #fff; box-shadow: 0 8px 22px rgba(217, 142, 31, .25); } .button.primary:hover { box-shadow: 0 12px 28px rgba(217, 142, 31, .35); } .button.ghost { color: #7a6f5c; border-color: #e6dcc6; } .button.subtle { color: #7a6f5c; } .button.light { color: #b5730f; }
  .eyebrow, .feature-card span, .hero-sparkle, .cta-sparkle { color: #b5730f; } .hero h1, .section-heading h2 { color: #3d3325; } .title-dot { color: #d98e1f; } .hero-text, .inner-hero > p:last-child, .news-card p, .news-full p, .muted { color: #7a6f5c; } .sun { background: #f3ecdd; }
  .feature-icon { background: #fff3da; color: #d98e1f; }
  .screenshots { background: #f3ecdd; } .shot { background: #eadfce; } .shot-more strong, .shot-more small { color: #3d3325; } .more-icon { color: #d98e1f; }
  .news-card, .news-full, .card { border-color: #e6dcc6; } .news-date, .read-more, .text-button, .back-link, footer > a:last-child { color: #b5730f; } .news-card p, .news-full p { color: #7a6f5c; }
  .cta { background: #b5730f; } .cta .eyebrow { color: #fff3da; } .cta em { color: #fff; }
  footer { border-color: #e6dcc6; color: #7a6f5c; }
  .detail-number { color: #e6dcc6; } .detail-card p, .shot-strip span { color: #7a6f5c; }
  .admin-shell { background: #faf6ee; } .admin-header { border-color: #e6dcc6; } .admin-mark { background: #fff3da; color: #d98e1f; } input { border-color: #e6dcc6; color: #3d3325; } input:focus { border-color: #d98e1f; box-shadow: 0 0 0 3px rgba(217, 142, 31, .15); } .text-button { color: #b5730f; } .editor, .admin-list { border-color: #e6dcc6; } .toolbar { border-color: #e6dcc6; } .toolbar button:hover { background: #fff3da; color: #b5730f; } .wysiwyg { border-color: #e6dcc6; color: #3d3325; } .icon-button { background: #f3ecdd; color: #7a6f5c; } .icon-button:hover { color: #b5730f; } .empty > div { color: #d98e1f; } .admin-row { border-color: #e6dcc6; } .row-copy p { color: #7a6f5c; } .pill { background: #f3ecdd; color: #7a6f5c; }
  @keyframes pulse { 50% { transform: scale(1.15); opacity: .6; } }
  @media (max-width: 800px) { .site-header, .admin-header { height: 72px; padding: 0 20px; } nav, .play-button { display: none; } .mobile-menu { display: block; } .hero { display: block; padding: 65px 22px 60px; } .hero-art { height: 360px; margin-top: 30px; } .sun { width: 270px; height: 270px; right: 15%; } .hero-image-frame { height: 290px; right: 1%; top: 38px; } .level-card { right: 0; } .feature-card { left: 0; bottom: 8px; } .section { padding: 70px 22px; } .intro { display: block; } .intro .section-heading { margin-bottom: 45px; } .feature-grid, .news-grid, .feature-detail-grid { grid-template-columns: 1fr; gap: 24px; } .shot-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px 160px; } .shot-1 { grid-row: 1 / 3; } .shot-2 { grid-column: 2; } .shot-3 { grid-column: 2; grid-row: 3; } .shot-4, .shot-5 { display: none; } .shot-more { display: grid; place-content: center; grid-column: 1; grid-row: 3; text-align: center; } .inner-page, .article-page { padding: 60px 22px 90px; } .shot-strip { grid-template-columns: repeat(2, 1fr); } footer { margin: 0 22px; display: block; } footer p { margin: 14px 0; } .admin-main { padding: 45px 20px; } .admin-heading { display: block; } .admin-heading h1 { font-size: 2.7rem; } .admin-heading .button { margin-top: 22px; } .editor { padding: 22px 18px; } .editor-actions { display: block; } .editor-actions > div { margin-top: 20px; display: flex; justify-content: end; } .admin-row { padding: 15px 12px; } .row-copy p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .pill { display: none; } .cta { margin: 0 22px 50px; } }
