/*
Theme Name: EdDiwan — Print & Packaging (Blocks)
Theme URI:  https://example.com/eddiwan-theme
Author:     Sev
Author URI: https://example.com
Description: WordPress theme built from the provided prototype. Creates a "Home" page with fully structured Gutenberg blocks on activation so the front page is editable in the block editor.
Version:    1.0.0
License:    GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eddiwan-prototype
Tags:       one-column, responsive, custom-menu
*/

/* --- Prototype styles --- */
:root{
  --accent: #D6B580;
  --brand: #2C2D43;
  --lilac: #B9B3CB;
}
html,body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale}
.logo { font-family: "Cormorant Garamond", serif; letter-spacing:0.02em }
.halftone { isolation:isolate; }
.panel { scroll-margin-top: 88px; } /* anchor offset for fixed header */
.img-lift { transition: transform .45s cubic-bezier(.2,.9,.28,1), box-shadow .45s; }
.img-lift:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 24px 48px rgba(15,20,40,0.08); }
@media (prefers-reduced-motion: reduce){
  .img-lift, .animate-fade { transition: none !important; animation: none !important; }
}
.readable { max-width: 68ch; margin: 0 auto; }
/* header small overrides to match the example styling */
.nav-desktop .nav-link.active { border-bottom: 3px solid var(--accent); color: var(--accent) !important; }
.mobile-panel { background: var(--brand); color: white; }

/* Ensure the WordPress admin bar doesn't overlap fixed header */
html.wp-admin-bar .panel { scroll-margin-top: 108px; }

/* Minimal editor-style helpers so Gutenberg looks closer to front-end */
.wp-block { box-sizing: border-box; }